@@ -40,6 +40,7 @@ import { ReactComponent as ICDeleteLightning } from '@IconsV2/ic-delete-lightnin
40
40
import { ReactComponent as ICDelhivery } from '@IconsV2/ic-delhivery.svg'
41
41
import { ReactComponent as ICDevtron } from '@IconsV2/ic-devtron.svg'
42
42
import { ReactComponent as ICDevtronHeaderLogo } from '@IconsV2/ic-devtron-header-logo.svg'
43
+ import { ReactComponent as ICDisconnect } from '@IconsV2/ic-disconnect.svg'
43
44
import { ReactComponent as ICDockerhub } from '@IconsV2/ic-dockerhub.svg'
44
45
import { ReactComponent as ICEcr } from '@IconsV2/ic-ecr.svg'
45
46
import { ReactComponent as ICEnv } from '@IconsV2/ic-env.svg'
@@ -48,6 +49,7 @@ import { ReactComponent as ICFailure } from '@IconsV2/ic-failure.svg'
48
49
import { ReactComponent as ICFileKey } from '@IconsV2/ic-file-key.svg'
49
50
import { ReactComponent as ICFolderUser } from '@IconsV2/ic-folder-user.svg'
50
51
import { ReactComponent as ICGear } from '@IconsV2/ic-gear.svg'
52
+ import { ReactComponent as ICGift } from '@IconsV2/ic-gift.svg'
51
53
import { ReactComponent as ICGit } from '@IconsV2/ic-git.svg'
52
54
import { ReactComponent as ICGithub } from '@IconsV2/ic-github.svg'
53
55
import { ReactComponent as ICGitlab } from '@IconsV2/ic-gitlab.svg'
@@ -74,6 +76,7 @@ import { ReactComponent as ICLoginDevtronLogo } from '@IconsV2/ic-login-devtron-
74
76
import { ReactComponent as ICLogout } from '@IconsV2/ic-logout.svg'
75
77
import { ReactComponent as ICMediumDelete } from '@IconsV2/ic-medium-delete.svg'
76
78
import { ReactComponent as ICMediumPaintbucket } from '@IconsV2/ic-medium-paintbucket.svg'
79
+ import { ReactComponent as ICMegaphoneLeft } from '@IconsV2/ic-megaphone-left.svg'
77
80
import { ReactComponent as ICMicrosoft } from '@IconsV2/ic-microsoft.svg'
78
81
import { ReactComponent as ICMissing } from '@IconsV2/ic-missing.svg'
79
82
import { ReactComponent as ICMonitoring } from '@IconsV2/ic-monitoring.svg'
@@ -93,6 +96,7 @@ import { ReactComponent as ICSlidersVertical } from '@IconsV2/ic-sliders-vertica
93
96
import { ReactComponent as ICSortAscending } from '@IconsV2/ic-sort-ascending.svg'
94
97
import { ReactComponent as ICSortDescending } from '@IconsV2/ic-sort-descending.svg'
95
98
import { ReactComponent as ICSortable } from '@IconsV2/ic-sortable.svg'
99
+ import { ReactComponent as ICSparkleColor } from '@IconsV2/ic-sparkle-color.svg'
96
100
import { ReactComponent as ICSpinny } from '@IconsV2/ic-spinny.svg'
97
101
import { ReactComponent as ICStack } from '@IconsV2/ic-stack.svg'
98
102
import { ReactComponent as ICStamp } from '@IconsV2/ic-stamp.svg'
@@ -153,6 +157,7 @@ export const iconMap = {
153
157
'ic-delhivery' : ICDelhivery ,
154
158
'ic-devtron-header-logo' : ICDevtronHeaderLogo ,
155
159
'ic-devtron' : ICDevtron ,
160
+ 'ic-disconnect' : ICDisconnect ,
156
161
'ic-dockerhub' : ICDockerhub ,
157
162
'ic-ecr' : ICEcr ,
158
163
'ic-env' : ICEnv ,
@@ -161,6 +166,7 @@ export const iconMap = {
161
166
'ic-file-key' : ICFileKey ,
162
167
'ic-folder-user' : ICFolderUser ,
163
168
'ic-gear' : ICGear ,
169
+ 'ic-gift' : ICGift ,
164
170
'ic-git' : ICGit ,
165
171
'ic-github' : ICGithub ,
166
172
'ic-gitlab' : ICGitlab ,
@@ -187,6 +193,7 @@ export const iconMap = {
187
193
'ic-logout' : ICLogout ,
188
194
'ic-medium-delete' : ICMediumDelete ,
189
195
'ic-medium-paintbucket' : ICMediumPaintbucket ,
196
+ 'ic-megaphone-left' : ICMegaphoneLeft ,
190
197
'ic-microsoft' : ICMicrosoft ,
191
198
'ic-missing' : ICMissing ,
192
199
'ic-monitoring' : ICMonitoring ,
@@ -206,6 +213,7 @@ export const iconMap = {
206
213
'ic-sort-ascending' : ICSortAscending ,
207
214
'ic-sort-descending' : ICSortDescending ,
208
215
'ic-sortable' : ICSortable ,
216
+ 'ic-sparkle-color' : ICSparkleColor ,
209
217
'ic-spinny' : ICSpinny ,
210
218
'ic-stack' : ICStack ,
211
219
'ic-stamp' : ICStamp ,
0 commit comments