@@ -42,6 +42,7 @@ import { ReactComponent as ICCloseLarge } from '@IconsV2/ic-close-large.svg'
4242import { ReactComponent as ICCloseSmall } from '@IconsV2/ic-close-small.svg'
4343import { ReactComponent as ICCloudVms } from '@IconsV2/ic-cloud-vms.svg'
4444import { ReactComponent as ICCluster } from '@IconsV2/ic-cluster.svg'
45+ import { ReactComponent as ICClusterIsolated } from '@IconsV2/ic-cluster-isolated.svg'
4546import { ReactComponent as ICCode } from '@IconsV2/ic-code.svg'
4647import { ReactComponent as ICContainer } from '@IconsV2/ic-container.svg'
4748import { ReactComponent as ICCookr } from '@IconsV2/ic-cookr.svg'
@@ -67,6 +68,8 @@ import { ReactComponent as ICEmail } from '@IconsV2/ic-email.svg'
6768import { ReactComponent as ICEnterpriseFeat } from '@IconsV2/ic-enterprise-feat.svg'
6869import { ReactComponent as ICEnterpriseTag } from '@IconsV2/ic-enterprise-tag.svg'
6970import { ReactComponent as ICEnv } from '@IconsV2/ic-env.svg'
71+ import { ReactComponent as ICEnvironment } from '@IconsV2/ic-environment.svg'
72+ import { ReactComponent as ICEnvironmentIsolated } from '@IconsV2/ic-environment-isolated.svg'
7073import { ReactComponent as ICError } from '@IconsV2/ic-error.svg'
7174import { ReactComponent as ICExpandRightSm } from '@IconsV2/ic-expand-right-sm.svg'
7275import { ReactComponent as ICExpandSm } from '@IconsV2/ic-expand-sm.svg'
@@ -148,6 +151,7 @@ import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
148151import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
149152import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
150153import { ReactComponent as ICSelected } from '@IconsV2/ic-selected.svg'
154+ import { ReactComponent as ICShapes } from '@IconsV2/ic-shapes.svg'
151155import { ReactComponent as ICShieldCheck } from '@IconsV2/ic-shield-check.svg'
152156import { ReactComponent as ICSlidersVertical } from '@IconsV2/ic-sliders-vertical.svg'
153157import { ReactComponent as ICSortAscending } from '@IconsV2/ic-sort-ascending.svg'
@@ -237,6 +241,7 @@ export const iconMap = {
237241 'ic-close-large' : ICCloseLarge ,
238242 'ic-close-small' : ICCloseSmall ,
239243 'ic-cloud-vms' : ICCloudVms ,
244+ 'ic-cluster-isolated' : ICClusterIsolated ,
240245 'ic-cluster' : ICCluster ,
241246 'ic-code' : ICCode ,
242247 'ic-container' : ICContainer ,
@@ -263,6 +268,8 @@ export const iconMap = {
263268 'ic-enterprise-feat' : ICEnterpriseFeat ,
264269 'ic-enterprise-tag' : ICEnterpriseTag ,
265270 'ic-env' : ICEnv ,
271+ 'ic-environment-isolated' : ICEnvironmentIsolated ,
272+ 'ic-environment' : ICEnvironment ,
266273 'ic-error' : ICError ,
267274 'ic-expand-right-sm' : ICExpandRightSm ,
268275 'ic-expand-sm' : ICExpandSm ,
@@ -344,6 +351,7 @@ export const iconMap = {
344351 'ic-rocket-gear' : ICRocketGear ,
345352 'ic-rocket-launch' : ICRocketLaunch ,
346353 'ic-selected' : ICSelected ,
354+ 'ic-shapes' : ICShapes ,
347355 'ic-shield-check' : ICShieldCheck ,
348356 'ic-sliders-vertical' : ICSlidersVertical ,
349357 'ic-sort-ascending' : ICSortAscending ,
0 commit comments