File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { ReactComponent as ICBrowser } from '@IconsV2/ic-browser.svg'
9
9
import { ReactComponent as ICBuildColor } from '@IconsV2/ic-build-color.svg'
10
10
import { ReactComponent as ICCancelled } from '@IconsV2/ic-cancelled.svg'
11
11
import { ReactComponent as ICCd } from '@IconsV2/ic-cd.svg'
12
+ import { ReactComponent as ICChatCircleDots } from '@IconsV2/ic-chat-circle-dots.svg'
12
13
import { ReactComponent as ICCiLinked } from '@IconsV2/ic-ci-linked.svg'
13
14
import { ReactComponent as ICCiWebhook } from '@IconsV2/ic-ci-webhook.svg'
14
15
import { ReactComponent as ICCircleLoader } from '@IconsV2/ic-circle-loader.svg'
@@ -82,6 +83,7 @@ export const iconMap = {
82
83
'ic-build-color' : ICBuildColor ,
83
84
'ic-cancelled' : ICCancelled ,
84
85
'ic-cd' : ICCd ,
86
+ 'ic-chat-circle-dots' : ICChatCircleDots ,
85
87
'ic-ci-linked' : ICCiLinked ,
86
88
'ic-ci-webhook' : ICCiWebhook ,
87
89
'ic-circle-loader' : ICCircleLoader ,
You can’t perform that action at this time.
0 commit comments