Skip to content

Commit

Permalink
Modify order of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed May 21, 2024
1 parent bb86a45 commit dfb389b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/icon/src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
const icons = [
"Asset-1",
"alternate-email",
"amazon",
"amazonaws",
"angular",
"ansible",
"apache",
"apache-airflow",
"apache-cordova",
"apache-flink",
"apache-kafka",
"apache",
"arc",
"archlinux",
"arrow-back",
"arrow-downward",
"arrow-forward",
"arrow-outward",
"arrow-upward",
"Asset-1",
"atlassian",
"autorenew",
"azureartifacts",
Expand All @@ -36,8 +36,8 @@ const icons = [
"chevron-right",
"circleci",
"cloudflare",
"code-blocks",
"code",
"code-blocks",
"codecov",
"codeigniter",
"codepen",
Expand Down Expand Up @@ -112,8 +112,8 @@ const icons = [
"linux",
"list",
"local-shipping",
"lock-open-right",
"lock",
"lock-open-right",
"lua",
"mail",
"mailchimp",
Expand Down Expand Up @@ -199,4 +199,4 @@ const icons = [
"zoom",
] as const;

export default icons;
export default icons;

0 comments on commit dfb389b

Please sign in to comment.