@cloudtower/icons-react 490.0.6 → 490.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) 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/Rescan16GradientBlueIcon.d.ts +4 -0
  13. package/dist/Rescan16GradientGrayIcon.d.ts +4 -0
  14. package/dist/Rescan24GradientBlueIcon.d.ts +4 -0
  15. package/dist/StorageAdapter16GradientBlueIcon.d.ts +4 -0
  16. package/dist/StorageAdapter16GradientGrayIcon.d.ts +4 -0
  17. package/dist/StorageAdapter24GradientBlueIcon.d.ts +4 -0
  18. package/dist/StorageAdapter24GradientGrayIcon.d.ts +4 -0
  19. package/dist/StorageDevice16GradientBlueIcon.d.ts +4 -0
  20. package/dist/StorageDevice16GradientGrayIcon.d.ts +4 -0
  21. package/dist/StorageDevice24GradientBlueIcon.d.ts +4 -0
  22. package/dist/StorageDevice24GradientGrayIcon.d.ts +4 -0
  23. package/dist/cjs/Datastore16GradientBlueIcon.js +33 -0
  24. package/dist/cjs/Datastore24GradientBlueIcon.js +33 -0
  25. package/dist/cjs/Datastore32ColorfulIcon.js +47 -0
  26. package/dist/cjs/ExpandCapacity16GradientBlueIcon.js +33 -0
  27. package/dist/cjs/ExpandCapacity16GradientGrayIcon.js +33 -0
  28. package/dist/cjs/ExpandCapacity24GradientBlueIcon.js +33 -0
  29. package/dist/cjs/ExpandCapacity24GradientGrayIcon.js +33 -0
  30. package/dist/cjs/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
  31. package/dist/cjs/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
  32. package/dist/cjs/NetworkSecurity32ColorfulIcon.js +35 -0
  33. package/dist/cjs/PlusAddCircle24GradientBlueIcon.js +50 -0
  34. package/dist/cjs/Rescan16GradientBlueIcon.js +50 -0
  35. package/dist/cjs/Rescan16GradientGrayIcon.js +50 -0
  36. package/dist/cjs/Rescan24GradientBlueIcon.js +50 -0
  37. package/dist/cjs/StorageAdapter16GradientBlueIcon.js +33 -0
  38. package/dist/cjs/StorageAdapter16GradientGrayIcon.js +33 -0
  39. package/dist/cjs/StorageAdapter24GradientBlueIcon.js +33 -0
  40. package/dist/cjs/StorageAdapter24GradientGrayIcon.js +33 -0
  41. package/dist/cjs/StorageDevice16GradientBlueIcon.js +51 -0
  42. package/dist/cjs/StorageDevice16GradientGrayIcon.js +51 -0
  43. package/dist/cjs/StorageDevice24GradientBlueIcon.js +35 -0
  44. package/dist/cjs/StorageDevice24GradientGrayIcon.js +33 -0
  45. package/dist/cjs/index.js +22 -0
  46. package/dist/esm/Datastore16GradientBlueIcon.js +33 -0
  47. package/dist/esm/Datastore24GradientBlueIcon.js +33 -0
  48. package/dist/esm/Datastore32ColorfulIcon.js +47 -0
  49. package/dist/esm/ExpandCapacity16GradientBlueIcon.js +33 -0
  50. package/dist/esm/ExpandCapacity16GradientGrayIcon.js +33 -0
  51. package/dist/esm/ExpandCapacity24GradientBlueIcon.js +33 -0
  52. package/dist/esm/ExpandCapacity24GradientGrayIcon.js +33 -0
  53. package/dist/esm/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
  54. package/dist/esm/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
  55. package/dist/esm/NetworkSecurity32ColorfulIcon.js +35 -0
  56. package/dist/esm/PlusAddCircle24GradientBlueIcon.js +50 -0
  57. package/dist/esm/Rescan16GradientBlueIcon.js +50 -0
  58. package/dist/esm/Rescan16GradientGrayIcon.js +50 -0
  59. package/dist/esm/Rescan24GradientBlueIcon.js +50 -0
  60. package/dist/esm/StorageAdapter16GradientBlueIcon.js +33 -0
  61. package/dist/esm/StorageAdapter16GradientGrayIcon.js +33 -0
  62. package/dist/esm/StorageAdapter24GradientBlueIcon.js +33 -0
  63. package/dist/esm/StorageAdapter24GradientGrayIcon.js +33 -0
  64. package/dist/esm/StorageDevice16GradientBlueIcon.js +51 -0
  65. package/dist/esm/StorageDevice16GradientGrayIcon.js +51 -0
  66. package/dist/esm/StorageDevice24GradientBlueIcon.js +35 -0
  67. package/dist/esm/StorageDevice24GradientGrayIcon.js +33 -0
  68. package/dist/esm/index.js +22 -0
  69. package/dist/image-types.d.ts +1 -1
  70. package/dist/index.d.ts +22 -0
  71. package/package.json +3 -3
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function ExpandCapacity16GradientGrayIcon({
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": "ExpandCapacity16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.204 2.01A2 2 0 0114 4v8l-.01.204a2 2 0 01-1.786 1.785L12 14H4a2 2 0 01-1.99-1.796L2 12V4a2 2 0 012-2h8l.204.01zM4 3a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1V4a1 1 0 00-1-1H4zm4 1.5a.5.5 0 01.5.5v2.5H11a.5.5 0 010 1H8.5V11a.5.5 0 01-1 0V8.5H5a.5.5 0 010-1h2.5V5a.5.5 0 01.5-.5z",
18
+ fill: "url(#paint0_radial_ExpandCapacity16GradientGrayIcon_19248_346)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_ExpandCapacity16GradientGrayIcon_19248_346",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 17.9 4.586) scale(16.9706)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ export default ExpandCapacity16GradientGrayIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function ExpandCapacity24GradientBlueIcon({
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": "ExpandCapacity24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19 3a2 2 0 012 2v14a2 2 0 01-1.796 1.99L19 21H5l-.204-.01a2 2 0 01-1.785-1.786L3 19V5a2 2 0 012-2h14zM5 4a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V5a1 1 0 00-1-1H5zm7 2.5a.5.5 0 01.5.5v4.5H17a.5.5 0 010 1h-4.5V17a.5.5 0 01-1 0v-4.5H7a.5.5 0 010-1h4.5V7a.5.5 0 01.5-.5z",
18
+ fill: "url(#paint0_radial_ExpandCapacity24GradientBlueIcon_19248_323)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_ExpandCapacity24GradientBlueIcon_19248_323",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#5BCAFF"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#06F"
31
+ }))));
32
+ }
33
+ export default ExpandCapacity24GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ function ExpandCapacity24GradientGrayIcon({
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": "ExpandCapacity24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19 3a2 2 0 012 2v14a2 2 0 01-1.796 1.99L19 21H5l-.204-.01a2 2 0 01-1.785-1.786L3 19V5a2 2 0 012-2h14zM5 4a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V5a1 1 0 00-1-1H5zm7 2.5a.5.5 0 01.5.5v4.5H17a.5.5 0 010 1h-4.5V17a.5.5 0 01-1 0v-4.5H7a.5.5 0 010-1h4.5V7a.5.5 0 01.5-.5z",
18
+ fill: "url(#paint0_radial_ExpandCapacity24GradientGrayIcon_19248_350)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_ExpandCapacity24GradientGrayIcon_19248_350",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#CCD4E3"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#6B7D99"
31
+ }))));
32
+ }
33
+ export default ExpandCapacity24GradientGrayIcon;
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function MinusUnmountRemoveCircle16GradientBlueIcon({
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": "MinusUnmountRemoveCircle16GradientBlueIcon",
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_MinusUnmountRemoveCircle16GradientBlueIcon_19246_21)"
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_MinusUnmountRemoveCircle16GradientBlueIcon_19246_21)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_MinusUnmountRemoveCircle16GradientBlueIcon_19246_21",
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: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_MinusUnmountRemoveCircle16GradientBlueIcon_19246_21",
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: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ export default MinusUnmountRemoveCircle16GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function MinusUnmountRemoveCircle24GradientBlueIcon({
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": "MinusUnmountRemoveCircle24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7 11.5a.5.5 0 000 1h10a.5.5 0 000-1H7z",
18
+ fill: "url(#paint0_radial_MinusUnmountRemoveCircle24GradientBlueIcon_19252_1161)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-1 0a9 9 0 11-18 0 9 9 0 0118 0z",
23
+ fill: "url(#paint1_radial_MinusUnmountRemoveCircle24GradientBlueIcon_19252_1161)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_MinusUnmountRemoveCircle24GradientBlueIcon_19252_1161",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
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_MinusUnmountRemoveCircle24GradientBlueIcon_19252_1161",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ export default MinusUnmountRemoveCircle24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function NetworkSecurity32ColorfulIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 32,
9
+ height: 32,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "NetworkSecurity32ColorfulIcon",
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.265 6.022a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm2.5-1.5a2.5 2.5 0 01-2 2.45v2.762l3.37-1.945a2.018 2.018 0 11.48.877l-3.445 1.99 2.46 1.42a2.5 2.5 0 014.229.807c-.28.11-.588.234-.929.372a1.5 1.5 0 10-2.659 1.325 3.632 3.632 0 00-.502.462 3.08 3.08 0 00-.207.258 2.49 2.49 0 01-.43-2.357l-2.367-1.367v3.843a2.018 2.018 0 11-1 0v-3.953L8.283 12.9a2.5 2.5 0 11-.514-.858l2.401-1.386-3.324-1.919a2.018 2.018 0 11.523-.853l3.396 1.961V6.972a2.5 2.5 0 113-2.45zM5.924 15.23a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm12.28-.447c2.995-1.22 3.364-1.27 3.82-1.27.455 0 .825.05 3.82 1.27.608.247 1.081.456 1.445.65.362.191.648.386.857.62.431.483.43 1.035.43 1.583v5.679c0 1.265-.153 2.112-.608 2.83-.426.673-1.095 1.183-1.95 1.836l-.06.046c-.927.708-1.713 1.191-2.357 1.498-.633.303-1.166.454-1.577.454-.411 0-.944-.151-1.577-.454-.644-.307-1.43-.79-2.358-1.498l-.06-.046c-.854-.652-1.523-1.163-1.95-1.837-.454-.717-.607-1.564-.607-2.83v-5.678c-.001-.548-.002-1.1.43-1.583.208-.234.495-.429.857-.62a16.29 16.29 0 011.445-.65zm-1.732 8.532v-1.57h5.552v-7.232h.024c.21-.002.473-.004 3.418 1.196.602.245 1.037.438 1.354.606.319.17.486.299.58.404.154.172.176.333.176.992v4.035h-5.552v7.233c-.195 0-.57-.08-1.146-.356-.567-.27-1.294-.712-2.182-1.39-.932-.713-1.452-1.119-1.772-1.624-.302-.477-.452-1.094-.452-2.294z",
20
+ fill: "url(#paint0_radial_NetworkSecurity32ColorfulIcon_13454_62612)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_NetworkSecurity32ColorfulIcon_13454_62612",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "scale(45.1742 36.0755) rotate(-45 1.063 .42)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#39CBFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#0785B3"
33
+ }))));
34
+ }
35
+ export default NetworkSecurity32ColorfulIcon;
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function PlusAddCircle24GradientBlueIcon({
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": "PlusAddCircle24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.5 7a.5.5 0 011 0v4.5H17a.5.5 0 010 1h-4.5V17a.5.5 0 01-1 0v-4.5H7a.5.5 0 010-1h4.5V7z",
18
+ fill: "url(#paint0_radial_PlusAddCircle24GradientBlueIcon_19251_21)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-1a9 9 0 100-18 9 9 0 000 18z",
23
+ fill: "url(#paint1_radial_PlusAddCircle24GradientBlueIcon_19251_21)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_PlusAddCircle24GradientBlueIcon_19251_21",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
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_PlusAddCircle24GradientBlueIcon_19251_21",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ export default PlusAddCircle24GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function Rescan16GradientBlueIcon({
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": "Rescan16GradientBlueIcon",
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_Rescan16GradientBlueIcon_19256_1164)"
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_Rescan16GradientBlueIcon_19256_1164)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_Rescan16GradientBlueIcon_19256_1164",
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: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_Rescan16GradientBlueIcon_19256_1164",
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: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ export default Rescan16GradientBlueIcon;
@@ -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;