@cloudtower/icons-react 4100.0.14 → 4100.0.15

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 (35) hide show
  1. package/dist/ClusterDefault16GradientBlueOutlinedIcon.d.ts +4 -0
  2. package/dist/ClusterDefault16GradientGrayOutlinedIcon.d.ts +4 -0
  3. package/dist/ClusterDefault16OntintOutlinedIcon.d.ts +4 -0
  4. package/dist/ClusterDefault16OntintSolidIcon.d.ts +4 -0
  5. package/dist/ClusterDefault16YellowOutlinedIcon.d.ts +4 -0
  6. package/dist/ClusterDefault24GradientBlueOutlinedIcon.d.ts +4 -0
  7. package/dist/ClusterDisconnected16GradientBlueOutlinedIcon.d.ts +4 -0
  8. package/dist/ClusterDisconnected16OntintOutlinedIcon.d.ts +4 -0
  9. package/dist/cjs/ClusterDefault16GradientBlueOutlinedIcon.js +80 -0
  10. package/dist/cjs/{Cluster16GradientGrayOutlinedIcon.js → ClusterDefault16GradientGrayOutlinedIcon.js} +11 -11
  11. package/dist/cjs/ClusterDefault16OntintOutlinedIcon.js +26 -0
  12. package/dist/cjs/{Cluster16OntintSolidIcon.js → ClusterDefault16OntintSolidIcon.js} +3 -3
  13. package/dist/cjs/{Cluster16YellowOutlinedIcon.js → ClusterDefault16YellowOutlinedIcon.js} +3 -3
  14. package/dist/cjs/{Cluster24GradientBlueOutlinedIcon.js → ClusterDefault24GradientBlueOutlinedIcon.js} +11 -11
  15. package/dist/cjs/{Cluster16GradientBlueOutlinedIcon.js → ClusterDisconnected16GradientBlueOutlinedIcon.js} +11 -11
  16. package/dist/cjs/{Cluster16OntintOutlinedIcon.js → ClusterDisconnected16OntintOutlinedIcon.js} +3 -3
  17. package/dist/cjs/index.js +8 -6
  18. package/dist/esm/ClusterDefault16GradientBlueOutlinedIcon.js +80 -0
  19. package/dist/esm/{Cluster16GradientGrayOutlinedIcon.js → ClusterDefault16GradientGrayOutlinedIcon.js} +11 -11
  20. package/dist/esm/ClusterDefault16OntintOutlinedIcon.js +26 -0
  21. package/dist/esm/{Cluster16OntintSolidIcon.js → ClusterDefault16OntintSolidIcon.js} +3 -3
  22. package/dist/esm/{Cluster16YellowOutlinedIcon.js → ClusterDefault16YellowOutlinedIcon.js} +3 -3
  23. package/dist/esm/{Cluster24GradientBlueOutlinedIcon.js → ClusterDefault24GradientBlueOutlinedIcon.js} +11 -11
  24. package/dist/esm/{Cluster16GradientBlueOutlinedIcon.js → ClusterDisconnected16GradientBlueOutlinedIcon.js} +11 -11
  25. package/dist/esm/{Cluster16OntintOutlinedIcon.js → ClusterDisconnected16OntintOutlinedIcon.js} +3 -3
  26. package/dist/esm/index.js +8 -6
  27. package/dist/image-types.d.ts +1 -1
  28. package/dist/index.d.ts +8 -6
  29. package/package.json +2 -2
  30. package/dist/Cluster16GradientBlueOutlinedIcon.d.ts +0 -4
  31. package/dist/Cluster16GradientGrayOutlinedIcon.d.ts +0 -4
  32. package/dist/Cluster16OntintOutlinedIcon.d.ts +0 -4
  33. package/dist/Cluster16OntintSolidIcon.d.ts +0 -4
  34. package/dist/Cluster16YellowOutlinedIcon.d.ts +0 -4
  35. package/dist/Cluster24GradientBlueOutlinedIcon.d.ts +0 -4
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDefault16GradientBlueOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDefault16GradientBlueOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDefault16GradientGrayOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDefault16GradientGrayOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDefault16OntintOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDefault16OntintOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDefault16OntintSolidIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDefault16OntintSolidIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDefault16YellowOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDefault16YellowOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDefault24GradientBlueOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDefault24GradientBlueOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDisconnected16GradientBlueOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDisconnected16GradientBlueOutlinedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ClusterDisconnected16OntintOutlinedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ClusterDisconnected16OntintOutlinedIcon;
4
+
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function ClusterDefault16GradientBlueOutlinedIcon({
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": "ClusterDefault16GradientBlueOutlinedIcon",
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#06F"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#06F"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#06F"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#06F"
78
+ }))));
79
+ }
80
+ module.exports = ClusterDefault16GradientBlueOutlinedIcon;
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function Cluster16GradientGrayOutlinedIcon({
2
+ function ClusterDefault16GradientGrayOutlinedIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,26 +9,26 @@ function Cluster16GradientGrayOutlinedIcon({
9
9
  height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster16GradientGrayOutlinedIcon",
12
+ "data-testid": "ClusterDefault16GradientGrayOutlinedIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
17
  d: "M4.5 4A.75.75 0 113 4a.75.75 0 011.5 0z",
18
- fill: "url(#paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
18
+ fill: "url(#paint0_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
19
19
  }), /*#__PURE__*/React.createElement("path", {
20
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)"
21
+ fill: "url(#paint1_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
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)"
24
+ fill: "url(#paint2_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
26
  fillRule: "evenodd",
27
27
  clipRule: "evenodd",
28
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)"
29
+ fill: "url(#paint3_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
30
30
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
- id: "paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
31
+ id: "paint0_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
32
32
  cx: 0,
33
33
  cy: 0,
34
34
  r: 1,
@@ -40,7 +40,7 @@ function Cluster16GradientGrayOutlinedIcon({
40
40
  offset: 1,
41
41
  stopColor: "#6B7D99"
42
42
  })), /*#__PURE__*/React.createElement("radialGradient", {
43
- id: "paint1_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
43
+ id: "paint1_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
44
44
  cx: 0,
45
45
  cy: 0,
46
46
  r: 1,
@@ -52,7 +52,7 @@ function Cluster16GradientGrayOutlinedIcon({
52
52
  offset: 1,
53
53
  stopColor: "#6B7D99"
54
54
  })), /*#__PURE__*/React.createElement("radialGradient", {
55
- id: "paint2_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
55
+ id: "paint2_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
56
56
  cx: 0,
57
57
  cy: 0,
58
58
  r: 1,
@@ -64,7 +64,7 @@ function Cluster16GradientGrayOutlinedIcon({
64
64
  offset: 1,
65
65
  stopColor: "#6B7D99"
66
66
  })), /*#__PURE__*/React.createElement("radialGradient", {
67
- id: "paint3_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
67
+ id: "paint3_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
68
68
  cx: 0,
69
69
  cy: 0,
70
70
  r: 1,
@@ -77,4 +77,4 @@ function Cluster16GradientGrayOutlinedIcon({
77
77
  stopColor: "#6B7D99"
78
78
  }))));
79
79
  }
80
- module.exports = Cluster16GradientGrayOutlinedIcon;
80
+ module.exports = ClusterDefault16GradientGrayOutlinedIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("react");
2
+ function ClusterDefault16OntintOutlinedIcon({
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": "ClusterDefault16OntintOutlinedIcon",
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 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 = ClusterDefault16OntintOutlinedIcon;
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function Cluster16OntintSolidIcon({
2
+ function ClusterDefault16OntintSolidIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,7 +9,7 @@ function Cluster16OntintSolidIcon({
9
9
  height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster16OntintSolidIcon",
12
+ "data-testid": "ClusterDefault16OntintSolidIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
@@ -20,4 +20,4 @@ function Cluster16OntintSolidIcon({
20
20
  fill: "#fff"
21
21
  }));
22
22
  }
23
- module.exports = Cluster16OntintSolidIcon;
23
+ module.exports = ClusterDefault16OntintSolidIcon;
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function Cluster16YellowOutlinedIcon({
2
+ function ClusterDefault16YellowOutlinedIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,7 +9,7 @@ function Cluster16YellowOutlinedIcon({
9
9
  height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster16YellowOutlinedIcon",
12
+ "data-testid": "ClusterDefault16YellowOutlinedIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
@@ -23,4 +23,4 @@ function Cluster16YellowOutlinedIcon({
23
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
24
  })));
25
25
  }
26
- module.exports = Cluster16YellowOutlinedIcon;
26
+ module.exports = ClusterDefault16YellowOutlinedIcon;
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function Cluster24GradientBlueOutlinedIcon({
2
+ function ClusterDefault24GradientBlueOutlinedIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,26 +9,26 @@ function Cluster24GradientBlueOutlinedIcon({
9
9
  height: 24,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster24GradientBlueOutlinedIcon",
12
+ "data-testid": "ClusterDefault24GradientBlueOutlinedIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
17
  d: "M5 8a1 1 0 100-2 1 1 0 000 2z",
18
- fill: "url(#paint0_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
18
+ fill: "url(#paint0_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857)"
19
19
  }), /*#__PURE__*/React.createElement("path", {
20
20
  d: "M6 12a1 1 0 11-2 0 1 1 0 012 0z",
21
- fill: "url(#paint1_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
21
+ fill: "url(#paint1_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857)"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M5 18a1 1 0 100-2 1 1 0 000 2z",
24
- fill: "url(#paint2_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
24
+ fill: "url(#paint2_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857)"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
26
  fillRule: "evenodd",
27
27
  clipRule: "evenodd",
28
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)"
29
+ fill: "url(#paint3_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857)"
30
30
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
- id: "paint0_radial_Cluster24GradientBlueOutlinedIcon_877_857",
31
+ id: "paint0_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857",
32
32
  cx: 0,
33
33
  cy: 0,
34
34
  r: 1,
@@ -40,7 +40,7 @@ function Cluster24GradientBlueOutlinedIcon({
40
40
  offset: 1,
41
41
  stopColor: "#06F"
42
42
  })), /*#__PURE__*/React.createElement("radialGradient", {
43
- id: "paint1_radial_Cluster24GradientBlueOutlinedIcon_877_857",
43
+ id: "paint1_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857",
44
44
  cx: 0,
45
45
  cy: 0,
46
46
  r: 1,
@@ -52,7 +52,7 @@ function Cluster24GradientBlueOutlinedIcon({
52
52
  offset: 1,
53
53
  stopColor: "#06F"
54
54
  })), /*#__PURE__*/React.createElement("radialGradient", {
55
- id: "paint2_radial_Cluster24GradientBlueOutlinedIcon_877_857",
55
+ id: "paint2_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857",
56
56
  cx: 0,
57
57
  cy: 0,
58
58
  r: 1,
@@ -64,7 +64,7 @@ function Cluster24GradientBlueOutlinedIcon({
64
64
  offset: 1,
65
65
  stopColor: "#06F"
66
66
  })), /*#__PURE__*/React.createElement("radialGradient", {
67
- id: "paint3_radial_Cluster24GradientBlueOutlinedIcon_877_857",
67
+ id: "paint3_radial_ClusterDefault24GradientBlueOutlinedIcon_877_857",
68
68
  cx: 0,
69
69
  cy: 0,
70
70
  r: 1,
@@ -77,4 +77,4 @@ function Cluster24GradientBlueOutlinedIcon({
77
77
  stopColor: "#06F"
78
78
  }))));
79
79
  }
80
- module.exports = Cluster24GradientBlueOutlinedIcon;
80
+ module.exports = ClusterDefault24GradientBlueOutlinedIcon;
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function Cluster16GradientBlueOutlinedIcon({
2
+ function ClusterDisconnected16GradientBlueOutlinedIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,24 +9,24 @@ function Cluster16GradientBlueOutlinedIcon({
9
9
  height: 18,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster16GradientBlueOutlinedIcon",
12
+ "data-testid": "ClusterDisconnected16GradientBlueOutlinedIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
17
  d: "M4.5 6A.75.75 0 113 6a.75.75 0 011.5 0z",
18
- fill: "url(#paint0_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
18
+ fill: "url(#paint0_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2)"
19
19
  }), /*#__PURE__*/React.createElement("path", {
20
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)"
21
+ fill: "url(#paint1_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2)"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
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)"
24
+ fill: "url(#paint2_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2)"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
26
  fillRule: "evenodd",
27
27
  clipRule: "evenodd",
28
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)"
29
+ fill: "url(#paint3_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2)"
30
30
  }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
31
31
  cx: 14,
32
32
  cy: 4,
@@ -34,7 +34,7 @@ function Cluster16GradientBlueOutlinedIcon({
34
34
  fill: "#F0483E",
35
35
  stroke: "#fff"
36
36
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
37
- id: "paint0_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
37
+ id: "paint0_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2",
38
38
  cx: 0,
39
39
  cy: 0,
40
40
  r: 1,
@@ -46,7 +46,7 @@ function Cluster16GradientBlueOutlinedIcon({
46
46
  offset: 1,
47
47
  stopColor: "#06F"
48
48
  })), /*#__PURE__*/React.createElement("radialGradient", {
49
- id: "paint1_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
49
+ id: "paint1_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2",
50
50
  cx: 0,
51
51
  cy: 0,
52
52
  r: 1,
@@ -58,7 +58,7 @@ function Cluster16GradientBlueOutlinedIcon({
58
58
  offset: 1,
59
59
  stopColor: "#06F"
60
60
  })), /*#__PURE__*/React.createElement("radialGradient", {
61
- id: "paint2_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
61
+ id: "paint2_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2",
62
62
  cx: 0,
63
63
  cy: 0,
64
64
  r: 1,
@@ -70,7 +70,7 @@ function Cluster16GradientBlueOutlinedIcon({
70
70
  offset: 1,
71
71
  stopColor: "#06F"
72
72
  })), /*#__PURE__*/React.createElement("radialGradient", {
73
- id: "paint3_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
73
+ id: "paint3_radial_ClusterDisconnected16GradientBlueOutlinedIcon_19771_2",
74
74
  cx: 0,
75
75
  cy: 0,
76
76
  r: 1,
@@ -83,4 +83,4 @@ function Cluster16GradientBlueOutlinedIcon({
83
83
  stopColor: "#06F"
84
84
  }))));
85
85
  }
86
- module.exports = Cluster16GradientBlueOutlinedIcon;
86
+ module.exports = ClusterDisconnected16GradientBlueOutlinedIcon;
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function Cluster16OntintOutlinedIcon({
2
+ function ClusterDisconnected16OntintOutlinedIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,7 +9,7 @@ function Cluster16OntintOutlinedIcon({
9
9
  height: 18,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster16OntintOutlinedIcon",
12
+ "data-testid": "ClusterDisconnected16OntintOutlinedIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
@@ -29,4 +29,4 @@ function Cluster16OntintOutlinedIcon({
29
29
  stroke: "#fff"
30
30
  }));
31
31
  }
32
- module.exports = Cluster16OntintOutlinedIcon;
32
+ module.exports = ClusterDisconnected16OntintOutlinedIcon;
package/dist/cjs/index.js CHANGED
@@ -246,24 +246,26 @@ module.exports.CloneIcon = require("./CloneIcon.js")
246
246
  module.exports.CloseRedIcon = require("./CloseRedIcon.js")
247
247
  module.exports.CloseIcon = require("./CloseIcon.js")
248
248
  module.exports.Cluster16BlueIcon = require("./Cluster16BlueIcon.js")
249
- module.exports.Cluster16GradientBlueOutlinedIcon = require("./Cluster16GradientBlueOutlinedIcon.js")
250
249
  module.exports.Cluster16GradientBlueIcon = require("./Cluster16GradientBlueIcon.js")
251
- module.exports.Cluster16GradientGrayOutlinedIcon = require("./Cluster16GradientGrayOutlinedIcon.js")
252
250
  module.exports.Cluster16GradientGrayIcon = require("./Cluster16GradientGrayIcon.js")
253
- module.exports.Cluster16OntintOutlinedIcon = require("./Cluster16OntintOutlinedIcon.js")
254
- module.exports.Cluster16OntintSolidIcon = require("./Cluster16OntintSolidIcon.js")
255
251
  module.exports.Cluster16OntintIcon = require("./Cluster16OntintIcon.js")
256
- module.exports.Cluster16YellowOutlinedIcon = require("./Cluster16YellowOutlinedIcon.js")
257
252
  module.exports.Cluster16YellowIcon = require("./Cluster16YellowIcon.js")
258
253
  module.exports.Cluster16Icon = require("./Cluster16Icon.js")
259
254
  module.exports.Cluster24BlueIcon = require("./Cluster24BlueIcon.js")
260
- module.exports.Cluster24GradientBlueOutlinedIcon = require("./Cluster24GradientBlueOutlinedIcon.js")
261
255
  module.exports.Cluster24GradientBlueIcon = require("./Cluster24GradientBlueIcon.js")
262
256
  module.exports.Cluster24GradientGrayIcon = require("./Cluster24GradientGrayIcon.js")
263
257
  module.exports.Cluster24OntintIcon = require("./Cluster24OntintIcon.js")
264
258
  module.exports.Cluster24Icon = require("./Cluster24Icon.js")
265
259
  module.exports.ClusterBlueIcon = require("./ClusterBlueIcon.js")
260
+ module.exports.ClusterDefault16GradientBlueOutlinedIcon = require("./ClusterDefault16GradientBlueOutlinedIcon.js")
261
+ module.exports.ClusterDefault16GradientGrayOutlinedIcon = require("./ClusterDefault16GradientGrayOutlinedIcon.js")
262
+ module.exports.ClusterDefault16OntintOutlinedIcon = require("./ClusterDefault16OntintOutlinedIcon.js")
263
+ module.exports.ClusterDefault16OntintSolidIcon = require("./ClusterDefault16OntintSolidIcon.js")
264
+ module.exports.ClusterDefault16YellowOutlinedIcon = require("./ClusterDefault16YellowOutlinedIcon.js")
265
+ module.exports.ClusterDefault24GradientBlueOutlinedIcon = require("./ClusterDefault24GradientBlueOutlinedIcon.js")
266
266
  module.exports.ClusterDisconnected16BlueIcon = require("./ClusterDisconnected16BlueIcon.js")
267
+ module.exports.ClusterDisconnected16GradientBlueOutlinedIcon = require("./ClusterDisconnected16GradientBlueOutlinedIcon.js")
268
+ module.exports.ClusterDisconnected16OntintOutlinedIcon = require("./ClusterDisconnected16OntintOutlinedIcon.js")
267
269
  module.exports.ClusterFill16OntintIcon = require("./ClusterFill16OntintIcon.js")
268
270
  module.exports.ClusterFill24OntintIcon = require("./ClusterFill24OntintIcon.js")
269
271
  module.exports.ClusterGrayIcon = require("./ClusterGrayIcon.js")
@@ -0,0 +1,80 @@
1
+ import * as React from "react";
2
+ function ClusterDefault16GradientBlueOutlinedIcon({
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": "ClusterDefault16GradientBlueOutlinedIcon",
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
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_ClusterDefault16GradientBlueOutlinedIcon_877_850)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#06F"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#06F"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#06F"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_ClusterDefault16GradientBlueOutlinedIcon_877_850",
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: "#5BCAFF"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#06F"
78
+ }))));
79
+ }
80
+ export default ClusterDefault16GradientBlueOutlinedIcon;
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- function Cluster16GradientGrayOutlinedIcon({
2
+ function ClusterDefault16GradientGrayOutlinedIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -9,26 +9,26 @@ function Cluster16GradientGrayOutlinedIcon({
9
9
  height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "Cluster16GradientGrayOutlinedIcon",
12
+ "data-testid": "ClusterDefault16GradientGrayOutlinedIcon",
13
13
  "aria-labelledby": titleId
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
17
  d: "M4.5 4A.75.75 0 113 4a.75.75 0 011.5 0z",
18
- fill: "url(#paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
18
+ fill: "url(#paint0_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
19
19
  }), /*#__PURE__*/React.createElement("path", {
20
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)"
21
+ fill: "url(#paint1_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
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)"
24
+ fill: "url(#paint2_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
26
  fillRule: "evenodd",
27
27
  clipRule: "evenodd",
28
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)"
29
+ fill: "url(#paint3_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275)"
30
30
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
- id: "paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
31
+ id: "paint0_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
32
32
  cx: 0,
33
33
  cy: 0,
34
34
  r: 1,
@@ -40,7 +40,7 @@ function Cluster16GradientGrayOutlinedIcon({
40
40
  offset: 1,
41
41
  stopColor: "#6B7D99"
42
42
  })), /*#__PURE__*/React.createElement("radialGradient", {
43
- id: "paint1_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
43
+ id: "paint1_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
44
44
  cx: 0,
45
45
  cy: 0,
46
46
  r: 1,
@@ -52,7 +52,7 @@ function Cluster16GradientGrayOutlinedIcon({
52
52
  offset: 1,
53
53
  stopColor: "#6B7D99"
54
54
  })), /*#__PURE__*/React.createElement("radialGradient", {
55
- id: "paint2_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
55
+ id: "paint2_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
56
56
  cx: 0,
57
57
  cy: 0,
58
58
  r: 1,
@@ -64,7 +64,7 @@ function Cluster16GradientGrayOutlinedIcon({
64
64
  offset: 1,
65
65
  stopColor: "#6B7D99"
66
66
  })), /*#__PURE__*/React.createElement("radialGradient", {
67
- id: "paint3_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
67
+ id: "paint3_radial_ClusterDefault16GradientGrayOutlinedIcon_11270_59275",
68
68
  cx: 0,
69
69
  cy: 0,
70
70
  r: 1,
@@ -77,4 +77,4 @@ function Cluster16GradientGrayOutlinedIcon({
77
77
  stopColor: "#6B7D99"
78
78
  }))));
79
79
  }
80
- export default Cluster16GradientGrayOutlinedIcon;
80
+ export default ClusterDefault16GradientGrayOutlinedIcon;