@cloudtower/icons-react 4100.0.12 → 4100.0.14

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 (50) hide show
  1. package/dist/Cluster16GradientBlueOutlinedIcon.d.ts +4 -0
  2. package/dist/Cluster16GradientGrayOutlinedIcon.d.ts +4 -0
  3. package/dist/Cluster16OntintOutlinedIcon.d.ts +4 -0
  4. package/dist/Cluster16OntintSolidIcon.d.ts +4 -0
  5. package/dist/Cluster16YellowOutlinedIcon.d.ts +4 -0
  6. package/dist/Cluster24GradientBlueOutlinedIcon.d.ts +4 -0
  7. package/dist/DatastoreDefault16GradientBlueIcon.d.ts +4 -0
  8. package/dist/DatastoreDefault16GradientGrayIcon.d.ts +4 -0
  9. package/dist/DatastoreDefault16OntintIcon.d.ts +4 -0
  10. package/dist/DatastoreDefault16YellowIcon.d.ts +4 -0
  11. package/dist/DatastoreDefault24GradientBlueIcon.d.ts +4 -0
  12. package/dist/DatastoreDefault24GradientGrayIcon.d.ts +4 -0
  13. package/dist/DatastoreDefault32ColorfulIcon.d.ts +4 -0
  14. package/dist/DatastoreDisconnected16GradientBlueIcon.d.ts +4 -0
  15. package/dist/DatastoreDisconnected16OntintIcon.d.ts +4 -0
  16. package/dist/cjs/Cluster16GradientBlueOutlinedIcon.js +86 -0
  17. package/dist/cjs/Cluster16GradientGrayOutlinedIcon.js +80 -0
  18. package/dist/cjs/Cluster16OntintOutlinedIcon.js +32 -0
  19. package/dist/cjs/Cluster16OntintSolidIcon.js +23 -0
  20. package/dist/cjs/Cluster16YellowOutlinedIcon.js +26 -0
  21. package/dist/cjs/Cluster24GradientBlueOutlinedIcon.js +80 -0
  22. package/dist/cjs/DatastoreDefault16GradientBlueIcon.js +33 -0
  23. package/dist/cjs/DatastoreDefault16GradientGrayIcon.js +33 -0
  24. package/dist/cjs/DatastoreDefault16OntintIcon.js +21 -0
  25. package/dist/cjs/DatastoreDefault16YellowIcon.js +21 -0
  26. package/dist/cjs/DatastoreDefault24GradientBlueIcon.js +33 -0
  27. package/dist/cjs/DatastoreDefault24GradientGrayIcon.js +35 -0
  28. package/dist/cjs/DatastoreDefault32ColorfulIcon.js +47 -0
  29. package/dist/cjs/DatastoreDisconnected16GradientBlueIcon.js +39 -0
  30. package/dist/cjs/DatastoreDisconnected16OntintIcon.js +27 -0
  31. package/dist/cjs/index.js +15 -0
  32. package/dist/esm/Cluster16GradientBlueOutlinedIcon.js +86 -0
  33. package/dist/esm/Cluster16GradientGrayOutlinedIcon.js +80 -0
  34. package/dist/esm/Cluster16OntintOutlinedIcon.js +32 -0
  35. package/dist/esm/Cluster16OntintSolidIcon.js +23 -0
  36. package/dist/esm/Cluster16YellowOutlinedIcon.js +26 -0
  37. package/dist/esm/Cluster24GradientBlueOutlinedIcon.js +80 -0
  38. package/dist/esm/DatastoreDefault16GradientBlueIcon.js +33 -0
  39. package/dist/esm/DatastoreDefault16GradientGrayIcon.js +33 -0
  40. package/dist/esm/DatastoreDefault16OntintIcon.js +21 -0
  41. package/dist/esm/DatastoreDefault16YellowIcon.js +21 -0
  42. package/dist/esm/DatastoreDefault24GradientBlueIcon.js +33 -0
  43. package/dist/esm/DatastoreDefault24GradientGrayIcon.js +35 -0
  44. package/dist/esm/DatastoreDefault32ColorfulIcon.js +47 -0
  45. package/dist/esm/DatastoreDisconnected16GradientBlueIcon.js +39 -0
  46. package/dist/esm/DatastoreDisconnected16OntintIcon.js +27 -0
  47. package/dist/esm/index.js +15 -0
  48. package/dist/image-types.d.ts +1 -1
  49. package/dist/index.d.ts +15 -0
  50. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cluster16GradientBlueOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cluster16GradientBlueOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cluster16GradientGrayOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cluster16GradientGrayOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cluster16OntintOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cluster16OntintOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cluster16OntintSolidIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cluster16OntintSolidIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cluster16YellowOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cluster16YellowOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cluster24GradientBlueOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cluster24GradientBlueOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault16YellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault16YellowIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDefault32ColorfulIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDefault32ColorfulIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDisconnected16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDisconnected16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const DatastoreDisconnected16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DatastoreDisconnected16OntintIcon;
4
+
@@ -0,0 +1,86 @@
1
+ const React = require("react");
2
+ function Cluster16GradientBlueOutlinedIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 18,
9
+ height: 18,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Cluster16GradientBlueOutlinedIcon",
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 6A.75.75 0 113 6a.75.75 0 011.5 0z",
18
+ fill: "url(#paint0_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M3.75 10.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
21
+ fill: "url(#paint1_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M3.75 14.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
24
+ fill: "url(#paint2_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M1 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.656c-.32.163-.74.163-1.581.163H3.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C1 15.361 1 14.941 1 14.1V5.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V5.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.218l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 8.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z",
29
+ fill: "url(#paint3_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
30
+ }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
31
+ cx: 14,
32
+ cy: 4,
33
+ r: 3.5,
34
+ fill: "#F0483E",
35
+ stroke: "#fff"
36
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint0_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "matrix(14 -13 14 13 1 16.5)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ })), /*#__PURE__*/React.createElement("radialGradient", {
49
+ id: "paint1_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
50
+ cx: 0,
51
+ cy: 0,
52
+ r: 1,
53
+ gradientTransform: "matrix(14 -13 14 13 1 16.5)",
54
+ gradientUnits: "userSpaceOnUse"
55
+ }, /*#__PURE__*/React.createElement("stop", {
56
+ stopColor: "#5BCAFF"
57
+ }), /*#__PURE__*/React.createElement("stop", {
58
+ offset: 1,
59
+ stopColor: "#06F"
60
+ })), /*#__PURE__*/React.createElement("radialGradient", {
61
+ id: "paint2_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
62
+ cx: 0,
63
+ cy: 0,
64
+ r: 1,
65
+ gradientTransform: "matrix(14 -13 14 13 1 16.5)",
66
+ gradientUnits: "userSpaceOnUse"
67
+ }, /*#__PURE__*/React.createElement("stop", {
68
+ stopColor: "#5BCAFF"
69
+ }), /*#__PURE__*/React.createElement("stop", {
70
+ offset: 1,
71
+ stopColor: "#06F"
72
+ })), /*#__PURE__*/React.createElement("radialGradient", {
73
+ id: "paint3_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
74
+ cx: 0,
75
+ cy: 0,
76
+ r: 1,
77
+ gradientTransform: "matrix(14 -13 14 13 1 16.5)",
78
+ gradientUnits: "userSpaceOnUse"
79
+ }, /*#__PURE__*/React.createElement("stop", {
80
+ stopColor: "#5BCAFF"
81
+ }), /*#__PURE__*/React.createElement("stop", {
82
+ offset: 1,
83
+ stopColor: "#06F"
84
+ }))));
85
+ }
86
+ module.exports = Cluster16GradientBlueOutlinedIcon;
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function Cluster16GradientGrayOutlinedIcon({
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": "Cluster16GradientGrayOutlinedIcon",
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 4A.75.75 0 113 4a.75.75 0 011.5 0z",
18
+ fill: "url(#paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
21
+ fill: "url(#paint1_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M3.75 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
24
+ fill: "url(#paint2_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M1 3.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1V3.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V3.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.219s.003 0 .008-.003a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 6.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z",
29
+ fill: "url(#paint3_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "matrix(14 -13 14 13 1 14.5)",
36
+ gradientUnits: "userSpaceOnUse"
37
+ }, /*#__PURE__*/React.createElement("stop", {
38
+ stopColor: "#CCD4E3"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#6B7D99"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "matrix(14 -13 14 13 1 14.5)",
48
+ gradientUnits: "userSpaceOnUse"
49
+ }, /*#__PURE__*/React.createElement("stop", {
50
+ stopColor: "#CCD4E3"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#6B7D99"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "matrix(14 -13 14 13 1 14.5)",
60
+ gradientUnits: "userSpaceOnUse"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#CCD4E3"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#6B7D99"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "matrix(14 -13 14 13 1 14.5)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#CCD4E3"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#6B7D99"
78
+ }))));
79
+ }
80
+ module.exports = Cluster16GradientGrayOutlinedIcon;
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ function Cluster16OntintOutlinedIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 18,
9
+ height: 18,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "Cluster16OntintOutlinedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fill: "#fff"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M4.5 6A.75.75 0 113 6a.75.75 0 011.5 0zM3.75 10.75a.75.75 0 100-1.5.75.75 0 000 1.5zM3.75 14.75a.75.75 0 100-1.5.75.75 0 000 1.5z"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M1 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.656c-.32.163-.74.163-1.581.163H3.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C1 15.361 1 14.941 1 14.1V5.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V5.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.218l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 8.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z"
24
+ })), /*#__PURE__*/React.createElement("circle", {
25
+ cx: 14,
26
+ cy: 4,
27
+ r: 3.5,
28
+ fill: "#F0483E",
29
+ stroke: "#fff"
30
+ }));
31
+ }
32
+ module.exports = Cluster16OntintOutlinedIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function Cluster16OntintSolidIcon({
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": "Cluster16OntintSolidIcon",
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: "M1.163 2.319C1 2.639 1 3.059 1 3.9v1.267h14V3.9c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.32-.163-.74-.163-1.581-.163H3.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 00-.656.656zM3.75 4.083a.75.75 0 100-1.5.75.75 0 000 1.5zM15 6.167H1v3.666h14V6.167zM3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5zM1 10.833h14V12.1c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1v-1.267zm3.5 1.834a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = Cluster16OntintSolidIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("react");
2
+ function Cluster16YellowOutlinedIcon({
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": "Cluster16YellowOutlinedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fill: "#FEA008"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M4.5 4A.75.75 0 113 4a.75.75 0 011.5 0zM3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5zM3.75 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M1 3.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1V3.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V3.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.219s.003 0 .008-.003a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 6.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z"
24
+ })));
25
+ }
26
+ module.exports = Cluster16YellowOutlinedIcon;
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function Cluster24GradientBlueOutlinedIcon({
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": "Cluster24GradientBlueOutlinedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M5 8a1 1 0 100-2 1 1 0 000 2z",
18
+ fill: "url(#paint0_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M6 12a1 1 0 11-2 0 1 1 0 012 0z",
21
+ fill: "url(#paint1_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M5 18a1 1 0 100-2 1 1 0 000 2z",
24
+ fill: "url(#paint2_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M2 7.2v9.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C3.52 20 4.08 20 5.2 20h13.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C22 18.48 22 17.92 22 16.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C20.48 4 19.92 4 18.8 4H5.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874C2 5.52 2 6.08 2 7.2zM18.8 5H5.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C3 6.25 3 6.623 3 7.2V9h18V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C19.75 5 19.377 5 18.8 5zM3 10h18v4H3v-4zm18 5H3v1.8c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C4.25 19 4.623 19 5.2 19h13.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C21 17.75 21 17.377 21 16.8V15z",
29
+ fill: "url(#paint3_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_Cluster24GradientBlueOutlinedIcon_877_857",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "matrix(20 -16 20 16 2 20)",
36
+ gradientUnits: "userSpaceOnUse"
37
+ }, /*#__PURE__*/React.createElement("stop", {
38
+ stopColor: "#5BCAFF"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#06F"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_Cluster24GradientBlueOutlinedIcon_877_857",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "matrix(20 -16 20 16 2 20)",
48
+ gradientUnits: "userSpaceOnUse"
49
+ }, /*#__PURE__*/React.createElement("stop", {
50
+ stopColor: "#5BCAFF"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#06F"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_Cluster24GradientBlueOutlinedIcon_877_857",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "matrix(20 -16 20 16 2 20)",
60
+ gradientUnits: "userSpaceOnUse"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#5BCAFF"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#06F"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_Cluster24GradientBlueOutlinedIcon_877_857",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "matrix(20 -16 20 16 2 20)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#5BCAFF"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#06F"
78
+ }))));
79
+ }
80
+ module.exports = Cluster24GradientBlueOutlinedIcon;
@@ -0,0 +1,33 @@
1
+ const React = require("react");
2
+ function DatastoreDefault16GradientBlueIcon({
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": "DatastoreDefault16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
18
+ fill: "url(#paint0_radial_DatastoreDefault16GradientBlueIcon_19245_157)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_DatastoreDefault16GradientBlueIcon_19245_157",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(13 -14.834 13 14.834 1.5 15.667)",
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
+ module.exports = DatastoreDefault16GradientBlueIcon;
@@ -0,0 +1,33 @@
1
+ const React = require("react");
2
+ function DatastoreDefault16GradientGrayIcon({
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": "DatastoreDefault16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
18
+ fill: "url(#paint0_radial_DatastoreDefault16GradientGrayIcon_19445_29)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_DatastoreDefault16GradientGrayIcon_19445_29",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "matrix(13 -14.834 13 14.834 1.5 15.667)",
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
+ module.exports = DatastoreDefault16GradientGrayIcon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+ function DatastoreDefault16OntintIcon({
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": "DatastoreDefault16OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
18
+ fill: "#fff"
19
+ }));
20
+ }
21
+ module.exports = DatastoreDefault16OntintIcon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+ function DatastoreDefault16YellowIcon({
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": "DatastoreDefault16YellowIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
18
+ fill: "#FEA008"
19
+ }));
20
+ }
21
+ module.exports = DatastoreDefault16YellowIcon;
@@ -0,0 +1,33 @@
1
+ const React = require("react");
2
+ function DatastoreDefault24GradientBlueIcon({
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": "DatastoreDefault24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.998 2.5c1.457 0 2.795.169 3.784.451.491.14.926.317 1.248.534.305.206.625.531.625.989v11.052c0 .458-.32.782-.625.989-.322.218-.757.393-1.248.534-.874.25-2.021.41-3.282.443V19h.5l.102.005A1 1 0 0114 20h8a.5.5 0 010 1h-8a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 21H2a.5.5 0 010-1h8a1 1 0 011-1h.5v-1.508c-1.262-.034-2.412-.193-3.287-.443-.491-.14-.926-.316-1.248-.534-.305-.207-.625-.532-.625-.989V4.474c0-.457.32-.783.625-.989.322-.217.757-.393 1.248-.534.99-.283 2.328-.451 3.785-.451zM11 21h2v-1h-2v1zm5.655-7.962a5.487 5.487 0 01-.873.327c-.99.283-2.327.45-3.784.45-1.457 0-2.796-.167-3.785-.45a5.486 5.486 0 01-.873-.327v2.475c.007.014.041.075.185.172.2.135.521.277.963.403.878.25 2.119.412 3.51.412 1.391 0 2.633-.162 3.51-.412.442-.126.763-.268.963-.403.143-.097.177-.157.184-.172v-2.475zm0-3.684a5.498 5.498 0 01-.873.327c-.99.282-2.327.45-3.784.45-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.014.04.075.185.173.2.135.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.267.963-.402.144-.098.178-.158.184-.173V9.354zm0-3.684a5.497 5.497 0 01-.873.326c-.99.283-2.327.451-3.784.451-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.013.039.074.185.173.2.135.522.276.963.402.878.25 2.119.413 3.51.413 1.391 0 2.633-.163 3.51-.413.442-.127.763-.267.963-.402.145-.098.178-.16.184-.173V5.67zM11.998 3.5c-1.391 0-2.632.162-3.51.412-.442.126-.763.268-.963.402a.62.62 0 00-.177.16c.016.026.061.08.177.159.2.134.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.268.963-.402a.613.613 0 00.177-.16.613.613 0 00-.177-.159c-.2-.134-.521-.276-.963-.402-.877-.25-2.119-.412-3.51-.412z",
18
+ fill: "url(#paint0_radial_DatastoreDefault24GradientBlueIcon_19245_99)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_DatastoreDefault24GradientBlueIcon_19245_99",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "scale(29.34 27.58) rotate(-45 .99 .332)",
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
+ module.exports = DatastoreDefault24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function DatastoreDefault24GradientGrayIcon({
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": "DatastoreDefault24GradientGrayIcon",
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.998 2.5c1.457 0 2.795.169 3.784.451.491.14.926.317 1.248.534.305.206.625.531.625.989v11.052c0 .458-.32.782-.625.989-.322.218-.757.393-1.248.534-.874.25-2.021.41-3.282.443V19h.5l.102.005A1 1 0 0114 20h8a.5.5 0 010 1h-8a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 21H2a.5.5 0 010-1h8a1 1 0 011-1h.5v-1.508c-1.262-.034-2.412-.193-3.287-.443-.491-.14-.926-.316-1.248-.534-.305-.207-.625-.532-.625-.989V4.474c0-.457.32-.783.625-.989.322-.217.757-.393 1.248-.534.99-.283 2.328-.451 3.785-.451zM11 21h2v-1h-2v1zm5.655-7.962a5.487 5.487 0 01-.873.327c-.99.283-2.327.45-3.784.45-1.457 0-2.796-.167-3.785-.45a5.486 5.486 0 01-.873-.327v2.475c.007.014.041.075.185.172.2.135.521.277.963.403.878.25 2.119.412 3.51.412 1.391 0 2.633-.162 3.51-.412.442-.126.763-.268.963-.403.143-.097.177-.157.184-.172v-2.475zm0-3.684a5.498 5.498 0 01-.873.327c-.99.282-2.327.45-3.784.45-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.014.04.075.185.173.2.135.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.267.963-.402.144-.098.178-.158.184-.173V9.354zm0-3.684a5.497 5.497 0 01-.873.326c-.99.283-2.327.451-3.784.451-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.013.039.074.185.173.2.135.522.276.963.402.878.25 2.119.413 3.51.413 1.391 0 2.633-.163 3.51-.413.442-.127.763-.267.963-.402.145-.098.178-.16.184-.173V5.67zM11.998 3.5c-1.391 0-2.632.162-3.51.412-.442.126-.763.268-.963.402a.62.62 0 00-.177.16c.016.026.061.08.177.159.2.134.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.268.963-.402a.613.613 0 00.177-.16.613.613 0 00-.177-.159c-.2-.134-.521-.276-.963-.402-.877-.25-2.119-.412-3.51-.412z",
20
+ fill: "url(#paint0_radial_DatastoreDefault24GradientGrayIcon_19670_1088)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_DatastoreDefault24GradientGrayIcon_19670_1088",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(21 -19.5 21 19.5 1.5 22)",
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
+ module.exports = DatastoreDefault24GradientGrayIcon;