Skip to content

Commit

Permalink
fix: [MDS-562] Update the icon font (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Jun 20, 2023
1 parent 529350d commit af43608
Show file tree
Hide file tree
Showing 4 changed files with 3,494 additions and 3,341 deletions.
18 changes: 18 additions & 0 deletions example/lib/src/storybook/common/icons/icons_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ final List<IconData> iconsList = [
MoonIcons.case_16,
MoonIcons.case_24,
MoonIcons.case_32,
MoonIcons.cashback_16,
MoonIcons.cashback_24,
MoonIcons.cashback_32,
MoonIcons.center_16,
MoonIcons.center_24,
MoonIcons.center_32,
Expand Down Expand Up @@ -689,6 +692,9 @@ final List<IconData> iconsList = [
MoonIcons.passport_alert_16,
MoonIcons.passport_alert_24,
MoonIcons.passport_alert_32,
MoonIcons.password_16,
MoonIcons.password_24,
MoonIcons.password_32,
MoonIcons.pause_16,
MoonIcons.pause_24,
MoonIcons.pause_32,
Expand Down Expand Up @@ -764,6 +770,9 @@ final List<IconData> iconsList = [
MoonIcons.question_mark_16,
MoonIcons.question_mark_24,
MoonIcons.question_mark_32,
MoonIcons.rebate_16,
MoonIcons.rebate_24,
MoonIcons.rebate_32,
MoonIcons.refresh_16,
MoonIcons.refresh_24,
MoonIcons.refresh_32,
Expand Down Expand Up @@ -1320,6 +1329,9 @@ final List<String> iconsNameList = [
"case_16",
"case_24",
"case_32",
"cashback_16",
"cashback_24",
"cashback_32",
"center_16",
"center_24",
"center_32",
Expand Down Expand Up @@ -1833,6 +1845,9 @@ final List<String> iconsNameList = [
"passport_alert_16",
"passport_alert_24",
"passport_alert_32",
"password_16",
"password_24",
"password_32",
"pause_16",
"pause_24",
"pause_32",
Expand Down Expand Up @@ -1908,6 +1923,9 @@ final List<String> iconsNameList = [
"question_mark_16",
"question_mark_24",
"question_mark_32",
"rebate_16",
"rebate_24",
"rebate_32",
"refresh_16",
"refresh_24",
"refresh_32",
Expand Down
Binary file modified fonts/MoonIcons.ttf
Binary file not shown.
Loading

0 comments on commit af43608

Please sign in to comment.