@cloudtower/icons-react 0.35.1 → 0.35.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 (59) hide show
  1. package/dist/EventAuditing16BlueIcon.d.ts +4 -0
  2. package/dist/EventAuditing16GrayIcon.d.ts +4 -0
  3. package/dist/EventAuditing24GrayIcon.d.ts +4 -0
  4. package/dist/GenerateCsr16GradientBlueIcon.d.ts +4 -0
  5. package/dist/MinusUnmountRemoveCircle16OrangeIcon.d.ts +4 -0
  6. package/dist/Monitoring16GradientGrayIcon.d.ts +4 -0
  7. package/dist/OpenTerminal24GradientBlueIcon.d.ts +4 -0
  8. package/dist/OpenTerminal24GradientGrayIcon.d.ts +4 -0
  9. package/dist/Retry24GradientBlueIcon.d.ts +4 -0
  10. package/dist/SyncReplicaPlan16FillGradientBlueIcon.d.ts +4 -0
  11. package/dist/SyncReplicaPlan16FillGradientGrayIcon.d.ts +4 -0
  12. package/dist/SyncReplicaPlan24FillGradientBlueIcon.d.ts +4 -0
  13. package/dist/SyncReplicaPlan24FillGradientGrayIcon.d.ts +4 -0
  14. package/dist/SyncReplicaPlan24FillGradientOntintIcon.d.ts +4 -0
  15. package/dist/TrustedConnection16GradientBlueIcon.d.ts +4 -0
  16. package/dist/ViewEye16GradientBlueIcon.d.ts +4 -0
  17. package/dist/VirtualVolume16OntintIcon.d.ts +4 -0
  18. package/dist/VmSnapshot16GradientYellowIcon.d.ts +4 -0
  19. package/dist/cjs/EventAuditing16BlueIcon.js +35 -0
  20. package/dist/cjs/EventAuditing16GrayIcon.js +35 -0
  21. package/dist/cjs/EventAuditing24GrayIcon.js +35 -0
  22. package/dist/cjs/GenerateCsr16GradientBlueIcon.js +95 -0
  23. package/dist/cjs/MinusUnmountRemoveCircle16OrangeIcon.js +50 -0
  24. package/dist/cjs/Monitoring16GradientGrayIcon.js +35 -0
  25. package/dist/cjs/OpenTerminal24GradientBlueIcon.js +35 -0
  26. package/dist/cjs/OpenTerminal24GradientGrayIcon.js +35 -0
  27. package/dist/cjs/Retry24GradientBlueIcon.js +33 -0
  28. package/dist/cjs/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
  29. package/dist/cjs/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
  30. package/dist/cjs/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
  31. package/dist/cjs/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
  32. package/dist/cjs/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
  33. package/dist/cjs/TrustedConnection16GradientBlueIcon.js +63 -0
  34. package/dist/cjs/ViewEye16GradientBlueIcon.js +35 -0
  35. package/dist/cjs/VirtualVolume16OntintIcon.js +23 -0
  36. package/dist/cjs/VmSnapshot16GradientYellowIcon.js +23 -0
  37. package/dist/cjs/index.js +18 -0
  38. package/dist/esm/EventAuditing16BlueIcon.js +35 -0
  39. package/dist/esm/EventAuditing16GrayIcon.js +35 -0
  40. package/dist/esm/EventAuditing24GrayIcon.js +35 -0
  41. package/dist/esm/GenerateCsr16GradientBlueIcon.js +95 -0
  42. package/dist/esm/MinusUnmountRemoveCircle16OrangeIcon.js +50 -0
  43. package/dist/esm/Monitoring16GradientGrayIcon.js +35 -0
  44. package/dist/esm/OpenTerminal24GradientBlueIcon.js +35 -0
  45. package/dist/esm/OpenTerminal24GradientGrayIcon.js +35 -0
  46. package/dist/esm/Retry24GradientBlueIcon.js +33 -0
  47. package/dist/esm/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
  48. package/dist/esm/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
  49. package/dist/esm/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
  50. package/dist/esm/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
  51. package/dist/esm/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
  52. package/dist/esm/TrustedConnection16GradientBlueIcon.js +63 -0
  53. package/dist/esm/ViewEye16GradientBlueIcon.js +35 -0
  54. package/dist/esm/VirtualVolume16OntintIcon.js +23 -0
  55. package/dist/esm/VmSnapshot16GradientYellowIcon.js +23 -0
  56. package/dist/esm/index.js +18 -0
  57. package/dist/image-types.d.ts +1 -1
  58. package/dist/index.d.ts +18 -0
  59. package/package.json +3 -3
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function MinusUnmountRemoveCircle16OrangeIcon({
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": "MinusUnmountRemoveCircle16OrangeIcon",
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 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
20
+ fill: "url(#paint0_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M5 7.5a.5.5 0 000 1h6a.5.5 0 000-1H5z",
23
+ fill: "url(#paint1_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#FFD505"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#F39600"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#FFD505"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#F39600"
48
+ }))));
49
+ }
50
+ export default MinusUnmountRemoveCircle16OrangeIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function Monitoring16GradientGrayIcon({
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": "Monitoring16GradientGrayIcon",
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.106 3.417A.62.62 0 002 3.75v8.5c0 .237.088.337.167.394a.619.619 0 00.333.106h11c.237 0 .337-.088.394-.167A.618.618 0 0014 12.25v-8.5c0-.237-.088-.337-.167-.394a.619.619 0 00-.333-.106h-11c-.237 0-.337.088-.394.167zm-.812-.584c.243-.337.643-.583 1.206-.583h11c.247 0 .606.07.917.294.337.243.583.643.583 1.206v8.5c0 .247-.07.606-.294.917-.243.337-.643.583-1.206.583h-11c-.247 0-.606-.07-.917-.294C1.246 13.213 1 12.813 1 12.25v-8.5c0-.247.07-.606.294-.917zm12.13 2.652a.5.5 0 01-.159.689l-4 2.5-.122.076H6.151l-2.874 1.916a.5.5 0 11-.554-.832l3-2 .126-.084h3.008l3.878-2.424a.5.5 0 01.689.159zm.076 3.94a.387.387 0 00-.139-.301.32.32 0 00-.304-.058l-3.389 1.109H6.281a.317.317 0 00-.099.016l-3.437 1.125a.378.378 0 00-.241.413c.024.184.17.32.34.32h10.312c.19 0 .344-.167.344-.374v-2.25z",
20
+ fill: "url(#paint0_radial_Monitoring16GradientGrayIcon_17929_27)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Monitoring16GradientGrayIcon_17929_27",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(14 -11.5 14 11.5 1 13.75)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default Monitoring16GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function OpenTerminal24GradientBlueIcon({
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": "OpenTerminal24GradientBlueIcon",
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: "M18.3 5.5H5.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C3.5 6.75 3.5 7.123 3.5 7.7v8.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h12.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422.023-.283.024-.655.024-1.232V7.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C19.25 5.5 18.877 5.5 18.3 5.5zm-15.582.092C2.5 6.02 2.5 6.58 2.5 7.7v8.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108V7.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.98 4.5 19.42 4.5 18.3 4.5H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zm2.843 2.169a.5.5 0 01.678-.2l2.75 1.5a.5.5 0 010 .878l-2.75 1.5a.5.5 0 11-.478-.878L7.706 9.5 5.76 8.439a.5.5 0 01-.2-.678zM10 11a.5.5 0 000 1h3a.5.5 0 000-1h-3z",
20
+ fill: "url(#paint0_radial_OpenTerminal24GradientBlueIcon_878_23914)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_OpenTerminal24GradientBlueIcon_878_23914",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(19 -15 19 15 2.5 19.5)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default OpenTerminal24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function OpenTerminal24GradientGrayIcon({
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": "OpenTerminal24GradientGrayIcon",
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: "M18.3 5.5H5.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C3.5 6.75 3.5 7.123 3.5 7.7v8.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h12.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422.023-.283.024-.655.024-1.232V7.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C19.25 5.5 18.877 5.5 18.3 5.5zm-15.582.092C2.5 6.02 2.5 6.58 2.5 7.7v8.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108V7.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.98 4.5 19.42 4.5 18.3 4.5H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zm2.843 2.169a.5.5 0 01.678-.2l2.75 1.5a.5.5 0 010 .878l-2.75 1.5a.5.5 0 11-.478-.878L7.706 9.5 5.76 8.439a.5.5 0 01-.2-.678zM10 11a.5.5 0 000 1h3a.5.5 0 000-1h-3z",
20
+ fill: "url(#paint0_radial_OpenTerminal24GradientGrayIcon_17929_47)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_OpenTerminal24GradientGrayIcon_17929_47",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(19 -15 19 15 2.5 19.5)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default OpenTerminal24GradientGrayIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function Retry24GradientBlueIcon({
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": "Retry24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.828 3.502a8.503 8.503 0 018.381 6.293 8.501 8.501 0 01-9.56 10.596 8.5 8.5 0 01-4.884-2.615.5.5 0 11.732-.68 7.502 7.502 0 0012.405-2.163 7.502 7.502 0 00-2.4-8.93 7.5 7.5 0 00-9.791.68l.424.319.945.709c.618.463.927.695.994.945a.75.75 0 01-.115.632c-.15.21-.521.319-1.263.535l-3.36.98c-.521.151-.782.228-.988.17a.75.75 0 01-.435-.326c-.113-.182-.113-.453-.113-.996v-3.5c0-.772 0-1.16.16-1.363a.75.75 0 01.574-.287c.259-.006.568.226 1.186.69l1.184.887a8.504 8.504 0 015.924-2.576z",
18
+ fill: "url(#paint0_radial_Retry24GradientBlueIcon_17248_21)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_Retry24GradientBlueIcon_17248_21",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "scale(25.0319 24.0408) rotate(-45 1.085 .291)",
25
+ gradientUnits: "userSpaceOnUse"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#5BCAFF"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#06F"
31
+ }))));
32
+ }
33
+ export default Retry24GradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlan16FillGradientBlueIcon({
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": "SyncReplicaPlan16FillGradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M13.204 7.01A2 2 0 0115 9v4l-.01.204A2 2 0 0113 15H9a2 2 0 01-2-2v-2h1v2a1 1 0 001 1h4a1 1 0 001-1V9a1 1 0 00-1-1h-2V7h2l.204.01z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5.5 4h-.793L12 11.293V10.5h1V13h-2.5v-1h.793L4 4.707V5.5H3V3h2.5v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M7.204 1.01A2 2 0 019 3v2H8V3a1 1 0 00-1-1H3a1 1 0 00-1 1v4a1 1 0 001 1h2v1H3a2 2 0 01-2-2V3a2 2 0 012-2h4l.204.01z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
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_SyncReplicaPlan16FillGradientBlueIcon_17785_28",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
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_SyncReplicaPlan16FillGradientBlueIcon_17785_28",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ export default SyncReplicaPlan16FillGradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlan16FillGradientGrayIcon({
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": "SyncReplicaPlan16FillGradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M13.204 7.01A2 2 0 0115 9v4l-.01.204A2 2 0 0113 15H9a2 2 0 01-2-2v-2h1v2a1 1 0 001 1h4a1 1 0 001-1V9a1 1 0 00-1-1h-2V7h2l.204.01z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5.5 4h-.793L12 11.293V10.5h1V13h-2.5v-1h.793L4 4.707V5.5H3V3h2.5v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M7.204 1.01A2 2 0 019 3v2H8V3a1 1 0 00-1-1H3a1 1 0 00-1 1v4a1 1 0 001 1h2v1H3a2 2 0 01-2-2V3a2 2 0 012-2h4l.204.01z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
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_SyncReplicaPlan16FillGradientGrayIcon_17785_30",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
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_SyncReplicaPlan16FillGradientGrayIcon_17785_30",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#CCD4E3"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#6B7D99"
61
+ }))));
62
+ }
63
+ export default SyncReplicaPlan16FillGradientGrayIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlan24FillGradientBlueIcon({
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": "SyncReplicaPlan24FillGradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
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_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
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_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ export default SyncReplicaPlan24FillGradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlan24FillGradientGrayIcon({
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": "SyncReplicaPlan24FillGradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
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_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
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_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#CCD4E3"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#6B7D99"
61
+ }))));
62
+ }
63
+ export default SyncReplicaPlan24FillGradientGrayIcon;
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlan24FillGradientOntintIcon({
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": "SyncReplicaPlan24FillGradientOntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
18
+ fill: "#fff"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
21
+ fill: "#fff"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
24
+ fill: "#fff"
25
+ }));
26
+ }
27
+ export default SyncReplicaPlan24FillGradientOntintIcon;
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ function TrustedConnection16GradientBlueIcon({
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": "TrustedConnection16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M3.939 6.767a.5.5 0 01.707.707L2.878 9.242a3 3 0 004.243 4.243l1.768-1.768a.5.5 0 01.707.707l-1.768 1.768a4 4 0 11-5.657-5.657L3.94 6.767z",
18
+ fill: "url(#paint0_radial_TrustedConnection16GradientBlueIcon_13778_34118)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.535 2.171a4 4 0 115.657 5.657l-1.768 1.768a.5.5 0 01-.707-.707l1.768-1.768a3 3 0 10-4.243-4.243L7.475 4.646a.5.5 0 01-.708-.707L8.535 2.17z",
21
+ fill: "url(#paint1_radial_TrustedConnection16GradientBlueIcon_13778_34118)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M11.01 4.646a.5.5 0 11.707.707l-6.364 6.364a.5.5 0 11-.707-.707l6.364-6.364z",
24
+ fill: "url(#paint2_radial_TrustedConnection16GradientBlueIcon_13778_34118)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_TrustedConnection16GradientBlueIcon_13778_34118",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-45 19.045 6.475) scale(20.3137)"
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_TrustedConnection16GradientBlueIcon_13778_34118",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-45 19.045 6.475) scale(20.3137)"
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_TrustedConnection16GradientBlueIcon_13778_34118",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-45 19.045 6.475) scale(20.3137)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ export default TrustedConnection16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function ViewEye16GradientBlueIcon({
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": "ViewEye16GradientBlueIcon",
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.122 3.757a8.795 8.795 0 00-2.265-.256c-.684.011-1.35.1-1.98.256-1.088.271-2.07.747-2.864 1.378-.753.599-1.336 1.338-1.678 2.176-.18.441-.18.937 0 1.378.342.838.925 1.578 1.678 2.177.794.63 1.777 1.106 2.866 1.377A8.694 8.694 0 008 12.5c.158 0 .316-.004.472-.012 2.856-.15 5.316-1.65 6.194-3.799.18-.441.18-.937 0-1.378-.343-.838-.926-1.577-1.679-2.176-.793-.632-1.776-1.107-2.865-1.378zm-.846 7.641c1.17-.19 2.2-.637 2.997-1.245.676-.517 1.183-1.15 1.465-1.842a.824.824 0 000-.622c-.687-1.684-2.709-3.02-5.248-3.174a8.111 8.111 0 00-.789-.01c-2.628.097-4.736 1.458-5.44 3.184a.824.824 0 000 .622c.017.043.036.086.055.129.124.273.283.536.474.786.078.102.162.202.25.299.939 1.032 2.446 1.78 4.228 1.942a8.063 8.063 0 002.008-.069zM10 8a2 2 0 11-4 0 2 2 0 014 0zm1 0a3 3 0 11-6 0 3 3 0 016 0z",
20
+ fill: "url(#paint0_radial_ViewEye16GradientBlueIcon_17991_23)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ViewEye16GradientBlueIcon_17991_23",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(13.601 -9 13.601 9 1.2 12.5)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default ViewEye16GradientBlueIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function VirtualVolume16OntintIcon({
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": "VirtualVolume16OntintIcon",
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: "M12.27 2.916c.066.256.125.587.21 1.065l.7 3.968h-.005l.453 2.57a2.49 2.49 0 00-1.128-.269h-9c-.406 0-.79.097-1.128.268l1.154-6.537c.084-.478.143-.809.208-1.065.064-.25.126-.395.2-.505a1.5 1.5 0 01.634-.531c.121-.054.274-.09.532-.11.264-.02.6-.02 1.085-.02h3.637c.484 0 .82 0 1.084.02.258.02.41.056.532.11a1.5 1.5 0 01.633.531c.074.11.136.254.2.505zM9.842.75c.46 0 .834 0 1.14.023.316.024.596.074.863.193.428.19.793.497 1.055.886.164.242.262.509.34.817.076.297.141.665.221 1.119l1.49 8.444-.005-.006.002.007A2.5 2.5 0 0112.5 15.25h-9a2.5 2.5 0 01-2.446-3.018l1.49-8.444c.08-.454.145-.822.221-1.12.079-.307.177-.574.34-.816A2.5 2.5 0 014.161.966c.267-.119.547-.17.864-.193C5.33.75 5.705.75 6.165.75h3.676zM2 12.75a1.5 1.5 0 011.5-1.5h9a1.5 1.5 0 010 3h-9a1.5 1.5 0 01-1.5-1.5zm1.75.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ export default VirtualVolume16OntintIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function VmSnapshot16GradientYellowIcon({
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": "VmSnapshot16GradientYellowIcon",
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: "#FEA008"
21
+ }));
22
+ }
23
+ export default VmSnapshot16GradientYellowIcon;