@cloudtower/icons-react 0.28.6 → 0.28.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Ip24RedIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow16BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny16RedIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24RedIcon.d.ts +4 -0
- package/dist/SecurityGroup24RedIcon.d.ts +4 -0
- package/dist/Tag24RedIcon.d.ts +4 -0
- package/dist/cjs/Ip24RedIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/cjs/SecurityGroup24RedIcon.js +34 -0
- package/dist/cjs/Tag24RedIcon.js +49 -0
- package/dist/cjs/index.js +7 -0
- package/dist/esm/Ip24RedIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/esm/SecurityGroup24RedIcon.js +34 -0
- package/dist/esm/Tag24RedIcon.js +49 -0
- package/dist/esm/index.js +7 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +7 -0
- package/package.json +3 -3
@@ -0,0 +1,98 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyDeny16RedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M10.819 1.594h1.277c.893 0 1.617.724 1.617 1.617v4.78a17.826 17.826 0 00-.917-.348V3.21a.7.7 0 00-.7-.7h-1.233a1.1 1.1 0 01-1.02.689H5.87a1.1 1.1 0 01-1.021-.69H3.617a.7.7 0 00-.7.7v10.213a.7.7 0 00.7.7h5.224l.027.044c.217.342.508.614.834.873H3.617A1.617 1.617 0 012 13.423V3.211c0-.893.724-1.617 1.617-1.617h1.277A1.1 1.1 0 015.87 1h3.971c.425 0 .794.24.977.594z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M10.3 8.587C11.663 8.03 11.85 8 12.075 8c.227 0 .412.03 1.777.587.28.113.499.21.669.3.169.09.31.184.414.301.218.245.217.526.216.772v2.603c0 .584-.07.99-.29 1.336-.202.32-.519.562-.903.856l-.035.026c-.427.327-.792.55-1.092.694-.295.14-.55.215-.756.215-.205 0-.461-.074-.755-.215a6.661 6.661 0 01-1.15-.703c-.384-.293-.678-.552-.88-.873-.22-.346-.29-.752-.29-1.336V9.959c-.002-.245-.002-.526.216-.77.104-.118.245-.212.413-.302.17-.09.39-.187.67-.3zm1.776 3.258V8.79c.083 0 .86.26 1.451.5.275.113.455.187.596.262a.496.496 0 01.18.13l.011.015c.047.052.071.09.071.302v1.846h-2.309zm0 0v2.994c-.072 0-.26 0-.52-.125l-.028-.013c-.233-.111-.337-.161-.747-.43-.43-.329-.573-.455-.726-.669-.126-.2-.234-.495-.234-1.04v-.717h2.255z",
|
24
|
+
fill: "url(#paint1_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
d: "M4 10.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
27
|
+
fill: "url(#paint2_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
29
|
+
d: "M4 12.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
30
|
+
fill: "url(#paint3_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
32
|
+
fillRule: "evenodd",
|
33
|
+
clipRule: "evenodd",
|
34
|
+
d: "M6 5.15a.46.46 0 01.65-.65l1.175 1.175L9 4.5a.46.46 0 01.65.65L8.477 6.326 9.65 7.5A.46.46 0 019 8.15L7.825 6.977 6.651 8.15A.46.46 0 016 7.5l1.175-1.175L6 5.151z",
|
35
|
+
fill: "url(#paint4_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
36
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
37
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
38
|
+
cx: 0,
|
39
|
+
cy: 0,
|
40
|
+
r: 1,
|
41
|
+
gradientUnits: "userSpaceOnUse",
|
42
|
+
gradientTransform: "matrix(11.71278 -14.04017 13.81272 11.52304 2 15.04)"
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
44
|
+
stopColor: "#FF5C78"
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
46
|
+
offset: 1,
|
47
|
+
stopColor: "#DC0000"
|
48
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
49
|
+
id: "paint1_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
50
|
+
cx: 0,
|
51
|
+
cy: 0,
|
52
|
+
r: 1,
|
53
|
+
gradientUnits: "userSpaceOnUse",
|
54
|
+
gradientTransform: "matrix(6.15248 -7.69025 7.50276 6.00248 9 15.69)"
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
56
|
+
stopColor: "#FF5C78"
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
58
|
+
offset: 1,
|
59
|
+
stopColor: "#DC0000"
|
60
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
61
|
+
id: "paint2_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
62
|
+
cx: 0,
|
63
|
+
cy: 0,
|
64
|
+
r: 1,
|
65
|
+
gradientUnits: "userSpaceOnUse",
|
66
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 11)"
|
67
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
68
|
+
stopColor: "#FF5C78"
|
69
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
70
|
+
offset: 1,
|
71
|
+
stopColor: "#DC0000"
|
72
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
73
|
+
id: "paint3_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
74
|
+
cx: 0,
|
75
|
+
cy: 0,
|
76
|
+
r: 1,
|
77
|
+
gradientUnits: "userSpaceOnUse",
|
78
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 13)"
|
79
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
80
|
+
stopColor: "#FF5C78"
|
81
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
82
|
+
offset: 1,
|
83
|
+
stopColor: "#DC0000"
|
84
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
85
|
+
id: "paint4_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
86
|
+
cx: 0,
|
87
|
+
cy: 0,
|
88
|
+
r: 1,
|
89
|
+
gradientUnits: "userSpaceOnUse",
|
90
|
+
gradientTransform: "rotate(-45 12.934 -2.937) scale(5.54371)"
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
92
|
+
stopColor: "#FF5C78"
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
94
|
+
offset: 1,
|
95
|
+
stopColor: "#DC0000"
|
96
|
+
}))));
|
97
|
+
}
|
98
|
+
export default NetworkSecurityPolicyDeny16RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyDeny24RedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm7.137 7.848c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6zM12 11.5a2.49 2.49 0 001.66-.632L9.85 7.724A2.5 2.5 0 0012 11.5zm1.851-.82c.054-.059.104-.12.152-.184l-.152.184zm-3.328-3.697l3.738 3.085a2.5 2.5 0 00-3.739-3.085zM12 12.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny24RedIcon_209_44564)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny24RedIcon_209_44564",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default NetworkSecurityPolicyDeny24RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function SecurityGroup24RedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M2.5 16.875c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108v-7.85c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874c-.428-.218-.988-.218-2.108-.218h-4.4c-.393 0-.624-.326-.894-.708-.382-.54-.843-1.192-1.956-1.192H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874c-.218.428-.218.988-.218 2.108v9.75zm1 0v-9.75c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085.283-.023.655-.024 1.232-.024h5.35c.294 0 .464.07.58.142.13.083.252.208.401.408a8.549 8.549 0 01.238.331c.084.117.19.262.315.398.258.281.683.62 1.316.62h4.4c.577 0 .949.002 1.232.025.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422.023.283.024.655.024 1.232v7.85c0 .576 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085-.283.023-.655.024-1.232.024H5.7c-.577 0-.949-.001-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422-.023-.283-.024-.656-.024-1.232zM9.672 8.56c1.788-.728 2.03-.769 2.328-.769.297 0 .54.04 2.328.77.365.148.653.274.876.393.221.117.405.24.542.394.286.32.285.688.284 1.01v3.411c0 .765-.092 1.297-.38 1.751-.266.42-.68.736-1.184 1.12l-.045.035c-.56.428-1.037.721-1.431.91-.386.183-.721.281-.99.281s-.604-.098-.99-.282c-.394-.188-.87-.481-1.43-.909l-.046-.035c-.504-.384-.918-.7-1.184-1.12-.288-.454-.38-.986-.38-1.75v-3.411c0-.323-.002-.69.284-1.01a1.92 1.92 0 01.542-.395c.223-.119.51-.245.876-.394zM12 12.83V8.597h.015c.102-.002.257-.004 2.01.71.36.146.616.26.8.358.188.1.276.17.32.22.062.069.079.122.079.526v2.418H12zm0 0v4.231c-.094 0-.303-.04-.642-.203-.332-.158-.761-.419-1.29-.822-.563-.431-.857-.662-1.037-.946-.166-.261-.255-.608-.255-1.32v-.94H12z",
|
19
|
+
fill: "url(#paint0_radial_SecurityGroup24RedIcon_209_44403)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_SecurityGroup24RedIcon_209_44403",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(19.00003 -16.15 15.939 18.7518 2.5 20.075)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default SecurityGroup24RedIcon;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function Tag24RedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M21.35 12.042c.07-.284.072-.586.078-1.189l.042-4.284c.014-1.425.02-2.138-.253-2.68a2.5 2.5 0 00-1.106-1.106c-.543-.274-1.255-.267-2.68-.253l-4.284.042c-.604.005-.905.008-1.189.079a2.5 2.5 0 00-.712.299c-.249.153-.462.366-.889.793l-7.232 7.232c-.99.99-1.485 1.485-1.67 2.056a2.5 2.5 0 000 1.545c.185.571.68 1.066 1.67 2.056l4.243 4.243c.99.99 1.485 1.485 2.055 1.67a2.5 2.5 0 001.546 0c.57-.185 1.065-.68 2.055-1.67l7.233-7.233c.426-.426.64-.64.793-.888.136-.22.237-.461.3-.712zM11.77 3.8c-.125.077-.246.19-.706.649l-7.232 7.232c-.507.507-.844.845-1.082 1.125-.23.272-.309.423-.345.533a1.5 1.5 0 000 .927c.036.11.115.261.345.533.238.28.575.618 1.082 1.125l4.243 4.243c.506.506.844.843 1.125 1.081.271.23.423.31.532.345a1.5 1.5 0 00.928 0c.11-.036.26-.114.532-.345.28-.238.619-.575 1.125-1.081l7.233-7.233c.46-.46.571-.58.649-.706a1.5 1.5 0 00.18-.427c.035-.144.043-.309.05-.959l.041-4.284c.007-.73.011-1.216-.016-1.589-.026-.362-.077-.527-.13-.631a1.5 1.5 0 00-.663-.663c-.104-.053-.27-.104-.631-.13-.374-.027-.86-.023-1.59-.016l-4.284.041c-.65.007-.814.015-.958.05a1.5 1.5 0 00-.427.18zm6.558 1.87a.5.5 0 10-.707.708.5.5 0 00.707-.707zm.707 1.415a1.5 1.5 0 11-2.122-2.121 1.5 1.5 0 012.122 2.121z",
|
19
|
+
fill: "url(#paint0_radial_Tag24RedIcon_209_44395)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M8.786 14.617l-.34 1.705a.772.772 0 00-.023.2c0 .304.199.486.515.486.334 0 .534-.17.604-.528l.375-1.863h1.7l-.347 1.705a.771.771 0 00-.023.2c0 .304.2.486.516.486.334 0 .533-.182.603-.54l.381-1.851h1.008c.38 0 .627-.252.627-.621 0-.293-.194-.492-.504-.492h-.914l.363-1.782h.973c.38 0 .627-.246.627-.615 0-.293-.194-.486-.504-.486h-.873l.328-1.617a.77.77 0 00.023-.2c0-.304-.199-.486-.515-.486-.334 0-.534.182-.604.54l-.363 1.763H10.73l.323-1.617c.011-.059.023-.141.023-.2 0-.304-.2-.486-.515-.486-.335 0-.534.182-.604.533l-.37 1.77H8.61c-.38 0-.633.246-.633.615 0 .287.2.492.51.492h.885l-.357 1.781h-.938c-.387 0-.633.247-.633.616 0 .287.2.492.51.492h.832zm1.283-1.037l.393-1.928h1.805l-.399 1.928H10.07z",
|
22
|
+
fill: "url(#paint1_radial_Tag24RedIcon_209_44395)"
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
24
|
+
id: "paint0_radial_Tag24RedIcon_209_44395",
|
25
|
+
cx: 0,
|
26
|
+
cy: 0,
|
27
|
+
r: 1,
|
28
|
+
gradientUnits: "userSpaceOnUse",
|
29
|
+
gradientTransform: "rotate(-45 28.028 9.726) scale(28.4868)"
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
31
|
+
stopColor: "#FF5C78"
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
33
|
+
offset: 1,
|
34
|
+
stopColor: "#DC0000"
|
35
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
36
|
+
id: "paint1_radial_Tag24RedIcon_209_44395",
|
37
|
+
cx: 0,
|
38
|
+
cy: 0,
|
39
|
+
r: 1,
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
41
|
+
gradientTransform: "rotate(-45 28.028 9.726) scale(28.4868)"
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
43
|
+
stopColor: "#FF5C78"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: 1,
|
46
|
+
stopColor: "#DC0000"
|
47
|
+
}))));
|
48
|
+
}
|
49
|
+
export default Tag24RedIcon;
|
package/dist/esm/index.js
CHANGED
@@ -520,6 +520,7 @@ export { default as InstallationPackage24OntintIcon } from './InstallationPackag
|
|
520
520
|
export { default as InstalltoolsIcon } from './InstalltoolsIcon.js'
|
521
521
|
export { default as Ip16GradientBlueOutlineOffIcon } from './Ip16GradientBlueOutlineOffIcon.js'
|
522
522
|
export { default as Ip16GradientBlueOutlineOnIcon } from './Ip16GradientBlueOutlineOnIcon.js'
|
523
|
+
export { default as Ip24RedIcon } from './Ip24RedIcon.js'
|
523
524
|
export { default as Ip24Icon } from './Ip24Icon.js'
|
524
525
|
export { default as IpPool24Icon } from './IpPool24Icon.js'
|
525
526
|
export { default as IpPoolWhite24Icon } from './IpPoolWhite24Icon.js'
|
@@ -694,6 +695,10 @@ export { default as NetworkSecurityPolicy24BlueIcon } from './NetworkSecurityPol
|
|
694
695
|
export { default as NetworkSecurityPolicy24GradientBlueIcon } from './NetworkSecurityPolicy24GradientBlueIcon.js'
|
695
696
|
export { default as NetworkSecurityPolicy24GrayIcon } from './NetworkSecurityPolicy24GrayIcon.js'
|
696
697
|
export { default as NetworkSecurityPolicy24OntintIcon } from './NetworkSecurityPolicy24OntintIcon.js'
|
698
|
+
export { default as NetworkSecurityPolicyAllow16BlueIcon } from './NetworkSecurityPolicyAllow16BlueIcon.js'
|
699
|
+
export { default as NetworkSecurityPolicyAllow24BlueIcon } from './NetworkSecurityPolicyAllow24BlueIcon.js'
|
700
|
+
export { default as NetworkSecurityPolicyDeny16RedIcon } from './NetworkSecurityPolicyDeny16RedIcon.js'
|
701
|
+
export { default as NetworkSecurityPolicyDeny24RedIcon } from './NetworkSecurityPolicyDeny24RedIcon.js'
|
697
702
|
export { default as NetworkStorage16GradientBlueIcon } from './NetworkStorage16GradientBlueIcon.js'
|
698
703
|
export { default as NetworkStorage16RedIcon } from './NetworkStorage16RedIcon.js'
|
699
704
|
export { default as NetworkStorage16YellowIcon } from './NetworkStorage16YellowIcon.js'
|
@@ -1070,6 +1075,7 @@ export { default as SecurityGroup24GradientBlueIcon } from './SecurityGroup24Gra
|
|
1070
1075
|
export { default as SecurityGroup24GradientGrayIcon } from './SecurityGroup24GradientGrayIcon.js'
|
1071
1076
|
export { default as SecurityGroup24GradientWhiteIcon } from './SecurityGroup24GradientWhiteIcon.js'
|
1072
1077
|
export { default as SecurityGroup24OntintIcon } from './SecurityGroup24OntintIcon.js'
|
1078
|
+
export { default as SecurityGroup24RedIcon } from './SecurityGroup24RedIcon.js'
|
1073
1079
|
export { default as SecurityService16GradientBlueIcon } from './SecurityService16GradientBlueIcon.js'
|
1074
1080
|
export { default as SecurityService16GradientGreyIcon } from './SecurityService16GradientGreyIcon.js'
|
1075
1081
|
export { default as SecurityService16OntintIcon } from './SecurityService16OntintIcon.js'
|
@@ -1186,6 +1192,7 @@ export { default as SystemServiceVm16Icon } from './SystemServiceVm16Icon.js'
|
|
1186
1192
|
export { default as Tag16GradientBlueIcon } from './Tag16GradientBlueIcon.js'
|
1187
1193
|
export { default as Tag16GradientGrayIcon } from './Tag16GradientGrayIcon.js'
|
1188
1194
|
export { default as Tag24GradientBlueIcon } from './Tag24GradientBlueIcon.js'
|
1195
|
+
export { default as Tag24RedIcon } from './Tag24RedIcon.js'
|
1189
1196
|
export { default as TaskCenter24BlueIcon } from './TaskCenter24BlueIcon.js'
|
1190
1197
|
export { default as TaskCenter24GradientBlueIcon } from './TaskCenter24GradientBlueIcon.js'
|
1191
1198
|
export { default as TaskCenter24GradientGrayIcon } from './TaskCenter24GradientGrayIcon.js'
|
package/dist/image-types.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export type ImagesType = | "Alert" | "App_Store" | "Backup" | "ContainerService" | "Event" | "IO-BandWidth" | "Infrastructure" | "Large_Display" | "NavTask" | "NetworkSecurity" | "Placeholder" | "Recycle_Bin" | "Report" | "Resource_Optimization" | "Setting" | "Settings" | "Smtx_Inspector" | "Snapshot" | "Tag" | "TrafficVisualization" | "abnormal_status" | "access_restriction" | "access_restriction_white" | "active-add-14-gradiendt-blue" | "active-connection-16-gradiendt-blue" | "active-observability-service-18-blue" | "active-observability-service-18-gray" | "active-observability-service-24-blue" | "active-observability-service-24-ontint" | "active-uninstal-14-gradiendt-red" | "adjust-config-16-gradient-blue" | "adjust-config-16-gradient-gray" | "advance-blue" | "advance" | "agent-mesh-24-ontint" | "agent-mesh-gradient-24-blue" | "agent-mesh-gradient-24-grey" | "agent-mesh-upgrade-24-blue" | "agent-mesh-upload-48-blue" | "alert-bell-16-gradient-blue" | "alert-bell-24-blue" | "alert-bell-24-gradient-blue" | "alert-bell-24-gradient-gray" | "alert-bell-24" | "alert-bell-arrow-24-gradient-blue" | "alert-bell-arrow-24-ontint" | "alert-bell-fill-24-blue" | "alert-bell-fill-24-gradient-blue" | "alert-bell-fill-24-gradient-gray" | "alert-bell-fill-24-gradient-red" | "alert-bell-fill-24-gradient-yellow" | "alert-bell-fill-24" | "alert-bell-outlined-16-gradient-blue" | "alert-bell-outlined-16-gradient-gray" | "alert-bell-resolved-24-blue" | "alert-bell-resolved-24-gradient-blue" | "alert-bell-resolved-24-gradient-gray" | "alert-bell-resolved-24-ontint" | "alert-bell-resolved-24" | "alert-bell-rule-24-blue" | "alert-bell-rule-24-gray" | "alert-bell-rule-24" | "alert-bell-rule-gear-24-gradient-blue" | "alert-bell-rule-gear-24-gradient-gray" | "alert-bell-rule-gear-24-ontint" | "alert-bell-unresolved-24-gradient-blue" | "alert-bell-unresolved-24-gradient-gray" | "alert-bell-unresolved-24-ontint" | "alert-gradient-bell-unresolved-24-blue" | "alert-gradient-bell-unresolved-24" | "alert-mail-notification-24-gradient-blue" | "alert-mail-notification-24-ontint" | "all-menu-16-blue" | "all-menu-16-gradient-blue" | "all-menu-16-gray" | "arrow-bold-down-16-blue" | "arrow-bold-down-16-white" | "arrow-bold-down-16" | "arrow-bold-left-16-blue" | "arrow-chevron-down-16-blue" | "arrow-chevron-down-16-bold-blue" | "arrow-chevron-down-16-bold-ontint" | "arrow-chevron-down-16-bold-secondary" | "arrow-chevron-down-16-ontint" | "arrow-chevron-down-16-secondary" | "arrow-chevron-down-small-16-blue" | "arrow-chevron-down-small-16-bold-blue" | "arrow-chevron-down-small-16-bold-ontint" | "arrow-chevron-down-small-16-bold-secondary" | "arrow-chevron-down-small-16-ontint" | "arrow-chevron-down-small-16-secondary" | "arrow-chevron-left-16-bold-blue" | "arrow-chevron-left-16-bold-ontint" | "arrow-chevron-left-16-bold-secondary" | "arrow-chevron-left-16-bold-super" | "arrow-chevron-left-16-bold-tertiary" | "arrow-chevron-left-16-ontint-1" | "arrow-chevron-left-16-ontint" | "arrow-chevron-left-16-secondary" | "arrow-chevron-left-small-16-blue" | "arrow-chevron-left-small-16-bold-blue" | "arrow-chevron-left-small-16-bold-ontint" | "arrow-chevron-left-small-16-bold-secondary" | "arrow-chevron-left-small-16-ontint-1" | "arrow-chevron-left-small-16-ontint" | "arrow-chevron-right-16-blue" | "arrow-chevron-right-16-bold-blue" | "arrow-chevron-right-16-bold-ontint" | "arrow-chevron-right-16-bold-secondary" | "arrow-chevron-right-16-ontint" | "arrow-chevron-right-16-secondary" | "arrow-chevron-right-small-16-blue" | "arrow-chevron-right-small-16-bold-blue" | "arrow-chevron-right-small-16-bold-ontint" | "arrow-chevron-right-small-16-bold-secondary" | "arrow-chevron-right-small-16-ontint" | "arrow-chevron-right-small-16-secondary" | "arrow-chevron-up-16-blue" | "arrow-chevron-up-16-bold-blue" | "arrow-chevron-up-16-bold-ontint" | "arrow-chevron-up-16-bold-secondary" | "arrow-chevron-up-16-ontint" | "arrow-chevron-up-16-secondary" | "arrow-chevron-up-small-16-blue" | "arrow-chevron-up-small-16-bold-blue" | "arrow-chevron-up-small-16-bold-ontint" | "arrow-chevron-up-small-16-bold-secondary" | "arrow-chevron-up-small-16-ontint" | "arrow-chevron-up-small-16-secondary" | "arrow-down-16-blue" | "arrow-down-16-grey" | "arrow-down-16" | "arrow-down-24" | "arrow_right_gray" | "backup-plan-24-blue" | "backup-plan-24-gray" | "backup-plan-24-ontint" | "backup-service-16-gradient-blue" | "backup-service-16-gradient-gray" | "backup-service-24-blue" | "backup-service-24-gradient-blue" | "backup-service-24-gray" | "backup-service-24-ontint" | "backup-store-repository-24-blue" | "backup-store-repository-24-gray" | "backup-store-repository-24-ontint" | "bar-chart-red-fail-icon-12" | "bell" | "bell_grey" | "bonding-16-gradient-blue" | "bonding-16-red" | "bonding-16-yellow" | "calendar-clock-date-time-24-gradient-blue" | "calendar-clock-date-time-24-gradient-gray" | "calendar-clock-date-time-24-secondary" | "calendar-date-24-gradient-blue" | "calendar-date-24-gradient-gray" | "calendar-date-24-secondary" | "calendar-time-record-16" | "caret-triangle-down-16" | "caret-triangle-down-large-16-blue" | "caret-triangle-down-large-16-ontint" | "cdrom-24-blue" | "cdrom-24" | "cdrom-disc-24-gradient-blue" | "cdrom-disc-24-gradient-gray" | "certificate-identity-24-gradient-blue" | "certificate-identity-24-gradient-gray" | "certificate-ssl-24-gradient-blue" | "certificate-ssl-24-gradient-gray" | "chain-associate-connect-16-bold-ontint" | "chain-associate-connect-16-gradient-blue" | "chain-associate-connect-24-gradient-blue" | "chain-associate-connect-24-gradient-gray" | "chain-connect-16-gradient-blue" | "chain-disassociate-disconnect-break-16-bold-ontint" | "chain-disassociate-disconnect-break-16-gradient-red" | "chain-disassociate-disconnect-break-24-gradient-blue" | "chain-disassociate-disconnect-break-24-gradient-gray" | "chain-disassociate-disconnect-break-24-red" | "chart-line-24-gradient-blue" | "chart-line-24-gradient-gray" | "chart-stacking-area-24-gradient-blue" | "chart-stacking-area-24-gradient-gray" | "check-green" | "checkmark-added-circle-fill-16-blue" | "checkmark-added-circle-fill-16-secondary" | "checkmark-added-circle-fill-24-blue" | "checkmark-added-circle-fill-24-primary" | "checkmark-done-success-circle-fill-16-bold-green" | "checkmark-done-success-circle-fill-16-bold-ontint" | "checkmark-done-success-circle-fill-16-green" | "checkmark-done-success-circle-fill-16-ontint" | "checkmark-done-success-circle-fill-24-green" | "checkmark-done-success-circle-fill" | "checkmark-done-success-correct-16-blue" | "checkmark-done-success-correct-16-bold-blue" | "checkmark-done-success-correct-16-bold-green" | "checkmark-done-success-correct-16-bold-ontint" | "checkmark-done-success-correct-16-bold-secondary" | "checkmark-done-success-correct-16-green" | "checkmark-done-success-correct-16-ontint" | "checkmark-done-success-correct-16-secondary" | "checkmark-done-success-correct-16-tertiary" | "checkmark-done-success-correct-24-bold-green" | "checkmark-solved-circle-16-blue" | "checkmark-solved-circle-16-super" | "clipboard-copy-16-gradient-blue" | "clipboard-copy-16-gradient-gray" | "clipboard-copy-24-gradient-blue" | "clipboard-copy-24-gradient-gray" | "clock-time-16-gradient-blue" | "clock-time-16-gradient-gray" | "clock-time-16-secondary" | "clock-time-24-gradient-blue" | "clock-time-24-gradient-gray" | "clock-time-24-secondary" | "clock" | "clone-16-gradient-blue" | "clone-16-gradient-gray" | "clone" | "close-red" | "close" | "cloudtower-logo-16-gradient-blue" | "cloudtower-logo-16-gradient-gray" | "cloudtower-logo-text" | "cloudtower16" | "cluster-16-blue" | "cluster-16-gradient-blue" | "cluster-16-gradient-gray" | "cluster-16-ontint" | "cluster-16" | "cluster-24-blue" | "cluster-24-gradient-blue" | "cluster-24-gradient-gray" | "cluster-24-ontint" | "cluster-24" | "cluster-blue" | "cluster-disconnected-16-blue" | "cluster-fill-16-ontint" | "cluster-fill-24-ontint" | "cluster-gray" | "cluster-outline-16-ontint" | "cluster-primary-16" | "cluster-upgrade-24-gradient-blue" | "cluster-upgrade-24-gradient-gray" | "cluster-upgrade-24-ontint" | "cluster" | "cluster_activated" | "cluster_normal" | "consistency-consistent-group-16-gradient-blue" | "consistency-group-24-gradient-blue" | "consistency-group-24-gradient-gray" | "container-registry-24-blue" | "container-registry-24-ontint" | "container-registry-32-colorful" | "copy-to-ellipsis-3-24-gradient-blue" | "copy-to-ellipsis-3-24-gradient-gray" | "cpu-temperature-critical" | "cpu-temperature-normal" | "cpu-temperature-warning" | "cpu-usage-16-blue" | "create-blank-vm-add-plus-24-gradient-blue" | "create-blank-vm-add-plus-24-gradient-gray" | "create-host-24-gradient-blue" | "create-placement-group-24-gradient-blue" | "create-security-policy-24-gradient-blue" | "create-security-policy-24-gradient-grey" | "create-vm-template-16" | "create-vm-via-template-24-gradient-blue" | "create-vmtemplate-add-plus-24-gradient-blue" | "create-vmtemplate-add-plus-24-gradient-gray" | "createvmtemplate" | "cross" | "csv" | "curve-link-24" | "dashboard-16-gradient-blue" | "dashboard-16-gradient-gray" | "dashboard-24-gradient-blue" | "dashboard-24-gradient-gray" | "dashboard-24-white" | "data-migration-24-blue" | "data-migration-24-ontint" | "data-recovery-24-blue" | "data-recovery-24-ontint" | "datacenter-16-blue" | "datacenter-16-gradient-blue" | "datacenter-16-gradient-gray" | "datacenter-16" | "datacenter-24-blue" | "datacenter-24-gradient-blue" | "datacenter-24-gradient-gray" | "datacenter-24-primary" | "datacenter-24" | "datacenter-empty-connect-center-16-gradient-blue" | "datacenter-fill-16-ontint" | "datacenter" | "datacenter_activated" | "datacenter_normal" | "delete" | "directory" | "disable-24-gradient-blue" | "disable-24-gradient-gray" | "disabled-16" | "disabled-nic-24-gradient-blue" | "disconnect-cluster-24-red" | "disconnected-cluster-16-gray" | "disconnected-cluster-16-ontint" | "disk-mount-16" | "disk-unmount-16-red" | "disk" | "distribute-16-gradient-blue" | "distribute-16-gradient-gray" | "dot-interval-separation-16-tertiary" | "down" | "download-16-gradient-blue" | "download-16-gradient-gray" | "download-24-gradient-blue" | "download-24-gradient-gray" | "download" | "drs-widget-empty-state" | "dynamic-resource-schedule-16-blue" | "dynamic-resource-schedule-16-ontint" | "dynamic-resource-schedule-24-blue" | "dynamic-resource-schedule-24-ontint" | "edge-gateway-24-gradient-blue" | "edge-gateway-24-gradient-grey" | "edge-gateway-24-gradient-ontint" | "edit-open-24-blue" | "edit-open-24" | "edit-pen-16-blue" | "edit-pen-16-bold-ontint" | "edit-pen-16-gradient-blue" | "edit-pen-16-gradient-gray" | "edit-pen-16-primary" | "edit-pen-16" | "edit-pen-24-gradient-blue" | "edit-pen-24-gradient-gray" | "edit-pen-on-tint" | "editvm" | "eject-16-gradient-blue" | "eject-16-gradient-gray" | "eject-16-red" | "eject-16-secondary" | "eject-24-gradient-blue" | "eject-24-gradient-gray" | "eject-24-secondary" | "enable-16-blue" | "enable-16-gray" | "enable-24-blue" | "enable-24-gray" | "entityFilter-ignore-gradient-16-gray" | "error-exclamation" | "error" | "event-auditing-16" | "event-auditing-24-blue" | "event-auditing-24-ontint" | "everoute-cluster-24-gradient-blue" | "everoute-cluster-24-gradient-grey" | "everoute-cluster-24-ontint" | "everoute-controller-16-gradient-gray" | "everoute-controller-24" | "everoute-services-16-gradient-blue" | "everoute-services-16-gradient-grey" | "everoute-services-24-gradient-blue" | "everoute-services-24-ontint" | "exclamation-error-circle-16-ontint" | "exclamation-error-circle-16-red" | "exclamation-error-circle-fill-16-ontint" | "exclamation-error-circle-fill-16-red" | "exclamation-error-circle-solid-16-red-white" | "exclamation-error-circle-solid-18-red" | "exclamtion-mark-16-ontint" | "export-16-gradient-blue" | "export-16-gradient-gray" | "export-16-regular-ontint" | "export-24-gradient-blue" | "export-24-gradient-gray" | "export-24-secondary" | "export-24" | "export-file-16-gradient-blue" | "export-file-16-gradient-gray" | "export-file-16-ontint" | "export-file-24-gradient-blue" | "export-vm-24-gradient-blue" | "export-vm-24-gradient-gray" | "export-vm-24-ontint" | "export-vm-template-24-gradient-blue" | "export-vm-template-24-gradient-gray" | "export-vm-template-24-ontint" | "export-volume-24-gradient-blue" | "export-volume-24-gradient-gray" | "export-volume-24-ontint" | "external-subnet-24-gradient-blue" | "external-subnet-24-gradient-grey" | "external-subnet-24-ontint" | "failback-24-blue" | "failover-24-blue" | "file-16-gradient-blue" | "file-cluster-24-blue" | "file-cluster-24-ontint" | "file-controller-24-blue" | "file-namespace-24-blue" | "file_normal" | "filter-16-blue-solid" | "filter-16-blue" | "filter-16-gradient-blue-outlined" | "filter-16-secondary-outlined" | "filter-16-secondary-solid" | "filter-24-gradient-blue" | "filter-24-gradient-gray" | "filter-gear-display-setting-24-gradient-blue" | "filter-gear-display-setting-24-gradient-gray" | "filter-secondary-16" | "filter_activated" | "filter_modified" | "filter_normal" | "fit-to-screen-16" | "flash-light-16-gradient-blue" | "float-ip-16-gradient-blue" | "float-ip-16-gradient-grey" | "float-ip-16-ontint" | "float-ip-24-gradient-blue" | "float-ip-24-gradient-grey" | "float-ip-24-ontint" | "focus-indicator-16-blue" | "fold-16-regular-secondary" | "fold-col-cards-16-regular-blue" | "fold-col-cards-16-regular-secondary" | "folder" | "folder_activated" | "folder_normal" | "forcerestart" | "forcestop" | "from-left-arrow-40-blue" | "from-right-arrow-40-blue" | "full-period-24-gradient-gray" | "fullscreen-16" | "gateway-service-16-gradient-blue" | "gateway-service-16-gradient-grey" | "gateway-service-16-ontint" | "gateway-service-24-gradient-blue" | "gateway-service-24-gradient-grey" | "gateway-service-24-ontint" | "generate-snapshot-immediately-16-blue" | "global-configuration-24-gradient-blue" | "global-configuration-24-ontint" | "global-policy-24-gradient-blue" | "gpu-device-16-gradient-blue" | "gpu-device-16-gradient-grey" | "gpu-device-24-gradient-blue" | "gpu-device-24-gradient-grey" | "ha-triggered-24-blue" | "ha-triggered-24-ontint" | "handle-point-8-16-blue" | "handle-point-8-16-secondary" | "handle-point-8-24-blue" | "handle-point-8-24-secondary" | "hardware" | "hdd-disk-24-gradient-blue" | "hierarchy-triangle-down-16-neutral" | "hierarchy-triangle-right-16-blue" | "hierarchy-triangle-right-16-gray" | "hierarchy-triangle-right-16-neutral" | "hierarchy-triangle-right-16-primary" | "host-16-blue" | "host-16-gradient-blue" | "host-16-gradient-gray" | "host-16-ontint" | "host-16-yellow" | "host-16" | "host-24-blue" | "host-24-gradient-blue" | "host-24-gradient-gray" | "host-24-yellow" | "host-24" | "host-fill-16-ontint" | "host-quarantine-16-secondary" | "host" | "host_activated" | "host_normal" | "ignore-24-gradient-blue" | "ignore-24-gradient-gray" | "import-security-policy-24-gradient-blue" | "import-security-policy-24-gradient-gray" | "import-vm-24-gradient-blue" | "import-vm-24-gradient-gray" | "import-vm-24-ontint" | "import-vm-template-24-gradient-blue" | "import-vm-template-24-gradient-gray" | "import-vm-template-24-ontint" | "import-volume-24-gradient-blue" | "import-volume-24-gradient-gray" | "import-volume-24-ontint" | "in-max-16" | "info-circle-24-blue" | "info-circle-24" | "info-circle-fill" | "info-i-circle-16-gradient-blue" | "info-i-circle-16-gradient-gray" | "info-i-circle-16-on-tint" | "info-i-circle-24-gradient-blue" | "info-i-circle-24-gradient-gray" | "info-i-circle-24-ontint" | "info-i-circle-24-secondary" | "info-i-circle-fill-16-blue" | "info-i-circle-fill-16-bold-blue" | "info-i-circle-fill-16-bold-ontint" | "info-i-circle-fill-16-gray-70" | "info-i-circle-fill-16-gray" | "info-i-circle-fill-16-ontint" | "info-i-circle-fill-16-quaternary" | "info-i-circle-fill-16-secondary" | "info-normal" | "info" | "install-24-gradient-blue" | "install-24-gradient-gray" | "installation-package-24-gradient-blue" | "installation-package-24-ontint" | "installtools" | "ip-16-gradient-blue-outline-off" | "ip-16-gradient-blue-outline-on" | "ip-24" | "ip-pool-24" | "ip-pool-white-24" | "iscsi-datastore-storage-object-16-gradient-blue" | "iscsi-datastore-storage-object-24-gradient-blue" | "iscsi-datastore-storage-object-24-gradient-gray" | "iscsi-lun-16-gradient-blue" | "iscsi-lun-16-yellow" | "iscsi-lun-24-blue" | "iscsi-lun-24-gradient-blue" | "iscsi-lun-24-gradient-gray" | "iscsi-lun-24" | "iscsi-target-16-gradient-blue" | "iscsi-target-24-blue" | "iscsi-target-24" | "iso-24-blue" | "iso-24" | "iso-blue" | "iso-image-disc-16-gradient-blue" | "iso-image-disc-16-gradient-yellow" | "iso-image-disc-24-gradient-blue" | "iso-image-disc-24-gradient-gray" | "iso-image-disc-24-ontint" | "iso" | "isolation-16-blue" | "isolation-24-blue" | "jump-16-gradient-blue" | "jump-16-gradient-gray" | "l2-gw-16-gradient-blue" | "l2-gw-16-gradient-grey" | "l2-gw-16-ontint" | "l2-gw-24-gradient-blue" | "l2-gw-24-gradient-grey" | "l2-gw-24-ontint" | "l3-router-16-gradient-blue" | "l3-router-16-gradient-grey" | "l3-router-16-ontint" | "l3-router-24-gradient-blue" | "l3-router-24-gradient-grey" | "l3-router-24-ontint" | "language-switcher-24-gradient-blue" | "language-switcher-24-white" | "lb-gw-16-gradient-blue" | "lb-gw-16-gradient-grey" | "lb-gw-16-ontint" | "lb-gw-24-gradient-blue" | "lb-gw-24-gradient-grey" | "lb-gw-24-ontint" | "ldap-24-gradient-blue" | "ldap-24-white" | "ldap-sync-16-white" | "leave-fullscreen-16" | "load-balancer-16-gradient-blue" | "load-balancer-16-gradient-grey" | "load-balancer-24-gradient-blue" | "load-balancer-24-gradient-grey" | "load-balancer-monitor-24-fill-ontint" | "load-balancer-monitor-24-gradient-blue" | "load-balancer-monitor-24-gradient-grey" | "loading-16-gradient-blue" | "loading-16-gradient-gary" | "loading-16-ontint" | "loading-24-gradient-blue" | "loading-24-gradient-gary" | "loading-24-ontint" | "loading-6-gradient-blue" | "loading-6-ontint" | "loading-8-gradient-blue" | "loading-8-ontint" | "lock-16-gradient-gray" | "lock" | "log-collection-16-gradient-blue" | "log-collection-16-gray" | "log-collection-24-gradient-blue" | "log-collection-24-gradient-gray" | "log-collection-24-ontint" | "log-collection-24-white" | "login-options-24-gradient-blue" | "login-options-24-white" | "logo-background" | "logo-fuzzy-background" | "long-arrow-down-16" | "long-arrow-up-16" | "maintenance-mode-enter-16-gradient-blue" | "maintenance-mode-enter-16-gradient-yellow" | "maintenance-mode-enter-24-gradient-blue" | "maintenance-mode-enter-24-gradient-yellow" | "maintenance-mode-exist-16-gradient-blue" | "maintenance-mode-exist-16-gradient-yellow" | "maintenance-mode-exist-24-gradient-blue" | "maintenance-mode-exist-24-gradient-yellow" | "maintenance-mode-give-up-16-gradient-blue" | "maintenance-mode-give-up-16-gradient-yellow" | "maintenance-mode-give-up-24-gradient-blue" | "maintenance-mode-give-up-24-gradient-yellow" | "memory-usage-16-green" | "metro-cluster-16-gradient-blue" | "metro-cluster-16-ontint" | "metro-cluster-network-status-24-blue" | "metro-witness-node-24-blue" | "mfa-setting-24-gradient-blue" | "mfa-setting-24-white" | "migrate-16-gradient-blue" | "migrate-16-gradient-gray" | "migrate" | "migration-network-16-blue" | "minus-16-bold-ontint" | "minus-unmount-remove-circle-16-gradient-red" | "monitoring-16-gradient-blue" | "monitoring-24-gradient-blue" | "monitoring-24-gradient-gray" | "monitoring-24-gradient-ontint" | "monitoring-advanced-24-gradient-blue" | "monitoring-advanced-24-ontint" | "monitoring-view-16-gradient-blue" | "more-ellipsis-16-blue" | "more-ellipsis-16-ontint" | "more-ellipsis-16" | "more-ellipsis-24-blue" | "more-ellipsis-24" | "more-ellipsis-3-16-bold-blue" | "more-ellipsis-3-16-bold-ontint" | "more-ellipsis-3-16-bold-primary" | "more-ellipsis-3-16-bold-secondary" | "more-ellipsis-3-24-bold-blue" | "more-ellipsis-3-24-bold-ontint" | "more-ellipsis-3-24-bold-primary" | "more-ellipsis-3-24-bold-secondary" | "more-menu-16-blue" | "more-menu-16-bold-blue" | "more-menu-16-gray" | "mount-cdrom-16" | "mount-cdrom-disc-16-gradient-gray" | "mount-cdrom-disc-16-secondary" | "mount-cdrom-disc-24-gradient-blue" | "mount-cdrom-disc-24-gradient-gray" | "mount-virtual-volume-16-gradient-gray" | "mount-virtual-volume-16-secondary" | "mount-virtual-volume-24-gradient-blue" | "mount-virtual-volume-24-gradient-gray" | "mount-vm-volume-16" | "mounted" | "move-16-gradient-blue" | "nat-gw-16-gradient-blue" | "nat-gw-16-gradient-grey" | "nat-gw-16-gradient-ontint" | "nat-gw-24-gradient-blue" | "nat-gw-24-gradient-grey" | "nat-gw-24-ontint" | "network-16-gradient-blue" | "network-24-blue" | "network-24" | "network-access-16-blue" | "network-access-16-gradient-blue" | "network-access-16-red" | "network-access-16-yellow" | "network-access-24-gradient-blue" | "network-access-24-gradient-gray" | "network-access-24-gradient-green" | "network-management-16-gradient-blue" | "network-management-16-red" | "network-management-16-yellow" | "network-management-24-gradient-blue" | "network-management-24-gradient-gray" | "network-management-24-gradient-yellow" | "network-migration-16-gradient-blue" | "network-migration-16-red" | "network-migration-16-yellow" | "network-security-policy-16-gradient-blue" | "network-security-policy-16-gray" | "network-security-policy-24-blue" | "network-security-policy-24-gradient-blue" | "network-security-policy-24-gray" | "network-security-policy-24-ontint" | "network-storage-16-gradient-blue" | "network-storage-16-red" | "network-storage-16-yellow" | "network-storage-24-gradient-blue" | "network-storage-24-gradient-gray" | "network-storage-24-gradient-purple" | "network-storage-access-16-gradient-blue" | "network-storage-access-16-red" | "network-storage-access-16-yellow" | "network-storage-access-24-gradient-blue" | "network-topo-16-gradient-blue" | "network-topo-16-gradient-gray" | "network-topo-24-gradient-blue" | "network-vm-16-blue" | "network-vm-16-gradient-blue" | "network-vm-16-gradient-red" | "network-vm-16-gradient-yellow" | "nfs-datastore-storage-object-24-gradient-blue" | "nfs-datastore-storage-object-24-gradient-gray" | "nfs-export-16-gradient-blue" | "nfs-export-24-blue" | "nfs-export-24" | "nfs-file-16-gradient-blue" | "nfs-file-24-gradient-blue" | "nfs-file-24-gradient-gray" | "nfs-folder-24-gradient-blue" | "nfs-folder-24-gradient-gray" | "nfs-inode-24-blue" | "nfs-inode-24" | "nic-16-gradient-blue" | "nic-24-blue" | "nic-24-gradient-blue" | "nic-24-gradient-grey" | "nic-24" | "nic-error" | "nic-network-pci-passthrough-16-gradient-blue" | "nic-network-pci-passthrough-16-red" | "nic-network-pci-passthrough-16-yellow" | "nic" | "no-alert-80-gradient-gray" | "no-alert-disconnected-80-gradient-gray" | "no-cache-80-gradient-gray" | "no-critical-alert-80-gradient-gray" | "no-data-recovery-80-gradient-gray" | "no-info-alert-80-gradient-gray" | "no-notice-alert-80-gradient-gray" | "no-storage-80-gradient-gray" | "no-storage-cluster-80-gradient-gray" | "no-vm-80-gradient-gray" | "normal_status" | "not-folder-16-blue" | "not-folder-16" | "notice-attention-16-yellow" | "notice-info-16-blue" | "notice-severe-warning-16-red" | "notice-triangle-fill-16-bold-ontint" | "notice-triangle-fill-16-bold-yellow" | "notice-triangle-fill-16-ontint" | "notice-triangle-fill-16-yellow" | "nvme-namespace-group-24-blue" | "nvme-namespace-group-24-gray" | "nvme-namespace-storage-object-16-gradient-blue" | "nvme-namespace-storage-object-24-blue" | "nvme-namespace-storage-object-24-gray" | "nvme-subsystem-datastore-storage-object-16-gradient-blue" | "nvme-subsystem-datastore-storage-object-24-blue" | "nvme-subsystem-datastore-storage-object-24-gray" | "observability-service-16-gradient-blue" | "observability-service-16-gradient-gray" | "open-terminal-16-gradient-blue" | "open-terminal-16-gradient-gray" | "open-terminal-16-white" | "open-terminal-16" | "openterminal" | "operations" | "organization-16-blue" | "organization-16-bold-gradient-blue" | "organization-16-bold-gradient-gray" | "organization-16-bold-secondary" | "organization-16-gradient-blue" | "organization-16-gradient-gray" | "organization-16" | "organization-24-gradient-blue" | "organization-24-gradient-gray" | "organization-24-ontint" | "orgnization_activated" | "orgnization_normal" | "os-16-linux-archlinux" | "os-16-linux-centos" | "os-16-linux-debian" | "os-16-linux-fedora" | "os-16-linux-opensuse" | "os-16-linux-oracle-linux" | "os-16-linux-oracle-solaris" | "os-16-linux-redflag" | "os-16-linux-redhat" | "os-16-linux-ubuntu" | "os-16-macos-finder" | "os-16-windows-10" | "os-16-windows-7" | "os-16-windows-8-1" | "os-16-windows-8" | "os-16-windows-98" | "os-16-windows-server-2003" | "os-16-windows-server-2008" | "os-16-windows-server-2012" | "os-16-windows-server-2016" | "os-16-windows-server-2019" | "os-16-windows-vista" | "os-16-windows-xp" | "os-logo-archlinux" | "os-logo-centos" | "os-logo-debian" | "os-logo-deepin" | "os-logo-fedora" | "os-logo-kylin" | "os-logo-macOS" | "os-logo-neoKylin" | "os-logo-openeuler" | "os-logo-opensuse" | "os-logo-oraclelinux" | "os-logo-oraclesolaris" | "os-logo-question" | "os-logo-redflag" | "os-logo-redhat" | "os-logo-rocky" | "os-logo-ubuntu" | "os-logo-uniontech" | "os-logo-unknown" | "os-logo-windows-server-2022" | "os-logo-windows-server" | "os-logo-windows10" | "os-logo-windows11" | "os-logo-windows2000" | "os-logo-windows7" | "os-logo-windows8" | "os-logo-windowsXP" | "os-other-unknown-16-gradient-gray" | "out-max-16" | "password_security" | "password_security_white" | "pause-16-gradient-blue" | "pause-24" | "pci-device-16-gradient-blue" | "pci-device-24-gradient-blue" | "pci-device-24-gradient-gray" | "pci-nic-24-gradient-blue" | "pci-nic-24-gradient-grey" | "permanent-failover-24-blue" | "permanent-transfer-arrow-40-blue" | "physical-disk-16-gradient-blue" | "physical-disk-16-secondary" | "physical-disk-24-blue" | "physical-disk-24-gradient-blue" | "physical-disk-24-gradient-gray" | "physical-disk-24" | "physical-machine-cluster" | "physical-machine-management-blue-24" | "physical-machine-management-ontint-24" | "physical-switch-machine-16-gradient-blue" | "physical-switch-machine-16-gradient-grey" | "physical-switch-machine-24-gradient-blue" | "placeholder-16" | "plus-add-circle-16-blue" | "plus-add-circle-16-secondary" | "plus-add-circle-24-blue" | "plus-add-circle-24-primary" | "plus-add-circle-24-secondary" | "plus-add-circle-disabled-24-gray-secondary" | "plus-add-create-new-16-blue" | "plus-add-create-new-16-bold-blue" | "plus-add-create-new-16-bold-ontint" | "plus-add-create-new-16-bold-secondary" | "plus-add-create-new-16-gray" | "plus-add-create-new-16-light" | "plus-add-create-new-16-ontint" | "plus-add-create-new-16-secondary" | "plus-add-create-new-16-super" | "plus-add-create-new-24-gradient-blue" | "plus-add-create-new-24-gradient-gray" | "plus-add-create-new-circle-fill-16-bold-blue" | "plus-add-create-new-circle-fill-16-bold-ontint" | "plus-add-create-new-circle-fill-24-bold-blue" | "plus-add-create-new-circle-gradient-16-blue" | "plus-add-create-new-small-16-blue" | "plus-add-create-new-small-16-bold-blue" | "plus-add-create-new-small-16-bold-ontint" | "plus-add-create-new-small-16-bold-secondary" | "plus-add-create-new-small-16-ontint" | "plus-add-create-new-small-16-secondary" | "pmem-24-gradient-blue" | "port-network-16-gradient-blue" | "port-network-16-green" | "port-network-16-red" | "port-network-16-secondary" | "port-network-16-yellow" | "port-network-24-blue" | "port-network-24-gradient-blue" | "port-network-24-gradient-gray" | "port-network-24" | "port-quarantine-16-green" | "port-quarantine-16-red" | "port-quarantine-16-yellow" | "port-quarantine-green" | "port-quarantine-red" | "port-quarantine-yellow" | "power-lightning-24-gradient-green" | "power-lightning-24-tertiary" | "power-on-24" | "poweroff-shutdown-stop-16-gradient-blue" | "poweroff-shutdown-stop-16-gradient-gray" | "poweroff-shutdown-stop-16-red" | "poweroff-shutdown-stop-upgrade-16-gradient-gray" | "poweroff-shutdown-stop-upgrade-16-red" | "poweroff-turn-on-shut-down-16-gradient-red" | "poweron-start-16-gradient-blue" | "poweron-start-16-gradient-gray" | "poweron-start-24-gradient-blue" | "poweron-start-24-gradient-gray" | "poweron-start-new-16-gradient-blue" | "precheck-16-blue" | "primary-available-zone-16-gradient-grey-outlined" | "primary-available-zone-24-blue" | "primary-to-secondary-16-gradient-blue" | "primary-zone-16-gradient-blue" | "primary-zone-16-ontint" | "progress" | "pswitch-port-16-gradient-blue" | "qos-16-gradient-gray" | "rack-16-gradient-blue" | "rack-24-gradient-blue" | "real-server-pool-16-gradient-blue" | "real-server-pool-24-fill-gradient-blue" | "real-server-pool-24-fill-gradient-grey" | "real-server-pool-24-ontint" | "recieve-16-fill-gradient-others" | "recieve-24-fill-gradient-others" | "recover-continue-16-gradient-blue" | "recover-continue-16-gradient-gray" | "recover-continue-24-gradient-blue" | "recover-recycle-vm-16-gradient-blue" | "recover-recycle-vm-16-gradient-gray" | "recyclebin_clusterSettings_delete_24_red" | "recyclebin_clusterSettings_edit_24_blue" | "refresh-sync-16" | "refresh-sync-on-tint" | "refresh-sync-tertiary" | "refresh" | "replica-service-16-gradient-blue" | "replica-vm-16-gradient-blue" | "replica-vm-24-blue" | "replica-vm-24-ontint" | "replica-vm-failback-state-16" | "replica-vm-failover-state-16" | "replica-vm-failover-test-16" | "replica-vm-not-ready-16" | "replica-vm-permanent-failover-state-16" | "replica-vm-ready-16" | "replica-vm-replicating-16" | "replica-vm-unknow-16" | "replication-plan-16-gray" | "replication-plan-24-blue" | "replication-plan-24-gray" | "replication-plan-24-ontint" | "replication-plan-origin-vm-null-24" | "replication-plan-origin-vm-running-24" | "replication-plan-origin-vm-stopped-24" | "replication-plan-origin-vm-suspended-24" | "replication-plan-origin-vm-unknown-24" | "replication-plan-replica-vm-null-16-blue" | "replication-plan-replica-vm-null-24-blue" | "replication-plan-replica-vm-null-24" | "replication-plan-replica-vm-running-24" | "replication-plan-replica-vm-stopped-24" | "replication-plan-replica-vm-suspended-24" | "replication-plan-replica-vm-unknown-24" | "replication-service-16-gradient-gray" | "replication-service-24-blue" | "replication-service-24-ontint" | "report-form-24-blue" | "report-form-24-gradient-blue" | "report-form-24-gradient-gray" | "report-form-24-gradient-white" | "report-form-24" | "report-form-template-file-24-gradient-blue" | "report-form-template-file-24-gradient-gray" | "report-form-template-file-24-gradient-white" | "reslice-16-gradient-blue" | "reslice-16-ontint" | "reslice-sriov-16-blue" | "resource-optimization-24-blue" | "resource-optimization-24-gradient-blue" | "resource-optimization-24-gradient-gray" | "resource-optimization-24-gradient-ontint" | "resource-optimization-24" | "resource_custom_composite_filter_blue" | "resource_custom_composite_filter_white" | "resource_custom_dead_vm_blue" | "resource_custom_dead_vm_white" | "resource_custom_memory_vm_blue" | "resource_custom_memory_vm_white" | "resource_custom_vcpu_vm_blue" | "resource_custom_vcpu_vm_white" | "resource_custom_zombie_vm_blue" | "resource_custom_zombie_vm_white" | "resource_dead_vm_blue" | "resource_dead_vm_white" | "resource_memory_vm_blue" | "resource_memory_vm_white" | "resource_vcpu_vm_blue" | "resource_vcpu_vm_white" | "resource_zombie_vm_blue" | "resource_zombie_vm_white" | "restart-16-gradient-blue" | "restart-16-gradient-gray" | "restart-16" | "restart-24" | "restart-new-16-gradient-blue" | "restart-new-16-gradient-gray" | "restart" | "resume-24" | "resume" | "retain-snapshot-group-16-blue" | "retry-16-blue" | "retry-16-gradient-blue" | "retry-16-gradient-gray" | "retry-16-ontint" | "retry-16-secondary" | "right-circle-arrow" | "router-table-16-gradient-blue" | "router-table-16-gradient-grey" | "router-table-16-ontint" | "router-table-24-gradient-blue" | "router-table-24-gradient-grey" | "router-table-24-ontint" | "rule-optimization-io-square-24-gradient-blue" | "rule-optimization-io-square-24-gradient-gray" | "rule-optimization-power-state-square-24-gradient-blue" | "rule-optimization-power-state-square-24-gradient-gray" | "rule-optimization-ram-24-gradient-blue" | "rule-optimization-ram-24-gradient-gray" | "rule-optimization-ram-square-24-gradient-blue" | "rule-optimization-ram-square-24-gradient-gray" | "rule-optimization-square-24-gradient-blue" | "rule-optimization-square-24-gradient-gray" | "rule-optimization-square-stack-2-24-gradient-blue" | "rule-optimization-square-stack-2-24-gradient-gray" | "rule-optimization-square-stack-2-24-ontint" | "rule-optimization-vcpu-24-gradient-blue" | "rule-optimization-vcpu-24-gradient-gray" | "rule-optimization-vcpu-square-24-gradient-blue" | "rule-optimization-vcpu-square-24-gradient-gray" | "rule-optimization-zombie-24-gradient-blue" | "rule-optimization-zombie-24-gradient-gray" | "search-16-blue" | "search-16-gradient-blue" | "search-16-gradient-gray" | "search-16-ontint" | "search-16-secondary" | "search-16-tertiary" | "search-24-blue" | "search-24-gradient-blue" | "search-24-gradient-gray" | "search-24" | "search-fill-24-gradient-gray" | "secondary-available-zone-16-gradient-grey-outlined" | "secondary-available-zone-24-blue" | "secondary-to-primary-16-gradient-blue" | "secondary-zone-16-gradient-blue" | "secondary-zone-16-ontint" | "security-group-16-gradient-blue" | "security-group-16-gradient-gray" | "security-group-24-gradient-blue" | "security-group-24-gradient-gray" | "security-group-24-gradient-white" | "security-group-24-ontint" | "security-service-16-gradient-blue" | "security-service-16-gradient-grey" | "security-service-16-ontint" | "security-service-24-gradient-blue" | "security-service-24-gradient-grey" | "security-service-24-ontint" | "selected-objects-square-grid-3x3-24-gradient-blue" | "selected-objects-square-grid-3x3-24-gradient-gray" | "send-16-fill-gradient-others" | "send-24-fill-gradient-others" | "session_expiration_blue" | "session_expiration_white" | "settings-gear-16-gradient-blue" | "settings-gear-16-gradient-gray" | "settings-gear-16-secondary" | "settings-gear-24-gradient-blue" | "settings-gear-24-gradient-gray" | "settings-gear-24-white" | "settings-gear-fill-16-gradient-blue" | "settings-gear-fill-16-gradient-gray" | "settings-gear-fill-24-gradient-blue" | "settings-gear-fill-24-gradient-gray" | "settings-gear-user-personal-24-gradient-blue" | "settings-gear-user-personal-24-gradient-gray" | "sfs-entrance-26-blue" | "shared-virtual-volume-24-gradient-blue" | "shared-virtual-volume-24-gradient-gray" | "shared-volume-24-blue" | "shared-volume-24" | "showdiff-16-gradient-blue" | "showdiff-16-gradient-gray" | "showdiff-16" | "shutdown-16" | "shutdown-24" | "sks-business-nic-24" | "sks-control-plane-24" | "sks-dhcp-config-24" | "sks-download-kubeconfig-24-blue" | "sks-download-kubeconfig-24-gray" | "sks-download-kubeconfig" | "sks-ecp-nic-24" | "sks-ip-pool-24-blue" | "sks-ip-pool-24-white" | "sks-ip-range-24" | "sks-management-cluster-16-gray" | "sks-management-cluster-24-blue" | "sks-management-cluster-24-white" | "sks-monitoring-24-blue" | "sks-monitoring-24-white" | "sks-node-24" | "sks-node-group-24" | "sks-node-group" | "sks-node-template-24-blue" | "sks-node-template-24-white" | "sks-node" | "sks-persistent-volume-24" | "sks-persistent-volume" | "sks-replace-node" | "sks-rollback-cluster" | "sks-service-upgrade-24-blue" | "sks-service-upgrade-24-white" | "sks-storage-class-24" | "sks-storage-class" | "sks-upgrade-cluster-24" | "sks-upgrade-cluster" | "sks-worker-24" | "sks-workload-cluster-16-gray" | "sks-workload-cluster-blue-24" | "sks-workload-cluster-white-24" | "sks-zbs-csi-24-blue" | "sks-zbs-csi-24-white" | "sks-zbs-nic-24" | "smartx-logo" | "smtp-mail-24-gradient-blue" | "smtp-mail-24-gradient-gray" | "smtp-mail-24-ontint" | "snapshot-16-gradient-blue" | "snapshot-24-gradient-blue" | "snapshot-24-gradient-gray" | "snapshot-rollback-general-16-blue" | "snapshot-rollback-general-24-blue" | "snapshot-vm-rollback-16-blue" | "snmp-24-gradient-blue" | "snmp-24-gradient-gray" | "snmp-trap-24-blue" | "software-license-24-gradient-blue" | "software-license-24-gradient-gray" | "software-license-24-ontint" | "software-license-24" | "sriov-nic-24-gradient-blue" | "sriov-nic-24-gradient-grey" | "ssd-disk-24-gradient-blue" | "star-16-fill-gray" | "star-16-gray" | "start" | "status-running-triangle-16-gradient-green" | "status-stopped-poweredoff-shutdown-square-16-gray" | "status-suspended-paused-16-gradient-yellow" | "status-unavailable-16" | "status-unknown-questionmark-16-red" | "stop-flash-light-16-gradient-blue" | "stop" | "suspend" | "suspended-pause-16-gradient-blue" | "suspended-pause-16-gradient-gray" | "suspended-pause-16-gradient-orange" | "suspended-pause-24-gradient-orange" | "syslog-24-gradient-blue" | "syslog-24-ontint" | "system-event-auditing-24-blue" | "system-event-auditing-24-ontint" | "system-service-vm-16-yellow" | "system-service-vm-16" | "tag-16-gradient-blue" | "tag-16-gradient-gray" | "tag-24-gradient-blue" | "task-center-24-blue" | "task-center-24-gradient-blue" | "task-center-24-gradient-gray" | "task-center-24" | "task-center-fill-24-blue" | "task-center-fill-24-gradient-blue" | "task-center-fill-24-gradient-gray" | "task-center-fill-24-gradient-green" | "task-center-fill-24-gradient-red" | "task-center-fill-24-gradient-yellow" | "task-center-fill-24" | "task-preview" | "task" | "topn-24-gradient-blue" | "topn-24-gradient-gray" | "trash-bin-delete-16-red" | "trash-bin-delete-16" | "trash-bin-delete-24-red" | "trash-bin-delete-24" | "trash-bin-opened-delete-16-red" | "trash-bin-opened-delete-24-red" | "trash-bin-opened-delete-24" | "trash-bin-slash-24-red" | "trash-move-to-recycle-24-gradient-blue" | "trash-move-to-recycle-24-gradient-red" | "triangle-exclamation" | "unfold-16-regular-secondary" | "unfold-col-cards-16-regular-blue" | "unfold-col-cards-16-regular-secondary" | "unmounted" | "unopened_status" | "upgrade-16-blue" | "upgrade-file-16-gray" | "upgrade-file-24-blue" | "upgrade-service-24-blue" | "upgrade-service-24-ontint" | "upload-21-17-gradient-blue" | "upload-24-gradient-blue" | "upload-24-gradient-gray" | "upload-24-ontint" | "upload-48-gradient-blue" | "upload-json-24-blue" | "upload-json-24-ontint" | "upload-outline-24-ontint" | "uploading-16-gradient-blue" | "uploading-16-gradient-gray" | "uploading-16-ontint-blue" | "uploading-16-ontint" | "uploading-24-gradient-blue" | "uploading-24-gradient-gray" | "uploading-fill-24-blue" | "uploading-fill-24-gradient-blue" | "uploading-fill-24-gradient-gray" | "uploading-fill-24" | "usb-16-gradient-blue" | "usb-24-gradient-blue" | "usb-24-gradient-gray" | "usb-mount-16-blue" | "usb-unmount-16-red" | "user-account-24-blue" | "user-account-24-gradient-blue" | "user-account-24-gradient-gray" | "user-account-24-ontint" | "user-account-24" | "user-action-24-blue" | "user-action-24-ontint" | "user-event-auditing-24-blue" | "user-event-auditing-24-ontint" | "user-logout-24-blue" | "user-role-24-blue" | "user-role-24-white" | "user" | "user_account" | "user_account_security" | "user_account_security_white" | "user_account_white" | "vds-16-gradient-blue" | "vds-24-blue" | "vds-24" | "view-eye-16-gradient-gray" | "view-eye-16-gray" | "view-eye-24-gradient-blue" | "view-eye-24-gradient-gray" | "virtual-distributed-switch-machine-16-gradient-blue" | "virtual-distributed-switch-machine-16-red" | "virtual-distributed-switch-machine-16-yellow" | "virtual-distributed-switch-machine-24-gradient-blue" | "virtual-distributed-switch-machine-24-gradient-gray" | "virtual-distributed-switch-machine-24-red" | "virtual-distributed-switch-machine-24-yellow" | "virtual-network-16-gradient-blue" | "virtual-nic-network-16-gradient-blue-enabled-on" | "virtual-nic-network-16-gradient-grey-enabled-off" | "virtual-nic-network-16-red-enabled-on" | "virtual-nic-network-16-yellow-enabled-on" | "virtual-nic-network-24-gradient-blue" | "virtual-nic-network-24-gradient-gray" | "virtual-nic-network-vf-sriov-16-gradient-blue" | "virtual-nic-network-vf-sriov-16-red" | "virtual-nic-network-vf-sriov-16-yellow" | "virtual-server-24-fill-gradient-blue" | "virtual-server-24-fill-gradient-grey" | "virtual-server-24-fill-ontint" | "virtual-volume-16-gradient-blue" | "virtual-volume-16-gray" | "virtual-volume-24-gradient-blue" | "virtual-volume-24-gradient-gray" | "virtual-volume-add-plus-16-gradient-gray" | "virtual-volume-add-plus-16-secondary" | "virtual-volume-add-plus-24-gradient-blue" | "virtual-volume-add-plus-24-gradient-gray" | "virtual-volume-snapshot-24-gradient-blue" | "virtual-volume-snapshot-24-gradient-gray" | "vm-16-gradient-blue" | "vm-16-yellow" | "vm-16" | "vm-24-blue" | "vm-24-gradient-blue" | "vm-24-gradient-gray" | "vm-24-primary" | "vm-24" | "vm-clone-16" | "vm-cluster" | "vm-connection-allowed-24" | "vm-connection-connect-24" | "vm-connection-disconnect-24" | "vm-connection-not-allowed-24" | "vm-folder-16-blue" | "vm-folder-16" | "vm-folder-24-blue" | "vm-icon-16-yellow" | "vm-icon-24-blue" | "vm-migrate-16" | "vm-placement-group-16-gradient-blue" | "vm-placement-group-24-gradient-blue" | "vm-placement-group-host-14-6-gradient-blue" | "vm-placement-group-host-14-6-gradient-gray" | "vm-quarantine-16-gradient-blue" | "vm-quarantine-16-gradient-gray" | "vm-quarantine-24-gradient-blue" | "vm-quarantine-24-white" | "vm-recycle-bin-move-to-bin-16-red" | "vm-recycle-bin-move-to-bin-24-red" | "vm-recycle-bin-permanent-delete-24-red" | "vm-restart-16" | "vm-resume-16" | "vm-shutdown-16" | "vm-snapshot-16-gradient-blue" | "vm-snapshot-24-gradient-blue" | "vm-snapshot-24-gradient-gray" | "vm-start-16" | "vm-status-running-16" | "vm-status-stopped-16" | "vm-status-suspended-16" | "vm-status-unknow-16" | "vm-suspended-16" | "vm-template-16-gradient-blue" | "vm-template-24-blue" | "vm-template-24" | "vm-tools-16" | "vm-volume-16-gradient-blue" | "vm-volume-24-blue" | "vm-volume-24" | "vm-volume-add-plus-16" | "vm" | "vmgroup-folder-16-gradient-blue" | "vmgroup-folder-16-gradient-gray" | "vmgroup-folder-24-gradient-blue" | "vmgroup-folder-24-gradient-gray" | "vmgroup-folder-fill-16-ontint" | "vmgroup-folder-gradient-blue-24" | "vmgroup-folder-not-grouped-16-gradient-blue" | "vmgroup-folder-not-grouped-16-gradient-gray" | "vmgroup-folder-not-grouped-24-gradient-blue" | "vmgroup-folder-not-grouped-24-gradient-gray" | "vmgroup-folder-not-grouped-fill-16-ontint" | "vmnetwork-16-gradient-blue" | "vmnetwork-16-gradient-gray" | "vmnetwork-24-gradient-blue" | "vmnetwork-24-gradient-gray" | "vmtemplat-convert-16-gradient-blue" | "vmtemplat-convert-16-gradient-gray" | "vmtemplate-16-gradient-yellow" | "vmtemplate-24-gradient-blue" | "vmtemplate-24-gradient-gray" | "vmtemplate-24-gradient-ontint" | "vmtemplate-clone-16-gradient-blue" | "vmtemplate-clone-16-gradient-gray" | "vmtemplate-convert-vm-16-gradient-blue" | "vmtemplate-create-16-gradient-blue" | "vmtemplate-create-16-gradient-gray" | "vmtools-16-gradient-blue-1" | "vmtools-16-gradient-blue" | "vmtools-16-gradient-gray" | "vmtools-24-gradient-blue" | "vmtools-24-gradient-green" | "vmtools-24-ontint" | "vpc-16-gradient-blue" | "vpc-16-gradient-grey" | "vpc-16-ontint" | "vpc-24-gradient-blue" | "vpc-24-gradient-grey" | "vpc-24-ontint" | "vpc-peering-16-gradient-blue" | "vpc-peering-16-gradient-grey" | "vpc-peering-16-ontint" | "vpc-peering-24-gradient-blue" | "vpc-peering-24-gradient-grey" | "vpc-peering-24-ontint" | "vpc-subnet-16-gradient-blue" | "vpc-subnet-16-gradient-grey" | "vpc-subnet-16-ontint" | "vpc-subnet-24-gradient-blue" | "vpc-subnet-24-gradient-grey" | "vpc-subnet-24-ontint" | "waiting-breathing-led-16-blue" | "waiting-breathing-led-16-gray" | "waiting-breathing-led-16-yellow" | "waiting-breathing-led-32-yellow" | "witness-node-normal-critical-red" | "witness-node-normal-healthy-green" | "witness-node-normal-info-blue" | "witness-node-normal-notice-yellow" | "witness-node-small-critical-red" | "witness-node-small-healthy-green" | "witness-node-small-info-blue" | "witness-node-small-notice-yellow" | "xlsx" | "xmark-clear-fill-24-secondary" | "xmark-clear-fill-24-tertiary" | "xmark-close-fill-24-primary" | "xmark-failed-16-bold-ontint" | "xmark-failed-16-bold-red" | "xmark-failed-16-ontint" | "xmark-failed-16-red" | "xmark-failed-24-bold-red" | "xmark-failed-serious-warning-fill-16-bold-ontint" | "xmark-failed-serious-warning-fill-16-bold-red" | "xmark-failed-serious-warning-fill-16-ontint" | "xmark-failed-serious-warning-fill-16-red" | "xmark-remove-16-blue" | "xmark-remove-16-bold-ontint" | "xmark-remove-16-primary" | "xmark-remove-16-regular-blue-caps-on" | "xmark-remove-16-regular-red" | "xmark-remove-16-regular-secondary-caps-on" | "xmark-remove-16-secondary" | "xmark-remove-24-blue" | "xmark-remove-24-primary" | "xmark-remove-24-secondary" | "xmark-remove-small-16-blue" | "xmark-remove-small-16-regular-inherit" | "xmark-remove-small-16-regular-ontint" | "xmark-remove-small-16-secondary"
|
1
|
+
export type ImagesType = | "Alert" | "App_Store" | "Backup" | "ContainerService" | "Event" | "IO-BandWidth" | "Infrastructure" | "Large_Display" | "NavTask" | "NetworkSecurity" | "Placeholder" | "Recycle_Bin" | "Report" | "Resource_Optimization" | "Setting" | "Settings" | "Smtx_Inspector" | "Snapshot" | "Tag" | "TrafficVisualization" | "abnormal_status" | "access_restriction" | "access_restriction_white" | "active-add-14-gradiendt-blue" | "active-connection-16-gradiendt-blue" | "active-observability-service-18-blue" | "active-observability-service-18-gray" | "active-observability-service-24-blue" | "active-observability-service-24-ontint" | "active-uninstal-14-gradiendt-red" | "adjust-config-16-gradient-blue" | "adjust-config-16-gradient-gray" | "advance-blue" | "advance" | "agent-mesh-24-ontint" | "agent-mesh-gradient-24-blue" | "agent-mesh-gradient-24-grey" | "agent-mesh-upgrade-24-blue" | "agent-mesh-upload-48-blue" | "alert-bell-16-gradient-blue" | "alert-bell-24-blue" | "alert-bell-24-gradient-blue" | "alert-bell-24-gradient-gray" | "alert-bell-24" | "alert-bell-arrow-24-gradient-blue" | "alert-bell-arrow-24-ontint" | "alert-bell-fill-24-blue" | "alert-bell-fill-24-gradient-blue" | "alert-bell-fill-24-gradient-gray" | "alert-bell-fill-24-gradient-red" | "alert-bell-fill-24-gradient-yellow" | "alert-bell-fill-24" | "alert-bell-outlined-16-gradient-blue" | "alert-bell-outlined-16-gradient-gray" | "alert-bell-resolved-24-blue" | "alert-bell-resolved-24-gradient-blue" | "alert-bell-resolved-24-gradient-gray" | "alert-bell-resolved-24-ontint" | "alert-bell-resolved-24" | "alert-bell-rule-24-blue" | "alert-bell-rule-24-gray" | "alert-bell-rule-24" | "alert-bell-rule-gear-24-gradient-blue" | "alert-bell-rule-gear-24-gradient-gray" | "alert-bell-rule-gear-24-ontint" | "alert-bell-unresolved-24-gradient-blue" | "alert-bell-unresolved-24-gradient-gray" | "alert-bell-unresolved-24-ontint" | "alert-gradient-bell-unresolved-24-blue" | "alert-gradient-bell-unresolved-24" | "alert-mail-notification-24-gradient-blue" | "alert-mail-notification-24-ontint" | "all-menu-16-blue" | "all-menu-16-gradient-blue" | "all-menu-16-gray" | "arrow-bold-down-16-blue" | "arrow-bold-down-16-white" | "arrow-bold-down-16" | "arrow-bold-left-16-blue" | "arrow-chevron-down-16-blue" | "arrow-chevron-down-16-bold-blue" | "arrow-chevron-down-16-bold-ontint" | "arrow-chevron-down-16-bold-secondary" | "arrow-chevron-down-16-ontint" | "arrow-chevron-down-16-secondary" | "arrow-chevron-down-small-16-blue" | "arrow-chevron-down-small-16-bold-blue" | "arrow-chevron-down-small-16-bold-ontint" | "arrow-chevron-down-small-16-bold-secondary" | "arrow-chevron-down-small-16-ontint" | "arrow-chevron-down-small-16-secondary" | "arrow-chevron-left-16-bold-blue" | "arrow-chevron-left-16-bold-ontint" | "arrow-chevron-left-16-bold-secondary" | "arrow-chevron-left-16-bold-super" | "arrow-chevron-left-16-bold-tertiary" | "arrow-chevron-left-16-ontint-1" | "arrow-chevron-left-16-ontint" | "arrow-chevron-left-16-secondary" | "arrow-chevron-left-small-16-blue" | "arrow-chevron-left-small-16-bold-blue" | "arrow-chevron-left-small-16-bold-ontint" | "arrow-chevron-left-small-16-bold-secondary" | "arrow-chevron-left-small-16-ontint-1" | "arrow-chevron-left-small-16-ontint" | "arrow-chevron-right-16-blue" | "arrow-chevron-right-16-bold-blue" | "arrow-chevron-right-16-bold-ontint" | "arrow-chevron-right-16-bold-secondary" | "arrow-chevron-right-16-ontint" | "arrow-chevron-right-16-secondary" | "arrow-chevron-right-small-16-blue" | "arrow-chevron-right-small-16-bold-blue" | "arrow-chevron-right-small-16-bold-ontint" | "arrow-chevron-right-small-16-bold-secondary" | "arrow-chevron-right-small-16-ontint" | "arrow-chevron-right-small-16-secondary" | "arrow-chevron-up-16-blue" | "arrow-chevron-up-16-bold-blue" | "arrow-chevron-up-16-bold-ontint" | "arrow-chevron-up-16-bold-secondary" | "arrow-chevron-up-16-ontint" | "arrow-chevron-up-16-secondary" | "arrow-chevron-up-small-16-blue" | "arrow-chevron-up-small-16-bold-blue" | "arrow-chevron-up-small-16-bold-ontint" | "arrow-chevron-up-small-16-bold-secondary" | "arrow-chevron-up-small-16-ontint" | "arrow-chevron-up-small-16-secondary" | "arrow-down-16-blue" | "arrow-down-16-grey" | "arrow-down-16" | "arrow-down-24" | "arrow_right_gray" | "backup-plan-24-blue" | "backup-plan-24-gray" | "backup-plan-24-ontint" | "backup-service-16-gradient-blue" | "backup-service-16-gradient-gray" | "backup-service-24-blue" | "backup-service-24-gradient-blue" | "backup-service-24-gray" | "backup-service-24-ontint" | "backup-store-repository-24-blue" | "backup-store-repository-24-gray" | "backup-store-repository-24-ontint" | "bar-chart-red-fail-icon-12" | "bell" | "bell_grey" | "bonding-16-gradient-blue" | "bonding-16-red" | "bonding-16-yellow" | "calendar-clock-date-time-24-gradient-blue" | "calendar-clock-date-time-24-gradient-gray" | "calendar-clock-date-time-24-secondary" | "calendar-date-24-gradient-blue" | "calendar-date-24-gradient-gray" | "calendar-date-24-secondary" | "calendar-time-record-16" | "caret-triangle-down-16" | "caret-triangle-down-large-16-blue" | "caret-triangle-down-large-16-ontint" | "cdrom-24-blue" | "cdrom-24" | "cdrom-disc-24-gradient-blue" | "cdrom-disc-24-gradient-gray" | "certificate-identity-24-gradient-blue" | "certificate-identity-24-gradient-gray" | "certificate-ssl-24-gradient-blue" | "certificate-ssl-24-gradient-gray" | "chain-associate-connect-16-bold-ontint" | "chain-associate-connect-16-gradient-blue" | "chain-associate-connect-24-gradient-blue" | "chain-associate-connect-24-gradient-gray" | "chain-connect-16-gradient-blue" | "chain-disassociate-disconnect-break-16-bold-ontint" | "chain-disassociate-disconnect-break-16-gradient-red" | "chain-disassociate-disconnect-break-24-gradient-blue" | "chain-disassociate-disconnect-break-24-gradient-gray" | "chain-disassociate-disconnect-break-24-red" | "chart-line-24-gradient-blue" | "chart-line-24-gradient-gray" | "chart-stacking-area-24-gradient-blue" | "chart-stacking-area-24-gradient-gray" | "check-green" | "checkmark-added-circle-fill-16-blue" | "checkmark-added-circle-fill-16-secondary" | "checkmark-added-circle-fill-24-blue" | "checkmark-added-circle-fill-24-primary" | "checkmark-done-success-circle-fill-16-bold-green" | "checkmark-done-success-circle-fill-16-bold-ontint" | "checkmark-done-success-circle-fill-16-green" | "checkmark-done-success-circle-fill-16-ontint" | "checkmark-done-success-circle-fill-24-green" | "checkmark-done-success-circle-fill" | "checkmark-done-success-correct-16-blue" | "checkmark-done-success-correct-16-bold-blue" | "checkmark-done-success-correct-16-bold-green" | "checkmark-done-success-correct-16-bold-ontint" | "checkmark-done-success-correct-16-bold-secondary" | "checkmark-done-success-correct-16-green" | "checkmark-done-success-correct-16-ontint" | "checkmark-done-success-correct-16-secondary" | "checkmark-done-success-correct-16-tertiary" | "checkmark-done-success-correct-24-bold-green" | "checkmark-solved-circle-16-blue" | "checkmark-solved-circle-16-super" | "clipboard-copy-16-gradient-blue" | "clipboard-copy-16-gradient-gray" | "clipboard-copy-24-gradient-blue" | "clipboard-copy-24-gradient-gray" | "clock-time-16-gradient-blue" | "clock-time-16-gradient-gray" | "clock-time-16-secondary" | "clock-time-24-gradient-blue" | "clock-time-24-gradient-gray" | "clock-time-24-secondary" | "clock" | "clone-16-gradient-blue" | "clone-16-gradient-gray" | "clone" | "close-red" | "close" | "cloudtower-logo-16-gradient-blue" | "cloudtower-logo-16-gradient-gray" | "cloudtower-logo-text" | "cloudtower16" | "cluster-16-blue" | "cluster-16-gradient-blue" | "cluster-16-gradient-gray" | "cluster-16-ontint" | "cluster-16" | "cluster-24-blue" | "cluster-24-gradient-blue" | "cluster-24-gradient-gray" | "cluster-24-ontint" | "cluster-24" | "cluster-blue" | "cluster-disconnected-16-blue" | "cluster-fill-16-ontint" | "cluster-fill-24-ontint" | "cluster-gray" | "cluster-outline-16-ontint" | "cluster-primary-16" | "cluster-upgrade-24-gradient-blue" | "cluster-upgrade-24-gradient-gray" | "cluster-upgrade-24-ontint" | "cluster" | "cluster_activated" | "cluster_normal" | "consistency-consistent-group-16-gradient-blue" | "consistency-group-24-gradient-blue" | "consistency-group-24-gradient-gray" | "container-registry-24-blue" | "container-registry-24-ontint" | "container-registry-32-colorful" | "copy-to-ellipsis-3-24-gradient-blue" | "copy-to-ellipsis-3-24-gradient-gray" | "cpu-temperature-critical" | "cpu-temperature-normal" | "cpu-temperature-warning" | "cpu-usage-16-blue" | "create-blank-vm-add-plus-24-gradient-blue" | "create-blank-vm-add-plus-24-gradient-gray" | "create-host-24-gradient-blue" | "create-placement-group-24-gradient-blue" | "create-security-policy-24-gradient-blue" | "create-security-policy-24-gradient-grey" | "create-vm-template-16" | "create-vm-via-template-24-gradient-blue" | "create-vmtemplate-add-plus-24-gradient-blue" | "create-vmtemplate-add-plus-24-gradient-gray" | "createvmtemplate" | "cross" | "csv" | "curve-link-24" | "dashboard-16-gradient-blue" | "dashboard-16-gradient-gray" | "dashboard-24-gradient-blue" | "dashboard-24-gradient-gray" | "dashboard-24-white" | "data-migration-24-blue" | "data-migration-24-ontint" | "data-recovery-24-blue" | "data-recovery-24-ontint" | "datacenter-16-blue" | "datacenter-16-gradient-blue" | "datacenter-16-gradient-gray" | "datacenter-16" | "datacenter-24-blue" | "datacenter-24-gradient-blue" | "datacenter-24-gradient-gray" | "datacenter-24-primary" | "datacenter-24" | "datacenter-empty-connect-center-16-gradient-blue" | "datacenter-fill-16-ontint" | "datacenter" | "datacenter_activated" | "datacenter_normal" | "delete" | "directory" | "disable-24-gradient-blue" | "disable-24-gradient-gray" | "disabled-16" | "disabled-nic-24-gradient-blue" | "disconnect-cluster-24-red" | "disconnected-cluster-16-gray" | "disconnected-cluster-16-ontint" | "disk-mount-16" | "disk-unmount-16-red" | "disk" | "distribute-16-gradient-blue" | "distribute-16-gradient-gray" | "dot-interval-separation-16-tertiary" | "down" | "download-16-gradient-blue" | "download-16-gradient-gray" | "download-24-gradient-blue" | "download-24-gradient-gray" | "download" | "drs-widget-empty-state" | "dynamic-resource-schedule-16-blue" | "dynamic-resource-schedule-16-ontint" | "dynamic-resource-schedule-24-blue" | "dynamic-resource-schedule-24-ontint" | "edge-gateway-24-gradient-blue" | "edge-gateway-24-gradient-grey" | "edge-gateway-24-gradient-ontint" | "edit-open-24-blue" | "edit-open-24" | "edit-pen-16-blue" | "edit-pen-16-bold-ontint" | "edit-pen-16-gradient-blue" | "edit-pen-16-gradient-gray" | "edit-pen-16-primary" | "edit-pen-16" | "edit-pen-24-gradient-blue" | "edit-pen-24-gradient-gray" | "edit-pen-on-tint" | "editvm" | "eject-16-gradient-blue" | "eject-16-gradient-gray" | "eject-16-red" | "eject-16-secondary" | "eject-24-gradient-blue" | "eject-24-gradient-gray" | "eject-24-secondary" | "enable-16-blue" | "enable-16-gray" | "enable-24-blue" | "enable-24-gray" | "entityFilter-ignore-gradient-16-gray" | "error-exclamation" | "error" | "event-auditing-16" | "event-auditing-24-blue" | "event-auditing-24-ontint" | "everoute-cluster-24-gradient-blue" | "everoute-cluster-24-gradient-grey" | "everoute-cluster-24-ontint" | "everoute-controller-16-gradient-gray" | "everoute-controller-24" | "everoute-services-16-gradient-blue" | "everoute-services-16-gradient-grey" | "everoute-services-24-gradient-blue" | "everoute-services-24-ontint" | "exclamation-error-circle-16-ontint" | "exclamation-error-circle-16-red" | "exclamation-error-circle-fill-16-ontint" | "exclamation-error-circle-fill-16-red" | "exclamation-error-circle-solid-16-red-white" | "exclamation-error-circle-solid-18-red" | "exclamtion-mark-16-ontint" | "export-16-gradient-blue" | "export-16-gradient-gray" | "export-16-regular-ontint" | "export-24-gradient-blue" | "export-24-gradient-gray" | "export-24-secondary" | "export-24" | "export-file-16-gradient-blue" | "export-file-16-gradient-gray" | "export-file-16-ontint" | "export-file-24-gradient-blue" | "export-vm-24-gradient-blue" | "export-vm-24-gradient-gray" | "export-vm-24-ontint" | "export-vm-template-24-gradient-blue" | "export-vm-template-24-gradient-gray" | "export-vm-template-24-ontint" | "export-volume-24-gradient-blue" | "export-volume-24-gradient-gray" | "export-volume-24-ontint" | "external-subnet-24-gradient-blue" | "external-subnet-24-gradient-grey" | "external-subnet-24-ontint" | "failback-24-blue" | "failover-24-blue" | "file-16-gradient-blue" | "file-cluster-24-blue" | "file-cluster-24-ontint" | "file-controller-24-blue" | "file-namespace-24-blue" | "file_normal" | "filter-16-blue-solid" | "filter-16-blue" | "filter-16-gradient-blue-outlined" | "filter-16-secondary-outlined" | "filter-16-secondary-solid" | "filter-24-gradient-blue" | "filter-24-gradient-gray" | "filter-gear-display-setting-24-gradient-blue" | "filter-gear-display-setting-24-gradient-gray" | "filter-secondary-16" | "filter_activated" | "filter_modified" | "filter_normal" | "fit-to-screen-16" | "flash-light-16-gradient-blue" | "float-ip-16-gradient-blue" | "float-ip-16-gradient-grey" | "float-ip-16-ontint" | "float-ip-24-gradient-blue" | "float-ip-24-gradient-grey" | "float-ip-24-ontint" | "focus-indicator-16-blue" | "fold-16-regular-secondary" | "fold-col-cards-16-regular-blue" | "fold-col-cards-16-regular-secondary" | "folder" | "folder_activated" | "folder_normal" | "forcerestart" | "forcestop" | "from-left-arrow-40-blue" | "from-right-arrow-40-blue" | "full-period-24-gradient-gray" | "fullscreen-16" | "gateway-service-16-gradient-blue" | "gateway-service-16-gradient-grey" | "gateway-service-16-ontint" | "gateway-service-24-gradient-blue" | "gateway-service-24-gradient-grey" | "gateway-service-24-ontint" | "generate-snapshot-immediately-16-blue" | "global-configuration-24-gradient-blue" | "global-configuration-24-ontint" | "global-policy-24-gradient-blue" | "gpu-device-16-gradient-blue" | "gpu-device-16-gradient-grey" | "gpu-device-24-gradient-blue" | "gpu-device-24-gradient-grey" | "ha-triggered-24-blue" | "ha-triggered-24-ontint" | "handle-point-8-16-blue" | "handle-point-8-16-secondary" | "handle-point-8-24-blue" | "handle-point-8-24-secondary" | "hardware" | "hdd-disk-24-gradient-blue" | "hierarchy-triangle-down-16-neutral" | "hierarchy-triangle-right-16-blue" | "hierarchy-triangle-right-16-gray" | "hierarchy-triangle-right-16-neutral" | "hierarchy-triangle-right-16-primary" | "host-16-blue" | "host-16-gradient-blue" | "host-16-gradient-gray" | "host-16-ontint" | "host-16-yellow" | "host-16" | "host-24-blue" | "host-24-gradient-blue" | "host-24-gradient-gray" | "host-24-yellow" | "host-24" | "host-fill-16-ontint" | "host-quarantine-16-secondary" | "host" | "host_activated" | "host_normal" | "ignore-24-gradient-blue" | "ignore-24-gradient-gray" | "import-security-policy-24-gradient-blue" | "import-security-policy-24-gradient-gray" | "import-vm-24-gradient-blue" | "import-vm-24-gradient-gray" | "import-vm-24-ontint" | "import-vm-template-24-gradient-blue" | "import-vm-template-24-gradient-gray" | "import-vm-template-24-ontint" | "import-volume-24-gradient-blue" | "import-volume-24-gradient-gray" | "import-volume-24-ontint" | "in-max-16" | "info-circle-24-blue" | "info-circle-24" | "info-circle-fill" | "info-i-circle-16-gradient-blue" | "info-i-circle-16-gradient-gray" | "info-i-circle-16-on-tint" | "info-i-circle-24-gradient-blue" | "info-i-circle-24-gradient-gray" | "info-i-circle-24-ontint" | "info-i-circle-24-secondary" | "info-i-circle-fill-16-blue" | "info-i-circle-fill-16-bold-blue" | "info-i-circle-fill-16-bold-ontint" | "info-i-circle-fill-16-gray-70" | "info-i-circle-fill-16-gray" | "info-i-circle-fill-16-ontint" | "info-i-circle-fill-16-quaternary" | "info-i-circle-fill-16-secondary" | "info-normal" | "info" | "install-24-gradient-blue" | "install-24-gradient-gray" | "installation-package-24-gradient-blue" | "installation-package-24-ontint" | "installtools" | "ip-16-gradient-blue-outline-off" | "ip-16-gradient-blue-outline-on" | "ip-24-red" | "ip-24" | "ip-pool-24" | "ip-pool-white-24" | "iscsi-datastore-storage-object-16-gradient-blue" | "iscsi-datastore-storage-object-24-gradient-blue" | "iscsi-datastore-storage-object-24-gradient-gray" | "iscsi-lun-16-gradient-blue" | "iscsi-lun-16-yellow" | "iscsi-lun-24-blue" | "iscsi-lun-24-gradient-blue" | "iscsi-lun-24-gradient-gray" | "iscsi-lun-24" | "iscsi-target-16-gradient-blue" | "iscsi-target-24-blue" | "iscsi-target-24" | "iso-24-blue" | "iso-24" | "iso-blue" | "iso-image-disc-16-gradient-blue" | "iso-image-disc-16-gradient-yellow" | "iso-image-disc-24-gradient-blue" | "iso-image-disc-24-gradient-gray" | "iso-image-disc-24-ontint" | "iso" | "isolation-16-blue" | "isolation-24-blue" | "jump-16-gradient-blue" | "jump-16-gradient-gray" | "l2-gw-16-gradient-blue" | "l2-gw-16-gradient-grey" | "l2-gw-16-ontint" | "l2-gw-24-gradient-blue" | "l2-gw-24-gradient-grey" | "l2-gw-24-ontint" | "l3-router-16-gradient-blue" | "l3-router-16-gradient-grey" | "l3-router-16-ontint" | "l3-router-24-gradient-blue" | "l3-router-24-gradient-grey" | "l3-router-24-ontint" | "language-switcher-24-gradient-blue" | "language-switcher-24-white" | "lb-gw-16-gradient-blue" | "lb-gw-16-gradient-grey" | "lb-gw-16-ontint" | "lb-gw-24-gradient-blue" | "lb-gw-24-gradient-grey" | "lb-gw-24-ontint" | "ldap-24-gradient-blue" | "ldap-24-white" | "ldap-sync-16-white" | "leave-fullscreen-16" | "load-balancer-16-gradient-blue" | "load-balancer-16-gradient-grey" | "load-balancer-24-gradient-blue" | "load-balancer-24-gradient-grey" | "load-balancer-monitor-24-fill-ontint" | "load-balancer-monitor-24-gradient-blue" | "load-balancer-monitor-24-gradient-grey" | "loading-16-gradient-blue" | "loading-16-gradient-gary" | "loading-16-ontint" | "loading-24-gradient-blue" | "loading-24-gradient-gary" | "loading-24-ontint" | "loading-6-gradient-blue" | "loading-6-ontint" | "loading-8-gradient-blue" | "loading-8-ontint" | "lock-16-gradient-gray" | "lock" | "log-collection-16-gradient-blue" | "log-collection-16-gray" | "log-collection-24-gradient-blue" | "log-collection-24-gradient-gray" | "log-collection-24-ontint" | "log-collection-24-white" | "login-options-24-gradient-blue" | "login-options-24-white" | "logo-background" | "logo-fuzzy-background" | "long-arrow-down-16" | "long-arrow-up-16" | "maintenance-mode-enter-16-gradient-blue" | "maintenance-mode-enter-16-gradient-yellow" | "maintenance-mode-enter-24-gradient-blue" | "maintenance-mode-enter-24-gradient-yellow" | "maintenance-mode-exist-16-gradient-blue" | "maintenance-mode-exist-16-gradient-yellow" | "maintenance-mode-exist-24-gradient-blue" | "maintenance-mode-exist-24-gradient-yellow" | "maintenance-mode-give-up-16-gradient-blue" | "maintenance-mode-give-up-16-gradient-yellow" | "maintenance-mode-give-up-24-gradient-blue" | "maintenance-mode-give-up-24-gradient-yellow" | "memory-usage-16-green" | "metro-cluster-16-gradient-blue" | "metro-cluster-16-ontint" | "metro-cluster-network-status-24-blue" | "metro-witness-node-24-blue" | "mfa-setting-24-gradient-blue" | "mfa-setting-24-white" | "migrate-16-gradient-blue" | "migrate-16-gradient-gray" | "migrate" | "migration-network-16-blue" | "minus-16-bold-ontint" | "minus-unmount-remove-circle-16-gradient-red" | "monitoring-16-gradient-blue" | "monitoring-24-gradient-blue" | "monitoring-24-gradient-gray" | "monitoring-24-gradient-ontint" | "monitoring-advanced-24-gradient-blue" | "monitoring-advanced-24-ontint" | "monitoring-view-16-gradient-blue" | "more-ellipsis-16-blue" | "more-ellipsis-16-ontint" | "more-ellipsis-16" | "more-ellipsis-24-blue" | "more-ellipsis-24" | "more-ellipsis-3-16-bold-blue" | "more-ellipsis-3-16-bold-ontint" | "more-ellipsis-3-16-bold-primary" | "more-ellipsis-3-16-bold-secondary" | "more-ellipsis-3-24-bold-blue" | "more-ellipsis-3-24-bold-ontint" | "more-ellipsis-3-24-bold-primary" | "more-ellipsis-3-24-bold-secondary" | "more-menu-16-blue" | "more-menu-16-bold-blue" | "more-menu-16-gray" | "mount-cdrom-16" | "mount-cdrom-disc-16-gradient-gray" | "mount-cdrom-disc-16-secondary" | "mount-cdrom-disc-24-gradient-blue" | "mount-cdrom-disc-24-gradient-gray" | "mount-virtual-volume-16-gradient-gray" | "mount-virtual-volume-16-secondary" | "mount-virtual-volume-24-gradient-blue" | "mount-virtual-volume-24-gradient-gray" | "mount-vm-volume-16" | "mounted" | "move-16-gradient-blue" | "nat-gw-16-gradient-blue" | "nat-gw-16-gradient-grey" | "nat-gw-16-gradient-ontint" | "nat-gw-24-gradient-blue" | "nat-gw-24-gradient-grey" | "nat-gw-24-ontint" | "network-16-gradient-blue" | "network-24-blue" | "network-24" | "network-access-16-blue" | "network-access-16-gradient-blue" | "network-access-16-red" | "network-access-16-yellow" | "network-access-24-gradient-blue" | "network-access-24-gradient-gray" | "network-access-24-gradient-green" | "network-management-16-gradient-blue" | "network-management-16-red" | "network-management-16-yellow" | "network-management-24-gradient-blue" | "network-management-24-gradient-gray" | "network-management-24-gradient-yellow" | "network-migration-16-gradient-blue" | "network-migration-16-red" | "network-migration-16-yellow" | "network-security-policy-16-gradient-blue" | "network-security-policy-16-gray" | "network-security-policy-24-blue" | "network-security-policy-24-gradient-blue" | "network-security-policy-24-gray" | "network-security-policy-24-ontint" | "network-security-policy-allow-16-blue" | "network-security-policy-allow-24-blue" | "network-security-policy-deny-16-red" | "network-security-policy-deny-24-red" | "network-storage-16-gradient-blue" | "network-storage-16-red" | "network-storage-16-yellow" | "network-storage-24-gradient-blue" | "network-storage-24-gradient-gray" | "network-storage-24-gradient-purple" | "network-storage-access-16-gradient-blue" | "network-storage-access-16-red" | "network-storage-access-16-yellow" | "network-storage-access-24-gradient-blue" | "network-topo-16-gradient-blue" | "network-topo-16-gradient-gray" | "network-topo-24-gradient-blue" | "network-vm-16-blue" | "network-vm-16-gradient-blue" | "network-vm-16-gradient-red" | "network-vm-16-gradient-yellow" | "nfs-datastore-storage-object-24-gradient-blue" | "nfs-datastore-storage-object-24-gradient-gray" | "nfs-export-16-gradient-blue" | "nfs-export-24-blue" | "nfs-export-24" | "nfs-file-16-gradient-blue" | "nfs-file-24-gradient-blue" | "nfs-file-24-gradient-gray" | "nfs-folder-24-gradient-blue" | "nfs-folder-24-gradient-gray" | "nfs-inode-24-blue" | "nfs-inode-24" | "nic-16-gradient-blue" | "nic-24-blue" | "nic-24-gradient-blue" | "nic-24-gradient-grey" | "nic-24" | "nic-error" | "nic-network-pci-passthrough-16-gradient-blue" | "nic-network-pci-passthrough-16-red" | "nic-network-pci-passthrough-16-yellow" | "nic" | "no-alert-80-gradient-gray" | "no-alert-disconnected-80-gradient-gray" | "no-cache-80-gradient-gray" | "no-critical-alert-80-gradient-gray" | "no-data-recovery-80-gradient-gray" | "no-info-alert-80-gradient-gray" | "no-notice-alert-80-gradient-gray" | "no-storage-80-gradient-gray" | "no-storage-cluster-80-gradient-gray" | "no-vm-80-gradient-gray" | "normal_status" | "not-folder-16-blue" | "not-folder-16" | "notice-attention-16-yellow" | "notice-info-16-blue" | "notice-severe-warning-16-red" | "notice-triangle-fill-16-bold-ontint" | "notice-triangle-fill-16-bold-yellow" | "notice-triangle-fill-16-ontint" | "notice-triangle-fill-16-yellow" | "nvme-namespace-group-24-blue" | "nvme-namespace-group-24-gray" | "nvme-namespace-storage-object-16-gradient-blue" | "nvme-namespace-storage-object-24-blue" | "nvme-namespace-storage-object-24-gray" | "nvme-subsystem-datastore-storage-object-16-gradient-blue" | "nvme-subsystem-datastore-storage-object-24-blue" | "nvme-subsystem-datastore-storage-object-24-gray" | "observability-service-16-gradient-blue" | "observability-service-16-gradient-gray" | "open-terminal-16-gradient-blue" | "open-terminal-16-gradient-gray" | "open-terminal-16-white" | "open-terminal-16" | "openterminal" | "operations" | "organization-16-blue" | "organization-16-bold-gradient-blue" | "organization-16-bold-gradient-gray" | "organization-16-bold-secondary" | "organization-16-gradient-blue" | "organization-16-gradient-gray" | "organization-16" | "organization-24-gradient-blue" | "organization-24-gradient-gray" | "organization-24-ontint" | "orgnization_activated" | "orgnization_normal" | "os-16-linux-archlinux" | "os-16-linux-centos" | "os-16-linux-debian" | "os-16-linux-fedora" | "os-16-linux-opensuse" | "os-16-linux-oracle-linux" | "os-16-linux-oracle-solaris" | "os-16-linux-redflag" | "os-16-linux-redhat" | "os-16-linux-ubuntu" | "os-16-macos-finder" | "os-16-windows-10" | "os-16-windows-7" | "os-16-windows-8-1" | "os-16-windows-8" | "os-16-windows-98" | "os-16-windows-server-2003" | "os-16-windows-server-2008" | "os-16-windows-server-2012" | "os-16-windows-server-2016" | "os-16-windows-server-2019" | "os-16-windows-vista" | "os-16-windows-xp" | "os-logo-archlinux" | "os-logo-centos" | "os-logo-debian" | "os-logo-deepin" | "os-logo-fedora" | "os-logo-kylin" | "os-logo-macOS" | "os-logo-neoKylin" | "os-logo-openeuler" | "os-logo-opensuse" | "os-logo-oraclelinux" | "os-logo-oraclesolaris" | "os-logo-question" | "os-logo-redflag" | "os-logo-redhat" | "os-logo-rocky" | "os-logo-ubuntu" | "os-logo-uniontech" | "os-logo-unknown" | "os-logo-windows-server-2022" | "os-logo-windows-server" | "os-logo-windows10" | "os-logo-windows11" | "os-logo-windows2000" | "os-logo-windows7" | "os-logo-windows8" | "os-logo-windowsXP" | "os-other-unknown-16-gradient-gray" | "out-max-16" | "password_security" | "password_security_white" | "pause-16-gradient-blue" | "pause-24" | "pci-device-16-gradient-blue" | "pci-device-24-gradient-blue" | "pci-device-24-gradient-gray" | "pci-nic-24-gradient-blue" | "pci-nic-24-gradient-grey" | "permanent-failover-24-blue" | "permanent-transfer-arrow-40-blue" | "physical-disk-16-gradient-blue" | "physical-disk-16-secondary" | "physical-disk-24-blue" | "physical-disk-24-gradient-blue" | "physical-disk-24-gradient-gray" | "physical-disk-24" | "physical-machine-cluster" | "physical-machine-management-blue-24" | "physical-machine-management-ontint-24" | "physical-switch-machine-16-gradient-blue" | "physical-switch-machine-16-gradient-grey" | "physical-switch-machine-24-gradient-blue" | "placeholder-16" | "plus-add-circle-16-blue" | "plus-add-circle-16-secondary" | "plus-add-circle-24-blue" | "plus-add-circle-24-primary" | "plus-add-circle-24-secondary" | "plus-add-circle-disabled-24-gray-secondary" | "plus-add-create-new-16-blue" | "plus-add-create-new-16-bold-blue" | "plus-add-create-new-16-bold-ontint" | "plus-add-create-new-16-bold-secondary" | "plus-add-create-new-16-gray" | "plus-add-create-new-16-light" | "plus-add-create-new-16-ontint" | "plus-add-create-new-16-secondary" | "plus-add-create-new-16-super" | "plus-add-create-new-24-gradient-blue" | "plus-add-create-new-24-gradient-gray" | "plus-add-create-new-circle-fill-16-bold-blue" | "plus-add-create-new-circle-fill-16-bold-ontint" | "plus-add-create-new-circle-fill-24-bold-blue" | "plus-add-create-new-circle-gradient-16-blue" | "plus-add-create-new-small-16-blue" | "plus-add-create-new-small-16-bold-blue" | "plus-add-create-new-small-16-bold-ontint" | "plus-add-create-new-small-16-bold-secondary" | "plus-add-create-new-small-16-ontint" | "plus-add-create-new-small-16-secondary" | "pmem-24-gradient-blue" | "port-network-16-gradient-blue" | "port-network-16-green" | "port-network-16-red" | "port-network-16-secondary" | "port-network-16-yellow" | "port-network-24-blue" | "port-network-24-gradient-blue" | "port-network-24-gradient-gray" | "port-network-24" | "port-quarantine-16-green" | "port-quarantine-16-red" | "port-quarantine-16-yellow" | "port-quarantine-green" | "port-quarantine-red" | "port-quarantine-yellow" | "power-lightning-24-gradient-green" | "power-lightning-24-tertiary" | "power-on-24" | "poweroff-shutdown-stop-16-gradient-blue" | "poweroff-shutdown-stop-16-gradient-gray" | "poweroff-shutdown-stop-16-red" | "poweroff-shutdown-stop-upgrade-16-gradient-gray" | "poweroff-shutdown-stop-upgrade-16-red" | "poweroff-turn-on-shut-down-16-gradient-red" | "poweron-start-16-gradient-blue" | "poweron-start-16-gradient-gray" | "poweron-start-24-gradient-blue" | "poweron-start-24-gradient-gray" | "poweron-start-new-16-gradient-blue" | "precheck-16-blue" | "primary-available-zone-16-gradient-grey-outlined" | "primary-available-zone-24-blue" | "primary-to-secondary-16-gradient-blue" | "primary-zone-16-gradient-blue" | "primary-zone-16-ontint" | "progress" | "pswitch-port-16-gradient-blue" | "qos-16-gradient-gray" | "rack-16-gradient-blue" | "rack-24-gradient-blue" | "real-server-pool-16-gradient-blue" | "real-server-pool-24-fill-gradient-blue" | "real-server-pool-24-fill-gradient-grey" | "real-server-pool-24-ontint" | "recieve-16-fill-gradient-others" | "recieve-24-fill-gradient-others" | "recover-continue-16-gradient-blue" | "recover-continue-16-gradient-gray" | "recover-continue-24-gradient-blue" | "recover-recycle-vm-16-gradient-blue" | "recover-recycle-vm-16-gradient-gray" | "recyclebin_clusterSettings_delete_24_red" | "recyclebin_clusterSettings_edit_24_blue" | "refresh-sync-16" | "refresh-sync-on-tint" | "refresh-sync-tertiary" | "refresh" | "replica-service-16-gradient-blue" | "replica-vm-16-gradient-blue" | "replica-vm-24-blue" | "replica-vm-24-ontint" | "replica-vm-failback-state-16" | "replica-vm-failover-state-16" | "replica-vm-failover-test-16" | "replica-vm-not-ready-16" | "replica-vm-permanent-failover-state-16" | "replica-vm-ready-16" | "replica-vm-replicating-16" | "replica-vm-unknow-16" | "replication-plan-16-gray" | "replication-plan-24-blue" | "replication-plan-24-gray" | "replication-plan-24-ontint" | "replication-plan-origin-vm-null-24" | "replication-plan-origin-vm-running-24" | "replication-plan-origin-vm-stopped-24" | "replication-plan-origin-vm-suspended-24" | "replication-plan-origin-vm-unknown-24" | "replication-plan-replica-vm-null-16-blue" | "replication-plan-replica-vm-null-24-blue" | "replication-plan-replica-vm-null-24" | "replication-plan-replica-vm-running-24" | "replication-plan-replica-vm-stopped-24" | "replication-plan-replica-vm-suspended-24" | "replication-plan-replica-vm-unknown-24" | "replication-service-16-gradient-gray" | "replication-service-24-blue" | "replication-service-24-ontint" | "report-form-24-blue" | "report-form-24-gradient-blue" | "report-form-24-gradient-gray" | "report-form-24-gradient-white" | "report-form-24" | "report-form-template-file-24-gradient-blue" | "report-form-template-file-24-gradient-gray" | "report-form-template-file-24-gradient-white" | "reslice-16-gradient-blue" | "reslice-16-ontint" | "reslice-sriov-16-blue" | "resource-optimization-24-blue" | "resource-optimization-24-gradient-blue" | "resource-optimization-24-gradient-gray" | "resource-optimization-24-gradient-ontint" | "resource-optimization-24" | "resource_custom_composite_filter_blue" | "resource_custom_composite_filter_white" | "resource_custom_dead_vm_blue" | "resource_custom_dead_vm_white" | "resource_custom_memory_vm_blue" | "resource_custom_memory_vm_white" | "resource_custom_vcpu_vm_blue" | "resource_custom_vcpu_vm_white" | "resource_custom_zombie_vm_blue" | "resource_custom_zombie_vm_white" | "resource_dead_vm_blue" | "resource_dead_vm_white" | "resource_memory_vm_blue" | "resource_memory_vm_white" | "resource_vcpu_vm_blue" | "resource_vcpu_vm_white" | "resource_zombie_vm_blue" | "resource_zombie_vm_white" | "restart-16-gradient-blue" | "restart-16-gradient-gray" | "restart-16" | "restart-24" | "restart-new-16-gradient-blue" | "restart-new-16-gradient-gray" | "restart" | "resume-24" | "resume" | "retain-snapshot-group-16-blue" | "retry-16-blue" | "retry-16-gradient-blue" | "retry-16-gradient-gray" | "retry-16-ontint" | "retry-16-secondary" | "right-circle-arrow" | "router-table-16-gradient-blue" | "router-table-16-gradient-grey" | "router-table-16-ontint" | "router-table-24-gradient-blue" | "router-table-24-gradient-grey" | "router-table-24-ontint" | "rule-optimization-io-square-24-gradient-blue" | "rule-optimization-io-square-24-gradient-gray" | "rule-optimization-power-state-square-24-gradient-blue" | "rule-optimization-power-state-square-24-gradient-gray" | "rule-optimization-ram-24-gradient-blue" | "rule-optimization-ram-24-gradient-gray" | "rule-optimization-ram-square-24-gradient-blue" | "rule-optimization-ram-square-24-gradient-gray" | "rule-optimization-square-24-gradient-blue" | "rule-optimization-square-24-gradient-gray" | "rule-optimization-square-stack-2-24-gradient-blue" | "rule-optimization-square-stack-2-24-gradient-gray" | "rule-optimization-square-stack-2-24-ontint" | "rule-optimization-vcpu-24-gradient-blue" | "rule-optimization-vcpu-24-gradient-gray" | "rule-optimization-vcpu-square-24-gradient-blue" | "rule-optimization-vcpu-square-24-gradient-gray" | "rule-optimization-zombie-24-gradient-blue" | "rule-optimization-zombie-24-gradient-gray" | "search-16-blue" | "search-16-gradient-blue" | "search-16-gradient-gray" | "search-16-ontint" | "search-16-secondary" | "search-16-tertiary" | "search-24-blue" | "search-24-gradient-blue" | "search-24-gradient-gray" | "search-24" | "search-fill-24-gradient-gray" | "secondary-available-zone-16-gradient-grey-outlined" | "secondary-available-zone-24-blue" | "secondary-to-primary-16-gradient-blue" | "secondary-zone-16-gradient-blue" | "secondary-zone-16-ontint" | "security-group-16-gradient-blue" | "security-group-16-gradient-gray" | "security-group-24-gradient-blue" | "security-group-24-gradient-gray" | "security-group-24-gradient-white" | "security-group-24-ontint" | "security-group-24-red" | "security-service-16-gradient-blue" | "security-service-16-gradient-grey" | "security-service-16-ontint" | "security-service-24-gradient-blue" | "security-service-24-gradient-grey" | "security-service-24-ontint" | "selected-objects-square-grid-3x3-24-gradient-blue" | "selected-objects-square-grid-3x3-24-gradient-gray" | "send-16-fill-gradient-others" | "send-24-fill-gradient-others" | "session_expiration_blue" | "session_expiration_white" | "settings-gear-16-gradient-blue" | "settings-gear-16-gradient-gray" | "settings-gear-16-secondary" | "settings-gear-24-gradient-blue" | "settings-gear-24-gradient-gray" | "settings-gear-24-white" | "settings-gear-fill-16-gradient-blue" | "settings-gear-fill-16-gradient-gray" | "settings-gear-fill-24-gradient-blue" | "settings-gear-fill-24-gradient-gray" | "settings-gear-user-personal-24-gradient-blue" | "settings-gear-user-personal-24-gradient-gray" | "sfs-entrance-26-blue" | "shared-virtual-volume-24-gradient-blue" | "shared-virtual-volume-24-gradient-gray" | "shared-volume-24-blue" | "shared-volume-24" | "showdiff-16-gradient-blue" | "showdiff-16-gradient-gray" | "showdiff-16" | "shutdown-16" | "shutdown-24" | "sks-business-nic-24" | "sks-control-plane-24" | "sks-dhcp-config-24" | "sks-download-kubeconfig-24-blue" | "sks-download-kubeconfig-24-gray" | "sks-download-kubeconfig" | "sks-ecp-nic-24" | "sks-ip-pool-24-blue" | "sks-ip-pool-24-white" | "sks-ip-range-24" | "sks-management-cluster-16-gray" | "sks-management-cluster-24-blue" | "sks-management-cluster-24-white" | "sks-monitoring-24-blue" | "sks-monitoring-24-white" | "sks-node-24" | "sks-node-group-24" | "sks-node-group" | "sks-node-template-24-blue" | "sks-node-template-24-white" | "sks-node" | "sks-persistent-volume-24" | "sks-persistent-volume" | "sks-replace-node" | "sks-rollback-cluster" | "sks-service-upgrade-24-blue" | "sks-service-upgrade-24-white" | "sks-storage-class-24" | "sks-storage-class" | "sks-upgrade-cluster-24" | "sks-upgrade-cluster" | "sks-worker-24" | "sks-workload-cluster-16-gray" | "sks-workload-cluster-blue-24" | "sks-workload-cluster-white-24" | "sks-zbs-csi-24-blue" | "sks-zbs-csi-24-white" | "sks-zbs-nic-24" | "smartx-logo" | "smtp-mail-24-gradient-blue" | "smtp-mail-24-gradient-gray" | "smtp-mail-24-ontint" | "snapshot-16-gradient-blue" | "snapshot-24-gradient-blue" | "snapshot-24-gradient-gray" | "snapshot-rollback-general-16-blue" | "snapshot-rollback-general-24-blue" | "snapshot-vm-rollback-16-blue" | "snmp-24-gradient-blue" | "snmp-24-gradient-gray" | "snmp-trap-24-blue" | "software-license-24-gradient-blue" | "software-license-24-gradient-gray" | "software-license-24-ontint" | "software-license-24" | "sriov-nic-24-gradient-blue" | "sriov-nic-24-gradient-grey" | "ssd-disk-24-gradient-blue" | "star-16-fill-gray" | "star-16-gray" | "start" | "status-running-triangle-16-gradient-green" | "status-stopped-poweredoff-shutdown-square-16-gray" | "status-suspended-paused-16-gradient-yellow" | "status-unavailable-16" | "status-unknown-questionmark-16-red" | "stop-flash-light-16-gradient-blue" | "stop" | "suspend" | "suspended-pause-16-gradient-blue" | "suspended-pause-16-gradient-gray" | "suspended-pause-16-gradient-orange" | "suspended-pause-24-gradient-orange" | "syslog-24-gradient-blue" | "syslog-24-ontint" | "system-event-auditing-24-blue" | "system-event-auditing-24-ontint" | "system-service-vm-16-yellow" | "system-service-vm-16" | "tag-16-gradient-blue" | "tag-16-gradient-gray" | "tag-24-gradient-blue" | "tag-24-red" | "task-center-24-blue" | "task-center-24-gradient-blue" | "task-center-24-gradient-gray" | "task-center-24" | "task-center-fill-24-blue" | "task-center-fill-24-gradient-blue" | "task-center-fill-24-gradient-gray" | "task-center-fill-24-gradient-green" | "task-center-fill-24-gradient-red" | "task-center-fill-24-gradient-yellow" | "task-center-fill-24" | "task-preview" | "task" | "topn-24-gradient-blue" | "topn-24-gradient-gray" | "trash-bin-delete-16-red" | "trash-bin-delete-16" | "trash-bin-delete-24-red" | "trash-bin-delete-24" | "trash-bin-opened-delete-16-red" | "trash-bin-opened-delete-24-red" | "trash-bin-opened-delete-24" | "trash-bin-slash-24-red" | "trash-move-to-recycle-24-gradient-blue" | "trash-move-to-recycle-24-gradient-red" | "triangle-exclamation" | "unfold-16-regular-secondary" | "unfold-col-cards-16-regular-blue" | "unfold-col-cards-16-regular-secondary" | "unmounted" | "unopened_status" | "upgrade-16-blue" | "upgrade-file-16-gray" | "upgrade-file-24-blue" | "upgrade-service-24-blue" | "upgrade-service-24-ontint" | "upload-21-17-gradient-blue" | "upload-24-gradient-blue" | "upload-24-gradient-gray" | "upload-24-ontint" | "upload-48-gradient-blue" | "upload-json-24-blue" | "upload-json-24-ontint" | "upload-outline-24-ontint" | "uploading-16-gradient-blue" | "uploading-16-gradient-gray" | "uploading-16-ontint-blue" | "uploading-16-ontint" | "uploading-24-gradient-blue" | "uploading-24-gradient-gray" | "uploading-fill-24-blue" | "uploading-fill-24-gradient-blue" | "uploading-fill-24-gradient-gray" | "uploading-fill-24" | "usb-16-gradient-blue" | "usb-24-gradient-blue" | "usb-24-gradient-gray" | "usb-mount-16-blue" | "usb-unmount-16-red" | "user-account-24-blue" | "user-account-24-gradient-blue" | "user-account-24-gradient-gray" | "user-account-24-ontint" | "user-account-24" | "user-action-24-blue" | "user-action-24-ontint" | "user-event-auditing-24-blue" | "user-event-auditing-24-ontint" | "user-logout-24-blue" | "user-role-24-blue" | "user-role-24-white" | "user" | "user_account" | "user_account_security" | "user_account_security_white" | "user_account_white" | "vds-16-gradient-blue" | "vds-24-blue" | "vds-24" | "view-eye-16-gradient-gray" | "view-eye-16-gray" | "view-eye-24-gradient-blue" | "view-eye-24-gradient-gray" | "virtual-distributed-switch-machine-16-gradient-blue" | "virtual-distributed-switch-machine-16-red" | "virtual-distributed-switch-machine-16-yellow" | "virtual-distributed-switch-machine-24-gradient-blue" | "virtual-distributed-switch-machine-24-gradient-gray" | "virtual-distributed-switch-machine-24-red" | "virtual-distributed-switch-machine-24-yellow" | "virtual-network-16-gradient-blue" | "virtual-nic-network-16-gradient-blue-enabled-on" | "virtual-nic-network-16-gradient-grey-enabled-off" | "virtual-nic-network-16-red-enabled-on" | "virtual-nic-network-16-yellow-enabled-on" | "virtual-nic-network-24-gradient-blue" | "virtual-nic-network-24-gradient-gray" | "virtual-nic-network-vf-sriov-16-gradient-blue" | "virtual-nic-network-vf-sriov-16-red" | "virtual-nic-network-vf-sriov-16-yellow" | "virtual-server-24-fill-gradient-blue" | "virtual-server-24-fill-gradient-grey" | "virtual-server-24-fill-ontint" | "virtual-volume-16-gradient-blue" | "virtual-volume-16-gray" | "virtual-volume-24-gradient-blue" | "virtual-volume-24-gradient-gray" | "virtual-volume-add-plus-16-gradient-gray" | "virtual-volume-add-plus-16-secondary" | "virtual-volume-add-plus-24-gradient-blue" | "virtual-volume-add-plus-24-gradient-gray" | "virtual-volume-snapshot-24-gradient-blue" | "virtual-volume-snapshot-24-gradient-gray" | "vm-16-gradient-blue" | "vm-16-yellow" | "vm-16" | "vm-24-blue" | "vm-24-gradient-blue" | "vm-24-gradient-gray" | "vm-24-primary" | "vm-24" | "vm-clone-16" | "vm-cluster" | "vm-connection-allowed-24" | "vm-connection-connect-24" | "vm-connection-disconnect-24" | "vm-connection-not-allowed-24" | "vm-folder-16-blue" | "vm-folder-16" | "vm-folder-24-blue" | "vm-icon-16-yellow" | "vm-icon-24-blue" | "vm-migrate-16" | "vm-placement-group-16-gradient-blue" | "vm-placement-group-24-gradient-blue" | "vm-placement-group-host-14-6-gradient-blue" | "vm-placement-group-host-14-6-gradient-gray" | "vm-quarantine-16-gradient-blue" | "vm-quarantine-16-gradient-gray" | "vm-quarantine-24-gradient-blue" | "vm-quarantine-24-white" | "vm-recycle-bin-move-to-bin-16-red" | "vm-recycle-bin-move-to-bin-24-red" | "vm-recycle-bin-permanent-delete-24-red" | "vm-restart-16" | "vm-resume-16" | "vm-shutdown-16" | "vm-snapshot-16-gradient-blue" | "vm-snapshot-24-gradient-blue" | "vm-snapshot-24-gradient-gray" | "vm-start-16" | "vm-status-running-16" | "vm-status-stopped-16" | "vm-status-suspended-16" | "vm-status-unknow-16" | "vm-suspended-16" | "vm-template-16-gradient-blue" | "vm-template-24-blue" | "vm-template-24" | "vm-tools-16" | "vm-volume-16-gradient-blue" | "vm-volume-24-blue" | "vm-volume-24" | "vm-volume-add-plus-16" | "vm" | "vmgroup-folder-16-gradient-blue" | "vmgroup-folder-16-gradient-gray" | "vmgroup-folder-24-gradient-blue" | "vmgroup-folder-24-gradient-gray" | "vmgroup-folder-fill-16-ontint" | "vmgroup-folder-gradient-blue-24" | "vmgroup-folder-not-grouped-16-gradient-blue" | "vmgroup-folder-not-grouped-16-gradient-gray" | "vmgroup-folder-not-grouped-24-gradient-blue" | "vmgroup-folder-not-grouped-24-gradient-gray" | "vmgroup-folder-not-grouped-fill-16-ontint" | "vmnetwork-16-gradient-blue" | "vmnetwork-16-gradient-gray" | "vmnetwork-24-gradient-blue" | "vmnetwork-24-gradient-gray" | "vmtemplat-convert-16-gradient-blue" | "vmtemplat-convert-16-gradient-gray" | "vmtemplate-16-gradient-yellow" | "vmtemplate-24-gradient-blue" | "vmtemplate-24-gradient-gray" | "vmtemplate-24-gradient-ontint" | "vmtemplate-clone-16-gradient-blue" | "vmtemplate-clone-16-gradient-gray" | "vmtemplate-convert-vm-16-gradient-blue" | "vmtemplate-create-16-gradient-blue" | "vmtemplate-create-16-gradient-gray" | "vmtools-16-gradient-blue-1" | "vmtools-16-gradient-blue" | "vmtools-16-gradient-gray" | "vmtools-24-gradient-blue" | "vmtools-24-gradient-green" | "vmtools-24-ontint" | "vpc-16-gradient-blue" | "vpc-16-gradient-grey" | "vpc-16-ontint" | "vpc-24-gradient-blue" | "vpc-24-gradient-grey" | "vpc-24-ontint" | "vpc-peering-16-gradient-blue" | "vpc-peering-16-gradient-grey" | "vpc-peering-16-ontint" | "vpc-peering-24-gradient-blue" | "vpc-peering-24-gradient-grey" | "vpc-peering-24-ontint" | "vpc-subnet-16-gradient-blue" | "vpc-subnet-16-gradient-grey" | "vpc-subnet-16-ontint" | "vpc-subnet-24-gradient-blue" | "vpc-subnet-24-gradient-grey" | "vpc-subnet-24-ontint" | "waiting-breathing-led-16-blue" | "waiting-breathing-led-16-gray" | "waiting-breathing-led-16-yellow" | "waiting-breathing-led-32-yellow" | "witness-node-normal-critical-red" | "witness-node-normal-healthy-green" | "witness-node-normal-info-blue" | "witness-node-normal-notice-yellow" | "witness-node-small-critical-red" | "witness-node-small-healthy-green" | "witness-node-small-info-blue" | "witness-node-small-notice-yellow" | "xlsx" | "xmark-clear-fill-24-secondary" | "xmark-clear-fill-24-tertiary" | "xmark-close-fill-24-primary" | "xmark-failed-16-bold-ontint" | "xmark-failed-16-bold-red" | "xmark-failed-16-ontint" | "xmark-failed-16-red" | "xmark-failed-24-bold-red" | "xmark-failed-serious-warning-fill-16-bold-ontint" | "xmark-failed-serious-warning-fill-16-bold-red" | "xmark-failed-serious-warning-fill-16-ontint" | "xmark-failed-serious-warning-fill-16-red" | "xmark-remove-16-blue" | "xmark-remove-16-bold-ontint" | "xmark-remove-16-primary" | "xmark-remove-16-regular-blue-caps-on" | "xmark-remove-16-regular-red" | "xmark-remove-16-regular-secondary-caps-on" | "xmark-remove-16-secondary" | "xmark-remove-24-blue" | "xmark-remove-24-primary" | "xmark-remove-24-secondary" | "xmark-remove-small-16-blue" | "xmark-remove-small-16-regular-inherit" | "xmark-remove-small-16-regular-ontint" | "xmark-remove-small-16-secondary"
|
package/dist/index.d.ts
CHANGED
@@ -520,6 +520,7 @@ export { default as InstallationPackage24OntintIcon } from './InstallationPackag
|
|
520
520
|
export { default as InstalltoolsIcon } from './InstalltoolsIcon'
|
521
521
|
export { default as Ip16GradientBlueOutlineOffIcon } from './Ip16GradientBlueOutlineOffIcon'
|
522
522
|
export { default as Ip16GradientBlueOutlineOnIcon } from './Ip16GradientBlueOutlineOnIcon'
|
523
|
+
export { default as Ip24RedIcon } from './Ip24RedIcon'
|
523
524
|
export { default as Ip24Icon } from './Ip24Icon'
|
524
525
|
export { default as IpPool24Icon } from './IpPool24Icon'
|
525
526
|
export { default as IpPoolWhite24Icon } from './IpPoolWhite24Icon'
|
@@ -694,6 +695,10 @@ export { default as NetworkSecurityPolicy24BlueIcon } from './NetworkSecurityPol
|
|
694
695
|
export { default as NetworkSecurityPolicy24GradientBlueIcon } from './NetworkSecurityPolicy24GradientBlueIcon'
|
695
696
|
export { default as NetworkSecurityPolicy24GrayIcon } from './NetworkSecurityPolicy24GrayIcon'
|
696
697
|
export { default as NetworkSecurityPolicy24OntintIcon } from './NetworkSecurityPolicy24OntintIcon'
|
698
|
+
export { default as NetworkSecurityPolicyAllow16BlueIcon } from './NetworkSecurityPolicyAllow16BlueIcon'
|
699
|
+
export { default as NetworkSecurityPolicyAllow24BlueIcon } from './NetworkSecurityPolicyAllow24BlueIcon'
|
700
|
+
export { default as NetworkSecurityPolicyDeny16RedIcon } from './NetworkSecurityPolicyDeny16RedIcon'
|
701
|
+
export { default as NetworkSecurityPolicyDeny24RedIcon } from './NetworkSecurityPolicyDeny24RedIcon'
|
697
702
|
export { default as NetworkStorage16GradientBlueIcon } from './NetworkStorage16GradientBlueIcon'
|
698
703
|
export { default as NetworkStorage16RedIcon } from './NetworkStorage16RedIcon'
|
699
704
|
export { default as NetworkStorage16YellowIcon } from './NetworkStorage16YellowIcon'
|
@@ -1070,6 +1075,7 @@ export { default as SecurityGroup24GradientBlueIcon } from './SecurityGroup24Gra
|
|
1070
1075
|
export { default as SecurityGroup24GradientGrayIcon } from './SecurityGroup24GradientGrayIcon'
|
1071
1076
|
export { default as SecurityGroup24GradientWhiteIcon } from './SecurityGroup24GradientWhiteIcon'
|
1072
1077
|
export { default as SecurityGroup24OntintIcon } from './SecurityGroup24OntintIcon'
|
1078
|
+
export { default as SecurityGroup24RedIcon } from './SecurityGroup24RedIcon'
|
1073
1079
|
export { default as SecurityService16GradientBlueIcon } from './SecurityService16GradientBlueIcon'
|
1074
1080
|
export { default as SecurityService16GradientGreyIcon } from './SecurityService16GradientGreyIcon'
|
1075
1081
|
export { default as SecurityService16OntintIcon } from './SecurityService16OntintIcon'
|
@@ -1186,6 +1192,7 @@ export { default as SystemServiceVm16Icon } from './SystemServiceVm16Icon'
|
|
1186
1192
|
export { default as Tag16GradientBlueIcon } from './Tag16GradientBlueIcon'
|
1187
1193
|
export { default as Tag16GradientGrayIcon } from './Tag16GradientGrayIcon'
|
1188
1194
|
export { default as Tag24GradientBlueIcon } from './Tag24GradientBlueIcon'
|
1195
|
+
export { default as Tag24RedIcon } from './Tag24RedIcon'
|
1189
1196
|
export { default as TaskCenter24BlueIcon } from './TaskCenter24BlueIcon'
|
1190
1197
|
export { default as TaskCenter24GradientBlueIcon } from './TaskCenter24GradientBlueIcon'
|
1191
1198
|
export { default as TaskCenter24GradientGrayIcon } from './TaskCenter24GradientGrayIcon'
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/icons-react",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "0.28.
|
4
|
+
"version": "0.28.8",
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"main": "dist/cjs/index.js",
|
7
7
|
"module": "dist/esm/index.js",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"devDependencies": {
|
42
42
|
"@babel/core": "^7.21.0",
|
43
43
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
44
|
-
"@cloudtower/icons": "0.28.
|
44
|
+
"@cloudtower/icons": "0.28.8",
|
45
45
|
"@svgr/core": "^5.0.0",
|
46
46
|
"camelcase": "^6.0.0"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "6688a25030c32ebfdcfc5316fcaf977abc95ecd3"
|
49
49
|
}
|