@@ -8,6 +8,7 @@ import { ReactComponent as ICApica } from '@IconsV2/ic-apica.svg'
8
8
import { ReactComponent as ICAppGroup } from '@IconsV2/ic-app-group.svg'
9
9
import { ReactComponent as ICArrowClockwise } from '@IconsV2/ic-arrow-clockwise.svg'
10
10
import { ReactComponent as ICArrowRight } from '@IconsV2/ic-arrow-right.svg'
11
+ import { ReactComponent as ICArrowSquareOut } from '@IconsV2/ic-arrow-square-out.svg'
11
12
import { ReactComponent as ICArrowsLeftRight } from '@IconsV2/ic-arrows-left-right.svg'
12
13
import { ReactComponent as ICAther } from '@IconsV2/ic-ather.svg'
13
14
import { ReactComponent as ICAzure } from '@IconsV2/ic-azure.svg'
@@ -20,6 +21,7 @@ import { ReactComponent as ICBuildColor } from '@IconsV2/ic-build-color.svg'
20
21
import { ReactComponent as ICCalendar } from '@IconsV2/ic-calendar.svg'
21
22
import { ReactComponent as ICCancelled } from '@IconsV2/ic-cancelled.svg'
22
23
import { ReactComponent as ICCardStack } from '@IconsV2/ic-card-stack.svg'
24
+ import { ReactComponent as ICCaretDownSmall } from '@IconsV2/ic-caret-down-small.svg'
23
25
import { ReactComponent as ICCaretLeft } from '@IconsV2/ic-caret-left.svg'
24
26
import { ReactComponent as ICCaretRight } from '@IconsV2/ic-caret-right.svg'
25
27
import { ReactComponent as ICCd } from '@IconsV2/ic-cd.svg'
@@ -70,8 +72,10 @@ import { ReactComponent as ICHibernate } from '@IconsV2/ic-hibernate.svg'
70
72
import { ReactComponent as ICInProgress } from '@IconsV2/ic-in-progress.svg'
71
73
import { ReactComponent as ICInfoFilled } from '@IconsV2/ic-info-filled.svg'
72
74
import { ReactComponent as ICInfoOutline } from '@IconsV2/ic-info-outline.svg'
75
+ import { ReactComponent as ICInstall } from '@IconsV2/ic-install.svg'
73
76
import { ReactComponent as ICJobColor } from '@IconsV2/ic-job-color.svg'
74
77
import { ReactComponent as ICK8sJob } from '@IconsV2/ic-k8s-job.svg'
78
+ import { ReactComponent as ICLaptop } from '@IconsV2/ic-laptop.svg'
75
79
import { ReactComponent as ICLdap } from '@IconsV2/ic-ldap.svg'
76
80
import { ReactComponent as ICLightning } from '@IconsV2/ic-lightning.svg'
77
81
import { ReactComponent as ICLightningFill } from '@IconsV2/ic-lightning-fill.svg'
@@ -83,6 +87,7 @@ import { ReactComponent as ICMediumPaintbucket } from '@IconsV2/ic-medium-paintb
83
87
import { ReactComponent as ICMemory } from '@IconsV2/ic-memory.svg'
84
88
import { ReactComponent as ICMicrosoft } from '@IconsV2/ic-microsoft.svg'
85
89
import { ReactComponent as ICMissing } from '@IconsV2/ic-missing.svg'
90
+ import { ReactComponent as ICMobile } from '@IconsV2/ic-mobile.svg'
86
91
import { ReactComponent as ICMonitoring } from '@IconsV2/ic-monitoring.svg'
87
92
import { ReactComponent as ICNew } from '@IconsV2/ic-new.svg'
88
93
import { ReactComponent as ICNodeScript } from '@IconsV2/ic-node-script.svg'
@@ -130,6 +135,7 @@ export const iconMap = {
130
135
'ic-app-group' : ICAppGroup ,
131
136
'ic-arrow-clockwise' : ICArrowClockwise ,
132
137
'ic-arrow-right' : ICArrowRight ,
138
+ 'ic-arrow-square-out' : ICArrowSquareOut ,
133
139
'ic-arrows-left-right' : ICArrowsLeftRight ,
134
140
'ic-ather' : ICAther ,
135
141
'ic-azure' : ICAzure ,
@@ -142,6 +148,7 @@ export const iconMap = {
142
148
'ic-calendar' : ICCalendar ,
143
149
'ic-cancelled' : ICCancelled ,
144
150
'ic-card-stack' : ICCardStack ,
151
+ 'ic-caret-down-small' : ICCaretDownSmall ,
145
152
'ic-caret-left' : ICCaretLeft ,
146
153
'ic-caret-right' : ICCaretRight ,
147
154
'ic-cd' : ICCd ,
@@ -192,8 +199,10 @@ export const iconMap = {
192
199
'ic-in-progress' : ICInProgress ,
193
200
'ic-info-filled' : ICInfoFilled ,
194
201
'ic-info-outline' : ICInfoOutline ,
202
+ 'ic-install' : ICInstall ,
195
203
'ic-job-color' : ICJobColor ,
196
204
'ic-k8s-job' : ICK8sJob ,
205
+ 'ic-laptop' : ICLaptop ,
197
206
'ic-ldap' : ICLdap ,
198
207
'ic-lightning-fill' : ICLightningFill ,
199
208
'ic-lightning' : ICLightning ,
@@ -205,6 +214,7 @@ export const iconMap = {
205
214
'ic-memory' : ICMemory ,
206
215
'ic-microsoft' : ICMicrosoft ,
207
216
'ic-missing' : ICMissing ,
217
+ 'ic-mobile' : ICMobile ,
208
218
'ic-monitoring' : ICMonitoring ,
209
219
'ic-new' : ICNew ,
210
220
'ic-node-script' : ICNodeScript ,
0 commit comments