Skip to content

Commit

Permalink
feat(icon): new icons added (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
buseselvi authored Sep 12, 2023
1 parent c10474a commit 4fc590d
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/icon/icon-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ const icons = [
"clock",
"check_fill",
"close",
"code",
"close_fill",
"coin",
"compass",
"complain",
"confetti",
"copy",
"copy_checked",
"coupon",
"delete",
"desktop",
Expand All @@ -63,6 +65,7 @@ const icons = [
"filter",
"finance_accounting",
"fire",
"flag",
"flash",
"flash_fill",
"forward",
Expand All @@ -80,6 +83,7 @@ const icons = [
"happy",
"heart",
"heart_fill",
"heartbeat",
"help",
"history",
"home",
Expand Down Expand Up @@ -107,6 +111,7 @@ const icons = [
"market_order_change",
"market_order_check",
"market_processing",
"meal_bag",
"medal",
"message",
"metric_decrease",
Expand Down Expand Up @@ -144,6 +149,8 @@ const icons = [
"phone",
"phone_settings",
"photo",
"pie_chart",
"pie_chart_report",
"pin",
"play",
"play_fill",
Expand All @@ -159,6 +166,7 @@ const icons = [
"puzzle",
"qr",
"report",
"rocket",
"rotate",
"sad",
"save",
Expand Down Expand Up @@ -192,10 +200,13 @@ const icons = [
"truck",
"turn_back",
"turn_back_fill",
"two_sided_arrow",
"unlock",
"upload",
"user_management",
"vacation_mode",
"very_happy",
"very_sad",
"wallet",
"warehouse",
"warning",
Expand Down
3 changes: 3 additions & 0 deletions src/components/icon/icons/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/copy_checked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/heartbeat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/icons/meal_bag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/icons/pie_chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/pie_chart_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/icons/rocket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/two_sided_arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/very_happy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/very_sad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fc590d

Please sign in to comment.