Skip to content

Commit

Permalink
feat: add more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marslavish committed Oct 23, 2023
1 parent 800147b commit 5481840
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui/icon/icon.types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ export const ALL_ICON_NAMES = [
"externalLinkLine",
"timeLine",
"arrowDownload",
"phone",
"tablet",
"desktop",
"search",
"menuBar",
] as const;

export type IconName = (typeof ALL_ICON_NAMES)[number];
Expand Down
32 changes: 32 additions & 0 deletions src/ui/icon/icons.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 5481840

Please sign in to comment.