Skip to content

Commit

Permalink
fix: [MDS-411] Update icons and extract them to separate thematic fon…
Browse files Browse the repository at this point in the history
…ts (#64)
  • Loading branch information
Kypsis committed Mar 1, 2023
1 parent 5f0776a commit 39f7063
Show file tree
Hide file tree
Showing 67 changed files with 4,033 additions and 3,511 deletions.
176 changes: 176 additions & 0 deletions example/lib/src/storybook/common/icons/icons_arrows_list.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
import 'package:flutter/material.dart';
import 'package:moon_design/moon_design.dart';

final List<Icon> iconsArrowsList = [
const Icon(MoonIconsArrows.boost16),
const Icon(MoonIconsArrows.boost24),
const Icon(MoonIconsArrows.boost32),
const Icon(MoonIconsArrows.bottom_left16),
const Icon(MoonIconsArrows.bottom_left24),
const Icon(MoonIconsArrows.bottom_left32),
const Icon(MoonIconsArrows.bottom_right16),
const Icon(MoonIconsArrows.bottom_right24),
const Icon(MoonIconsArrows.bottom_right32),
const Icon(MoonIconsArrows.chevron_down_double16),
const Icon(MoonIconsArrows.chevron_down_double24),
const Icon(MoonIconsArrows.chevron_down_double32),
const Icon(MoonIconsArrows.chevron_left_double16),
const Icon(MoonIconsArrows.chevron_left_double24),
const Icon(MoonIconsArrows.chevron_left_double32),
const Icon(MoonIconsArrows.chevron_right_double16),
const Icon(MoonIconsArrows.chevron_right_double24),
const Icon(MoonIconsArrows.chevron_right_double32),
const Icon(MoonIconsArrows.chevron_up_double16),
const Icon(MoonIconsArrows.chevron_up_double24),
const Icon(MoonIconsArrows.chevron_up_double32),
const Icon(MoonIconsArrows.cross_lines16),
const Icon(MoonIconsArrows.cross_lines24),
const Icon(MoonIconsArrows.cross_lines32),
const Icon(MoonIconsArrows.diagonals_bltr16),
const Icon(MoonIconsArrows.diagonals_bltr24),
const Icon(MoonIconsArrows.diagonals_bltr32),
const Icon(MoonIconsArrows.diagonals_tlbr16),
const Icon(MoonIconsArrows.diagonals_tlbr24),
const Icon(MoonIconsArrows.diagonals_tlbr32),
const Icon(MoonIconsArrows.down16),
const Icon(MoonIconsArrows.down24),
const Icon(MoonIconsArrows.down32),
const Icon(MoonIconsArrows.forward16),
const Icon(MoonIconsArrows.forward24),
const Icon(MoonIconsArrows.forward32),
const Icon(MoonIconsArrows.left_curved16),
const Icon(MoonIconsArrows.left_curved24),
const Icon(MoonIconsArrows.left_curved32),
const Icon(MoonIconsArrows.left_short16),
const Icon(MoonIconsArrows.left_short24),
const Icon(MoonIconsArrows.left_short32),
const Icon(MoonIconsArrows.left16),
const Icon(MoonIconsArrows.left24),
const Icon(MoonIconsArrows.left32),
const Icon(MoonIconsArrows.refresh_round16),
const Icon(MoonIconsArrows.refresh_round24),
const Icon(MoonIconsArrows.refresh_round32),
const Icon(MoonIconsArrows.refresh16),
const Icon(MoonIconsArrows.refresh24),
const Icon(MoonIconsArrows.refresh32),
const Icon(MoonIconsArrows.remove_boost16),
const Icon(MoonIconsArrows.remove_boost24),
const Icon(MoonIconsArrows.remove_boost32),
const Icon(MoonIconsArrows.reply16),
const Icon(MoonIconsArrows.reply24),
const Icon(MoonIconsArrows.reply32),
const Icon(MoonIconsArrows.right_curved16),
const Icon(MoonIconsArrows.right_curved24),
const Icon(MoonIconsArrows.right_curved32),
const Icon(MoonIconsArrows.right_short16),
const Icon(MoonIconsArrows.right_short24),
const Icon(MoonIconsArrows.right_short32),
const Icon(MoonIconsArrows.right16),
const Icon(MoonIconsArrows.right24),
const Icon(MoonIconsArrows.right32),
const Icon(MoonIconsArrows.sorting16),
const Icon(MoonIconsArrows.sorting24),
const Icon(MoonIconsArrows.sorting32),
const Icon(MoonIconsArrows.top_left16),
const Icon(MoonIconsArrows.top_left24),
const Icon(MoonIconsArrows.top_left32),
const Icon(MoonIconsArrows.top_right16),
const Icon(MoonIconsArrows.top_right24),
const Icon(MoonIconsArrows.top_right32),
const Icon(MoonIconsArrows.transfer16),
const Icon(MoonIconsArrows.transfer24),
const Icon(MoonIconsArrows.transfer32),
const Icon(MoonIconsArrows.up16),
const Icon(MoonIconsArrows.up24),
const Icon(MoonIconsArrows.up32),
const Icon(MoonIconsArrows.update16),
const Icon(MoonIconsArrows.update24),
const Icon(MoonIconsArrows.update32),
];

final List<String> iconsArrowsNameList = [
"boost16",
"boost24",
"boost32",
"bottom_left16",
"bottom_left24",
"bottom_left32",
"bottom_right16",
"bottom_right24",
"bottom_right32",
"chevron_down_double16",
"chevron_down_double24",
"chevron_down_double32",
"chevron_left_double16",
"chevron_left_double24",
"chevron_left_double32",
"chevron_right_double16",
"chevron_right_double24",
"chevron_right_double32",
"chevron_up_double16",
"chevron_up_double24",
"chevron_up_double32",
"cross_lines16",
"cross_lines24",
"cross_lines32",
"diagonals_bltr16",
"diagonals_bltr24",
"diagonals_bltr32",
"diagonals_tlbr16",
"diagonals_tlbr24",
"diagonals_tlbr32",
"down16",
"down24",
"down32",
"forward16",
"forward24",
"forward32",
"left_curved16",
"left_curved24",
"left_curved32",
"left_short16",
"left_short24",
"left_short32",
"left16",
"left24",
"left32",
"refresh_round16",
"refresh_round24",
"refresh_round32",
"refresh16",
"refresh24",
"refresh32",
"remove_boost16",
"remove_boost24",
"remove_boost32",
"reply16",
"reply24",
"reply32",
"right_curved16",
"right_curved24",
"right_curved32",
"right_short16",
"right_short24",
"right_short32",
"right16",
"right24",
"right32",
"sorting16",
"sorting24",
"sorting32",
"top_left16",
"top_left24",
"top_left32",
"top_right16",
"top_right24",
"top_right32",
"transfer16",
"transfer24",
"transfer32",
"up16",
"up24",
"up32",
"update16",
"update24",
"update32",
];
68 changes: 68 additions & 0 deletions example/lib/src/storybook/common/icons/icons_charts_list.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
import 'package:flutter/material.dart';
import 'package:moon_design/moon_design.dart';

final List<Icon> iconsChartsList = [
const Icon(MoonIconsCharts.area16),
const Icon(MoonIconsCharts.area24),
const Icon(MoonIconsCharts.area32),
const Icon(MoonIconsCharts.bar_alternative16),
const Icon(MoonIconsCharts.bar_alternative24),
const Icon(MoonIconsCharts.bar_alternative32),
const Icon(MoonIconsCharts.bar_vertical16),
const Icon(MoonIconsCharts.bar_vertical24),
const Icon(MoonIconsCharts.bar_vertical32),
const Icon(MoonIconsCharts.bar16),
const Icon(MoonIconsCharts.bar24),
const Icon(MoonIconsCharts.bar32),
const Icon(MoonIconsCharts.dashboard16),
const Icon(MoonIconsCharts.dashboard24),
const Icon(MoonIconsCharts.dashboard32),
const Icon(MoonIconsCharts.fin16),
const Icon(MoonIconsCharts.fin24),
const Icon(MoonIconsCharts.fin32),
const Icon(MoonIconsCharts.line16),
const Icon(MoonIconsCharts.line24),
const Icon(MoonIconsCharts.line32),
const Icon(MoonIconsCharts.pie_chart16),
const Icon(MoonIconsCharts.pie_chart24),
const Icon(MoonIconsCharts.pie_chart32),
const Icon(MoonIconsCharts.relation16),
const Icon(MoonIconsCharts.relation24),
const Icon(MoonIconsCharts.relation32),
const Icon(MoonIconsCharts.round16),
const Icon(MoonIconsCharts.round24),
const Icon(MoonIconsCharts.round32),
];

final List<String> iconsChartsNameList = [
"area16",
"area24",
"area32",
"bar_alternative16",
"bar_alternative24",
"bar_alternative32",
"bar_vertical16",
"bar_vertical24",
"bar_vertical32",
"bar16",
"bar24",
"bar32",
"dashboard16",
"dashboard24",
"dashboard32",
"fin16",
"fin24",
"fin32",
"line16",
"line24",
"line32",
"pie_chart16",
"pie_chart24",
"pie_chart32",
"relation16",
"relation24",
"relation32",
"round16",
"round24",
"round32",
];
68 changes: 68 additions & 0 deletions example/lib/src/storybook/common/icons/icons_chat_list.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
import 'package:flutter/material.dart';
import 'package:moon_design/moon_design.dart';

final List<Icon> iconsChatList = [
const Icon(MoonIconsChat.chat16),
const Icon(MoonIconsChat.chat24),
const Icon(MoonIconsChat.chat32),
const Icon(MoonIconsChat.comment_add16),
const Icon(MoonIconsChat.comment_add24),
const Icon(MoonIconsChat.comment_add32),
const Icon(MoonIconsChat.comment_bubble_alert16),
const Icon(MoonIconsChat.comment_bubble_alert24),
const Icon(MoonIconsChat.comment_bubble_alert32),
const Icon(MoonIconsChat.comment_bubble_question_mark16),
const Icon(MoonIconsChat.comment_bubble_question_mark24),
const Icon(MoonIconsChat.comment_bubble_question_mark32),
const Icon(MoonIconsChat.comment_bubble16),
const Icon(MoonIconsChat.comment_bubble24),
const Icon(MoonIconsChat.comment_bubble32),
const Icon(MoonIconsChat.comment_remove16),
const Icon(MoonIconsChat.comment_remove24),
const Icon(MoonIconsChat.comment_remove32),
const Icon(MoonIconsChat.comment_text16),
const Icon(MoonIconsChat.comment_text24),
const Icon(MoonIconsChat.comment_text32),
const Icon(MoonIconsChat.comment16),
const Icon(MoonIconsChat.comment24),
const Icon(MoonIconsChat.comment32),
const Icon(MoonIconsChat.double_bubble16),
const Icon(MoonIconsChat.double_bubble24),
const Icon(MoonIconsChat.double_bubble32),
const Icon(MoonIconsChat.stats_chat16),
const Icon(MoonIconsChat.stats_chat24),
const Icon(MoonIconsChat.stats_chat32),
];

final List<String> iconsChatNameList = [
"chat16",
"chat24",
"chat32",
"comment_add16",
"comment_add24",
"comment_add32",
"comment_bubble_alert16",
"comment_bubble_alert24",
"comment_bubble_alert32",
"comment_bubble_question_mark16",
"comment_bubble_question_mark24",
"comment_bubble_question_mark32",
"comment_bubble16",
"comment_bubble24",
"comment_bubble32",
"comment_remove16",
"comment_remove24",
"comment_remove32",
"comment_text16",
"comment_text24",
"comment_text32",
"comment16",
"comment24",
"comment32",
"double_bubble16",
"double_bubble24",
"double_bubble32",
"stats_chat16",
"stats_chat24",
"stats_chat32",
];
Loading

0 comments on commit 39f7063

Please sign in to comment.