@cloudtower/icons-react 490.0.6 → 490.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/Datastore16GradientBlueIcon.d.ts +4 -0
  2. package/dist/Datastore24GradientBlueIcon.d.ts +4 -0
  3. package/dist/Datastore32ColorfulIcon.d.ts +4 -0
  4. package/dist/ExpandCapacity16GradientBlueIcon.d.ts +4 -0
  5. package/dist/ExpandCapacity16GradientGrayIcon.d.ts +4 -0
  6. package/dist/ExpandCapacity24GradientBlueIcon.d.ts +4 -0
  7. package/dist/ExpandCapacity24GradientGrayIcon.d.ts +4 -0
  8. package/dist/MinusUnmountRemoveCircle16GradientBlueIcon.d.ts +4 -0
  9. package/dist/MinusUnmountRemoveCircle24GradientBlueIcon.d.ts +4 -0
  10. package/dist/NetworkSecurity32ColorfulIcon.d.ts +4 -0
  11. package/dist/PlusAddCircle24GradientBlueIcon.d.ts +4 -0
  12. package/dist/RefreshSync24GradientBlueIcon.d.ts +4 -0
  13. package/dist/Rescan16GradientBlueIcon.d.ts +4 -0
  14. package/dist/Rescan16GradientGrayIcon.d.ts +4 -0
  15. package/dist/Rescan24GradientBlueIcon.d.ts +4 -0
  16. package/dist/StorageAdapter16GradientBlueIcon.d.ts +4 -0
  17. package/dist/StorageAdapter16GradientGrayIcon.d.ts +4 -0
  18. package/dist/StorageAdapter24GradientBlueIcon.d.ts +4 -0
  19. package/dist/StorageAdapter24GradientGrayIcon.d.ts +4 -0
  20. package/dist/StorageDevice16GradientBlueIcon.d.ts +4 -0
  21. package/dist/StorageDevice16GradientGrayIcon.d.ts +4 -0
  22. package/dist/StorageDevice24GradientBlueIcon.d.ts +4 -0
  23. package/dist/StorageDevice24GradientGrayIcon.d.ts +4 -0
  24. package/dist/SyncReplicaPlanStateChangeNotification24GradientBlueIcon.d.ts +4 -0
  25. package/dist/SyncReplicaPlanStateChangeNotification24GradientGrayIcon.d.ts +4 -0
  26. package/dist/SyncReplicaPlanStateChangeNotification24OntintIcon.d.ts +4 -0
  27. package/dist/cjs/Datastore16GradientBlueIcon.js +33 -0
  28. package/dist/cjs/Datastore24GradientBlueIcon.js +33 -0
  29. package/dist/cjs/Datastore32ColorfulIcon.js +47 -0
  30. package/dist/cjs/ExpandCapacity16GradientBlueIcon.js +33 -0
  31. package/dist/cjs/ExpandCapacity16GradientGrayIcon.js +33 -0
  32. package/dist/cjs/ExpandCapacity24GradientBlueIcon.js +33 -0
  33. package/dist/cjs/ExpandCapacity24GradientGrayIcon.js +33 -0
  34. package/dist/cjs/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
  35. package/dist/cjs/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
  36. package/dist/cjs/NetworkSecurity32ColorfulIcon.js +35 -0
  37. package/dist/cjs/PlusAddCircle24GradientBlueIcon.js +50 -0
  38. package/dist/cjs/RefreshSync24GradientBlueIcon.js +33 -0
  39. package/dist/cjs/Rescan16GradientBlueIcon.js +50 -0
  40. package/dist/cjs/Rescan16GradientGrayIcon.js +50 -0
  41. package/dist/cjs/Rescan24GradientBlueIcon.js +50 -0
  42. package/dist/cjs/StorageAdapter16GradientBlueIcon.js +33 -0
  43. package/dist/cjs/StorageAdapter16GradientGrayIcon.js +33 -0
  44. package/dist/cjs/StorageAdapter24GradientBlueIcon.js +33 -0
  45. package/dist/cjs/StorageAdapter24GradientGrayIcon.js +33 -0
  46. package/dist/cjs/StorageDevice16GradientBlueIcon.js +51 -0
  47. package/dist/cjs/StorageDevice16GradientGrayIcon.js +51 -0
  48. package/dist/cjs/StorageDevice24GradientBlueIcon.js +35 -0
  49. package/dist/cjs/StorageDevice24GradientGrayIcon.js +33 -0
  50. package/dist/cjs/SyncReplicaPlanStateChangeNotification24GradientBlueIcon.js +33 -0
  51. package/dist/cjs/SyncReplicaPlanStateChangeNotification24GradientGrayIcon.js +33 -0
  52. package/dist/cjs/SyncReplicaPlanStateChangeNotification24OntintIcon.js +21 -0
  53. package/dist/cjs/index.js +26 -0
  54. package/dist/esm/Datastore16GradientBlueIcon.js +33 -0
  55. package/dist/esm/Datastore24GradientBlueIcon.js +33 -0
  56. package/dist/esm/Datastore32ColorfulIcon.js +47 -0
  57. package/dist/esm/ExpandCapacity16GradientBlueIcon.js +33 -0
  58. package/dist/esm/ExpandCapacity16GradientGrayIcon.js +33 -0
  59. package/dist/esm/ExpandCapacity24GradientBlueIcon.js +33 -0
  60. package/dist/esm/ExpandCapacity24GradientGrayIcon.js +33 -0
  61. package/dist/esm/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
  62. package/dist/esm/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
  63. package/dist/esm/NetworkSecurity32ColorfulIcon.js +35 -0
  64. package/dist/esm/PlusAddCircle24GradientBlueIcon.js +50 -0
  65. package/dist/esm/RefreshSync24GradientBlueIcon.js +33 -0
  66. package/dist/esm/Rescan16GradientBlueIcon.js +50 -0
  67. package/dist/esm/Rescan16GradientGrayIcon.js +50 -0
  68. package/dist/esm/Rescan24GradientBlueIcon.js +50 -0
  69. package/dist/esm/StorageAdapter16GradientBlueIcon.js +33 -0
  70. package/dist/esm/StorageAdapter16GradientGrayIcon.js +33 -0
  71. package/dist/esm/StorageAdapter24GradientBlueIcon.js +33 -0
  72. package/dist/esm/StorageAdapter24GradientGrayIcon.js +33 -0
  73. package/dist/esm/StorageDevice16GradientBlueIcon.js +51 -0
  74. package/dist/esm/StorageDevice16GradientGrayIcon.js +51 -0
  75. package/dist/esm/StorageDevice24GradientBlueIcon.js +35 -0
  76. package/dist/esm/StorageDevice24GradientGrayIcon.js +33 -0
  77. package/dist/esm/SyncReplicaPlanStateChangeNotification24GradientBlueIcon.js +33 -0
  78. package/dist/esm/SyncReplicaPlanStateChangeNotification24GradientGrayIcon.js +33 -0
  79. package/dist/esm/SyncReplicaPlanStateChangeNotification24OntintIcon.js +21 -0
  80. package/dist/esm/index.js +26 -0
  81. package/dist/image-types.d.ts +1 -1
  82. package/dist/index.d.ts +26 -0
  83. package/package.json +3 -3
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function Rescan16GradientGrayIcon({
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": "Rescan16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M6.717 3.876a3.072 3.072 0 11.4 6.117.384.384 0 010-.767 2.304 2.304 0 10-1.995-1.153c.359-.207.542-.308.675-.286.118.02.22.094.276.2.064.123.019.336-.072.764l-.107.51c-.05.23-.075.347-.14.422a.385.385 0 01-.218.126c-.097.018-.209-.02-.433-.092l-.497-.16c-.415-.135-.623-.204-.697-.32a.384.384 0 01-.035-.34c.047-.125.226-.233.583-.439l-.117-.225a3.072 3.072 0 012.377-4.357z",
18
+ fill: "url(#paint0_radial_Rescan16GradientGrayIcon_19259_21)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M7 2a5 5 0 013.83 8.215 1 1 0 011.036.237l2.66 2.66a1 1 0 01-1.414 1.414l-2.66-2.66a1 1 0 01-.237-1.036A5 5 0 117 2zm0 1a4 4 0 100 8 4 4 0 000-8z",
23
+ fill: "url(#paint1_radial_Rescan16GradientGrayIcon_19259_21)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_Rescan16GradientGrayIcon_19259_21",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "matrix(12.8191 -12.8192 12.8191 12.8192 2 14.82)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#CCD4E3"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#6B7D99"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_Rescan16GradientGrayIcon_19259_21",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "matrix(12.8191 -12.8192 12.8191 12.8192 2 14.82)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#CCD4E3"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#6B7D99"
48
+ }))));
49
+ }
50
+ export default Rescan16GradientGrayIcon;
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function Rescan24GradientBlueIcon({
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": "Rescan24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10.133 6.435a4.001 4.001 0 012.958 7.14 4 4 0 01-2.436.825.5.5 0 010-1 3 3 0 10-2.597-1.5c.467-.27.706-.403.879-.374a.5.5 0 01.359.262c.083.16.024.438-.094.994l-.14.664c-.064.301-.096.452-.18.55a.5.5 0 01-.285.163c-.126.024-.273-.023-.566-.118l-.644-.21c-.541-.176-.812-.264-.908-.416a.5.5 0 01-.047-.442c.06-.164.295-.303.76-.572a4.004 4.004 0 01.635-4.829 4 4 0 012.306-1.137z",
18
+ fill: "url(#paint0_radial_Rescan24GradientBlueIcon_19248_368)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M10.5 4a6.5 6.5 0 014.805 10.878 1 1 0 011.168.18l4.029 4.03a1.001 1.001 0 01-1.414 1.415l-4.03-4.03a1 1 0 01-.18-1.168A6.5 6.5 0 1110.5 4zm0 1a5.5 5.5 0 100 11 5.5 5.5 0 000-11z",
23
+ fill: "url(#paint1_radial_Rescan24GradientBlueIcon_19248_368)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_Rescan24GradientBlueIcon_19248_368",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "matrix(16.7948 -16.7956 16.7948 16.7956 4 20.796)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_Rescan24GradientBlueIcon_19248_368",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "matrix(16.7948 -16.7956 16.7948 16.7956 4 20.796)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ export default Rescan24GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function StorageAdapter16GradientBlueIcon({
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": "StorageAdapter16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M2.5 2a.5.5 0 01.5.5V4h10.5A1.5 1.5 0 0115 5.5V11a1 1 0 01-1 1h-2v.5a1 1 0 01-1 1H6a1 1 0 01-1-1V12H3v1.5a.5.5 0 01-1 0V3h-.5a.5.5 0 010-1h1zm.5 9h2.5a.5.5 0 01.5.5v1h5v-1a.5.5 0 01.5-.5H14V5.5a.5.5 0 00-.5-.5H3v6zm8.5-.5h-6v-5h6v5zm-5-1h4v-1h-4v1zm0-2h4v-1h-4v1z",
18
+ fill: "url(#paint0_radial_StorageAdapter16GradientBlueIcon_19247_261)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_StorageAdapter16GradientBlueIcon_19247_261",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(14 -12 14 12 1 14)",
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 StorageAdapter16GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function StorageAdapter16GradientGrayIcon({
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": "StorageAdapter16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M2.5 2a.5.5 0 01.5.5V4h10.5A1.5 1.5 0 0115 5.5V11a1 1 0 01-1 1h-2v.5a1 1 0 01-1 1H6a1 1 0 01-1-1V12H3v1.5a.5.5 0 01-1 0V3h-.5a.5.5 0 010-1h1zm.5 9h2.5a.5.5 0 01.5.5v1h5v-1a.5.5 0 01.5-.5H14V5.5a.5.5 0 00-.5-.5H3v6zm8.5-.5h-6v-5h6v5zm-5-1h4v-1h-4v1zm0-2h4v-1h-4v1z",
18
+ fill: "url(#paint0_radial_StorageAdapter16GradientGrayIcon_19247_255)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_StorageAdapter16GradientGrayIcon_19247_255",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(14 -12 14 12 1 14)",
25
+ gradientUnits: "userSpaceOnUse"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ export default StorageAdapter16GradientGrayIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function StorageAdapter24GradientBlueIcon({
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": "StorageAdapter24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.5 3a.5.5 0 01.5.5V5h14.5A2.5 2.5 0 0122 7.5v7a1.5 1.5 0 01-1.5 1.5h-2.75v1a1.5 1.5 0 01-1.5 1.5h-6.5a1.5 1.5 0 01-1.5-1.5v-1H5v4a.5.5 0 01-1 0V4H2.5a.5.5 0 010-1h2zM5 15h3.75a.5.5 0 01.5.5V17a.5.5 0 00.5.5h6.5a.5.5 0 00.5-.5v-1.5a.5.5 0 01.5-.5h3.25a.5.5 0 00.5-.5v-7A1.5 1.5 0 0019.5 6H5v9zm12.5-.5h-9v-7h9v7zm-8-1h7v-2h-7v2zm0-3h7v-2h-7v2z",
18
+ fill: "url(#paint0_radial_StorageAdapter24GradientBlueIcon_19245_225)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_StorageAdapter24GradientBlueIcon_19245_225",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(20 -17.5 20 17.5 2 20.5)",
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 StorageAdapter24GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function StorageAdapter24GradientGrayIcon({
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": "StorageAdapter24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.5 3a.5.5 0 01.5.5V5h14.5A2.5 2.5 0 0122 7.5v7a1.5 1.5 0 01-1.5 1.5h-2.75v1a1.5 1.5 0 01-1.5 1.5h-6.5a1.5 1.5 0 01-1.5-1.5v-1H5v4a.5.5 0 01-1 0V4H2.5a.5.5 0 010-1h2zM5 15h3.75a.5.5 0 01.5.5V17a.5.5 0 00.5.5h6.5a.5.5 0 00.5-.5v-1.5a.5.5 0 01.5-.5h3.25a.5.5 0 00.5-.5v-7A1.5 1.5 0 0019.5 6H5v9zm12.5-.5h-9v-7h9v7zm-8-1h7v-2h-7v2zm0-3h7v-2h-7v2z",
18
+ fill: "url(#paint0_radial_StorageAdapter24GradientGrayIcon_19247_249)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_StorageAdapter24GradientGrayIcon_19247_249",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(20 -17.5 20 17.5 2 20.5)",
25
+ gradientUnits: "userSpaceOnUse"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ export default StorageAdapter24GradientGrayIcon;
@@ -0,0 +1,51 @@
1
+ import * as React from "react";
2
+ function StorageDevice16GradientBlueIcon({
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": "StorageDevice16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd"
19
+ }, /*#__PURE__*/React.createElement("path", {
20
+ d: "M8 2.5c1.685 0 3.227.168 4.362.448.564.14 1.056.313 1.418.525.328.19.72.515.72 1.008v2.54c0 .494-.392.818-.72 1.01-.362.211-.854.385-1.418.524-1.135.28-2.677.448-4.362.448s-3.227-.168-4.362-.448c-.564-.14-1.056-.313-1.418-.525-.328-.19-.72-.515-.72-1.009v-2.54c0-.493.392-.817.72-1.008.362-.212.854-.386 1.418-.525C4.773 2.668 6.315 2.5 8 2.5zm5.5 3.134c-.32.147-.708.275-1.138.38-1.135.28-2.677.449-4.362.449s-3.227-.168-4.362-.448A6.476 6.476 0 012.5 5.634v1.358c.014.02.064.082.224.175.244.143.631.288 1.153.417 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.419c.522-.129.909-.274 1.153-.417.16-.093.21-.155.224-.175V5.634zM8 3.5c-1.629 0-3.087.163-4.123.419-.522.129-.909.275-1.153.418a.91.91 0 00-.197.144c.03.031.087.081.197.145.244.143.631.29 1.153.418 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.42c.522-.128.909-.274 1.153-.417a.905.905 0 00.196-.145.904.904 0 00-.196-.144c-.244-.143-.631-.29-1.153-.418C11.087 3.663 9.629 3.5 8 3.5z",
21
+ fill: "url(#paint0_radial_StorageDevice16GradientBlueIcon_19248_100)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M8 8.5a.5.5 0 01.5.5v1.5h.333c.368 0 .667.299.667.667v.333h4a.5.5 0 010 1h-4v.333a.667.667 0 01-.667.667H7.167l-.135-.014a.667.667 0 01-.532-.653V12.5h-4a.5.5 0 010-1h4v-.333c0-.322.228-.591.532-.653l.135-.014H7.5V9a.5.5 0 01.5-.5zm-.5 4h1v-1h-1v1z",
24
+ fill: "url(#paint1_radial_StorageDevice16GradientBlueIcon_19248_100)"
25
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_StorageDevice16GradientBlueIcon_19248_100",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
31
+ gradientUnits: "userSpaceOnUse"
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_StorageDevice16GradientBlueIcon_19248_100",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
43
+ gradientUnits: "userSpaceOnUse"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ }))));
50
+ }
51
+ export default StorageDevice16GradientBlueIcon;
@@ -0,0 +1,51 @@
1
+ import * as React from "react";
2
+ function StorageDevice16GradientGrayIcon({
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": "StorageDevice16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd"
19
+ }, /*#__PURE__*/React.createElement("path", {
20
+ d: "M8 2.5c1.685 0 3.227.168 4.362.448.564.14 1.056.313 1.418.525.328.19.72.515.72 1.008v2.54c0 .494-.392.818-.72 1.01-.362.211-.854.385-1.418.524-1.135.28-2.677.448-4.362.448s-3.227-.168-4.362-.448c-.564-.14-1.056-.313-1.418-.525-.328-.19-.72-.515-.72-1.009v-2.54c0-.493.392-.817.72-1.008.362-.212.854-.386 1.418-.525C4.773 2.668 6.315 2.5 8 2.5zm5.5 3.134c-.32.147-.708.275-1.138.38-1.135.28-2.677.449-4.362.449s-3.227-.168-4.362-.448A6.476 6.476 0 012.5 5.634v1.358c.014.02.064.082.224.175.244.143.631.288 1.153.417 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.419c.522-.129.909-.274 1.153-.417.16-.093.21-.155.224-.175V5.634zM8 3.5c-1.629 0-3.087.163-4.123.419-.522.129-.909.275-1.153.418a.91.91 0 00-.197.144c.03.031.087.081.197.145.244.143.631.29 1.153.418 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.42c.522-.128.909-.274 1.153-.417a.905.905 0 00.196-.145.904.904 0 00-.196-.144c-.244-.143-.631-.29-1.153-.418C11.087 3.663 9.629 3.5 8 3.5z",
21
+ fill: "url(#paint0_radial_StorageDevice16GradientGrayIcon_19248_87)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M8 8.5a.5.5 0 01.5.5v1.5h.333c.368 0 .667.299.667.667v.333h4a.5.5 0 010 1h-4v.333a.667.667 0 01-.667.667H7.167l-.135-.014a.667.667 0 01-.532-.653V12.5h-4a.5.5 0 010-1h4v-.333c0-.322.228-.591.532-.653l.135-.014H7.5V9a.5.5 0 01.5-.5zm-.5 4h1v-1h-1v1z",
24
+ fill: "url(#paint1_radial_StorageDevice16GradientGrayIcon_19248_87)"
25
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_StorageDevice16GradientGrayIcon_19248_87",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
31
+ gradientUnits: "userSpaceOnUse"
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_StorageDevice16GradientGrayIcon_19248_87",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
43
+ gradientUnits: "userSpaceOnUse"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#CCD4E3"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#6B7D99"
49
+ }))));
50
+ }
51
+ export default StorageDevice16GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function StorageDevice24GradientBlueIcon({
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": "StorageDevice24GradientBlueIcon",
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 5c2.513 0 4.805.25 6.483.665.836.206 1.547.46 2.062.76.48.28.955.702.955 1.298v3.554c0 .596-.476 1.017-.955 1.297-.515.3-1.226.555-2.062.761-1.566.387-3.667.627-5.984.658L12.5 14v2h.5l.102.005A1 1 0 0114 17h6a.5.5 0 010 1h-6a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 18H4a.5.5 0 010-1h6a1 1 0 011-1h.5v-2.007c-2.316-.03-4.417-.271-5.983-.658-.836-.206-1.547-.46-2.062-.76-.48-.28-.955-.702-.955-1.298V7.723c0-.596.476-1.017.955-1.297.515-.3 1.226-.555 2.062-.761C7.195 5.251 9.487 5 12 5zm-1 13h2v-1h-2v1zm9.5-8.957c-.51.29-1.205.536-2.017.736-1.678.415-3.97.665-6.483.665-2.513 0-4.805-.25-6.483-.665-.812-.2-1.506-.447-2.017-.736v2.234c0 .018.028.182.459.434.396.231 1.003.456 1.797.652C7.335 12.753 9.543 13 12 13s4.665-.247 6.244-.637c.794-.196 1.4-.42 1.797-.652.431-.252.459-.416.459-.434V9.043zM12 6c-2.457 0-4.665.247-6.244.637-.794.196-1.4.42-1.797.652-.431.252-.459.416-.459.434 0 .02.031.182.459.432.396.232 1.003.458 1.797.654 1.579.39 3.787.635 6.244.635s4.665-.246 6.244-.635c.794-.196 1.4-.422 1.797-.654.428-.25.459-.412.459-.432 0-.018-.028-.182-.459-.434-.396-.231-1.003-.456-1.797-.652C16.665 6.247 14.457 6 12 6z",
20
+ fill: "url(#paint0_radial_StorageDevice24GradientBlueIcon_19247_268)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_StorageDevice24GradientBlueIcon_19247_268",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(19 -14 19 14 2.5 19)",
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 StorageDevice24GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function StorageDevice24GradientGrayIcon({
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": "StorageDevice24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12 5c2.513 0 4.805.25 6.483.665.836.206 1.547.46 2.062.76.48.28.955.702.955 1.298v3.554c0 .596-.476 1.017-.955 1.297-.515.3-1.226.555-2.062.761-1.566.387-3.667.627-5.984.658L12.5 14v2h.5l.102.005A1 1 0 0114 17h6a.5.5 0 010 1h-6a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 18H4a.5.5 0 010-1h6a1 1 0 011-1h.5v-2.007c-2.316-.03-4.417-.271-5.983-.658-.836-.206-1.547-.46-2.062-.76-.48-.28-.955-.702-.955-1.298V7.723c0-.596.476-1.017.955-1.297.515-.3 1.226-.555 2.062-.761C7.195 5.251 9.487 5 12 5zm-1 13h2v-1h-2v1zm9.5-8.957c-.51.29-1.205.536-2.017.736-1.678.415-3.97.665-6.483.665-2.513 0-4.805-.25-6.483-.665-.812-.2-1.506-.447-2.017-.736v2.234c0 .018.028.182.459.434.396.231 1.003.456 1.797.652C7.335 12.753 9.543 13 12 13s4.665-.247 6.244-.637c.794-.196 1.4-.42 1.797-.652.431-.252.459-.416.459-.434V9.043zM12 6c-2.457 0-4.665.247-6.244.637-.794.196-1.4.42-1.797.652-.431.252-.459.416-.459.434 0 .02.031.182.459.432.396.232 1.003.458 1.797.654 1.579.39 3.787.635 6.244.635s4.665-.246 6.244-.635c.794-.196 1.4-.422 1.797-.654.428-.25.459-.412.459-.432 0-.018-.028-.182-.459-.434-.396-.231-1.003-.456-1.797-.652C16.665 6.247 14.457 6 12 6z",
18
+ fill: "url(#paint0_radial_StorageDevice24GradientGrayIcon_19247_274)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_StorageDevice24GradientGrayIcon_19247_274",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(19 -14 19 14 2.5 19)",
25
+ gradientUnits: "userSpaceOnUse"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ export default StorageDevice24GradientGrayIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlanStateChangeNotification24GradientBlueIcon({
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": "SyncReplicaPlanStateChangeNotification24GradientBlueIcon",
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.8zM10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1zM9.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.6zM18 4a2 2 0 110 4 2 2 0 010-4z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlanStateChangeNotification24GradientBlueIcon_19375_22)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_SyncReplicaPlanStateChangeNotification24GradientBlueIcon_19375_22",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#5BCAFF"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#06F"
31
+ }))));
32
+ }
33
+ export default SyncReplicaPlanStateChangeNotification24GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlanStateChangeNotification24GradientGrayIcon({
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": "SyncReplicaPlanStateChangeNotification24GradientGrayIcon",
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.8zM10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1zM9.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.6zM18 4a2 2 0 110 4 2 2 0 010-4z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlanStateChangeNotification24GradientGrayIcon_19375_85)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_SyncReplicaPlanStateChangeNotification24GradientGrayIcon_19375_85",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ export default SyncReplicaPlanStateChangeNotification24GradientGrayIcon;
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ function SyncReplicaPlanStateChangeNotification24OntintIcon({
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": "SyncReplicaPlanStateChangeNotification24OntintIcon",
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.8zM10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1zM9.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.6zM18 4a2 2 0 110 4 2 2 0 010-4z",
18
+ fill: "#fff"
19
+ }));
20
+ }
21
+ export default SyncReplicaPlanStateChangeNotification24OntintIcon;
package/dist/esm/index.js CHANGED
@@ -327,6 +327,9 @@ export { default as DatacenterFill16OntintIcon } from './DatacenterFill16OntintI
327
327
  export { default as DatacenterIcon } from './DatacenterIcon.js'
328
328
  export { default as DatacenterActivatedIcon } from './DatacenterActivatedIcon.js'
329
329
  export { default as DatacenterNormalIcon } from './DatacenterNormalIcon.js'
330
+ export { default as Datastore16GradientBlueIcon } from './Datastore16GradientBlueIcon.js'
331
+ export { default as Datastore24GradientBlueIcon } from './Datastore24GradientBlueIcon.js'
332
+ export { default as Datastore32ColorfulIcon } from './Datastore32ColorfulIcon.js'
330
333
  export { default as DeleteIcon } from './DeleteIcon.js'
331
334
  export { default as DirectoryIcon } from './DirectoryIcon.js'
332
335
  export { default as Disable24GradientBlueIcon } from './Disable24GradientBlueIcon.js'
@@ -409,6 +412,10 @@ export { default as ExclamationErrorCircleFill16RedIcon } from './ExclamationErr
409
412
  export { default as ExclamationErrorCircleSolid16RedWhiteIcon } from './ExclamationErrorCircleSolid16RedWhiteIcon.js'
410
413
  export { default as ExclamationErrorCircleSolid18RedIcon } from './ExclamationErrorCircleSolid18RedIcon.js'
411
414
  export { default as ExclamtionMark16OntintIcon } from './ExclamtionMark16OntintIcon.js'
415
+ export { default as ExpandCapacity16GradientBlueIcon } from './ExpandCapacity16GradientBlueIcon.js'
416
+ export { default as ExpandCapacity16GradientGrayIcon } from './ExpandCapacity16GradientGrayIcon.js'
417
+ export { default as ExpandCapacity24GradientBlueIcon } from './ExpandCapacity24GradientBlueIcon.js'
418
+ export { default as ExpandCapacity24GradientGrayIcon } from './ExpandCapacity24GradientGrayIcon.js'
412
419
  export { default as Export16GradientBlueIcon } from './Export16GradientBlueIcon.js'
413
420
  export { default as Export16GradientGrayIcon } from './Export16GradientGrayIcon.js'
414
421
  export { default as Export16RegularOntintIcon } from './Export16RegularOntintIcon.js'
@@ -751,8 +758,10 @@ export { default as MigrateEncryption16GradientGrayIcon } from './MigrateEncrypt
751
758
  export { default as MigrateIcon } from './MigrateIcon.js'
752
759
  export { default as MigrationNetwork16BlueIcon } from './MigrationNetwork16BlueIcon.js'
753
760
  export { default as Minus16BoldOntintIcon } from './Minus16BoldOntintIcon.js'
761
+ export { default as MinusUnmountRemoveCircle16GradientBlueIcon } from './MinusUnmountRemoveCircle16GradientBlueIcon.js'
754
762
  export { default as MinusUnmountRemoveCircle16GradientRedIcon } from './MinusUnmountRemoveCircle16GradientRedIcon.js'
755
763
  export { default as MinusUnmountRemoveCircle16OrangeIcon } from './MinusUnmountRemoveCircle16OrangeIcon.js'
764
+ export { default as MinusUnmountRemoveCircle24GradientBlueIcon } from './MinusUnmountRemoveCircle24GradientBlueIcon.js'
756
765
  export { default as MinusUnmountRemoveCircle24GradientRedIconIcon } from './MinusUnmountRemoveCircle24GradientRedIconIcon.js'
757
766
  export { default as Monitoring16GradientBlueIcon } from './Monitoring16GradientBlueIcon.js'
758
767
  export { default as Monitoring16GradientGrayIcon } from './Monitoring16GradientGrayIcon.js'
@@ -823,6 +832,7 @@ export { default as NetworkMirroring16OntinitIcon } from './NetworkMirroring16On
823
832
  export { default as NetworkMirroring16RedIcon } from './NetworkMirroring16RedIcon.js'
824
833
  export { default as NetworkMirroring16YellowIcon } from './NetworkMirroring16YellowIcon.js'
825
834
  export { default as NetworkMirroring24GradientBlueIcon } from './NetworkMirroring24GradientBlueIcon.js'
835
+ export { default as NetworkSecurity32ColorfulIcon } from './NetworkSecurity32ColorfulIcon.js'
826
836
  export { default as NetworkSecurityPolicy16GradientBlueIcon } from './NetworkSecurityPolicy16GradientBlueIcon.js'
827
837
  export { default as NetworkSecurityPolicy16GrayIcon } from './NetworkSecurityPolicy16GrayIcon.js'
828
838
  export { default as NetworkSecurityPolicy24BlueIcon } from './NetworkSecurityPolicy24BlueIcon.js'
@@ -1058,6 +1068,7 @@ export { default as Placeholder16Icon } from './Placeholder16Icon.js'
1058
1068
  export { default as PlusAddCircle16BlueIcon } from './PlusAddCircle16BlueIcon.js'
1059
1069
  export { default as PlusAddCircle16SecondaryIcon } from './PlusAddCircle16SecondaryIcon.js'
1060
1070
  export { default as PlusAddCircle24BlueIcon } from './PlusAddCircle24BlueIcon.js'
1071
+ export { default as PlusAddCircle24GradientBlueIcon } from './PlusAddCircle24GradientBlueIcon.js'
1061
1072
  export { default as PlusAddCircle24PrimaryIcon } from './PlusAddCircle24PrimaryIcon.js'
1062
1073
  export { default as PlusAddCircle24SecondaryIcon } from './PlusAddCircle24SecondaryIcon.js'
1063
1074
  export { default as PlusAddCircleDisabled24GraySecondaryIcon } from './PlusAddCircleDisabled24GraySecondaryIcon.js'
@@ -1143,6 +1154,7 @@ export { default as RecyclebinClusterSettingsDelete24RedIcon } from './Recyclebi
1143
1154
  export { default as RecyclebinClusterSettingsEdit24BlueIcon } from './RecyclebinClusterSettingsEdit24BlueIcon.js'
1144
1155
  export { default as RefreshSync16TertiaryIcon } from './RefreshSync16TertiaryIcon.js'
1145
1156
  export { default as RefreshSync16Icon } from './RefreshSync16Icon.js'
1157
+ export { default as RefreshSync24GradientBlueIcon } from './RefreshSync24GradientBlueIcon.js'
1146
1158
  export { default as RefreshSync24TertiaryIcon } from './RefreshSync24TertiaryIcon.js'
1147
1159
  export { default as RefreshSyncOnTintIcon } from './RefreshSyncOnTintIcon.js'
1148
1160
  export { default as RefreshSyncTertiaryIcon } from './RefreshSyncTertiaryIcon.js'
@@ -1254,6 +1266,9 @@ export { default as Repository16OntintIcon } from './Repository16OntintIcon.js'
1254
1266
  export { default as Repository24GradientBlueIcon } from './Repository24GradientBlueIcon.js'
1255
1267
  export { default as Repository24GradientGrayIcon } from './Repository24GradientGrayIcon.js'
1256
1268
  export { default as Repository24OntintIcon } from './Repository24OntintIcon.js'
1269
+ export { default as Rescan16GradientBlueIcon } from './Rescan16GradientBlueIcon.js'
1270
+ export { default as Rescan16GradientGrayIcon } from './Rescan16GradientGrayIcon.js'
1271
+ export { default as Rescan24GradientBlueIcon } from './Rescan24GradientBlueIcon.js'
1257
1272
  export { default as Reslice16GradientBlueIcon } from './Reslice16GradientBlueIcon.js'
1258
1273
  export { default as Reslice16OntintIcon } from './Reslice16OntintIcon.js'
1259
1274
  export { default as ResliceSriov16BlueIcon } from './ResliceSriov16BlueIcon.js'
@@ -1503,6 +1518,14 @@ export { default as StatusUnknownQuestionMark16GreyIconIcon } from './StatusUnkn
1503
1518
  export { default as StatusUnknownQuestionmark16RedIcon } from './StatusUnknownQuestionmark16RedIcon.js'
1504
1519
  export { default as StopFlashLight16GradientBlueIcon } from './StopFlashLight16GradientBlueIcon.js'
1505
1520
  export { default as StopIcon } from './StopIcon.js'
1521
+ export { default as StorageAdapter16GradientBlueIcon } from './StorageAdapter16GradientBlueIcon.js'
1522
+ export { default as StorageAdapter16GradientGrayIcon } from './StorageAdapter16GradientGrayIcon.js'
1523
+ export { default as StorageAdapter24GradientBlueIcon } from './StorageAdapter24GradientBlueIcon.js'
1524
+ export { default as StorageAdapter24GradientGrayIcon } from './StorageAdapter24GradientGrayIcon.js'
1525
+ export { default as StorageDevice16GradientBlueIcon } from './StorageDevice16GradientBlueIcon.js'
1526
+ export { default as StorageDevice16GradientGrayIcon } from './StorageDevice16GradientGrayIcon.js'
1527
+ export { default as StorageDevice24GradientBlueIcon } from './StorageDevice24GradientBlueIcon.js'
1528
+ export { default as StorageDevice24GradientGrayIcon } from './StorageDevice24GradientGrayIcon.js'
1506
1529
  export { default as SuspendIcon } from './SuspendIcon.js'
1507
1530
  export { default as SuspendedPause16GradientBlueIcon } from './SuspendedPause16GradientBlueIcon.js'
1508
1531
  export { default as SuspendedPause16GradientGrayIcon } from './SuspendedPause16GradientGrayIcon.js'
@@ -1521,6 +1544,9 @@ export { default as SyncReplicaPlan16FillGradientGrayIcon } from './SyncReplicaP
1521
1544
  export { default as SyncReplicaPlan24FillGradientBlueIcon } from './SyncReplicaPlan24FillGradientBlueIcon.js'
1522
1545
  export { default as SyncReplicaPlan24FillGradientGrayIcon } from './SyncReplicaPlan24FillGradientGrayIcon.js'
1523
1546
  export { default as SyncReplicaPlan24FillGradientOntintIcon } from './SyncReplicaPlan24FillGradientOntintIcon.js'
1547
+ export { default as SyncReplicaPlanStateChangeNotification24GradientBlueIcon } from './SyncReplicaPlanStateChangeNotification24GradientBlueIcon.js'
1548
+ export { default as SyncReplicaPlanStateChangeNotification24GradientGrayIcon } from './SyncReplicaPlanStateChangeNotification24GradientGrayIcon.js'
1549
+ export { default as SyncReplicaPlanStateChangeNotification24OntintIcon } from './SyncReplicaPlanStateChangeNotification24OntintIcon.js'
1524
1550
  export { default as Syslog24GradientBlueIcon } from './Syslog24GradientBlueIcon.js'
1525
1551
  export { default as Syslog24OntintIcon } from './Syslog24OntintIcon.js'
1526
1552
  export { default as SystemDisk16RedIcon } from './SystemDisk16RedIcon.js'