@@ -10,6 +10,7 @@ import { ReactComponent as ICArrowRight } from '@IconsV2/ic-arrow-right.svg'
10
10
import { ReactComponent as ICArrowsLeftRight } from '@IconsV2/ic-arrows-left-right.svg'
11
11
import { ReactComponent as ICAther } from '@IconsV2/ic-ather.svg'
12
12
import { ReactComponent as ICAzure } from '@IconsV2/ic-azure.svg'
13
+ import { ReactComponent as ICBgCluster } from '@IconsV2/ic-bg-cluster.svg'
13
14
import { ReactComponent as ICBharatpe } from '@IconsV2/ic-bharatpe.svg'
14
15
import { ReactComponent as ICBitbucket } from '@IconsV2/ic-bitbucket.svg'
15
16
import { ReactComponent as ICBookOpen } from '@IconsV2/ic-book-open.svg'
@@ -44,6 +45,7 @@ import { ReactComponent as ICEcr } from '@IconsV2/ic-ecr.svg'
44
45
import { ReactComponent as ICEnv } from '@IconsV2/ic-env.svg'
45
46
import { ReactComponent as ICError } from '@IconsV2/ic-error.svg'
46
47
import { ReactComponent as ICFailure } from '@IconsV2/ic-failure.svg'
48
+ import { ReactComponent as ICFileKey } from '@IconsV2/ic-file-key.svg'
47
49
import { ReactComponent as ICFolderUser } from '@IconsV2/ic-folder-user.svg'
48
50
import { ReactComponent as ICGear } from '@IconsV2/ic-gear.svg'
49
51
import { ReactComponent as ICGit } from '@IconsV2/ic-git.svg'
@@ -96,6 +98,7 @@ import { ReactComponent as ICStamp } from '@IconsV2/ic-stamp.svg'
96
98
import { ReactComponent as ICSuccess } from '@IconsV2/ic-success.svg'
97
99
import { ReactComponent as ICSuspended } from '@IconsV2/ic-suspended.svg'
98
100
import { ReactComponent as ICTata1mg } from '@IconsV2/ic-tata1mg.svg'
101
+ import { ReactComponent as ICTerminalFill } from '@IconsV2/ic-terminal-fill.svg'
99
102
import { ReactComponent as ICTimeoutTwoDash } from '@IconsV2/ic-timeout-two-dash.svg'
100
103
import { ReactComponent as ICTimer } from '@IconsV2/ic-timer.svg'
101
104
import { ReactComponent as ICTravclan } from '@IconsV2/ic-travclan.svg'
@@ -119,6 +122,7 @@ export const iconMap = {
119
122
'ic-arrows-left-right' : ICArrowsLeftRight ,
120
123
'ic-ather' : ICAther ,
121
124
'ic-azure' : ICAzure ,
125
+ 'ic-bg-cluster' : ICBgCluster ,
122
126
'ic-bharatpe' : ICBharatpe ,
123
127
'ic-bitbucket' : ICBitbucket ,
124
128
'ic-book-open' : ICBookOpen ,
@@ -153,6 +157,7 @@ export const iconMap = {
153
157
'ic-env' : ICEnv ,
154
158
'ic-error' : ICError ,
155
159
'ic-failure' : ICFailure ,
160
+ 'ic-file-key' : ICFileKey ,
156
161
'ic-folder-user' : ICFolderUser ,
157
162
'ic-gear' : ICGear ,
158
163
'ic-git' : ICGit ,
@@ -205,6 +210,7 @@ export const iconMap = {
205
210
'ic-success' : ICSuccess ,
206
211
'ic-suspended' : ICSuspended ,
207
212
'ic-tata1mg' : ICTata1mg ,
213
+ 'ic-terminal-fill' : ICTerminalFill ,
208
214
'ic-timeout-two-dash' : ICTimeoutTwoDash ,
209
215
'ic-timer' : ICTimer ,
210
216
'ic-travclan' : ICTravclan ,
0 commit comments