Skip to content

Commit

Permalink
adding more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitsaini committed Mar 30, 2024
1 parent b0a273d commit 68a2b72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/app_icon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ const icons = {
'credit_card': Icons.credit_card_outlined,
'wb_twilight': Icons.wb_twilight_outlined,
'podcasts': Icons.podcasts_outlined,
'fitbit': Icons.fitbit,
'history_edu': Icons.history_edu_outlined,
'sync': Icons.sync,
'sync_alt': Icons.sync_alt,
'map': Icons.map_outlined,
'place': Icons.place_outlined,
'web': Icons.web_outlined,
};

String? iconDataToName(IconData icon) {
Expand Down

0 comments on commit 68a2b72

Please sign in to comment.