@cloudtower/icons-react 0.31.5 → 0.31.7

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.
Files changed (83) hide show
  1. package/dist/CsiConfigurationGradientBlue24Icon.d.ts +4 -0
  2. package/dist/CsiConfigurationOntint24Icon.d.ts +4 -0
  3. package/dist/FontSize16BlueIcon.d.ts +4 -0
  4. package/dist/FontSize16GrayIcon.d.ts +4 -0
  5. package/dist/Fullscreen16BlueIcon.d.ts +4 -0
  6. package/dist/Fullscreen16GrayIcon.d.ts +4 -0
  7. package/dist/K8SNamespace16GradientGrayIcon.d.ts +4 -0
  8. package/dist/K8SObjectDaemonset16GradientGrayIcon.d.ts +4 -0
  9. package/dist/K8SObjectDaemonset24GradientBlueIcon.d.ts +4 -0
  10. package/dist/K8SObjectDeployment16GradientGrayIcon.d.ts +4 -0
  11. package/dist/K8SObjectDeployment24GradientBlueIcon.d.ts +4 -0
  12. package/dist/K8SObjectJob16GradientGrayIcon.d.ts +4 -0
  13. package/dist/K8SObjectJob24GradientBlueIcon.d.ts +4 -0
  14. package/dist/K8SObjectStatefulset16GradientGrayIcon.d.ts +4 -0
  15. package/dist/K8SObjectStatefulset24GradientBlueIcon.d.ts +4 -0
  16. package/dist/LeaveFullscreen16BlueIcon.d.ts +4 -0
  17. package/dist/LeaveFullscreen16GrayIcon.d.ts +4 -0
  18. package/dist/Loading64GradientBlueIcon.d.ts +4 -0
  19. package/dist/NewWindow16BlueIcon.d.ts +4 -0
  20. package/dist/NewWindow16GrayIcon.d.ts +4 -0
  21. package/dist/Rebuild16BlueIcon.d.ts +4 -0
  22. package/dist/TrashBinDeletePermanently16BlueIcon.d.ts +4 -0
  23. package/dist/TrashBinDeletePermanently16GrayIcon.d.ts +4 -0
  24. package/dist/WorkloadClusters16GradientBlueIcon.d.ts +4 -0
  25. package/dist/XmarkCloseCircleFill16SecondaryIcon.d.ts +4 -0
  26. package/dist/XmarkCloseCircleFill16TertiaryIcon.d.ts +4 -0
  27. package/dist/cjs/CsiConfigurationGradientBlue24Icon.js +93 -0
  28. package/dist/cjs/CsiConfigurationOntint24Icon.js +24 -0
  29. package/dist/cjs/FontSize16BlueIcon.js +31 -0
  30. package/dist/cjs/FontSize16GrayIcon.js +34 -0
  31. package/dist/cjs/Fullscreen16BlueIcon.js +21 -0
  32. package/dist/cjs/Fullscreen16GrayIcon.js +22 -0
  33. package/dist/cjs/K8SNamespace16GradientGrayIcon.js +35 -0
  34. package/dist/cjs/K8SObjectDaemonset16GradientGrayIcon.js +48 -0
  35. package/dist/cjs/K8SObjectDaemonset24GradientBlueIcon.js +48 -0
  36. package/dist/cjs/K8SObjectDeployment16GradientGrayIcon.js +33 -0
  37. package/dist/cjs/K8SObjectDeployment24GradientBlueIcon.js +33 -0
  38. package/dist/cjs/K8SObjectJob16GradientGrayIcon.js +63 -0
  39. package/dist/cjs/K8SObjectJob24GradientBlueIcon.js +63 -0
  40. package/dist/cjs/K8SObjectStatefulset16GradientGrayIcon.js +63 -0
  41. package/dist/cjs/K8SObjectStatefulset24GradientBlueIcon.js +63 -0
  42. package/dist/cjs/LeaveFullscreen16BlueIcon.js +21 -0
  43. package/dist/cjs/LeaveFullscreen16GrayIcon.js +22 -0
  44. package/dist/cjs/Loading64GradientBlueIcon.js +42 -0
  45. package/dist/cjs/NewWindow16BlueIcon.js +24 -0
  46. package/dist/cjs/NewWindow16GrayIcon.js +26 -0
  47. package/dist/cjs/Rebuild16BlueIcon.js +24 -0
  48. package/dist/cjs/TrashBinDeletePermanently16BlueIcon.js +26 -0
  49. package/dist/cjs/TrashBinDeletePermanently16GrayIcon.js +28 -0
  50. package/dist/cjs/WorkloadClusters16GradientBlueIcon.js +51 -0
  51. package/dist/cjs/XmarkCloseCircleFill16SecondaryIcon.js +24 -0
  52. package/dist/cjs/XmarkCloseCircleFill16TertiaryIcon.js +24 -0
  53. package/dist/cjs/index.js +26 -0
  54. package/dist/esm/CsiConfigurationGradientBlue24Icon.js +93 -0
  55. package/dist/esm/CsiConfigurationOntint24Icon.js +24 -0
  56. package/dist/esm/FontSize16BlueIcon.js +31 -0
  57. package/dist/esm/FontSize16GrayIcon.js +34 -0
  58. package/dist/esm/Fullscreen16BlueIcon.js +21 -0
  59. package/dist/esm/Fullscreen16GrayIcon.js +22 -0
  60. package/dist/esm/K8SNamespace16GradientGrayIcon.js +35 -0
  61. package/dist/esm/K8SObjectDaemonset16GradientGrayIcon.js +48 -0
  62. package/dist/esm/K8SObjectDaemonset24GradientBlueIcon.js +48 -0
  63. package/dist/esm/K8SObjectDeployment16GradientGrayIcon.js +33 -0
  64. package/dist/esm/K8SObjectDeployment24GradientBlueIcon.js +33 -0
  65. package/dist/esm/K8SObjectJob16GradientGrayIcon.js +63 -0
  66. package/dist/esm/K8SObjectJob24GradientBlueIcon.js +63 -0
  67. package/dist/esm/K8SObjectStatefulset16GradientGrayIcon.js +63 -0
  68. package/dist/esm/K8SObjectStatefulset24GradientBlueIcon.js +63 -0
  69. package/dist/esm/LeaveFullscreen16BlueIcon.js +21 -0
  70. package/dist/esm/LeaveFullscreen16GrayIcon.js +22 -0
  71. package/dist/esm/Loading64GradientBlueIcon.js +42 -0
  72. package/dist/esm/NewWindow16BlueIcon.js +24 -0
  73. package/dist/esm/NewWindow16GrayIcon.js +26 -0
  74. package/dist/esm/Rebuild16BlueIcon.js +24 -0
  75. package/dist/esm/TrashBinDeletePermanently16BlueIcon.js +26 -0
  76. package/dist/esm/TrashBinDeletePermanently16GrayIcon.js +28 -0
  77. package/dist/esm/WorkloadClusters16GradientBlueIcon.js +51 -0
  78. package/dist/esm/XmarkCloseCircleFill16SecondaryIcon.js +24 -0
  79. package/dist/esm/XmarkCloseCircleFill16TertiaryIcon.js +24 -0
  80. package/dist/esm/index.js +26 -0
  81. package/dist/image-types.d.ts +1 -1
  82. package/dist/index.d.ts +26 -0
  83. package/package.json +3 -3
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function K8SObjectJob24GradientBlueIcon({
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
+ "data-testid": "K8SObjectJob24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M3.203 9.127h2.118v8.014c0 .59-.116 1.068-.348 1.432a2.01 2.01 0 01-1 .8c-.43.17-.946.254-1.545.254-.073 0-.143-.002-.21-.005-.069 0-.142-.002-.218-.005v-1.655c.056.003.106.005.15.005.039.003.082.005.128.005.342 0 .58-.073.716-.22.14-.142.21-.357.21-.645v-7.98zm1.054-.984c-.311 0-.58-.105-.805-.313a1.009 1.009 0 01-.338-.761c0-.292.112-.542.338-.75.225-.213.494-.319.805-.319.318 0 .588.106.81.318.226.209.339.46.339.75 0 .296-.113.55-.339.762a1.14 1.14 0 01-.81.313z",
18
+ fill: "url(#paint0_radial_K8SObjectJob24GradientBlueIcon_959_29931)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10.468 16.913c-.772 0-1.44-.164-2.004-.492a3.369 3.369 0 01-1.297-1.383c-.305-.593-.458-1.28-.458-2.063 0-.789.153-1.478.458-2.068a3.328 3.328 0 011.297-1.382c.564-.332 1.232-.497 2.004-.497s1.438.165 1.998.497c.564.328.998.789 1.303 1.382.305.59.457 1.28.457 2.068 0 .782-.152 1.47-.457 2.063-.305.59-.74 1.051-1.303 1.383-.56.328-1.226.492-1.998.492zm.01-1.641c.351 0 .645-.1.88-.298a1.85 1.85 0 00.532-.826c.122-.348.184-.744.184-1.188 0-.444-.062-.84-.184-1.188a1.85 1.85 0 00-.532-.825c-.236-.202-.529-.303-.88-.303-.355 0-.653.1-.895.303-.239.202-.42.477-.542.825-.12.348-.179.744-.179 1.188 0 .444.06.84.179 1.188.123.348.303.623.542.826.242.199.54.298.895.298z",
21
+ fill: "url(#paint1_radial_K8SObjectJob24GradientBlueIcon_959_29931)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M15.643 16.764V6.582h2.118v3.828h.065c.093-.206.227-.415.402-.627.18-.215.412-.394.696-.537.289-.145.647-.218 1.074-.218.557 0 1.071.146 1.542.437.47.289.846.724 1.128 1.308.282.58.423 1.307.423 2.182 0 .852-.138 1.571-.413 2.158-.272.583-.643 1.026-1.114 1.327a2.859 2.859 0 01-1.57.448c-.412 0-.761-.068-1.05-.204a2.169 2.169 0 01-.7-.512 2.6 2.6 0 01-.418-.632h-.095v1.224h-2.088zm2.073-3.819c0 .454.063.85.19 1.188.125.339.308.602.546.791.239.186.529.278.87.278.345 0 .637-.094.875-.283.239-.192.42-.457.542-.795.126-.342.19-.735.19-1.179 0-.44-.062-.828-.185-1.163a1.733 1.733 0 00-.542-.786c-.238-.189-.532-.283-.88-.283-.344 0-.636.091-.875.274-.235.182-.416.44-.542.775-.126.335-.189.73-.189 1.183z",
24
+ fill: "url(#paint2_radial_K8SObjectJob24GradientBlueIcon_959_29931)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_K8SObjectJob24GradientBlueIcon_959_29931",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-32.867 34.271 6.423) scale(25.1101 22.8917)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#5BCAFF"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#06F"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_K8SObjectJob24GradientBlueIcon_959_29931",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-32.867 34.271 6.423) scale(25.1101 22.8917)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_K8SObjectJob24GradientBlueIcon_959_29931",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-32.867 34.271 6.423) scale(25.1101 22.8917)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ export default K8SObjectJob24GradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function K8SObjectStatefulset16GradientGrayIcon({
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
+ "data-testid": "K8SObjectStatefulset16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M5.78 7.863l-1.385.085a.716.716 0 00-.153-.32.81.81 0 00-.309-.23 1.05 1.05 0 00-.45-.09c-.235 0-.433.05-.594.15-.16.097-.241.227-.241.39 0 .13.052.24.156.33.104.09.283.163.536.217l.987.2c.53.108.926.283 1.186.525.26.241.391.558.391.951 0 .358-.105.672-.316.941a2.05 2.05 0 01-.86.633c-.362.149-.78.223-1.253.223-.722 0-1.297-.15-1.726-.45A1.757 1.757 0 011 10.181l1.488-.079c.045.22.154.389.327.505.172.113.394.17.664.17.265 0 .478-.05.639-.153.163-.104.246-.238.248-.4a.418.418 0 00-.174-.338c-.113-.09-.288-.159-.525-.206l-.945-.188c-.532-.107-.929-.292-1.19-.554-.257-.263-.386-.598-.386-1.005 0-.35.094-.653.284-.906.191-.253.46-.449.806-.586.348-.137.755-.206 1.221-.206.69 0 1.231.146 1.627.437.398.291.63.688.696 1.19z",
18
+ fill: "url(#paint0_radial_K8SObjectStatefulset16GradientGrayIcon_959_29990)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M9.758 6.307v1.137H6.473V6.307h3.285zM7.218 5h1.514v5.086c0 .14.021.248.064.326a.352.352 0 00.177.16c.078.03.168.046.27.046.071 0 .142-.006.213-.018l.164-.031.237 1.125c-.075.024-.182.051-.32.082a2.558 2.558 0 01-.5.06 2.298 2.298 0 01-.959-.145 1.338 1.338 0 01-.635-.519c-.152-.234-.226-.53-.224-.888V5z",
21
+ fill: "url(#paint1_radial_K8SObjectStatefulset16GradientGrayIcon_959_29990)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M15.213 7.863l-1.384.085a.716.716 0 00-.153-.32.81.81 0 00-.31-.23 1.05 1.05 0 00-.45-.09c-.235 0-.432.05-.593.15-.161.097-.242.227-.242.39 0 .13.052.24.157.33.104.09.283.163.536.217l.987.2c.53.108.926.283 1.186.525.26.241.39.558.39.951 0 .358-.105.672-.315.941-.209.27-.495.481-.86.633-.362.149-.78.223-1.253.223-.722 0-1.298-.15-1.726-.45a1.757 1.757 0 01-.75-1.236l1.489-.079c.044.22.153.389.326.505.173.113.394.17.664.17.265 0 .478-.05.64-.153.163-.104.246-.238.248-.4a.418.418 0 00-.174-.338c-.114-.09-.289-.159-.525-.206l-.945-.188c-.533-.107-.93-.292-1.19-.554-.258-.263-.387-.598-.387-1.005 0-.35.095-.653.284-.906.192-.253.46-.449.806-.586.348-.137.756-.206 1.222-.206.689 0 1.231.146 1.626.437.398.291.63.688.696 1.19z",
24
+ fill: "url(#paint2_radial_K8SObjectStatefulset16GradientGrayIcon_959_29990)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_K8SObjectStatefulset16GradientGrayIcon_959_29990",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(14.33767 -6.8679 5.35164 11.17229 1 11.868)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#CCD4E3"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#6B7D99"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_K8SObjectStatefulset16GradientGrayIcon_959_29990",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(14.33767 -6.8679 5.35164 11.17229 1 11.868)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#CCD4E3"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#6B7D99"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_K8SObjectStatefulset16GradientGrayIcon_959_29990",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "matrix(14.33767 -6.8679 5.35164 11.17229 1 11.868)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#CCD4E3"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#6B7D99"
61
+ }))));
62
+ }
63
+ export default K8SObjectStatefulset16GradientGrayIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function K8SObjectStatefulset24GradientBlueIcon({
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
+ "data-testid": "K8SObjectStatefulset24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.692 11.007l-1.94.12a1.002 1.002 0 00-.213-.448 1.134 1.134 0 00-.432-.323 1.469 1.469 0 00-.632-.125c-.328 0-.605.07-.83.21-.225.135-.338.317-.338.546 0 .182.073.336.219.463.145.125.396.227.75.303l1.382.278c.743.153 1.296.398 1.66.736.365.338.548.782.548 1.332 0 .5-.148.94-.443 1.318-.291.378-.692.673-1.203.885-.507.209-1.092.313-1.755.313-1.01 0-1.816-.21-2.416-.631A2.46 2.46 0 012 14.253l2.083-.11c.063.308.216.544.457.706.242.16.552.239.93.239.371 0 .67-.072.895-.214.229-.146.345-.333.348-.562a.584.584 0 00-.244-.472c-.159-.126-.404-.222-.735-.289L4.41 13.29c-.746-.15-1.3-.408-1.665-.776-.362-.367-.542-.836-.542-1.407 0-.49.132-.913.398-1.267.268-.355.644-.628 1.128-.82.487-.193 1.057-.289 1.71-.289.965 0 1.724.204 2.277.611.557.408.882.963.975 1.666z",
18
+ fill: "url(#paint0_radial_K8SObjectStatefulset24GradientBlueIcon_959_29988)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M14.261 8.83v1.59H9.662V8.83h4.6zM10.707 7h2.117v7.12c0 .195.03.347.09.457.06.106.142.18.248.223.11.043.236.065.378.065.1 0 .2-.008.299-.025l.228-.045.333 1.576a5.933 5.933 0 01-.447.115 3.592 3.592 0 01-.701.084c-.51.02-.958-.048-1.342-.204a1.874 1.874 0 01-.89-.726c-.212-.328-.317-.742-.313-1.242V7z",
21
+ fill: "url(#paint1_radial_K8SObjectStatefulset24GradientBlueIcon_959_29988)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M21.899 11.007l-1.94.12a1.002 1.002 0 00-.213-.448 1.135 1.135 0 00-.432-.323 1.47 1.47 0 00-.632-.125c-.328 0-.605.07-.83.21-.226.135-.338.317-.338.546 0 .182.073.336.219.463.145.125.396.227.75.303l1.382.278c.743.153 1.296.398 1.66.736.366.338.548.782.548 1.332 0 .5-.148.94-.443 1.318-.291.378-.692.673-1.203.885-.507.209-1.092.313-1.755.313-1.01 0-1.816-.21-2.416-.631a2.46 2.46 0 01-1.049-1.73l2.083-.11c.063.308.216.544.457.706.242.16.552.239.93.239.371 0 .67-.072.895-.214.229-.146.345-.333.348-.562a.584.584 0 00-.244-.472c-.159-.126-.404-.222-.735-.289l-1.323-.263c-.745-.15-1.3-.408-1.665-.776-.361-.367-.542-.836-.542-1.407 0-.49.132-.913.398-1.267.268-.355.644-.628 1.128-.82.487-.193 1.057-.289 1.71-.289.965 0 1.724.204 2.277.611.557.408.882.963.975 1.666z",
24
+ fill: "url(#paint2_radial_K8SObjectStatefulset24GradientBlueIcon_959_29988)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_K8SObjectStatefulset24GradientBlueIcon_959_29988",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(20.07276 -9.61506 7.49231 15.64124 2 16.615)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#5BCAFF"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#06F"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_K8SObjectStatefulset24GradientBlueIcon_959_29988",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(20.07276 -9.61506 7.49231 15.64124 2 16.615)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_K8SObjectStatefulset24GradientBlueIcon_959_29988",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "matrix(20.07276 -9.61506 7.49231 15.64124 2 16.615)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ export default K8SObjectStatefulset24GradientBlueIcon;
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ function LeaveFullscreen16BlueIcon({
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
+ "data-testid": "LeaveFullscreen16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M9.751 3.25a.5.5 0 00-1 0v3.5a.5.5 0 00.5.5h3.5a.5.5 0 000-1h-2.293l2.646-2.646a.5.5 0 10-.707-.708L9.751 5.543V3.25zM6.25 12.75a.5.5 0 001 0v-3.5a.5.5 0 00-.5-.5h-3.5a.5.5 0 000 1h2.293l-2.647 2.646a.5.5 0 00.708.708l2.646-2.647v2.293z",
18
+ fill: "#0080FF"
19
+ }));
20
+ }
21
+ export default LeaveFullscreen16BlueIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function LeaveFullscreen16GrayIcon({
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
+ "data-testid": "LeaveFullscreen16GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M9.751 3.25a.5.5 0 00-1 0v3.5a.5.5 0 00.5.5h3.5a.5.5 0 000-1h-2.293l2.646-2.646a.5.5 0 10-.707-.708L9.751 5.543V3.25zM6.25 12.75a.5.5 0 001 0v-3.5a.5.5 0 00-.5-.5h-3.5a.5.5 0 000 1h2.293l-2.647 2.646a.5.5 0 00.708.708l2.646-2.647v2.293z",
18
+ fill: "#2C3852",
19
+ fillOpacity: 0.6
20
+ }));
21
+ }
22
+ export default LeaveFullscreen16GrayIcon;
@@ -0,0 +1,42 @@
1
+ import * as React from "react";
2
+ function Loading64GradientBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 64,
9
+ height: 64,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Loading64GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M50 32c0 9.941-8.059 18-18 18s-18-8.059-18-18 8.059-18 18-18 18 8.059 18 18zm-32.4 0c0 7.953 6.447 14.4 14.4 14.4S46.4 39.953 46.4 32 39.953 17.6 32 17.6 17.6 24.047 17.6 32z",
18
+ fill: "color(display-p3 .8275 .8549 .9216)",
19
+ fillOpacity: 0.6
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M32 50a18 18 0 119.074-33.546c.858.501 1.032 1.636.448 2.44-.584.804-1.706.971-2.576.492a14.397 14.397 0 00-20.641 8.164A14.4 14.4 0 0032 46.4V50z",
22
+ fill: "url(#paint0_linear_34_10510)"
23
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
24
+ id: "paint0_linear_34_10510",
25
+ x1: 32,
26
+ y1: 46.5,
27
+ x2: 41.229,
28
+ y2: 17.838,
29
+ gradientUnits: "userSpaceOnUse"
30
+ }, /*#__PURE__*/React.createElement("stop", {
31
+ stopColor: "none",
32
+ stopOpacity: 0
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 0.3,
35
+ stopColor: "color(display-p3 0 .502 1)",
36
+ stopOpacity: 0.4
37
+ }), /*#__PURE__*/React.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "color(display-p3 0 .502 1)"
40
+ }))));
41
+ }
42
+ export default Loading64GradientBlueIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ function NewWindow16BlueIcon({
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
+ "data-testid": "NewWindow16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M3.5 2A1.5 1.5 0 002 3.5v9A1.5 1.5 0 003.5 14h4.225a.5.5 0 000-1H3.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h9a.5.5 0 01.5.5v3.95a.5.5 0 001 0V3.5A1.5 1.5 0 0012.5 2h-9z",
18
+ fill: "#0080FF"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M12.34 9.796v1.734h1.735c.344 0 .516.167.516.5 0 .334-.172.5-.516.5h-1.734v1.735c0 .343-.167.515-.5.515-.333 0-.5-.172-.5-.515V12.53H9.606c-.343 0-.515-.166-.515-.5 0-.333.172-.5.515-.5h1.735V9.796c0-.344.167-.516.5-.516.333 0 .5.172.5.516z",
21
+ fill: "#0080FF"
22
+ }));
23
+ }
24
+ export default NewWindow16BlueIcon;
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+ function NewWindow16GrayIcon({
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
+ "data-testid": "NewWindow16GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M3.5 2A1.5 1.5 0 002 3.5v9A1.5 1.5 0 003.5 14h4.225a.5.5 0 000-1H3.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h9a.5.5 0 01.5.5v3.95a.5.5 0 001 0V3.5A1.5 1.5 0 0012.5 2h-9z",
18
+ fill: "#2C3852",
19
+ fillOpacity: 0.6
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12.34 9.796v1.734h1.735c.344 0 .516.167.516.5 0 .334-.172.5-.516.5h-1.734v1.735c0 .343-.167.515-.5.515-.333 0-.5-.172-.5-.515V12.53H9.606c-.343 0-.515-.166-.515-.5 0-.333.172-.5.515-.5h1.735V9.796c0-.344.167-.516.5-.516.333 0 .5.172.5.516z",
22
+ fill: "#2C3852",
23
+ fillOpacity: 0.6
24
+ }));
25
+ }
26
+ export default NewWindow16GrayIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ function Rebuild16BlueIcon({
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
+ "data-testid": "Rebuild16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M5.968 1.301A7 7 0 118 15a.5.5 0 010-1 6 6 0 10-4.244-1.76l.398-.398c.35-.35.525-.524.693-.547a.5.5 0 01.402.126c.125.114.17.358.258.844l.336 1.85c.069.382.103.573.046.71a.5.5 0 01-.267.266c-.137.058-.328.023-.71-.046l-1.85-.336c-.486-.088-.73-.132-.843-.257a.5.5 0 01-.126-.403c.022-.168.197-.343.547-.692l.409-.409A7 7 0 015.968 1.301z",
18
+ fill: "#0080FF"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5 7.5a.5.5 0 000 1h2.5V11a.5.5 0 001 0V8.5H11a.5.5 0 000-1H8.5V5a.5.5 0 00-1 0v2.5H5z",
21
+ fill: "#0080FF"
22
+ }));
23
+ }
24
+ export default Rebuild16BlueIcon;
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+ function TrashBinDeletePermanently16BlueIcon({
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
+ "data-testid": "TrashBinDeletePermanently16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8 7.5a.5.5 0 00-.5.5v4a.5.5 0 001 0V8a.5.5 0 00-.5-.5zM9.405 7.976a.5.5 0 11.999.053l-.21 3.994a.5.5 0 01-.998-.052l.21-3.995zM6.07 7.504a.5.5 0 00-.474.525l.21 3.995a.5.5 0 00.998-.053l-.21-3.994a.5.5 0 00-.525-.473z",
18
+ fill: "#0080FF"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M5.5 3.5v-1a1 1 0 011-1h3a1 1 0 011 1v1h2c.466 0 .699 0 .883.076a1 1 0 01.54.541C14 4.301 14 4.534 14 5s0 .699-.076.883a1 1 0 01-.541.54c-.184.077-.417.077-.883.077h-.056l-.318 5.733c-.044.798-.066 1.197-.236 1.5a1.5 1.5 0 01-.65.615c-.312.152-.712.152-1.51.152H6.27c-.799 0-1.198 0-1.51-.152a1.5 1.5 0 01-.65-.616c-.17-.302-.192-.701-.236-1.499L3.556 6.5H3.5c-.466 0-.699 0-.883-.076a1 1 0 01-.54-.541C2 5.699 2 5.466 2 5s0-.699.076-.883a1 1 0 01.541-.54c.184-.077.417-.077.883-.077h2zm1-1h3v1h-3v-1zm-1.943 4h6.886l-.316 5.678c-.023.414-.037.667-.063.856a1.249 1.249 0 01-.043.202l-.002.005-.002.003a.5.5 0 01-.216.205l-.009.004a1.252 1.252 0 01-.204.032c-.19.014-.443.015-.858.015H6.27c-.415 0-.668 0-.858-.016a1.253 1.253 0 01-.204-.031l-.009-.004a.5.5 0 01-.216-.205l-.002-.002-.002-.006a1.248 1.248 0 01-.043-.202c-.026-.189-.04-.441-.063-.856L4.557 6.5zm8.422-1.007a8.131 8.131 0 01-.479.007h-9c-.247 0-.382 0-.48-.007l-.012-.001v-.013A8.132 8.132 0 013 5c0-.247 0-.382.007-.48l.001-.012h.013c.097-.007.232-.008.479-.008h9c.247 0 .382 0 .48.007l.012.001v.013C13 4.618 13 4.753 13 5c0 .247 0 .382-.007.48l-.001.012h-.013z",
23
+ fill: "#0080FF"
24
+ }));
25
+ }
26
+ export default TrashBinDeletePermanently16BlueIcon;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ function TrashBinDeletePermanently16GrayIcon({
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
+ "data-testid": "TrashBinDeletePermanently16GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8 7.5a.5.5 0 00-.5.5v4a.5.5 0 001 0V8a.5.5 0 00-.5-.5zM9.405 7.976a.5.5 0 11.999.053l-.21 3.994a.5.5 0 01-.998-.052l.21-3.995zM6.07 7.504a.5.5 0 00-.474.525l.21 3.995a.5.5 0 00.998-.053l-.21-3.994a.5.5 0 00-.525-.473z",
18
+ fill: "#2C3852",
19
+ fillOpacity: 0.6
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M5.5 3.5v-1a1 1 0 011-1h3a1 1 0 011 1v1h2c.466 0 .699 0 .883.076a1 1 0 01.54.541C14 4.301 14 4.534 14 5s0 .699-.076.883a1 1 0 01-.541.54c-.184.077-.417.077-.883.077h-.056l-.318 5.733c-.044.798-.066 1.197-.236 1.5a1.5 1.5 0 01-.65.615c-.312.152-.712.152-1.51.152H6.27c-.799 0-1.198 0-1.51-.152a1.5 1.5 0 01-.65-.616c-.17-.302-.192-.701-.236-1.499L3.556 6.5H3.5c-.466 0-.699 0-.883-.076a1 1 0 01-.54-.541C2 5.699 2 5.466 2 5s0-.699.076-.883a1 1 0 01.541-.54c.184-.077.417-.077.883-.077h2zm1-1h3v1h-3v-1zm-1.943 4h6.886l-.316 5.678c-.023.414-.037.667-.063.856a1.249 1.249 0 01-.043.202l-.002.005-.002.003a.5.5 0 01-.216.205l-.009.004a1.252 1.252 0 01-.204.032c-.19.014-.443.015-.858.015H6.27c-.415 0-.668 0-.858-.016a1.253 1.253 0 01-.204-.031l-.009-.004a.5.5 0 01-.216-.205l-.002-.002-.002-.006a1.248 1.248 0 01-.043-.202c-.026-.189-.04-.441-.063-.856L4.557 6.5zm8.422-1.007a8.131 8.131 0 01-.479.007h-9c-.247 0-.382 0-.48-.007l-.012-.001v-.013A8.132 8.132 0 013 5c0-.247 0-.382.007-.48l.001-.012h.013c.097-.007.232-.008.479-.008h9c.247 0 .382 0 .48.007l.012.001v.013C13 4.618 13 4.753 13 5c0 .247 0 .382-.007.48l-.001.012h-.013z",
24
+ fill: "#2C3852",
25
+ fillOpacity: 0.6
26
+ }));
27
+ }
28
+ export default TrashBinDeletePermanently16GrayIcon;
@@ -0,0 +1,51 @@
1
+ import * as React from "react";
2
+ function WorkloadClusters16GradientBlueIcon({
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
+ "data-testid": "WorkloadClusters16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd"
19
+ }, /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.45 4.502a.9.9 0 00-.9 0L4.919 6.02a.9.9 0 00-.45.78v3.038a.9.9 0 00.45.779l2.63 1.519a.9.9 0 00.9 0l2.632-1.519a.9.9 0 00.45-.78V6.8a.9.9 0 00-.45-.779L8.45 4.501zM5.469 9.78V6.858l2.53-1.461 2.532 1.461v2.923L8 11.242 5.469 9.781z",
21
+ fill: "url(#paint0_radial_WorkloadClusters16GradientBlueIcon_680_7237)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M7.523.989a1.1 1.1 0 01.954 0l4.952 2.384c.302.146.521.42.595.747l1.224 5.358a1.1 1.1 0 01-.213.931l-3.427 4.297a1.1 1.1 0 01-.86.415H5.252a1.1 1.1 0 01-.86-.415L.965 10.41a1.1 1.1 0 01-.213-.93l1.223-5.36a1.1 1.1 0 01.595-.746L7.523.99zm.52.9a.1.1 0 00-.087 0L3.004 4.275a.1.1 0 00-.054.068L1.727 9.701a.1.1 0 00.02.085l3.426 4.297a.1.1 0 00.079.037h5.496a.1.1 0 00.078-.037l3.427-4.297a.1.1 0 00.02-.085L13.05 4.342a.1.1 0 00-.055-.068L8.043 1.89z",
24
+ fill: "url(#paint1_radial_WorkloadClusters16GradientBlueIcon_680_7237)"
25
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_WorkloadClusters16GradientBlueIcon_680_7237",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(14.55048 -14.24082 14.23753 14.54712 .725 15.12)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#5BCAFF"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#06F"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_WorkloadClusters16GradientBlueIcon_680_7237",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(14.55048 -14.24082 14.23753 14.54712 .725 15.12)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ }))));
50
+ }
51
+ export default WorkloadClusters16GradientBlueIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ function XmarkCloseCircleFill16SecondaryIcon({
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
+ "data-testid": "XmarkCloseCircleFill16SecondaryIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm2.121-9.828a.5.5 0 11.707.707L8.708 8l2.12 2.121a.5.5 0 11-.707.707L8 8.709l-2.121 2.12a.5.5 0 11-.707-.707L7.292 8l-2.12-2.121a.5.5 0 01.707-.707L8 7.292l2.121-2.12z",
20
+ fill: "#2C3852",
21
+ fillOpacity: 0.75
22
+ }));
23
+ }
24
+ export default XmarkCloseCircleFill16SecondaryIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ function XmarkCloseCircleFill16TertiaryIcon({
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
+ "data-testid": "XmarkCloseCircleFill16TertiaryIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm2.121-9.828a.5.5 0 11.707.707L8.708 8l2.12 2.121a.5.5 0 11-.707.707L8 8.709l-2.121 2.12a.5.5 0 11-.707-.707L7.292 8l-2.12-2.121a.5.5 0 01.707-.707L8 7.292l2.121-2.12z",
20
+ fill: "#001540",
21
+ fillOpacity: 0.3
22
+ }));
23
+ }
24
+ export default XmarkCloseCircleFill16TertiaryIcon;
package/dist/esm/index.js CHANGED
@@ -271,6 +271,8 @@ export { default as CreateVmtemplateAddPlus24GradientBlueIcon } from './CreateVm
271
271
  export { default as CreateVmtemplateAddPlus24GradientGrayIcon } from './CreateVmtemplateAddPlus24GradientGrayIcon.js'
272
272
  export { default as CreatevmtemplateIcon } from './CreatevmtemplateIcon.js'
273
273
  export { default as CrossIcon } from './CrossIcon.js'
274
+ export { default as CsiConfigurationGradientBlue24Icon } from './CsiConfigurationGradientBlue24Icon.js'
275
+ export { default as CsiConfigurationOntint24Icon } from './CsiConfigurationOntint24Icon.js'
274
276
  export { default as CsvIcon } from './CsvIcon.js'
275
277
  export { default as CurveLink24Icon } from './CurveLink24Icon.js'
276
278
  export { default as Dashboard16GradientBlueIcon } from './Dashboard16GradientBlueIcon.js'
@@ -425,11 +427,15 @@ export { default as FoldColCards16RegularSecondaryIcon } from './FoldColCards16R
425
427
  export { default as FolderIcon } from './FolderIcon.js'
426
428
  export { default as FolderActivatedIcon } from './FolderActivatedIcon.js'
427
429
  export { default as FolderNormalIcon } from './FolderNormalIcon.js'
430
+ export { default as FontSize16BlueIcon } from './FontSize16BlueIcon.js'
431
+ export { default as FontSize16GrayIcon } from './FontSize16GrayIcon.js'
428
432
  export { default as ForcerestartIcon } from './ForcerestartIcon.js'
429
433
  export { default as ForcestopIcon } from './ForcestopIcon.js'
430
434
  export { default as FromLeftArrow40BlueIcon } from './FromLeftArrow40BlueIcon.js'
431
435
  export { default as FromRightArrow40BlueIcon } from './FromRightArrow40BlueIcon.js'
432
436
  export { default as FullPeriod24GradientGrayIcon } from './FullPeriod24GradientGrayIcon.js'
437
+ export { default as Fullscreen16BlueIcon } from './Fullscreen16BlueIcon.js'
438
+ export { default as Fullscreen16GrayIcon } from './Fullscreen16GrayIcon.js'
433
439
  export { default as Fullscreen16Icon } from './Fullscreen16Icon.js'
434
440
  export { default as GatewayService16GradientBlueIcon } from './GatewayService16GradientBlueIcon.js'
435
441
  export { default as GatewayService16GradientGreyIcon } from './GatewayService16GradientGreyIcon.js'
@@ -551,6 +557,15 @@ export { default as Isolation16BlueIcon } from './Isolation16BlueIcon.js'
551
557
  export { default as Isolation24BlueIcon } from './Isolation24BlueIcon.js'
552
558
  export { default as Jump16GradientBlueIcon } from './Jump16GradientBlueIcon.js'
553
559
  export { default as Jump16GradientGrayIcon } from './Jump16GradientGrayIcon.js'
560
+ export { default as K8SNamespace16GradientGrayIcon } from './K8SNamespace16GradientGrayIcon.js'
561
+ export { default as K8SObjectDaemonset16GradientGrayIcon } from './K8SObjectDaemonset16GradientGrayIcon.js'
562
+ export { default as K8SObjectDaemonset24GradientBlueIcon } from './K8SObjectDaemonset24GradientBlueIcon.js'
563
+ export { default as K8SObjectDeployment16GradientGrayIcon } from './K8SObjectDeployment16GradientGrayIcon.js'
564
+ export { default as K8SObjectDeployment24GradientBlueIcon } from './K8SObjectDeployment24GradientBlueIcon.js'
565
+ export { default as K8SObjectJob16GradientGrayIcon } from './K8SObjectJob16GradientGrayIcon.js'
566
+ export { default as K8SObjectJob24GradientBlueIcon } from './K8SObjectJob24GradientBlueIcon.js'
567
+ export { default as K8SObjectStatefulset16GradientGrayIcon } from './K8SObjectStatefulset16GradientGrayIcon.js'
568
+ export { default as K8SObjectStatefulset24GradientBlueIcon } from './K8SObjectStatefulset24GradientBlueIcon.js'
554
569
  export { default as L2Gw16GradientBlueIcon } from './L2Gw16GradientBlueIcon.js'
555
570
  export { default as L2Gw16GradientGreyIcon } from './L2Gw16GradientGreyIcon.js'
556
571
  export { default as L2Gw16OntintIcon } from './L2Gw16OntintIcon.js'
@@ -574,6 +589,8 @@ export { default as LbGw24OntintIcon } from './LbGw24OntintIcon.js'
574
589
  export { default as Ldap24GradientBlueIcon } from './Ldap24GradientBlueIcon.js'
575
590
  export { default as Ldap24WhiteIcon } from './Ldap24WhiteIcon.js'
576
591
  export { default as LdapSync16WhiteIcon } from './LdapSync16WhiteIcon.js'
592
+ export { default as LeaveFullscreen16BlueIcon } from './LeaveFullscreen16BlueIcon.js'
593
+ export { default as LeaveFullscreen16GrayIcon } from './LeaveFullscreen16GrayIcon.js'
577
594
  export { default as LeaveFullscreen16Icon } from './LeaveFullscreen16Icon.js'
578
595
  export { default as LoadBalancer16GradientBlueIcon } from './LoadBalancer16GradientBlueIcon.js'
579
596
  export { default as LoadBalancer16GradientGreyIcon } from './LoadBalancer16GradientGreyIcon.js'
@@ -590,6 +607,7 @@ export { default as Loading24GradientGaryIcon } from './Loading24GradientGaryIco
590
607
  export { default as Loading24OntintIcon } from './Loading24OntintIcon.js'
591
608
  export { default as Loading6GradientBlueIcon } from './Loading6GradientBlueIcon.js'
592
609
  export { default as Loading6OntintIcon } from './Loading6OntintIcon.js'
610
+ export { default as Loading64GradientBlueIcon } from './Loading64GradientBlueIcon.js'
593
611
  export { default as Loading8GradientBlueIcon } from './Loading8GradientBlueIcon.js'
594
612
  export { default as Loading8OntintIcon } from './Loading8OntintIcon.js'
595
613
  export { default as Lock16GradientGrayIcon } from './Lock16GradientGrayIcon.js'
@@ -730,6 +748,8 @@ export { default as NetworkVm16BlueIcon } from './NetworkVm16BlueIcon.js'
730
748
  export { default as NetworkVm16GradientBlueIcon } from './NetworkVm16GradientBlueIcon.js'
731
749
  export { default as NetworkVm16GradientRedIcon } from './NetworkVm16GradientRedIcon.js'
732
750
  export { default as NetworkVm16GradientYellowIcon } from './NetworkVm16GradientYellowIcon.js'
751
+ export { default as NewWindow16BlueIcon } from './NewWindow16BlueIcon.js'
752
+ export { default as NewWindow16GrayIcon } from './NewWindow16GrayIcon.js'
733
753
  export { default as NfsDatastoreStorageObject24GradientBlueIcon } from './NfsDatastoreStorageObject24GradientBlueIcon.js'
734
754
  export { default as NfsDatastoreStorageObject24GradientGrayIcon } from './NfsDatastoreStorageObject24GradientGrayIcon.js'
735
755
  export { default as NfsExport16GradientBlueIcon } from './NfsExport16GradientBlueIcon.js'
@@ -955,6 +975,7 @@ export { default as RealServerPool16GradientBlueIcon } from './RealServerPool16G
955
975
  export { default as RealServerPool24FillGradientBlueIcon } from './RealServerPool24FillGradientBlueIcon.js'
956
976
  export { default as RealServerPool24FillGradientGreyIcon } from './RealServerPool24FillGradientGreyIcon.js'
957
977
  export { default as RealServerPool24OntintIcon } from './RealServerPool24OntintIcon.js'
978
+ export { default as Rebuild16BlueIcon } from './Rebuild16BlueIcon.js'
958
979
  export { default as Recieve16FillGradientOthersIcon } from './Recieve16FillGradientOthersIcon.js'
959
980
  export { default as Recieve24FillGradientOthersIcon } from './Recieve24FillGradientOthersIcon.js'
960
981
  export { default as RecoverContinue16GradientBlueIcon } from './RecoverContinue16GradientBlueIcon.js'
@@ -1315,6 +1336,8 @@ export { default as TrashBinDelete16RedIcon } from './TrashBinDelete16RedIcon.js
1315
1336
  export { default as TrashBinDelete16Icon } from './TrashBinDelete16Icon.js'
1316
1337
  export { default as TrashBinDelete24RedIcon } from './TrashBinDelete24RedIcon.js'
1317
1338
  export { default as TrashBinDelete24Icon } from './TrashBinDelete24Icon.js'
1339
+ export { default as TrashBinDeletePermanently16BlueIcon } from './TrashBinDeletePermanently16BlueIcon.js'
1340
+ export { default as TrashBinDeletePermanently16GrayIcon } from './TrashBinDeletePermanently16GrayIcon.js'
1318
1341
  export { default as TrashBinOpenedDelete16RedIcon } from './TrashBinOpenedDelete16RedIcon.js'
1319
1342
  export { default as TrashBinOpenedDelete24RedIcon } from './TrashBinOpenedDelete24RedIcon.js'
1320
1343
  export { default as TrashBinOpenedDelete24Icon } from './TrashBinOpenedDelete24Icon.js'
@@ -1529,9 +1552,12 @@ export { default as WitnessNodeSmallCriticalRedIcon } from './WitnessNodeSmallCr
1529
1552
  export { default as WitnessNodeSmallHealthyGreenIcon } from './WitnessNodeSmallHealthyGreenIcon.js'
1530
1553
  export { default as WitnessNodeSmallInfoBlueIcon } from './WitnessNodeSmallInfoBlueIcon.js'
1531
1554
  export { default as WitnessNodeSmallNoticeYellowIcon } from './WitnessNodeSmallNoticeYellowIcon.js'
1555
+ export { default as WorkloadClusters16GradientBlueIcon } from './WorkloadClusters16GradientBlueIcon.js'
1532
1556
  export { default as XlsxIcon } from './XlsxIcon.js'
1533
1557
  export { default as XmarkClearFill24SecondaryIcon } from './XmarkClearFill24SecondaryIcon.js'
1534
1558
  export { default as XmarkClearFill24TertiaryIcon } from './XmarkClearFill24TertiaryIcon.js'
1559
+ export { default as XmarkCloseCircleFill16SecondaryIcon } from './XmarkCloseCircleFill16SecondaryIcon.js'
1560
+ export { default as XmarkCloseCircleFill16TertiaryIcon } from './XmarkCloseCircleFill16TertiaryIcon.js'
1535
1561
  export { default as XmarkCloseFill24PrimaryIcon } from './XmarkCloseFill24PrimaryIcon.js'
1536
1562
  export { default as XmarkFailed16BoldOntintIcon } from './XmarkFailed16BoldOntintIcon.js'
1537
1563
  export { default as XmarkFailed16BoldRedIcon } from './XmarkFailed16BoldRedIcon.js'