@@ -64,6 +64,7 @@ import { ReactComponent as ICCaretLeft } from '@IconsV2/ic-caret-left.svg'
6464import { ReactComponent as ICCaretRight } from '@IconsV2/ic-caret-right.svg'
6565import { ReactComponent as ICCd } from '@IconsV2/ic-cd.svg'
6666import { ReactComponent as ICChartLineUp } from '@IconsV2/ic-chart-line-up.svg'
67+ import { ReactComponent as ICChartRepo } from '@IconsV2/ic-chart-repo.svg'
6768import { ReactComponent as ICChatCircleDots } from '@IconsV2/ic-chat-circle-dots.svg'
6869import { ReactComponent as ICChatCircleOnline } from '@IconsV2/ic-chat-circle-online.svg'
6970import { ReactComponent as ICCheck } from '@IconsV2/ic-check.svg'
@@ -129,6 +130,7 @@ import { ReactComponent as ICError } from '@IconsV2/ic-error.svg'
129130import { ReactComponent as ICExitFullscreen } from '@IconsV2/ic-exit-fullscreen.svg'
130131import { ReactComponent as ICExpandRightSm } from '@IconsV2/ic-expand-right-sm.svg'
131132import { ReactComponent as ICExpandSm } from '@IconsV2/ic-expand-sm.svg'
133+ import { ReactComponent as ICExternalLink } from '@IconsV2/ic-external-link.svg'
132134import { ReactComponent as ICFailure } from '@IconsV2/ic-failure.svg'
133135import { ReactComponent as ICFastForward } from '@IconsV2/ic-fast-forward.svg'
134136import { 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