Skip to content

Commit

Permalink
Change icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Oct 2, 2024
1 parent 18c3139 commit 8c6e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uni_ui/lib/navbar/bottom_navbar_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abstract class NavbarDefaultIcons {
static final academic =
PhosphorIcons.graduationCap(PhosphorIconsStyle.duotone);
static final restaurant = PhosphorIcons.forkKnife(PhosphorIconsStyle.duotone);
static final locations = PhosphorIcons.buildings(PhosphorIconsStyle.duotone);
static final faculty = PhosphorIcons.buildings(PhosphorIconsStyle.duotone);
static final map = PhosphorIcons.mapTrifold(PhosphorIconsStyle.duotone);
}

Expand Down

0 comments on commit 8c6e3cc

Please sign in to comment.