@cloudtower/icons-react 0.30.8 → 0.30.10

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 (71) 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/ImportFile16BlueIcon.d.ts +4 -0
  8. package/dist/ImportFile16GrayIcon.d.ts +4 -0
  9. package/dist/ImportFile16OntintIcon.d.ts +4 -0
  10. package/dist/K8SNamespace16GradientGrayIcon.d.ts +4 -0
  11. package/dist/K8SObjectDaemonset16GradientGrayIcon.d.ts +4 -0
  12. package/dist/K8SObjectDaemonset24GradientBlueIcon.d.ts +4 -0
  13. package/dist/K8SObjectDeployment16GradientGrayIcon.d.ts +4 -0
  14. package/dist/K8SObjectDeployment24GradientBlueIcon.d.ts +4 -0
  15. package/dist/K8SObjectJob16GradientGrayIcon.d.ts +4 -0
  16. package/dist/K8SObjectJob24GradientBlueIcon.d.ts +4 -0
  17. package/dist/K8SObjectStatefulset16GradientGrayIcon.d.ts +4 -0
  18. package/dist/K8SObjectStatefulset24GradientBlueIcon.d.ts +4 -0
  19. package/dist/LeaveFullscreen16BlueIcon.d.ts +4 -0
  20. package/dist/LeaveFullscreen16GrayIcon.d.ts +4 -0
  21. package/dist/NewWindow16BlueIcon.d.ts +4 -0
  22. package/dist/NewWindow16GrayIcon.d.ts +4 -0
  23. package/dist/cjs/CsiConfigurationGradientBlue24Icon.js +93 -0
  24. package/dist/cjs/CsiConfigurationOntint24Icon.js +24 -0
  25. package/dist/cjs/FontSize16BlueIcon.js +31 -0
  26. package/dist/cjs/FontSize16GrayIcon.js +34 -0
  27. package/dist/cjs/Fullscreen16BlueIcon.js +21 -0
  28. package/dist/cjs/Fullscreen16GrayIcon.js +22 -0
  29. package/dist/cjs/ImportFile16BlueIcon.js +48 -0
  30. package/dist/cjs/ImportFile16GrayIcon.js +48 -0
  31. package/dist/cjs/ImportFile16OntintIcon.js +24 -0
  32. package/dist/cjs/K8SNamespace16GradientGrayIcon.js +35 -0
  33. package/dist/cjs/K8SObjectDaemonset16GradientGrayIcon.js +48 -0
  34. package/dist/cjs/K8SObjectDaemonset24GradientBlueIcon.js +48 -0
  35. package/dist/cjs/K8SObjectDeployment16GradientGrayIcon.js +33 -0
  36. package/dist/cjs/K8SObjectDeployment24GradientBlueIcon.js +33 -0
  37. package/dist/cjs/K8SObjectJob16GradientGrayIcon.js +63 -0
  38. package/dist/cjs/K8SObjectJob24GradientBlueIcon.js +63 -0
  39. package/dist/cjs/K8SObjectStatefulset16GradientGrayIcon.js +63 -0
  40. package/dist/cjs/K8SObjectStatefulset24GradientBlueIcon.js +63 -0
  41. package/dist/cjs/LeaveFullscreen16BlueIcon.js +21 -0
  42. package/dist/cjs/LeaveFullscreen16GrayIcon.js +22 -0
  43. package/dist/cjs/NewWindow16BlueIcon.js +24 -0
  44. package/dist/cjs/NewWindow16GrayIcon.js +26 -0
  45. package/dist/cjs/index.js +22 -0
  46. package/dist/esm/CsiConfigurationGradientBlue24Icon.js +93 -0
  47. package/dist/esm/CsiConfigurationOntint24Icon.js +24 -0
  48. package/dist/esm/FontSize16BlueIcon.js +31 -0
  49. package/dist/esm/FontSize16GrayIcon.js +34 -0
  50. package/dist/esm/Fullscreen16BlueIcon.js +21 -0
  51. package/dist/esm/Fullscreen16GrayIcon.js +22 -0
  52. package/dist/esm/ImportFile16BlueIcon.js +48 -0
  53. package/dist/esm/ImportFile16GrayIcon.js +48 -0
  54. package/dist/esm/ImportFile16OntintIcon.js +24 -0
  55. package/dist/esm/K8SNamespace16GradientGrayIcon.js +35 -0
  56. package/dist/esm/K8SObjectDaemonset16GradientGrayIcon.js +48 -0
  57. package/dist/esm/K8SObjectDaemonset24GradientBlueIcon.js +48 -0
  58. package/dist/esm/K8SObjectDeployment16GradientGrayIcon.js +33 -0
  59. package/dist/esm/K8SObjectDeployment24GradientBlueIcon.js +33 -0
  60. package/dist/esm/K8SObjectJob16GradientGrayIcon.js +63 -0
  61. package/dist/esm/K8SObjectJob24GradientBlueIcon.js +63 -0
  62. package/dist/esm/K8SObjectStatefulset16GradientGrayIcon.js +63 -0
  63. package/dist/esm/K8SObjectStatefulset24GradientBlueIcon.js +63 -0
  64. package/dist/esm/LeaveFullscreen16BlueIcon.js +21 -0
  65. package/dist/esm/LeaveFullscreen16GrayIcon.js +22 -0
  66. package/dist/esm/NewWindow16BlueIcon.js +24 -0
  67. package/dist/esm/NewWindow16GrayIcon.js +26 -0
  68. package/dist/esm/index.js +22 -0
  69. package/dist/image-types.d.ts +1 -1
  70. package/dist/index.d.ts +22 -0
  71. package/package.json +3 -3
@@ -0,0 +1,33 @@
1
+ const React = require("react");
2
+ function K8SObjectDeployment16GradientGrayIcon({
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": "K8SObjectDeployment16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.565 11.87c-.387 0-.737-.099-1.05-.298-.312-.2-.56-.496-.743-.884-.181-.392-.272-.871-.272-1.439 0-.583.094-1.068.282-1.455.188-.389.437-.68.749-.872a1.92 1.92 0 011.03-.291c.286 0 .523.048.713.146.192.095.347.214.464.357.12.142.21.281.272.418h.043V5h1.409v6.788H9.07v-.816h-.06c-.066.142-.16.282-.282.421-.12.137-.275.251-.467.342-.19.09-.422.136-.696.136zm.447-1.123c.228 0 .42-.062.577-.185.16-.126.28-.302.365-.527.086-.226.129-.49.129-.793 0-.302-.042-.565-.126-.788a1.132 1.132 0 00-.365-.517.927.927 0 00-.58-.183.916.916 0 00-.586.19c-.16.125-.28.3-.362.523a2.25 2.25 0 00-.122.775c0 .297.04.558.122.786.084.225.205.402.362.53.159.126.354.19.586.19z",
18
+ fill: "url(#paint0_radial_K8SObjectDeployment16GradientGrayIcon_959_29945)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_K8SObjectDeployment16GradientGrayIcon_959_29945",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "matrix(4.96164 -6.87074 6.5221 4.70988 5.5 11.87)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ module.exports = K8SObjectDeployment16GradientGrayIcon;
@@ -0,0 +1,33 @@
1
+ const React = require("react");
2
+ function K8SObjectDeployment24GradientBlueIcon({
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": "K8SObjectDeployment24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10.597 17.306c-.58 0-1.105-.149-1.576-.447-.467-.302-.838-.744-1.113-1.328-.272-.586-.408-1.306-.408-2.157 0-.875.14-1.603.423-2.183.281-.583.656-1.02 1.123-1.307.47-.292.986-.438 1.546-.438.428 0 .784.073 1.07.219.288.142.52.321.695.537.18.212.315.42.408.626h.064V7h2.114v10.182h-2.089v-1.223h-.09c-.098.212-.24.422-.422.631a2.099 2.099 0 01-.7.512c-.286.136-.634.204-1.045.204zm.671-1.685c.342 0 .63-.093.865-.279.24-.189.422-.452.547-.79.13-.338.194-.734.194-1.188 0-.454-.063-.849-.189-1.184-.126-.334-.308-.593-.546-.775a1.391 1.391 0 00-.87-.274c-.348 0-.642.095-.88.284-.24.189-.42.45-.542.785a3.374 3.374 0 00-.184 1.164c0 .444.061.836.184 1.178.126.338.306.603.542.795.238.19.532.284.88.284z",
18
+ fill: "url(#paint0_radial_K8SObjectDeployment24GradientBlueIcon_959_29943)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_K8SObjectDeployment24GradientBlueIcon_959_29943",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-54.165 20.672 1.32) scale(12.7124 12.0674)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#5BCAFF"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#06F"
31
+ }))));
32
+ }
33
+ module.exports = K8SObjectDeployment24GradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("react");
2
+ function K8SObjectJob16GradientGrayIcon({
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": "K8SObjectJob16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M1.459 5.534h1.513v5.724c0 .422-.083.763-.249 1.023-.166.26-.403.45-.714.572-.307.12-.675.18-1.104.18-.052 0-.102 0-.15-.003L.6 13.027v-1.183c.04.003.075.004.106.004a1.1 1.1 0 00.092.003c.244 0 .415-.052.512-.156.1-.102.149-.256.149-.462v-5.7zm.753-.703a.818.818 0 01-.575-.224.72.72 0 01-.242-.543c0-.209.08-.388.242-.537a.81.81 0 01.575-.227c.227 0 .42.076.579.227.16.15.241.328.241.537a.72.72 0 01-.241.543.814.814 0 01-.58.224z",
18
+ fill: "url(#paint0_radial_K8SObjectJob16GradientGrayIcon_959_29934)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M6.648 11.095c-.552 0-1.029-.117-1.431-.352a2.406 2.406 0 01-.927-.987c-.218-.424-.327-.915-.327-1.474 0-.563.11-1.056.327-1.477.218-.424.527-.753.927-.987.402-.237.88-.355 1.431-.355.552 0 1.028.118 1.428.355.402.234.712.563.93.987.218.421.327.914.327 1.477 0 .559-.11 1.05-.327 1.474-.218.421-.528.75-.93.987-.4.235-.876.352-1.428.352zm.007-1.172a.94.94 0 00.629-.213c.168-.145.294-.341.38-.59.087-.248.131-.531.131-.848 0-.318-.044-.6-.131-.85a1.322 1.322 0 00-.38-.589.93.93 0 00-.629-.216.963.963 0 00-.639.216c-.17.145-.3.341-.387.59a2.61 2.61 0 00-.128.849c0 .317.043.6.128.848.088.249.217.445.387.59a.973.973 0 00.64.213z",
21
+ fill: "url(#paint1_radial_K8SObjectJob16GradientGrayIcon_959_29934)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M10.345 10.988V3.716h1.513V6.45h.046a2 2 0 01.287-.448c.128-.153.294-.281.498-.383.206-.104.461-.156.767-.156.397 0 .764.104 1.1.312.337.206.605.517.807.934.2.414.301.934.301 1.56 0 .608-.098 1.121-.294 1.54-.194.417-.46.733-.796.948-.334.213-.708.32-1.122.32-.293 0-.543-.049-.75-.146a1.548 1.548 0 01-.5-.365c-.13-.15-.23-.3-.298-.451h-.068v.873h-1.491zm1.48-2.727c0 .324.046.607.136.849.09.241.22.43.39.564.17.133.378.2.622.2a.976.976 0 00.625-.203c.17-.138.3-.327.387-.568.09-.244.135-.525.135-.842a2.41 2.41 0 00-.132-.831 1.238 1.238 0 00-.387-.561.981.981 0 00-.628-.202.999.999 0 00-.625.195c-.168.13-.298.315-.387.554-.09.239-.135.52-.135.845z",
24
+ fill: "url(#paint2_radial_K8SObjectJob16GradientGrayIcon_959_29934)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_K8SObjectJob16GradientGrayIcon_959_29934",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-32.867 22.394 5.5) scale(17.9358 16.3512)"
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_K8SObjectJob16GradientGrayIcon_959_29934",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-32.867 22.394 5.5) scale(17.9358 16.3512)"
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_K8SObjectJob16GradientGrayIcon_959_29934",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-32.867 22.394 5.5) scale(17.9358 16.3512)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#CCD4E3"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#6B7D99"
61
+ }))));
62
+ }
63
+ module.exports = K8SObjectJob16GradientGrayIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("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
+ module.exports = K8SObjectJob24GradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("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
+ module.exports = K8SObjectStatefulset16GradientGrayIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("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
+ module.exports = K8SObjectStatefulset24GradientBlueIcon;
@@ -0,0 +1,21 @@
1
+ const React = require("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
+ module.exports = LeaveFullscreen16BlueIcon;
@@ -0,0 +1,22 @@
1
+ const React = require("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
+ module.exports = LeaveFullscreen16GrayIcon;
@@ -0,0 +1,24 @@
1
+ const React = require("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
+ module.exports = NewWindow16BlueIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("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
+ module.exports = NewWindow16GrayIcon;
package/dist/cjs/index.js CHANGED
@@ -271,6 +271,8 @@ module.exports.CreateVmtemplateAddPlus24GradientBlueIcon = require("./CreateVmte
271
271
  module.exports.CreateVmtemplateAddPlus24GradientGrayIcon = require("./CreateVmtemplateAddPlus24GradientGrayIcon.js")
272
272
  module.exports.CreatevmtemplateIcon = require("./CreatevmtemplateIcon.js")
273
273
  module.exports.CrossIcon = require("./CrossIcon.js")
274
+ module.exports.CsiConfigurationGradientBlue24Icon = require("./CsiConfigurationGradientBlue24Icon.js")
275
+ module.exports.CsiConfigurationOntint24Icon = require("./CsiConfigurationOntint24Icon.js")
274
276
  module.exports.CsvIcon = require("./CsvIcon.js")
275
277
  module.exports.CurveLink24Icon = require("./CurveLink24Icon.js")
276
278
  module.exports.Dashboard16GradientBlueIcon = require("./Dashboard16GradientBlueIcon.js")
@@ -425,11 +427,15 @@ module.exports.FoldColCards16RegularSecondaryIcon = require("./FoldColCards16Reg
425
427
  module.exports.FolderIcon = require("./FolderIcon.js")
426
428
  module.exports.FolderActivatedIcon = require("./FolderActivatedIcon.js")
427
429
  module.exports.FolderNormalIcon = require("./FolderNormalIcon.js")
430
+ module.exports.FontSize16BlueIcon = require("./FontSize16BlueIcon.js")
431
+ module.exports.FontSize16GrayIcon = require("./FontSize16GrayIcon.js")
428
432
  module.exports.ForcerestartIcon = require("./ForcerestartIcon.js")
429
433
  module.exports.ForcestopIcon = require("./ForcestopIcon.js")
430
434
  module.exports.FromLeftArrow40BlueIcon = require("./FromLeftArrow40BlueIcon.js")
431
435
  module.exports.FromRightArrow40BlueIcon = require("./FromRightArrow40BlueIcon.js")
432
436
  module.exports.FullPeriod24GradientGrayIcon = require("./FullPeriod24GradientGrayIcon.js")
437
+ module.exports.Fullscreen16BlueIcon = require("./Fullscreen16BlueIcon.js")
438
+ module.exports.Fullscreen16GrayIcon = require("./Fullscreen16GrayIcon.js")
433
439
  module.exports.Fullscreen16Icon = require("./Fullscreen16Icon.js")
434
440
  module.exports.GatewayService16GradientBlueIcon = require("./GatewayService16GradientBlueIcon.js")
435
441
  module.exports.GatewayService16GradientGreyIcon = require("./GatewayService16GradientGreyIcon.js")
@@ -476,6 +482,9 @@ module.exports.HostActivatedIcon = require("./HostActivatedIcon.js")
476
482
  module.exports.HostNormalIcon = require("./HostNormalIcon.js")
477
483
  module.exports.Ignore24GradientBlueIcon = require("./Ignore24GradientBlueIcon.js")
478
484
  module.exports.Ignore24GradientGrayIcon = require("./Ignore24GradientGrayIcon.js")
485
+ module.exports.ImportFile16BlueIcon = require("./ImportFile16BlueIcon.js")
486
+ module.exports.ImportFile16GrayIcon = require("./ImportFile16GrayIcon.js")
487
+ module.exports.ImportFile16OntintIcon = require("./ImportFile16OntintIcon.js")
479
488
  module.exports.ImportSecurityPolicy24GradientBlueIcon = require("./ImportSecurityPolicy24GradientBlueIcon.js")
480
489
  module.exports.ImportSecurityPolicy24GradientGrayIcon = require("./ImportSecurityPolicy24GradientGrayIcon.js")
481
490
  module.exports.ImportVm24GradientBlueIcon = require("./ImportVm24GradientBlueIcon.js")
@@ -551,6 +560,15 @@ module.exports.Isolation16BlueIcon = require("./Isolation16BlueIcon.js")
551
560
  module.exports.Isolation24BlueIcon = require("./Isolation24BlueIcon.js")
552
561
  module.exports.Jump16GradientBlueIcon = require("./Jump16GradientBlueIcon.js")
553
562
  module.exports.Jump16GradientGrayIcon = require("./Jump16GradientGrayIcon.js")
563
+ module.exports.K8SNamespace16GradientGrayIcon = require("./K8SNamespace16GradientGrayIcon.js")
564
+ module.exports.K8SObjectDaemonset16GradientGrayIcon = require("./K8SObjectDaemonset16GradientGrayIcon.js")
565
+ module.exports.K8SObjectDaemonset24GradientBlueIcon = require("./K8SObjectDaemonset24GradientBlueIcon.js")
566
+ module.exports.K8SObjectDeployment16GradientGrayIcon = require("./K8SObjectDeployment16GradientGrayIcon.js")
567
+ module.exports.K8SObjectDeployment24GradientBlueIcon = require("./K8SObjectDeployment24GradientBlueIcon.js")
568
+ module.exports.K8SObjectJob16GradientGrayIcon = require("./K8SObjectJob16GradientGrayIcon.js")
569
+ module.exports.K8SObjectJob24GradientBlueIcon = require("./K8SObjectJob24GradientBlueIcon.js")
570
+ module.exports.K8SObjectStatefulset16GradientGrayIcon = require("./K8SObjectStatefulset16GradientGrayIcon.js")
571
+ module.exports.K8SObjectStatefulset24GradientBlueIcon = require("./K8SObjectStatefulset24GradientBlueIcon.js")
554
572
  module.exports.L2Gw16GradientBlueIcon = require("./L2Gw16GradientBlueIcon.js")
555
573
  module.exports.L2Gw16GradientGreyIcon = require("./L2Gw16GradientGreyIcon.js")
556
574
  module.exports.L2Gw16OntintIcon = require("./L2Gw16OntintIcon.js")
@@ -574,6 +592,8 @@ module.exports.LbGw24OntintIcon = require("./LbGw24OntintIcon.js")
574
592
  module.exports.Ldap24GradientBlueIcon = require("./Ldap24GradientBlueIcon.js")
575
593
  module.exports.Ldap24WhiteIcon = require("./Ldap24WhiteIcon.js")
576
594
  module.exports.LdapSync16WhiteIcon = require("./LdapSync16WhiteIcon.js")
595
+ module.exports.LeaveFullscreen16BlueIcon = require("./LeaveFullscreen16BlueIcon.js")
596
+ module.exports.LeaveFullscreen16GrayIcon = require("./LeaveFullscreen16GrayIcon.js")
577
597
  module.exports.LeaveFullscreen16Icon = require("./LeaveFullscreen16Icon.js")
578
598
  module.exports.LoadBalancer16GradientBlueIcon = require("./LoadBalancer16GradientBlueIcon.js")
579
599
  module.exports.LoadBalancer16GradientGreyIcon = require("./LoadBalancer16GradientGreyIcon.js")
@@ -731,6 +751,8 @@ module.exports.NetworkVm16BlueIcon = require("./NetworkVm16BlueIcon.js")
731
751
  module.exports.NetworkVm16GradientBlueIcon = require("./NetworkVm16GradientBlueIcon.js")
732
752
  module.exports.NetworkVm16GradientRedIcon = require("./NetworkVm16GradientRedIcon.js")
733
753
  module.exports.NetworkVm16GradientYellowIcon = require("./NetworkVm16GradientYellowIcon.js")
754
+ module.exports.NewWindow16BlueIcon = require("./NewWindow16BlueIcon.js")
755
+ module.exports.NewWindow16GrayIcon = require("./NewWindow16GrayIcon.js")
734
756
  module.exports.NfsDatastoreStorageObject24GradientBlueIcon = require("./NfsDatastoreStorageObject24GradientBlueIcon.js")
735
757
  module.exports.NfsDatastoreStorageObject24GradientGrayIcon = require("./NfsDatastoreStorageObject24GradientGrayIcon.js")
736
758
  module.exports.NfsExport16GradientBlueIcon = require("./NfsExport16GradientBlueIcon.js")
@@ -0,0 +1,93 @@
1
+ import * as React from "react";
2
+ function CsiConfigurationGradientBlue24Icon({
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": "CsiConfigurationGradientBlue24Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10.75 2.145a2.5 2.5 0 012.5 0l7.093 4.095a2.5 2.5 0 011.25 2.165v8.19a2.5 2.5 0 01-1.25 2.166L15 21.845v-1.154l4.843-2.796a1.5 1.5 0 00.75-1.3v-8.19a1.5 1.5 0 00-.75-1.3l-7.094-4.094a1.5 1.5 0 00-1.5 0L4.156 7.106a1.5 1.5 0 00-.75 1.299v8.19a1.5 1.5 0 00.75 1.3L9 20.69v1.155L3.656 18.76a2.5 2.5 0 01-1.25-2.165V8.405a2.5 2.5 0 011.25-2.165l7.093-4.095z",
18
+ fill: "url(#paint0_radial_CsiConfigurationGradientBlue24Icon_15701_18)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M13.646 19.493a.5.5 0 00.708-.707l-2-2a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707l1.146-1.147v3.438a.5.5 0 101 0v-3.438l1.146 1.147z",
21
+ fill: "url(#paint1_radial_CsiConfigurationGradientBlue24Icon_15701_18)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M17.675 14.617V9.162H16.52v5.455h1.154z",
24
+ fill: "url(#paint2_radial_CsiConfigurationGradientBlue24Icon_15701_18)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M14.566 10.73a.674.674 0 00-.274-.5c-.162-.119-.38-.178-.658-.178-.188 0-.347.026-.476.08a.671.671 0 00-.299.215.519.519 0 00-.101.315.45.45 0 00.061.255.64.64 0 00.19.19c.08.051.172.096.276.135.105.038.217.07.336.096l.49.117c.238.054.456.125.655.213.199.09.371.198.517.328.145.13.258.282.338.458.082.176.123.377.125.605a1.508 1.508 0 01-.255.868 1.624 1.624 0 01-.725.567c-.314.133-.693.2-1.137.2-.44 0-.824-.068-1.15-.202a1.686 1.686 0 01-.762-.6c-.181-.266-.277-.595-.285-.988h1.116a.837.837 0 00.157.458c.094.121.219.213.375.275.158.06.337.09.536.09.195 0 .364-.028.508-.085a.78.78 0 00.338-.237.547.547 0 00.12-.349.453.453 0 00-.109-.309.827.827 0 00-.314-.213 3.2 3.2 0 00-.504-.16l-.593-.149c-.46-.112-.823-.287-1.09-.525-.266-.237-.398-.558-.396-.961a1.43 1.43 0 01.263-.866c.18-.246.425-.44.738-.578a2.604 2.604 0 011.065-.207c.405 0 .758.069 1.06.207.304.139.54.332.709.578.168.247.255.533.26.858h-1.105z",
27
+ fill: "url(#paint3_radial_CsiConfigurationGradientBlue24Icon_15701_18)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M9.613 11.072h1.167a2.315 2.315 0 00-.256-.842 2.001 2.001 0 00-.511-.62c-.21-.17-.45-.3-.722-.39a2.798 2.798 0 00-.88-.132c-.478 0-.91.11-1.293.33a2.338 2.338 0 00-.911.953c-.224.418-.336.924-.336 1.518s.11 1.099.33 1.516c.222.417.524.736.906.956.383.22.818.33 1.305.33.35 0 .663-.052.94-.157.279-.106.519-.25.72-.431a2.177 2.177 0 00.708-1.345l-1.167-.006a1.132 1.132 0 01-.144.39 1.029 1.029 0 01-.61.468c-.131.04-.274.061-.428.061-.276 0-.518-.067-.728-.202a1.328 1.328 0 01-.49-.6c-.115-.264-.173-.59-.173-.98 0-.378.058-.7.173-.964.116-.266.278-.468.488-.607.21-.14.455-.21.738-.21.156 0 .3.022.434.066.135.045.254.109.357.192.103.084.187.185.253.304.065.117.109.25.13.402z",
30
+ fill: "url(#paint4_radial_CsiConfigurationGradientBlue24Icon_15701_18)"
31
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
32
+ id: "paint0_radial_CsiConfigurationGradientBlue24Icon_15701_18",
33
+ cx: 0,
34
+ cy: 0,
35
+ r: 1,
36
+ gradientUnits: "userSpaceOnUse",
37
+ gradientTransform: "rotate(-46.861 26.914 8.366) scale(28.0596 28.0005)"
38
+ }, /*#__PURE__*/React.createElement("stop", {
39
+ stopColor: "#5BCAFF"
40
+ }), /*#__PURE__*/React.createElement("stop", {
41
+ offset: 1,
42
+ stopColor: "#06F"
43
+ })), /*#__PURE__*/React.createElement("radialGradient", {
44
+ id: "paint1_radial_CsiConfigurationGradientBlue24Icon_15701_18",
45
+ cx: 0,
46
+ cy: 0,
47
+ r: 1,
48
+ gradientUnits: "userSpaceOnUse",
49
+ gradientTransform: "rotate(-46.861 26.914 8.366) scale(28.0596 28.0005)"
50
+ }, /*#__PURE__*/React.createElement("stop", {
51
+ stopColor: "#5BCAFF"
52
+ }), /*#__PURE__*/React.createElement("stop", {
53
+ offset: 1,
54
+ stopColor: "#06F"
55
+ })), /*#__PURE__*/React.createElement("radialGradient", {
56
+ id: "paint2_radial_CsiConfigurationGradientBlue24Icon_15701_18",
57
+ cx: 0,
58
+ cy: 0,
59
+ r: 1,
60
+ gradientUnits: "userSpaceOnUse",
61
+ gradientTransform: "rotate(-46.861 26.914 8.366) scale(28.0596 28.0005)"
62
+ }, /*#__PURE__*/React.createElement("stop", {
63
+ stopColor: "#5BCAFF"
64
+ }), /*#__PURE__*/React.createElement("stop", {
65
+ offset: 1,
66
+ stopColor: "#06F"
67
+ })), /*#__PURE__*/React.createElement("radialGradient", {
68
+ id: "paint3_radial_CsiConfigurationGradientBlue24Icon_15701_18",
69
+ cx: 0,
70
+ cy: 0,
71
+ r: 1,
72
+ gradientUnits: "userSpaceOnUse",
73
+ gradientTransform: "rotate(-46.861 26.914 8.366) scale(28.0596 28.0005)"
74
+ }, /*#__PURE__*/React.createElement("stop", {
75
+ stopColor: "#5BCAFF"
76
+ }), /*#__PURE__*/React.createElement("stop", {
77
+ offset: 1,
78
+ stopColor: "#06F"
79
+ })), /*#__PURE__*/React.createElement("radialGradient", {
80
+ id: "paint4_radial_CsiConfigurationGradientBlue24Icon_15701_18",
81
+ cx: 0,
82
+ cy: 0,
83
+ r: 1,
84
+ gradientUnits: "userSpaceOnUse",
85
+ gradientTransform: "rotate(-46.861 26.914 8.366) scale(28.0596 28.0005)"
86
+ }, /*#__PURE__*/React.createElement("stop", {
87
+ stopColor: "#5BCAFF"
88
+ }), /*#__PURE__*/React.createElement("stop", {
89
+ offset: 1,
90
+ stopColor: "#06F"
91
+ }))));
92
+ }
93
+ export default CsiConfigurationGradientBlue24Icon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ function CsiConfigurationOntint24Icon({
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": "CsiConfigurationOntint24Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10.75 2.145a2.5 2.5 0 012.5 0l7.093 4.095a2.5 2.5 0 011.25 2.165v8.19a2.5 2.5 0 01-1.25 2.166L15 21.845v-1.154l4.843-2.796a1.5 1.5 0 00.75-1.3v-8.19a1.5 1.5 0 00-.75-1.3l-7.094-4.094a1.5 1.5 0 00-1.5 0L4.156 7.106a1.5 1.5 0 00-.75 1.299v8.19a1.5 1.5 0 00.75 1.3L9 20.69v1.155L3.656 18.76a2.5 2.5 0 01-1.25-2.165V8.405a2.5 2.5 0 011.25-2.165l7.093-4.095z",
18
+ fill: "#fff"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M13.646 19.493a.5.5 0 00.708-.707l-2-2a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707l1.146-1.147v3.438a.5.5 0 101 0v-3.438l1.146 1.147zM17.675 14.617V9.162H16.52v5.455h1.154zM14.566 10.73a.674.674 0 00-.274-.5c-.162-.119-.38-.178-.658-.178-.188 0-.347.026-.476.08a.671.671 0 00-.299.215.519.519 0 00-.101.315.45.45 0 00.061.255.64.64 0 00.19.19c.08.051.172.096.276.135.105.038.217.07.336.096l.49.117c.238.054.456.125.655.213.199.09.371.198.517.328.145.13.258.282.338.458.082.176.123.377.125.605a1.508 1.508 0 01-.255.868 1.624 1.624 0 01-.725.567c-.314.133-.693.2-1.137.2-.44 0-.824-.068-1.15-.202a1.686 1.686 0 01-.762-.6c-.181-.266-.277-.595-.285-.988h1.116a.837.837 0 00.157.458c.094.121.219.213.375.275.158.06.337.09.536.09.195 0 .364-.028.508-.085a.78.78 0 00.338-.237.547.547 0 00.12-.349.453.453 0 00-.109-.309.827.827 0 00-.314-.213 3.2 3.2 0 00-.504-.16l-.593-.149c-.46-.112-.823-.287-1.09-.525-.266-.237-.398-.558-.396-.961a1.43 1.43 0 01.263-.866c.18-.246.425-.44.738-.578a2.604 2.604 0 011.065-.207c.405 0 .758.069 1.06.207.304.139.54.332.709.578.168.247.255.533.26.858h-1.105zM9.613 11.072h1.167a2.315 2.315 0 00-.256-.842 2.001 2.001 0 00-.511-.62c-.21-.17-.45-.3-.722-.39a2.798 2.798 0 00-.88-.132c-.478 0-.91.11-1.293.33a2.338 2.338 0 00-.911.953c-.224.418-.336.924-.336 1.518s.11 1.099.33 1.516c.222.417.524.736.906.956.383.22.818.33 1.305.33.35 0 .663-.052.94-.157.279-.106.519-.25.72-.431a2.177 2.177 0 00.708-1.345l-1.167-.006a1.132 1.132 0 01-.144.39 1.029 1.029 0 01-.61.468c-.131.04-.274.061-.428.061-.276 0-.518-.067-.728-.202a1.328 1.328 0 01-.49-.6c-.115-.264-.173-.59-.173-.98 0-.378.058-.7.173-.964.116-.266.278-.468.488-.607.21-.14.455-.21.738-.21.156 0 .3.022.434.066.135.045.254.109.357.192.103.084.187.185.253.304.065.117.109.25.13.402z",
21
+ fill: "#fff"
22
+ }));
23
+ }
24
+ export default CsiConfigurationOntint24Icon;