@@ -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'
@@ -97,6 +99,7 @@ import { ReactComponent as ICStamp } from '@IconsV2/ic-stamp.svg'
97
99
import { ReactComponent as ICSuccess } from '@IconsV2/ic-success.svg'
98
100
import { ReactComponent as ICSuspended } from '@IconsV2/ic-suspended.svg'
99
101
import { ReactComponent as ICTata1mg } from '@IconsV2/ic-tata1mg.svg'
102
+ import { ReactComponent as ICTerminalFill } from '@IconsV2/ic-terminal-fill.svg'
100
103
import { ReactComponent as ICTimeoutTwoDash } from '@IconsV2/ic-timeout-two-dash.svg'
101
104
import { ReactComponent as ICTimer } from '@IconsV2/ic-timer.svg'
102
105
import { ReactComponent as ICTravclan } from '@IconsV2/ic-travclan.svg'
@@ -120,6 +123,7 @@ export const iconMap = {
120
123
'ic-arrows-left-right' : ICArrowsLeftRight ,
121
124
'ic-ather' : ICAther ,
122
125
'ic-azure' : ICAzure ,
126
+ 'ic-bg-cluster' : ICBgCluster ,
123
127
'ic-bharatpe' : ICBharatpe ,
124
128
'ic-bitbucket' : ICBitbucket ,
125
129
'ic-book-open' : ICBookOpen ,
@@ -154,6 +158,7 @@ export const iconMap = {
154
158
'ic-env' : ICEnv ,
155
159
'ic-error' : ICError ,
156
160
'ic-failure' : ICFailure ,
161
+ 'ic-file-key' : ICFileKey ,
157
162
'ic-folder-user' : ICFolderUser ,
158
163
'ic-gear' : ICGear ,
159
164
'ic-git' : ICGit ,
@@ -207,6 +212,7 @@ export const iconMap = {
207
212
'ic-success' : ICSuccess ,
208
213
'ic-suspended' : ICSuspended ,
209
214
'ic-tata1mg' : ICTata1mg ,
215
+ 'ic-terminal-fill' : ICTerminalFill ,
210
216
'ic-timeout-two-dash' : ICTimeoutTwoDash ,
211
217
'ic-timer' : ICTimer ,
212
218
'ic-travclan' : ICTravclan ,
0 commit comments