Skip to content

Commit

Permalink
feat(icon): icon list order fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
buseselvi authored Oct 9, 2023
1 parent f4170f2 commit 4e5cfbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/icon/icon-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const icons = [
"chart",
"chatbot",
"check",
"clock",
"check_fill",
"clock",
"close",
"code",
"close_fill",
"code",
"coin",
"compass",
"complain",
Expand Down Expand Up @@ -74,8 +74,8 @@ const icons = [
"global_export",
"globe",
"go_forward",
"graphic_decrease",
"graphic",
"graphic_decrease",
"group_of_people",
"growth",
"hamburger_menu",
Expand Down Expand Up @@ -110,7 +110,7 @@ const icons = [
"market_order_cancel",
"market_order_change",
"market_order_check",
"market_processing",
"market_order_processing",
"meal_bag",
"medal",
"message",
Expand Down Expand Up @@ -166,6 +166,7 @@ const icons = [
"puzzle",
"qr",
"report",
"review",
"rocket",
"rotate",
"sad",
Expand Down
3 changes: 3 additions & 0 deletions src/components/icon/icons/review.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 4e5cfbf

Please sign in to comment.