@cloudtower/icons-react 0.31.0 → 0.31.2

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 (62) hide show
  1. package/dist/SecurityPodGroup16GradientBlueIcon.d.ts +4 -0
  2. package/dist/SecurityPodGroup16GradientGrayIcon.d.ts +4 -0
  3. package/dist/SecurityPodGroup16GradientRedIcon.d.ts +4 -0
  4. package/dist/SecurityPodGroup24GradientBlueIcon.d.ts +4 -0
  5. package/dist/SecurityPodGroup24GradientGrayIcon.d.ts +4 -0
  6. package/dist/SecurityPodGroup24GradientRedIcon.d.ts +4 -0
  7. package/dist/SecurityVmGroup16GradientBlueIcon.d.ts +4 -0
  8. package/dist/SecurityVmGroup16GradientGrayIcon.d.ts +4 -0
  9. package/dist/SecurityVmGroup16GradientRedIcon.d.ts +4 -0
  10. package/dist/SecurityVmGroup24GradientBlueIcon.d.ts +4 -0
  11. package/dist/SecurityVmGroup24GradientGrayIcon.d.ts +4 -0
  12. package/dist/SecurityVmGroup24GradientRedIcon.d.ts +4 -0
  13. package/dist/SksEicPod16GradientBlueIcon.d.ts +4 -0
  14. package/dist/SksEicPod16GradientGrayIcon.d.ts +4 -0
  15. package/dist/SksEicPod24GradientBlueIcon.d.ts +4 -0
  16. package/dist/SksEicPod24GradientGrayIcon.d.ts +4 -0
  17. package/dist/VmSnapshot16GradientGrayIcon.d.ts +4 -0
  18. package/dist/VmSnapshotRebuild16GradientBlueIcon.d.ts +4 -0
  19. package/dist/VmSnapshotRebuild24GradientBlueIcon.d.ts +4 -0
  20. package/dist/cjs/SecurityPodGroup16GradientBlueIcon.js +67 -0
  21. package/dist/cjs/SecurityPodGroup16GradientGrayIcon.js +67 -0
  22. package/dist/cjs/SecurityPodGroup16GradientRedIcon.js +67 -0
  23. package/dist/cjs/SecurityPodGroup24GradientBlueIcon.js +67 -0
  24. package/dist/cjs/SecurityPodGroup24GradientGrayIcon.js +67 -0
  25. package/dist/cjs/SecurityPodGroup24GradientRedIcon.js +67 -0
  26. package/dist/cjs/SecurityVmGroup16GradientBlueIcon.js +65 -0
  27. package/dist/cjs/SecurityVmGroup16GradientGrayIcon.js +65 -0
  28. package/dist/cjs/SecurityVmGroup16GradientRedIcon.js +65 -0
  29. package/dist/cjs/SecurityVmGroup24GradientBlueIcon.js +65 -0
  30. package/dist/cjs/SecurityVmGroup24GradientGrayIcon.js +65 -0
  31. package/dist/cjs/SecurityVmGroup24GradientRedIcon.js +65 -0
  32. package/dist/cjs/SksEicPod16GradientBlueIcon.js +42 -0
  33. package/dist/cjs/SksEicPod16GradientGrayIcon.js +42 -0
  34. package/dist/cjs/SksEicPod24GradientBlueIcon.js +35 -0
  35. package/dist/cjs/SksEicPod24GradientGrayIcon.js +35 -0
  36. package/dist/cjs/VmSnapshot16GradientGrayIcon.js +35 -0
  37. package/dist/cjs/VmSnapshotRebuild16GradientBlueIcon.js +35 -0
  38. package/dist/cjs/VmSnapshotRebuild24GradientBlueIcon.js +35 -0
  39. package/dist/cjs/index.js +19 -0
  40. package/dist/esm/SecurityPodGroup16GradientBlueIcon.js +67 -0
  41. package/dist/esm/SecurityPodGroup16GradientGrayIcon.js +67 -0
  42. package/dist/esm/SecurityPodGroup16GradientRedIcon.js +67 -0
  43. package/dist/esm/SecurityPodGroup24GradientBlueIcon.js +67 -0
  44. package/dist/esm/SecurityPodGroup24GradientGrayIcon.js +67 -0
  45. package/dist/esm/SecurityPodGroup24GradientRedIcon.js +67 -0
  46. package/dist/esm/SecurityVmGroup16GradientBlueIcon.js +65 -0
  47. package/dist/esm/SecurityVmGroup16GradientGrayIcon.js +65 -0
  48. package/dist/esm/SecurityVmGroup16GradientRedIcon.js +65 -0
  49. package/dist/esm/SecurityVmGroup24GradientBlueIcon.js +65 -0
  50. package/dist/esm/SecurityVmGroup24GradientGrayIcon.js +65 -0
  51. package/dist/esm/SecurityVmGroup24GradientRedIcon.js +65 -0
  52. package/dist/esm/SksEicPod16GradientBlueIcon.js +42 -0
  53. package/dist/esm/SksEicPod16GradientGrayIcon.js +42 -0
  54. package/dist/esm/SksEicPod24GradientBlueIcon.js +35 -0
  55. package/dist/esm/SksEicPod24GradientGrayIcon.js +35 -0
  56. package/dist/esm/VmSnapshot16GradientGrayIcon.js +35 -0
  57. package/dist/esm/VmSnapshotRebuild16GradientBlueIcon.js +35 -0
  58. package/dist/esm/VmSnapshotRebuild24GradientBlueIcon.js +35 -0
  59. package/dist/esm/index.js +19 -0
  60. package/dist/image-types.d.ts +1 -1
  61. package/dist/index.d.ts +19 -0
  62. package/package.json +3 -3
@@ -0,0 +1,65 @@
1
+ const React = require("react");
2
+ function SecurityVmGroup16GradientGrayIcon({
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": "SecurityVmGroup16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.6 6V4.8a.4.4 0 00-.4-.4H8a2.4 2.4 0 01-1.92-.96l-.21-.28A.4.4 0 005.55 3H2.4a.4.4 0 00-.4.4v7.7c0 .22.18.4.4.4h6v1h-6A1.4 1.4 0 011 11.1V3.4A1.4 1.4 0 012.4 2h3.15a1.4 1.4 0 011.12.56l.21.28A1.4 1.4 0 008 3.4h4.2a1.4 1.4 0 011.4 1.4V6h-1z",
18
+ fill: "url(#paint0_radial_SecurityVmGroup16GradientGrayIcon_15329_77862)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M3 6.5a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2a.5.5 0 01-.5-.5z",
21
+ fill: "url(#paint1_radial_SecurityVmGroup16GradientGrayIcon_15329_77862)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M10.519 13.172c.389.298.72.502.994.632.268.128.501.196.688.196.186 0 .42-.068.687-.196.274-.13.605-.334.995-.632l.031-.024c.35-.267.638-.487.823-.778.2-.316.264-.685.264-1.217V8.784c0-.224.001-.48-.197-.702a1.335 1.335 0 00-.377-.274 6.848 6.848 0 00-.609-.274C12.576 7.028 12.408 7 12.201 7c-.207 0-.376.028-1.618.534a6.86 6.86 0 00-.609.274 1.333 1.333 0 00-.376.274c-.199.222-.198.478-.198.702v2.369c0 .532.064.901.264 1.217.185.291.473.511.823.778l.032.024zm3.682-4.39V10.5h-2v2.7c-.001 0-.03-.001-.094-.019a1.659 1.659 0 01-.25-.099 5.035 5.035 0 01-.853-.545l-.031-.024c-.381-.291-.54-.424-.633-.571-.078-.124-.14-.31-.14-.789v-.652h2.001V7.8a.02.02 0 00.003 0c.02-.004.1-.02 1.313.475.248.101.417.177.534.239a1.116 1.116 0 01.144.09l.004.047c.002.034.002.072.002.131z",
26
+ fill: "url(#paint2_radial_SecurityVmGroup16GradientGrayIcon_15329_77862)"
27
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
28
+ id: "paint0_radial_SecurityVmGroup16GradientGrayIcon_15329_77862",
29
+ cx: 0,
30
+ cy: 0,
31
+ r: 1,
32
+ gradientUnits: "userSpaceOnUse",
33
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
34
+ }, /*#__PURE__*/React.createElement("stop", {
35
+ stopColor: "#CCD4E3"
36
+ }), /*#__PURE__*/React.createElement("stop", {
37
+ offset: 1,
38
+ stopColor: "#6B7D99"
39
+ })), /*#__PURE__*/React.createElement("radialGradient", {
40
+ id: "paint1_radial_SecurityVmGroup16GradientGrayIcon_15329_77862",
41
+ cx: 0,
42
+ cy: 0,
43
+ r: 1,
44
+ gradientUnits: "userSpaceOnUse",
45
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
46
+ }, /*#__PURE__*/React.createElement("stop", {
47
+ stopColor: "#CCD4E3"
48
+ }), /*#__PURE__*/React.createElement("stop", {
49
+ offset: 1,
50
+ stopColor: "#6B7D99"
51
+ })), /*#__PURE__*/React.createElement("radialGradient", {
52
+ id: "paint2_radial_SecurityVmGroup16GradientGrayIcon_15329_77862",
53
+ cx: 0,
54
+ cy: 0,
55
+ r: 1,
56
+ gradientUnits: "userSpaceOnUse",
57
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
58
+ }, /*#__PURE__*/React.createElement("stop", {
59
+ stopColor: "#CCD4E3"
60
+ }), /*#__PURE__*/React.createElement("stop", {
61
+ offset: 1,
62
+ stopColor: "#6B7D99"
63
+ }))));
64
+ }
65
+ module.exports = SecurityVmGroup16GradientGrayIcon;
@@ -0,0 +1,65 @@
1
+ const React = require("react");
2
+ function SecurityVmGroup16GradientRedIcon({
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": "SecurityVmGroup16GradientRedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.6 6V4.8a.4.4 0 00-.4-.4H8a2.4 2.4 0 01-1.92-.96l-.21-.28A.4.4 0 005.55 3H2.4a.4.4 0 00-.4.4v7.7c0 .22.18.4.4.4h6v1h-6A1.4 1.4 0 011 11.1V3.4A1.4 1.4 0 012.4 2h3.15a1.4 1.4 0 011.12.56l.21.28A1.4 1.4 0 008 3.4h4.2a1.4 1.4 0 011.4 1.4V6h-1z",
18
+ fill: "url(#paint0_radial_SecurityVmGroup16GradientRedIcon_15447_6635)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M3 6.5a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2a.5.5 0 01-.5-.5z",
21
+ fill: "url(#paint1_radial_SecurityVmGroup16GradientRedIcon_15447_6635)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M10.519 13.172c.389.298.72.502.994.632.268.128.501.196.688.196.186 0 .42-.068.687-.196.274-.13.605-.334.995-.632l.031-.024c.35-.267.638-.487.823-.778.2-.316.264-.685.264-1.217V8.784c0-.224.001-.48-.197-.702a1.335 1.335 0 00-.377-.274 6.848 6.848 0 00-.609-.274C12.576 7.028 12.408 7 12.201 7c-.207 0-.376.028-1.618.534a6.86 6.86 0 00-.609.274 1.333 1.333 0 00-.376.274c-.199.222-.198.478-.198.702v2.369c0 .532.064.901.264 1.217.185.291.473.511.823.778l.032.024zm3.682-4.39V10.5h-2v2.7c-.001 0-.03-.001-.094-.019a1.659 1.659 0 01-.25-.099 5.035 5.035 0 01-.853-.545l-.031-.024c-.381-.291-.54-.424-.633-.571-.078-.124-.14-.31-.14-.789v-.652h2.001V7.8a.02.02 0 00.003 0c.02-.004.1-.02 1.313.475.248.101.417.177.534.239a1.116 1.116 0 01.144.09l.004.047c.002.034.002.072.002.131z",
26
+ fill: "url(#paint2_radial_SecurityVmGroup16GradientRedIcon_15447_6635)"
27
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
28
+ id: "paint0_radial_SecurityVmGroup16GradientRedIcon_15447_6635",
29
+ cx: 0,
30
+ cy: 0,
31
+ r: 1,
32
+ gradientUnits: "userSpaceOnUse",
33
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
34
+ }, /*#__PURE__*/React.createElement("stop", {
35
+ stopColor: "#FF5C78"
36
+ }), /*#__PURE__*/React.createElement("stop", {
37
+ offset: 1,
38
+ stopColor: "#DC0000"
39
+ })), /*#__PURE__*/React.createElement("radialGradient", {
40
+ id: "paint1_radial_SecurityVmGroup16GradientRedIcon_15447_6635",
41
+ cx: 0,
42
+ cy: 0,
43
+ r: 1,
44
+ gradientUnits: "userSpaceOnUse",
45
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
46
+ }, /*#__PURE__*/React.createElement("stop", {
47
+ stopColor: "#FF5C78"
48
+ }), /*#__PURE__*/React.createElement("stop", {
49
+ offset: 1,
50
+ stopColor: "#DC0000"
51
+ })), /*#__PURE__*/React.createElement("radialGradient", {
52
+ id: "paint2_radial_SecurityVmGroup16GradientRedIcon_15447_6635",
53
+ cx: 0,
54
+ cy: 0,
55
+ r: 1,
56
+ gradientUnits: "userSpaceOnUse",
57
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
58
+ }, /*#__PURE__*/React.createElement("stop", {
59
+ stopColor: "#FF5C78"
60
+ }), /*#__PURE__*/React.createElement("stop", {
61
+ offset: 1,
62
+ stopColor: "#DC0000"
63
+ }))));
64
+ }
65
+ module.exports = SecurityVmGroup16GradientRedIcon;
@@ -0,0 +1,65 @@
1
+ const React = require("react");
2
+ function SecurityVmGroup24GradientBlueIcon({
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": "SecurityVmGroup24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19.9 9.5V7.2a1.1 1.1 0 00-1.1-1.1h-6.3a3.1 3.1 0 01-2.48-1.24l-.315-.42a1.1 1.1 0 00-.88-.44H4.1A1.1 1.1 0 003 5.1v11.55a1.1 1.1 0 001.1 1.1h8.5v1H4.1a2.1 2.1 0 01-2.1-2.1V5.1C2 3.94 2.94 3 4.1 3h4.725a2.1 2.1 0 011.68.84l.315.42a2.1 2.1 0 001.68.84h6.3c1.16 0 2.1.94 2.1 2.1v2.3h-1z",
18
+ fill: "url(#paint0_radial_SecurityVmGroup24GradientBlueIcon_15329_77838)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5 9a.5.5 0 01.5-.5h4a.5.5 0 010 1h-4A.5.5 0 015 9z",
21
+ fill: "url(#paint1_radial_SecurityVmGroup24GradientBlueIcon_15329_77838)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M22.001 13.176c.001-.336.002-.72-.296-1.053-.142-.16-.334-.29-.565-.412a10.328 10.328 0 00-.913-.41c-1.863-.76-2.116-.801-2.426-.801-.31 0-.563.042-2.427.801-.38.155-.68.287-.913.41-.23.123-.422.252-.565.412-.297.333-.296.717-.295 1.053v3.554c0 .798.096 1.351.396 1.825.277.437.709.767 1.234 1.168l.047.036c.583.446 1.08.751 1.491.947.402.192.752.294 1.032.294s.63-.102 1.031-.294c.411-.196.908-.501 1.492-.947l.047-.036c.525-.401.957-.731 1.234-1.168.3-.474.396-1.027.396-1.825v-3.554zm-1-.002v2.577h-3.2V20c-.063 0-.256-.031-.6-.196-.334-.16-.772-.424-1.316-.84l-.047-.036c-.564-.43-.834-.652-.996-.908-.149-.234-.241-.558-.241-1.29v-.98h3.2V11.5h.013c.072-.004.225-.01 2.036.727.375.153.635.269.82.367.189.1.261.163.29.195.01.012.018.021.026.06.013.063.016.143.015.325z",
26
+ fill: "url(#paint2_radial_SecurityVmGroup24GradientBlueIcon_15329_77838)"
27
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
28
+ id: "paint0_radial_SecurityVmGroup24GradientBlueIcon_15329_77838",
29
+ cx: 0,
30
+ cy: 0,
31
+ r: 1,
32
+ gradientUnits: "userSpaceOnUse",
33
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
34
+ }, /*#__PURE__*/React.createElement("stop", {
35
+ stopColor: "#5BCAFF"
36
+ }), /*#__PURE__*/React.createElement("stop", {
37
+ offset: 1,
38
+ stopColor: "#06F"
39
+ })), /*#__PURE__*/React.createElement("radialGradient", {
40
+ id: "paint1_radial_SecurityVmGroup24GradientBlueIcon_15329_77838",
41
+ cx: 0,
42
+ cy: 0,
43
+ r: 1,
44
+ gradientUnits: "userSpaceOnUse",
45
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
46
+ }, /*#__PURE__*/React.createElement("stop", {
47
+ stopColor: "#5BCAFF"
48
+ }), /*#__PURE__*/React.createElement("stop", {
49
+ offset: 1,
50
+ stopColor: "#06F"
51
+ })), /*#__PURE__*/React.createElement("radialGradient", {
52
+ id: "paint2_radial_SecurityVmGroup24GradientBlueIcon_15329_77838",
53
+ cx: 0,
54
+ cy: 0,
55
+ r: 1,
56
+ gradientUnits: "userSpaceOnUse",
57
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
58
+ }, /*#__PURE__*/React.createElement("stop", {
59
+ stopColor: "#5BCAFF"
60
+ }), /*#__PURE__*/React.createElement("stop", {
61
+ offset: 1,
62
+ stopColor: "#06F"
63
+ }))));
64
+ }
65
+ module.exports = SecurityVmGroup24GradientBlueIcon;
@@ -0,0 +1,65 @@
1
+ const React = require("react");
2
+ function SecurityVmGroup24GradientGrayIcon({
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": "SecurityVmGroup24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19.9 9.5V7.2a1.1 1.1 0 00-1.1-1.1h-6.3a3.1 3.1 0 01-2.48-1.24l-.315-.42a1.1 1.1 0 00-.88-.44H4.1A1.1 1.1 0 003 5.1v11.55a1.1 1.1 0 001.1 1.1h8.5v1H4.1a2.1 2.1 0 01-2.1-2.1V5.1C2 3.94 2.94 3 4.1 3h4.725a2.1 2.1 0 011.68.84l.315.42a2.1 2.1 0 001.68.84h6.3c1.16 0 2.1.94 2.1 2.1v2.3h-1z",
18
+ fill: "url(#paint0_radial_SecurityVmGroup24GradientGrayIcon_15329_77845)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5 9a.5.5 0 01.5-.5h4a.5.5 0 010 1h-4A.5.5 0 015 9z",
21
+ fill: "url(#paint1_radial_SecurityVmGroup24GradientGrayIcon_15329_77845)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M22.001 13.176c.001-.336.002-.72-.296-1.053-.142-.16-.334-.29-.565-.412a10.328 10.328 0 00-.913-.41c-1.863-.76-2.116-.801-2.426-.801-.31 0-.563.042-2.427.801-.38.155-.68.287-.913.41-.23.123-.422.252-.565.412-.297.333-.296.717-.295 1.053v3.554c0 .798.096 1.351.396 1.825.277.437.709.767 1.234 1.168l.047.036c.583.446 1.08.751 1.491.947.402.192.752.294 1.032.294s.63-.102 1.031-.294c.411-.196.908-.501 1.492-.947l.047-.036c.525-.401.957-.731 1.234-1.168.3-.474.396-1.027.396-1.825v-3.554zm-1-.002v2.577h-3.2V20c-.063 0-.256-.031-.6-.196-.334-.16-.772-.424-1.316-.84l-.047-.036c-.564-.43-.834-.652-.996-.908-.149-.234-.241-.558-.241-1.29v-.98h3.2V11.5h.013c.072-.004.225-.01 2.036.727.375.153.635.269.82.367.189.1.261.163.29.195.01.012.018.021.026.06.013.063.016.143.015.325z",
26
+ fill: "url(#paint2_radial_SecurityVmGroup24GradientGrayIcon_15329_77845)"
27
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
28
+ id: "paint0_radial_SecurityVmGroup24GradientGrayIcon_15329_77845",
29
+ cx: 0,
30
+ cy: 0,
31
+ r: 1,
32
+ gradientUnits: "userSpaceOnUse",
33
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
34
+ }, /*#__PURE__*/React.createElement("stop", {
35
+ stopColor: "#CCD4E3"
36
+ }), /*#__PURE__*/React.createElement("stop", {
37
+ offset: 1,
38
+ stopColor: "#6B7D99"
39
+ })), /*#__PURE__*/React.createElement("radialGradient", {
40
+ id: "paint1_radial_SecurityVmGroup24GradientGrayIcon_15329_77845",
41
+ cx: 0,
42
+ cy: 0,
43
+ r: 1,
44
+ gradientUnits: "userSpaceOnUse",
45
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
46
+ }, /*#__PURE__*/React.createElement("stop", {
47
+ stopColor: "#CCD4E3"
48
+ }), /*#__PURE__*/React.createElement("stop", {
49
+ offset: 1,
50
+ stopColor: "#6B7D99"
51
+ })), /*#__PURE__*/React.createElement("radialGradient", {
52
+ id: "paint2_radial_SecurityVmGroup24GradientGrayIcon_15329_77845",
53
+ cx: 0,
54
+ cy: 0,
55
+ r: 1,
56
+ gradientUnits: "userSpaceOnUse",
57
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
58
+ }, /*#__PURE__*/React.createElement("stop", {
59
+ stopColor: "#CCD4E3"
60
+ }), /*#__PURE__*/React.createElement("stop", {
61
+ offset: 1,
62
+ stopColor: "#6B7D99"
63
+ }))));
64
+ }
65
+ module.exports = SecurityVmGroup24GradientGrayIcon;
@@ -0,0 +1,65 @@
1
+ const React = require("react");
2
+ function SecurityVmGroup24GradientRedIcon({
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": "SecurityVmGroup24GradientRedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19.9 9.5V7.2a1.1 1.1 0 00-1.1-1.1h-6.3a3.1 3.1 0 01-2.48-1.24l-.315-.42a1.1 1.1 0 00-.88-.44H4.1A1.1 1.1 0 003 5.1v11.55a1.1 1.1 0 001.1 1.1h8.5v1H4.1a2.1 2.1 0 01-2.1-2.1V5.1C2 3.94 2.94 3 4.1 3h4.725a2.1 2.1 0 011.68.84l.315.42a2.1 2.1 0 001.68.84h6.3c1.16 0 2.1.94 2.1 2.1v2.3h-1z",
18
+ fill: "url(#paint0_radial_SecurityVmGroup24GradientRedIcon_15447_6633)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5 9a.5.5 0 01.5-.5h4a.5.5 0 010 1h-4A.5.5 0 015 9z",
21
+ fill: "url(#paint1_radial_SecurityVmGroup24GradientRedIcon_15447_6633)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M22.001 13.176c.001-.336.002-.72-.296-1.053-.142-.16-.334-.29-.565-.412a10.328 10.328 0 00-.913-.41c-1.863-.76-2.116-.801-2.426-.801-.31 0-.563.042-2.427.801-.38.155-.68.287-.913.41-.23.123-.422.252-.565.412-.297.333-.296.717-.295 1.053v3.554c0 .798.096 1.351.396 1.825.277.437.709.767 1.234 1.168l.047.036c.583.446 1.08.751 1.491.947.402.192.752.294 1.032.294s.63-.102 1.031-.294c.411-.196.908-.501 1.492-.947l.047-.036c.525-.401.957-.731 1.234-1.168.3-.474.396-1.027.396-1.825v-3.554zm-1-.002v2.577h-3.2V20c-.063 0-.256-.031-.6-.196-.334-.16-.772-.424-1.316-.84l-.047-.036c-.564-.43-.834-.652-.996-.908-.149-.234-.241-.558-.241-1.29v-.98h3.2V11.5h.013c.072-.004.225-.01 2.036.727.375.153.635.269.82.367.189.1.261.163.29.195.01.012.018.021.026.06.013.063.016.143.015.325z",
26
+ fill: "url(#paint2_radial_SecurityVmGroup24GradientRedIcon_15447_6633)"
27
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
28
+ id: "paint0_radial_SecurityVmGroup24GradientRedIcon_15447_6633",
29
+ cx: 0,
30
+ cy: 0,
31
+ r: 1,
32
+ gradientUnits: "userSpaceOnUse",
33
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
34
+ }, /*#__PURE__*/React.createElement("stop", {
35
+ stopColor: "#FF5C78"
36
+ }), /*#__PURE__*/React.createElement("stop", {
37
+ offset: 1,
38
+ stopColor: "#DC0000"
39
+ })), /*#__PURE__*/React.createElement("radialGradient", {
40
+ id: "paint1_radial_SecurityVmGroup24GradientRedIcon_15447_6633",
41
+ cx: 0,
42
+ cy: 0,
43
+ r: 1,
44
+ gradientUnits: "userSpaceOnUse",
45
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
46
+ }, /*#__PURE__*/React.createElement("stop", {
47
+ stopColor: "#FF5C78"
48
+ }), /*#__PURE__*/React.createElement("stop", {
49
+ offset: 1,
50
+ stopColor: "#DC0000"
51
+ })), /*#__PURE__*/React.createElement("radialGradient", {
52
+ id: "paint2_radial_SecurityVmGroup24GradientRedIcon_15447_6633",
53
+ cx: 0,
54
+ cy: 0,
55
+ r: 1,
56
+ gradientUnits: "userSpaceOnUse",
57
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
58
+ }, /*#__PURE__*/React.createElement("stop", {
59
+ stopColor: "#FF5C78"
60
+ }), /*#__PURE__*/React.createElement("stop", {
61
+ offset: 1,
62
+ stopColor: "#DC0000"
63
+ }))));
64
+ }
65
+ module.exports = SecurityVmGroup24GradientRedIcon;
@@ -0,0 +1,42 @@
1
+ const React = require("react");
2
+ function SksEicPod16GradientBlueIcon({
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": "SksEicPod16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ clipPath: "url(#clip0_15335_77883)"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M7.351.162a1.212 1.212 0 011.212 0l5.879 3.395c.375.216.606.616.606 1.049v6.788c0 .433-.231.833-.606 1.05l-5.879 3.394a1.212 1.212 0 01-1.212 0l-5.879-3.395a1.211 1.211 0 01-.605-1.049V4.606c0-.433.23-.833.605-1.05L7.352.163zm.715.861a.218.218 0 00-.218 0L1.97 4.417a.217.217 0 00-.108.189v6.788c0 .078.041.15.108.189l5.88 3.394c.067.039.15.039.217 0l5.879-3.394a.217.217 0 00.109-.189V4.606a.217.217 0 00-.109-.189L8.066 1.023zm3.37 4.392L8.456 3.693a.994.994 0 00-.994 0L4.478 5.415a.994.994 0 00-.497.86V9.72c0 .355.19.683.497.86l2.983 1.723a.994.994 0 00.994 0l2.982-1.722a.994.994 0 00.497-.86V6.275a.994.994 0 00-.497-.861zm-.994.573L7.958 4.554 5.47 5.99l2.485 1.434 2.487-1.436zm.498 3.731l-2.488 1.437v-2.87l2.488-1.437v2.87zM7.458 8.285v2.867L4.975 9.72V6.852l2.483 1.433z",
22
+ fill: "url(#paint0_radial_SksEicPod16GradientBlueIcon_15335_77883)"
23
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
24
+ id: "paint0_radial_SksEicPod16GradientBlueIcon_15335_77883",
25
+ cx: 0,
26
+ cy: 0,
27
+ r: 1,
28
+ gradientUnits: "userSpaceOnUse",
29
+ gradientTransform: "matrix(14.181 -15.99998 15.88421 14.07839 .867 16)"
30
+ }, /*#__PURE__*/React.createElement("stop", {
31
+ stopColor: "#5BCAFF"
32
+ }), /*#__PURE__*/React.createElement("stop", {
33
+ offset: 1,
34
+ stopColor: "#06F"
35
+ })), /*#__PURE__*/React.createElement("clipPath", {
36
+ id: "clip0_15335_77883"
37
+ }, /*#__PURE__*/React.createElement("path", {
38
+ fill: "#fff",
39
+ d: "M0 0h16v16H0z"
40
+ }))));
41
+ }
42
+ module.exports = SksEicPod16GradientBlueIcon;
@@ -0,0 +1,42 @@
1
+ const React = require("react");
2
+ function SksEicPod16GradientGrayIcon({
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": "SksEicPod16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ clipPath: "url(#clip0_15335_77875)"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M7.351.162a1.212 1.212 0 011.212 0l5.879 3.395c.375.216.606.616.606 1.049v6.788c0 .433-.231.833-.606 1.05l-5.879 3.394a1.212 1.212 0 01-1.212 0l-5.879-3.395a1.211 1.211 0 01-.605-1.049V4.606c0-.433.23-.833.605-1.05L7.352.163zm.715.861a.218.218 0 00-.218 0L1.97 4.417a.217.217 0 00-.108.189v6.788c0 .078.041.15.108.189l5.88 3.394c.067.039.15.039.217 0l5.879-3.394a.217.217 0 00.109-.189V4.606a.217.217 0 00-.109-.189L8.066 1.023zm3.37 4.392L8.456 3.693a.994.994 0 00-.994 0L4.478 5.415a.994.994 0 00-.497.86V9.72c0 .355.19.683.497.86l2.983 1.723a.994.994 0 00.994 0l2.982-1.722a.994.994 0 00.497-.86V6.275a.994.994 0 00-.497-.861zm-.994.573L7.958 4.554 5.47 5.99l2.485 1.434 2.487-1.436zm.498 3.731l-2.488 1.437v-2.87l2.488-1.437v2.87zM7.458 8.285v2.867L4.975 9.72V6.852l2.483 1.433z",
22
+ fill: "url(#paint0_radial_SksEicPod16GradientGrayIcon_15335_77875)"
23
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
24
+ id: "paint0_radial_SksEicPod16GradientGrayIcon_15335_77875",
25
+ cx: 0,
26
+ cy: 0,
27
+ r: 1,
28
+ gradientUnits: "userSpaceOnUse",
29
+ gradientTransform: "matrix(14.181 -15.99998 15.88421 14.07839 .867 16)"
30
+ }, /*#__PURE__*/React.createElement("stop", {
31
+ stopColor: "#CCD4E3"
32
+ }), /*#__PURE__*/React.createElement("stop", {
33
+ offset: 1,
34
+ stopColor: "#6B7D99"
35
+ })), /*#__PURE__*/React.createElement("clipPath", {
36
+ id: "clip0_15335_77875"
37
+ }, /*#__PURE__*/React.createElement("path", {
38
+ fill: "#fff",
39
+ d: "M0 0h16v16H0z"
40
+ }))));
41
+ }
42
+ module.exports = SksEicPod16GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function SksEicPod24GradientBlueIcon({
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": "SksEicPod24GradientBlueIcon",
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: "M11.218 1.24c.484-.279 1.08-.279 1.563 0l8.146 4.703c.483.28.781.796.781 1.354v9.405c0 .559-.298 1.075-.781 1.354l-8.146 4.703c-.483.279-1.08.279-1.563 0l-8.145-4.703a1.563 1.563 0 01-.781-1.354V7.297c0-.558.297-1.075.781-1.354l8.145-4.702zm1.063.867a.563.563 0 00-.563 0L3.573 6.809a.563.563 0 00-.281.488v9.405c0 .201.107.387.281.488l8.145 4.702c.175.101.39.101.563 0l8.146-4.702a.563.563 0 00.281-.488V7.297a.563.563 0 00-.281-.488L12.28 2.107zm3.413 7.18L12 7.154 8.302 9.29l3.694 2.133 3.698-2.135zm-7.89.87v4.265l3.692 2.132v-4.266l-3.692-2.132zm4.692 6.401l3.7-2.136v-4.27l-3.7 2.136v4.27zM11.5 6.288a1 1 0 011 0l4.196 2.423a1 1 0 01.5.866v4.845a1 1 0 01-.5.866L12.5 17.711a1 1 0 01-1 0l-4.196-2.423a1 1 0 01-.5-.866V9.577a1 1 0 01.5-.866L11.5 6.288z",
20
+ fill: "url(#paint0_radial_SksEicPod24GradientBlueIcon_15335_77867)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_SksEicPod24GradientBlueIcon_15335_77867",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(19.41665 -21.93673 21.77439 19.27296 2.292 22.968)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = SksEicPod24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function SksEicPod24GradientGrayIcon({
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": "SksEicPod24GradientGrayIcon",
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: "M11.218 1.24c.484-.279 1.08-.279 1.563 0l8.146 4.703c.483.28.781.796.781 1.354v9.405c0 .559-.298 1.075-.781 1.354l-8.146 4.703c-.483.279-1.08.279-1.563 0l-8.145-4.703a1.563 1.563 0 01-.781-1.354V7.297c0-.558.297-1.075.781-1.354l8.145-4.702zm1.063.867a.563.563 0 00-.563 0L3.573 6.809a.563.563 0 00-.281.488v9.405c0 .201.107.387.281.488l8.145 4.702c.175.101.39.101.563 0l8.146-4.702a.563.563 0 00.281-.488V7.297a.563.563 0 00-.281-.488L12.28 2.107zm3.413 7.18L12 7.154 8.302 9.29l3.694 2.133 3.698-2.135zm-7.89.87v4.265l3.692 2.132v-4.266l-3.692-2.132zm4.692 6.401l3.7-2.136v-4.27l-3.7 2.136v4.27zM11.5 6.288a1 1 0 011 0l4.196 2.423a1 1 0 01.5.866v4.845a1 1 0 01-.5.866L12.5 17.711a1 1 0 01-1 0l-4.196-2.423a1 1 0 01-.5-.866V9.577a1 1 0 01.5-.866L11.5 6.288z",
20
+ fill: "url(#paint0_radial_SksEicPod24GradientGrayIcon_15335_77863)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_SksEicPod24GradientGrayIcon_15335_77863",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(19.41665 -21.93673 21.77439 19.27296 2.292 22.968)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = SksEicPod24GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function VmSnapshot16GradientGrayIcon({
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": "VmSnapshot16GradientGrayIcon",
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: "M2.5 2.5h11a.5.5 0 01.5.5v4.47c.364.18.7.41 1 .678V3a1.5 1.5 0 00-1.5-1.5h-11A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h2.185a1.45 1.45 0 01.006-.996c.122-.329.359-.537.513-.651A4.498 4.498 0 017.524 11H2.5a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5zm1.5 3a.5.5 0 000 1h2a.5.5 0 000-1H4zm7.54 2.53a3.5 3.5 0 11.457 6.97.5.5 0 010-1 2.5 2.5 0 10-2.165-1.25l.115-.067c.444-.256.665-.384.825-.357a.45.45 0 01.324.235c.075.144.022.394-.085.895l-.196.926c-.058.271-.087.407-.162.495a.45.45 0 01-.257.147c-.113.022-.245-.02-.508-.106l-.9-.293c-.488-.159-.731-.238-.818-.374a.45.45 0 01-.042-.398c.057-.152.278-.28.722-.536l.116-.067a3.5 3.5 0 012.574-5.22zm.457 1.47a.5.5 0 00-.5.5v1.457a.502.502 0 00.286.495l.829.478a.5.5 0 10.5-.866l-.615-.354V10a.5.5 0 00-.5-.5z",
20
+ fill: "url(#paint0_radial_VmSnapshot16GradientGrayIcon_15498_110427)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_VmSnapshot16GradientGrayIcon_15498_110427",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(14.497 -13.53003 13.4979 14.46257 1 15.03)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = VmSnapshot16GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function VmSnapshotRebuild16GradientBlueIcon({
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": "VmSnapshotRebuild16GradientBlueIcon",
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: "M10.839.172a4 4 0 112.304 7.661.5.5 0 01-.286-.958 3 3 0 10-2.978-.754l.004.004.302-.302a.4.4 0 01.68.231l.194 1.495a.4.4 0 01-.448.448l-1.495-.194a.4.4 0 01-.231-.68l.29-.29-.003-.005A4 4 0 0110.839.172zM15 8v2.5a1.5 1.5 0 01-1.5 1.5H9.75v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25V12H2.5A1.5 1.5 0 011 10.5V3a1.5 1.5 0 011.5-1.5h5.169c-.181.313-.33.648-.44 1H2.5A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V8.584A4.995 4.995 0 0015 8zM3.5 6a.5.5 0 01.5-.5h2a.5.5 0 010 1H4a.5.5 0 01-.5-.5zm7-2.5a.5.5 0 000 1h1v1a.5.5 0 001 0v-1h1a.5.5 0 000-1h-1v-1a.5.5 0 00-1 0v1h-1z",
20
+ fill: "url(#paint0_radial_VmSnapshotRebuild16GradientBlueIcon_1134_43828)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_VmSnapshotRebuild16GradientBlueIcon_1134_43828",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(15.00003 -14.50004 14.4917 14.9914 1 14.5)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = VmSnapshotRebuild16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function VmSnapshotRebuild24GradientBlueIcon({
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": "VmSnapshotRebuild24GradientBlueIcon",
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: "M19.296 1.457a6 6 0 00-6.54 9.785l-.267.266c-.258.259-.387.388-.401.509a.35.35 0 00.097.285c.085.087.266.11.628.158l1.422.185c.246.032.369.048.459.008a.35.35 0 00.177-.178c.04-.09.024-.212-.008-.458l-.185-1.422c-.047-.362-.07-.543-.158-.628a.35.35 0 00-.285-.098c-.12.015-.25.144-.508.402l-.264.263A5 5 0 1117 12a.5.5 0 000 1 6 6 0 002.296-11.543zM17 11a4 4 0 10-3.421-1.927 1.29 1.29 0 01.539-.197c.405-.047.81.09 1.1.375.262.256.34.567.372.707.033.147.056.324.076.479l.045.35c.405.138.838.213 1.289.213zm.5-6a.5.5 0 10-1 0v1.5H15a.5.5 0 000 1h1.5V9a.5.5 0 001 0V7.5H19a.5.5 0 100-1h-1.5V5zm3.5 9.8v-2.055c-.315.22-.65.415-1 .581V14.8c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5h4.09c.103-.345.231-.68.384-1H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8zM6.5 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z",
20
+ fill: "url(#paint0_radial_VmSnapshotRebuild24GradientBlueIcon_1077_113)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_VmSnapshotRebuild24GradientBlueIcon_1077_113",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-45 26.85 6.879) scale(28.2843)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = VmSnapshotRebuild24GradientBlueIcon;