Skip to content

Commit

Permalink
Merge branch 'main' into feat/my-recruit-id/addCards
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann authored Aug 29, 2024
2 parents a7d307b + c280a25 commit 5915471
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/system/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,15 @@ import { Down } from './SVG/Down';
import { DownChevron } from './SVG/DownChevron';
import { Empty } from './SVG/Empty';
import { FilledMemo } from './SVG/FilledMemo';
import { Folder } from './SVG/Folder';
import { FolderFill } from './SVG/FolderFill';
import { FullScreenCorner } from './SVG/FullScreenCorner';
import { Google } from './SVG/Google';
import { Link } from './SVG/Link';
import { LogoOnly } from './SVG/LogoOnly';
import { Logout } from './SVG/Logout';
import { Memo } from './SVG/Memo';
import { More } from './SVG/More';
import { Pip } from './SVG/Pip';
import { Profile } from './SVG/Profile';
import { ProfileFill } from './SVG/ProfileFill';
import { Refresh } from './SVG/Refresh';
import { Remove } from './SVG/Remove';
import { RightChevron } from './SVG/RightChevron';
Expand All @@ -52,12 +49,9 @@ const iconMap = {
check: Check,
close: Close,
division: Division,
folder: Folder,
folderFill: FolderFill,
logout: Logout,
memo: Memo,
profile: Profile,
profileFill: ProfileFill,
rightChevron: RightChevron,
downChevron: DownChevron,
search: Search,
Expand Down

0 comments on commit 5915471

Please sign in to comment.