Skip to content

Commit

Permalink
♻️ : #492 - Icon 컴포넌트 내 검색 아이콘 search 종류 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MinwooP committed Mar 28, 2024
1 parent 6efe877 commit 5210f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const ICON_NAME_MAP = {
COPY: 'content_copy',
ARROW_RIGHT: 'subdirectory_arrow_right',
CANCEL: 'cancel',
SEARCH: 'search',
};

interface IconProps {
Expand Down
3 changes: 2 additions & 1 deletion src/types/IconName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export type IconName =
| 'COPY'
| 'HELP'
| 'ARROW_RIGHT'
| 'CANCEL';
| 'CANCEL'
| 'SEARCH';

0 comments on commit 5210f92

Please sign in to comment.