@@ -27,6 +27,7 @@ import { ReactComponent as ICGithub } from '@IconsV2/ic-github.svg'
27
27
import { ReactComponent as ICGitlab } from '@IconsV2/ic-gitlab.svg'
28
28
import { ReactComponent as ICGoogleArtifactRegistry } from '@IconsV2/ic-google-artifact-registry.svg'
29
29
import { ReactComponent as ICGoogleContainerRegistry } from '@IconsV2/ic-google-container-registry.svg'
30
+ import { ReactComponent as ICGoogle } from '@IconsV2/ic-google.svg'
30
31
import { ReactComponent as ICGridView } from '@IconsV2/ic-grid-view.svg'
31
32
import { ReactComponent as ICHeartGreen } from '@IconsV2/ic-heart-green.svg'
32
33
import { ReactComponent as ICHeartRedAnimated } from '@IconsV2/ic-heart-red-animated.svg'
@@ -39,11 +40,16 @@ import { ReactComponent as ICInfoFilled } from '@IconsV2/ic-info-filled.svg'
39
40
import { ReactComponent as ICInfoOutline } from '@IconsV2/ic-info-outline.svg'
40
41
import { ReactComponent as ICJobColor } from '@IconsV2/ic-job-color.svg'
41
42
import { ReactComponent as ICK8sJob } from '@IconsV2/ic-k8s-job.svg'
43
+ import { ReactComponent as ICLdap } from '@IconsV2/ic-ldap.svg'
44
+ import { ReactComponent as ICLoginDevtronLogo } from '@IconsV2/ic-login-devtron-logo.svg'
45
+ import { ReactComponent as ICMicrosoft } from '@IconsV2/ic-microsoft.svg'
42
46
import { ReactComponent as ICMissing } from '@IconsV2/ic-missing.svg'
43
47
import { ReactComponent as ICMonitoring } from '@IconsV2/ic-monitoring.svg'
44
48
import { ReactComponent as ICNodeScript } from '@IconsV2/ic-node-script.svg'
49
+ import { ReactComponent as ICOidc } from '@IconsV2/ic-oidc.svg'
45
50
import { ReactComponent as ICOpenBox } from '@IconsV2/ic-open-box.svg'
46
51
import { ReactComponent as ICOpenInNew } from '@IconsV2/ic-open-in-new.svg'
52
+ import { ReactComponent as ICOpenshift } from '@IconsV2/ic-openshift.svg'
47
53
import { ReactComponent as ICOutOfSync } from '@IconsV2/ic-out-of-sync.svg'
48
54
import { ReactComponent as ICPaperPlaneColor } from '@IconsV2/ic-paper-plane-color.svg'
49
55
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
@@ -87,6 +93,7 @@ export const iconMap = {
87
93
'ic-gitlab' : ICGitlab ,
88
94
'ic-google-artifact-registry' : ICGoogleArtifactRegistry ,
89
95
'ic-google-container-registry' : ICGoogleContainerRegistry ,
96
+ 'ic-google' : ICGoogle ,
90
97
'ic-grid-view' : ICGridView ,
91
98
'ic-heart-green' : ICHeartGreen ,
92
99
'ic-heart-red-animated' : ICHeartRedAnimated ,
@@ -99,11 +106,16 @@ export const iconMap = {
99
106
'ic-info-outline' : ICInfoOutline ,
100
107
'ic-job-color' : ICJobColor ,
101
108
'ic-k8s-job' : ICK8sJob ,
109
+ 'ic-ldap' : ICLdap ,
110
+ 'ic-login-devtron-logo' : ICLoginDevtronLogo ,
111
+ 'ic-microsoft' : ICMicrosoft ,
102
112
'ic-missing' : ICMissing ,
103
113
'ic-monitoring' : ICMonitoring ,
104
114
'ic-node-script' : ICNodeScript ,
115
+ 'ic-oidc' : ICOidc ,
105
116
'ic-open-box' : ICOpenBox ,
106
117
'ic-open-in-new' : ICOpenInNew ,
118
+ 'ic-openshift' : ICOpenshift ,
107
119
'ic-out-of-sync' : ICOutOfSync ,
108
120
'ic-paper-plane-color' : ICPaperPlaneColor ,
109
121
'ic-quay' : ICQuay ,
0 commit comments