Skip to content

Commit 0053c7c

Browse files
committed
feat: add ic-chart-repo and ic-external-link SVG icons to the icon library
1 parent cb1ab3b commit 0053c7c

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ import { ReactComponent as ICCaretLeft } from '@IconsV2/ic-caret-left.svg'
6464
import { ReactComponent as ICCaretRight } from '@IconsV2/ic-caret-right.svg'
6565
import { ReactComponent as ICCd } from '@IconsV2/ic-cd.svg'
6666
import { ReactComponent as ICChartLineUp } from '@IconsV2/ic-chart-line-up.svg'
67+
import { ReactComponent as ICChartRepo } from '@IconsV2/ic-chart-repo.svg'
6768
import { ReactComponent as ICChatCircleDots } from '@IconsV2/ic-chat-circle-dots.svg'
6869
import { ReactComponent as ICChatCircleOnline } from '@IconsV2/ic-chat-circle-online.svg'
6970
import { ReactComponent as ICCheck } from '@IconsV2/ic-check.svg'
@@ -129,6 +130,7 @@ import { ReactComponent as ICError } from '@IconsV2/ic-error.svg'
129130
import { ReactComponent as ICExitFullscreen } from '@IconsV2/ic-exit-fullscreen.svg'
130131
import { ReactComponent as ICExpandRightSm } from '@IconsV2/ic-expand-right-sm.svg'
131132
import { ReactComponent as ICExpandSm } from '@IconsV2/ic-expand-sm.svg'
133+
import { ReactComponent as ICExternalLink } from '@IconsV2/ic-external-link.svg'
132134
import { ReactComponent as ICFailure } from '@IconsV2/ic-failure.svg'
133135
import { ReactComponent as ICFastForward } from '@IconsV2/ic-fast-forward.svg'
134136
import { ReactComponent as ICFile } from '@IconsV2/ic-file.svg'
@@ -378,6 +380,7 @@ export const iconMap = {
378380
'ic-caret-right': ICCaretRight,
379381
'ic-cd': ICCd,
380382
'ic-chart-line-up': ICChartLineUp,
383+
'ic-chart-repo': ICChartRepo,
381384
'ic-chat-circle-dots': ICChatCircleDots,
382385
'ic-chat-circle-online': ICChatCircleOnline,
383386
'ic-check-all': ICCheckAll,
@@ -443,6 +446,7 @@ export const iconMap = {
443446
'ic-exit-fullscreen': ICExitFullscreen,
444447
'ic-expand-right-sm': ICExpandRightSm,
445448
'ic-expand-sm': ICExpandSm,
449+
'ic-external-link': ICExternalLink,
446450
'ic-failure': ICFailure,
447451
'ic-fast-forward': ICFastForward,
448452
'ic-file-code': ICFileCode,

0 commit comments

Comments
 (0)