Skip to content

Commit 6b0f1a6

Browse files
committed
chore: add icon
1 parent f7c8690 commit 6b0f1a6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/Assets/IconV2/ic-party.svg

Lines changed: 4 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ import { ReactComponent as ICOtcCloud } from '@IconsV2/ic-otc-cloud.svg'
204204
import { ReactComponent as ICOutOfSync } from '@IconsV2/ic-out-of-sync.svg'
205205
import { ReactComponent as ICPaperPlane } from '@IconsV2/ic-paper-plane.svg'
206206
import { ReactComponent as ICPaperPlaneColor } from '@IconsV2/ic-paper-plane-color.svg'
207+
import { ReactComponent as ICParty } from '@IconsV2/ic-party.svg'
207208
import { ReactComponent as ICPath } from '@IconsV2/ic-path.svg'
208209
import { ReactComponent as ICPauseCircle } from '@IconsV2/ic-pause-circle.svg'
209210
import { ReactComponent as ICPencil } from '@IconsV2/ic-pencil.svg'
@@ -483,6 +484,7 @@ export const iconMap = {
483484
'ic-out-of-sync': ICOutOfSync,
484485
'ic-paper-plane-color': ICPaperPlaneColor,
485486
'ic-paper-plane': ICPaperPlane,
487+
'ic-party': ICParty,
486488
'ic-path': ICPath,
487489
'ic-pause-circle': ICPauseCircle,
488490
'ic-pencil': ICPencil,

0 commit comments

Comments
 (0)