@cloudtower/icons-react 0.28.0-tower-11421-1 → 0.28.1

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 (43) hide show
  1. package/dist/ActiveObservabilityService24GrayIcon.d.ts +4 -0
  2. package/dist/Loading16BoldOntintIcon.d.ts +4 -0
  3. package/dist/Loading24BoldGradientBlueIcon.d.ts +4 -0
  4. package/dist/Loading8BoldGradientBlueIcon.d.ts +4 -0
  5. package/dist/Loading8BoldOntintIcon.d.ts +4 -0
  6. package/dist/Loading8GradientWhiteIcon.d.ts +4 -0
  7. package/dist/LoadingBlue16Icon.d.ts +4 -0
  8. package/dist/LoadingBlueIcon.d.ts +4 -0
  9. package/dist/LoadingGray16Icon.d.ts +4 -0
  10. package/dist/LoadingGrayIcon.d.ts +4 -0
  11. package/dist/cjs/{ActiveObservabilityService24OntintIcon.js → ActiveObservabilityService24GrayIcon.js} +2 -2
  12. package/dist/cjs/{Loading6OntintIcon.js → Loading16BoldOntintIcon.js} +11 -15
  13. package/dist/cjs/Loading16GradientBlueIcon.js +9 -10
  14. package/dist/cjs/Loading24BoldGradientBlueIcon.js +35 -0
  15. package/dist/cjs/Loading8BoldGradientBlueIcon.js +35 -0
  16. package/dist/cjs/Loading8BoldOntintIcon.js +35 -0
  17. package/dist/cjs/Loading8GradientBlueIcon.js +3 -3
  18. package/dist/cjs/Loading8GradientWhiteIcon.js +35 -0
  19. package/dist/cjs/{Loading6GradientBlueIcon.js → LoadingBlue16Icon.js} +9 -12
  20. package/dist/cjs/LoadingBlueIcon.js +30 -0
  21. package/dist/cjs/{Loading8OntintIcon.js → LoadingGray16Icon.js} +13 -14
  22. package/dist/cjs/LoadingGrayIcon.js +30 -0
  23. package/dist/cjs/index.js +10 -4
  24. package/dist/esm/{ActiveObservabilityService24OntintIcon.js → ActiveObservabilityService24GrayIcon.js} +2 -2
  25. package/dist/esm/{Loading6OntintIcon.js → Loading16BoldOntintIcon.js} +11 -15
  26. package/dist/esm/Loading16GradientBlueIcon.js +9 -10
  27. package/dist/esm/Loading24BoldGradientBlueIcon.js +35 -0
  28. package/dist/esm/Loading8BoldGradientBlueIcon.js +35 -0
  29. package/dist/esm/Loading8BoldOntintIcon.js +35 -0
  30. package/dist/esm/Loading8GradientBlueIcon.js +3 -3
  31. package/dist/esm/Loading8GradientWhiteIcon.js +35 -0
  32. package/dist/esm/{Loading6GradientBlueIcon.js → LoadingBlue16Icon.js} +9 -12
  33. package/dist/esm/LoadingBlueIcon.js +30 -0
  34. package/dist/esm/{Loading8OntintIcon.js → LoadingGray16Icon.js} +13 -14
  35. package/dist/esm/LoadingGrayIcon.js +30 -0
  36. package/dist/esm/index.js +10 -4
  37. package/dist/image-types.d.ts +1 -1
  38. package/dist/index.d.ts +10 -4
  39. package/package.json +3 -3
  40. package/dist/ActiveObservabilityService24OntintIcon.d.ts +0 -4
  41. package/dist/Loading6GradientBlueIcon.d.ts +0 -4
  42. package/dist/Loading6OntintIcon.d.ts +0 -4
  43. package/dist/Loading8OntintIcon.d.ts +0 -4
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ActiveObservabilityService24GrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ActiveObservabilityService24GrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading16BoldOntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading16BoldOntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading24BoldGradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading24BoldGradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading8BoldGradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading8BoldGradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading8BoldOntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading8BoldOntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading8GradientWhiteIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading8GradientWhiteIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadingBlue16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadingBlue16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadingBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadingBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadingGray16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadingGray16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadingGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadingGrayIcon;
4
+
@@ -1,5 +1,5 @@
1
1
  const React = require("react");
2
- function ActiveObservabilityService24OntintIcon({
2
+ function ActiveObservabilityService24GrayIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -30,4 +30,4 @@ function ActiveObservabilityService24OntintIcon({
30
30
  fill: "#fff"
31
31
  }));
32
32
  }
33
- module.exports = ActiveObservabilityService24OntintIcon;
33
+ module.exports = ActiveObservabilityService24GrayIcon;
@@ -1,12 +1,12 @@
1
1
  const React = require("react");
2
- function Loading6OntintIcon({
2
+ function Loading16BoldOntintIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 6,
9
- height: 6,
8
+ width: 16,
9
+ height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  "aria-labelledby": titleId
@@ -15,25 +15,21 @@ function Loading6OntintIcon({
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
16
  fillRule: "evenodd",
17
17
  clipRule: "evenodd",
18
- d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
19
- fill: "#fff",
20
- fillOpacity: 0.2
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
23
- fill: "url(#paint0_radial_Loading6OntintIcon_13765_71911)"
18
+ d: "M8 4a4 4 0 103.304 6.255 1 1 0 011.65 1.13A6 6 0 1114 8a1 1 0 11-1.999 0 4 4 0 00-4-4z",
19
+ fill: "url(#paint0_angular_6_7)"
24
20
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
- id: "paint0_radial_Loading6OntintIcon_13765_71911",
21
+ id: "paint0_angular_6_7",
26
22
  cx: 0,
27
23
  cy: 0,
28
24
  r: 1,
29
25
  gradientUnits: "userSpaceOnUse",
30
- gradientTransform: "rotate(117.071 2.938 1.956) scale(6.05926 10.331)"
26
+ gradientTransform: "matrix(7.91666 2.5 -2.5 7.91666 8 8)"
31
27
  }, /*#__PURE__*/React.createElement("stop", {
32
- stopColor: "#fff"
28
+ stopColor: "#fff",
29
+ stopOpacity: 0.1
33
30
  }), /*#__PURE__*/React.createElement("stop", {
34
31
  offset: 1,
35
- stopColor: "#fff",
36
- stopOpacity: 0.6
32
+ stopColor: "#fff"
37
33
  }))));
38
34
  }
39
- module.exports = Loading6OntintIcon;
35
+ module.exports = Loading16BoldOntintIcon;
@@ -13,24 +13,23 @@ function Loading16GradientBlueIcon({
13
13
  }, props), title ? /*#__PURE__*/React.createElement("title", {
14
14
  id: titleId
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
- d: "M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM3.06 8a4.94 4.94 0 109.88 0 4.94 4.94 0 00-9.88 0z",
17
- fill: "#08F",
18
- fillOpacity: 0.1
19
- }), /*#__PURE__*/React.createElement("path", {
20
- d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
21
- fill: "url(#paint0_radial_Loading16GradientBlueIcon_6_5)"
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M8 4a4 4 0 103.304 6.255 1 1 0 011.65 1.13A6 6 0 1114 8a1 1 0 11-1.999 0 4 4 0 00-4-4z",
19
+ fill: "url(#paint0_angular_6_5)"
22
20
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
23
- id: "paint0_radial_Loading16GradientBlueIcon_6_5",
21
+ id: "paint0_angular_6_5",
24
22
  cx: 0,
25
23
  cy: 0,
26
24
  r: 1,
27
25
  gradientUnits: "userSpaceOnUse",
28
- gradientTransform: "matrix(2.5 -10.99998 10.99998 2.5 5 13)"
26
+ gradientTransform: "matrix(7.91666 2.5 -2.5 7.91666 8 8)"
29
27
  }, /*#__PURE__*/React.createElement("stop", {
30
- stopColor: "#5BCAFF"
28
+ stopColor: "#00E0FF",
29
+ stopOpacity: 0.1
31
30
  }), /*#__PURE__*/React.createElement("stop", {
32
31
  offset: 1,
33
- stopColor: "#06F"
32
+ stopColor: "#0080FF"
34
33
  }))));
35
34
  }
36
35
  module.exports = Loading16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Loading24BoldGradientBlueIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M12 5.5a6.5 6.5 0 105.369 10.165 1.5 1.5 0 012.476 1.694A9.5 9.5 0 1121.5 12a1.5 1.5 0 01-3 .001A6.5 6.5 0 0012 5.5z",
19
+ fill: "url(#paint0_angular_6_1)"
20
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
21
+ id: "paint0_angular_6_1",
22
+ cx: 0,
23
+ cy: 0,
24
+ r: 1,
25
+ gradientUnits: "userSpaceOnUse",
26
+ gradientTransform: "rotate(17.526 -32.925 44.925) scale(13.1449)"
27
+ }, /*#__PURE__*/React.createElement("stop", {
28
+ stopColor: "#00E0FF",
29
+ stopOpacity: 0.1
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#0080FF"
33
+ }))));
34
+ }
35
+ module.exports = Loading24BoldGradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Loading8BoldGradientBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 10,
9
+ height: 10,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M5 1.667A3.333 3.333 0 107.753 6.88a.833.833 0 011.376.94A5 5 0 1110 5a.833.833 0 01-1.667 0A3.333 3.333 0 005 1.667z",
19
+ fill: "url(#paint0_angular_11622_42029)"
20
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
21
+ id: "paint0_angular_11622_42029",
22
+ cx: 0,
23
+ cy: 0,
24
+ r: 1,
25
+ gradientUnits: "userSpaceOnUse",
26
+ gradientTransform: "rotate(17.526 -13.719 18.719) scale(6.91835)"
27
+ }, /*#__PURE__*/React.createElement("stop", {
28
+ stopColor: "#00E0FF",
29
+ stopOpacity: 0.1
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#0080FF"
33
+ }))));
34
+ }
35
+ module.exports = Loading8BoldGradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Loading8BoldOntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 10,
9
+ height: 10,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M5 1.667A3.333 3.333 0 107.753 6.88a.833.833 0 011.376.94A5 5 0 1110 5a.833.833 0 01-1.667 0A3.333 3.333 0 005 1.667z",
19
+ fill: "url(#paint0_angular_10090_58812)"
20
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
21
+ id: "paint0_angular_10090_58812",
22
+ cx: 0,
23
+ cy: 0,
24
+ r: 1,
25
+ gradientUnits: "userSpaceOnUse",
26
+ gradientTransform: "rotate(17.526 -13.719 18.719) scale(6.91835)"
27
+ }, /*#__PURE__*/React.createElement("stop", {
28
+ stopColor: "#fff",
29
+ stopOpacity: 0.1
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#fff"
33
+ }))));
34
+ }
35
+ module.exports = Loading8BoldOntintIcon;
@@ -17,10 +17,10 @@ function Loading8GradientBlueIcon({
17
17
  fill: "#08F",
18
18
  fillOpacity: 0.1
19
19
  }), /*#__PURE__*/React.createElement("path", {
20
- d: "M2.05 7.377a.098.098 0 01-.136.036A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.111 3.04 3.04 0 00-1.189 5.593c.047.029.064.09.036.138l-.38.658z",
21
- fill: "url(#paint0_radial_Loading8GradientBlueIcon_11622_42029)"
20
+ d: "M2.05 7.378a.098.098 0 01-.136.035A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.112A3.04 3.04 0 002.394 6.58c.047.03.064.09.036.138l-.38.659z",
21
+ fill: "url(#paint0_radial_Loading8GradientBlueIcon_961_25185)"
22
22
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
23
- id: "paint0_radial_Loading8GradientBlueIcon_11622_42029",
23
+ id: "paint0_radial_Loading8GradientBlueIcon_961_25185",
24
24
  cx: 0,
25
25
  cy: 0,
26
26
  r: 1,
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Loading8GradientWhiteIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 10,
9
+ height: 10,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M5 1.667A3.333 3.333 0 107.753 6.88a.833.833 0 011.376.94A5 5 0 1110 5a.833.833 0 01-1.667 0A3.333 3.333 0 005 1.667z",
19
+ fill: "url(#paint0_angular_10090_58812)"
20
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
21
+ id: "paint0_angular_10090_58812",
22
+ cx: 0,
23
+ cy: 0,
24
+ r: 1,
25
+ gradientUnits: "userSpaceOnUse",
26
+ gradientTransform: "rotate(17.526 -13.719 18.719) scale(6.91835)"
27
+ }, /*#__PURE__*/React.createElement("stop", {
28
+ stopColor: "#fff",
29
+ stopOpacity: 0.1
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#fff"
33
+ }))));
34
+ }
35
+ module.exports = Loading8GradientWhiteIcon;
@@ -1,34 +1,31 @@
1
1
  const React = require("react");
2
- function Loading6GradientBlueIcon({
2
+ function LoadingBlue16Icon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 6,
9
- height: 6,
8
+ width: 16,
9
+ height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  "aria-labelledby": titleId
13
13
  }, props), title ? /*#__PURE__*/React.createElement("title", {
14
14
  id: titleId
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
- opacity: 0.5,
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
16
+ d: "M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM3.06 8a4.94 4.94 0 109.88 0 4.94 4.94 0 00-9.88 0z",
20
17
  fill: "#08F",
21
18
  fillOpacity: 0.1
22
19
  }), /*#__PURE__*/React.createElement("path", {
23
- d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
24
- fill: "url(#paint0_radial_Loading6GradientBlueIcon_13765_71910)"
20
+ d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
21
+ fill: "url(#paint0_radial_LoadingBlue16Icon_10877_54457)"
25
22
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
- id: "paint0_radial_Loading6GradientBlueIcon_13765_71910",
23
+ id: "paint0_radial_LoadingBlue16Icon_10877_54457",
27
24
  cx: 0,
28
25
  cy: 0,
29
26
  r: 1,
30
27
  gradientUnits: "userSpaceOnUse",
31
- gradientTransform: "matrix(6 -6 6 6 0 6)"
28
+ gradientTransform: "matrix(2.5 -10.99998 10.99998 2.5 5 13)"
32
29
  }, /*#__PURE__*/React.createElement("stop", {
33
30
  stopColor: "#5BCAFF"
34
31
  }), /*#__PURE__*/React.createElement("stop", {
@@ -36,4 +33,4 @@ function Loading6GradientBlueIcon({
36
33
  stopColor: "#06F"
37
34
  }))));
38
35
  }
39
- module.exports = Loading6GradientBlueIcon;
36
+ module.exports = LoadingBlue16Icon;
@@ -0,0 +1,30 @@
1
+ const React = require("react");
2
+ function LoadingBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId
12
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
13
+ id: titleId
14
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
15
+ transform: "translate(4 4)",
16
+ stroke: "#0096FF",
17
+ strokeWidth: 2,
18
+ fill: "none",
19
+ fillRule: "evenodd"
20
+ }, /*#__PURE__*/React.createElement("circle", {
21
+ opacity: 0.4,
22
+ cx: 8,
23
+ cy: 8,
24
+ r: 8
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M4.36 15.124h0A8 8 0 108.004 0",
27
+ strokeLinecap: "round"
28
+ })));
29
+ }
30
+ module.exports = LoadingBlueIcon;
@@ -1,37 +1,36 @@
1
1
  const React = require("react");
2
- function Loading8OntintIcon({
2
+ function LoadingGray16Icon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 8,
9
- height: 8,
8
+ width: 16,
9
+ height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  "aria-labelledby": titleId
13
13
  }, props), title ? /*#__PURE__*/React.createElement("title", {
14
14
  id: titleId
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
- d: "M8 4a4 4 0 11-8 0 4 4 0 018 0zM.96 4a3.04 3.04 0 106.08 0A3.04 3.04 0 00.96 4z",
17
- fill: "#fff",
18
- fillOpacity: 0.2
16
+ d: "M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM3.06 8a4.94 4.94 0 109.88 0 4.94 4.94 0 00-9.88 0z",
17
+ fill: "#E1E6F1",
18
+ fillOpacity: 0.6
19
19
  }), /*#__PURE__*/React.createElement("path", {
20
- d: "M2.05 7.377a.098.098 0 01-.136.036A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.111 3.04 3.04 0 00-1.189 5.593c.047.029.064.09.036.138l-.38.658z",
21
- fill: "url(#paint0_radial_Loading8OntintIcon_10090_58812)"
20
+ d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
21
+ fill: "url(#paint0_radial_LoadingGray16Icon_10877_54460)"
22
22
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
23
- id: "paint0_radial_Loading8OntintIcon_10090_58812",
23
+ id: "paint0_radial_LoadingGray16Icon_10877_54460",
24
24
  cx: 0,
25
25
  cy: 0,
26
26
  r: 1,
27
27
  gradientUnits: "userSpaceOnUse",
28
- gradientTransform: "rotate(104.191 1.727 1.591) scale(6.90296)"
28
+ gradientTransform: "matrix(2.5 -10.49998 10.49998 2.5 5 13)"
29
29
  }, /*#__PURE__*/React.createElement("stop", {
30
- stopColor: "#fff"
30
+ stopColor: "#CCD4E3"
31
31
  }), /*#__PURE__*/React.createElement("stop", {
32
32
  offset: 1,
33
- stopColor: "#fff",
34
- stopOpacity: 0.6
33
+ stopColor: "#6B7D99"
35
34
  }))));
36
35
  }
37
- module.exports = Loading8OntintIcon;
36
+ module.exports = LoadingGray16Icon;
@@ -0,0 +1,30 @@
1
+ const React = require("react");
2
+ function LoadingGrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId
12
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
13
+ id: titleId
14
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
15
+ transform: "translate(4 4)",
16
+ stroke: "#CCD4E3",
17
+ strokeWidth: 2,
18
+ fill: "none",
19
+ fillRule: "evenodd"
20
+ }, /*#__PURE__*/React.createElement("circle", {
21
+ opacity: 0.4,
22
+ cx: 8,
23
+ cy: 8,
24
+ r: 8
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M4.36 15.124h0A8 8 0 108.004 0",
27
+ strokeLinecap: "round"
28
+ })));
29
+ }
30
+ module.exports = LoadingGrayIcon;
package/dist/cjs/index.js CHANGED
@@ -26,7 +26,7 @@ module.exports.ActiveConnection16GradiendtBlueIcon = require("./ActiveConnection
26
26
  module.exports.ActiveObservabilityService18BlueIcon = require("./ActiveObservabilityService18BlueIcon.js")
27
27
  module.exports.ActiveObservabilityService18GrayIcon = require("./ActiveObservabilityService18GrayIcon.js")
28
28
  module.exports.ActiveObservabilityService24BlueIcon = require("./ActiveObservabilityService24BlueIcon.js")
29
- module.exports.ActiveObservabilityService24OntintIcon = require("./ActiveObservabilityService24OntintIcon.js")
29
+ module.exports.ActiveObservabilityService24GrayIcon = require("./ActiveObservabilityService24GrayIcon.js")
30
30
  module.exports.ActiveUninstal14GradiendtRedIcon = require("./ActiveUninstal14GradiendtRedIcon.js")
31
31
  module.exports.AdjustConfig16GradientBlueIcon = require("./AdjustConfig16GradientBlueIcon.js")
32
32
  module.exports.AdjustConfig16GradientGrayIcon = require("./AdjustConfig16GradientGrayIcon.js")
@@ -577,16 +577,22 @@ module.exports.LoadBalancer24GradientGreyIcon = require("./LoadBalancer24Gradien
577
577
  module.exports.LoadBalancerMonitor24FillOntintIcon = require("./LoadBalancerMonitor24FillOntintIcon.js")
578
578
  module.exports.LoadBalancerMonitor24GradientBlueIcon = require("./LoadBalancerMonitor24GradientBlueIcon.js")
579
579
  module.exports.LoadBalancerMonitor24GradientGreyIcon = require("./LoadBalancerMonitor24GradientGreyIcon.js")
580
+ module.exports.Loading16BoldOntintIcon = require("./Loading16BoldOntintIcon.js")
580
581
  module.exports.Loading16GradientBlueIcon = require("./Loading16GradientBlueIcon.js")
581
582
  module.exports.Loading16GradientGaryIcon = require("./Loading16GradientGaryIcon.js")
582
583
  module.exports.Loading16OntintIcon = require("./Loading16OntintIcon.js")
584
+ module.exports.Loading24BoldGradientBlueIcon = require("./Loading24BoldGradientBlueIcon.js")
583
585
  module.exports.Loading24GradientBlueIcon = require("./Loading24GradientBlueIcon.js")
584
586
  module.exports.Loading24GradientGaryIcon = require("./Loading24GradientGaryIcon.js")
585
587
  module.exports.Loading24OntintIcon = require("./Loading24OntintIcon.js")
586
- module.exports.Loading6GradientBlueIcon = require("./Loading6GradientBlueIcon.js")
587
- module.exports.Loading6OntintIcon = require("./Loading6OntintIcon.js")
588
+ module.exports.Loading8BoldGradientBlueIcon = require("./Loading8BoldGradientBlueIcon.js")
589
+ module.exports.Loading8BoldOntintIcon = require("./Loading8BoldOntintIcon.js")
588
590
  module.exports.Loading8GradientBlueIcon = require("./Loading8GradientBlueIcon.js")
589
- module.exports.Loading8OntintIcon = require("./Loading8OntintIcon.js")
591
+ module.exports.Loading8GradientWhiteIcon = require("./Loading8GradientWhiteIcon.js")
592
+ module.exports.LoadingBlueIcon = require("./LoadingBlueIcon.js")
593
+ module.exports.LoadingBlue16Icon = require("./LoadingBlue16Icon.js")
594
+ module.exports.LoadingGrayIcon = require("./LoadingGrayIcon.js")
595
+ module.exports.LoadingGray16Icon = require("./LoadingGray16Icon.js")
590
596
  module.exports.Lock16GradientGrayIcon = require("./Lock16GradientGrayIcon.js")
591
597
  module.exports.LockIcon = require("./LockIcon.js")
592
598
  module.exports.LogCollection16GradientBlueIcon = require("./LogCollection16GradientBlueIcon.js")
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- function ActiveObservabilityService24OntintIcon({
2
+ function ActiveObservabilityService24GrayIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
@@ -30,4 +30,4 @@ function ActiveObservabilityService24OntintIcon({
30
30
  fill: "#fff"
31
31
  }));
32
32
  }
33
- export default ActiveObservabilityService24OntintIcon;
33
+ export default ActiveObservabilityService24GrayIcon;
@@ -1,12 +1,12 @@
1
1
  import * as React from "react";
2
- function Loading6OntintIcon({
2
+ function Loading16BoldOntintIcon({
3
3
  title,
4
4
  titleId,
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 6,
9
- height: 6,
8
+ width: 16,
9
+ height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  "aria-labelledby": titleId
@@ -15,25 +15,21 @@ function Loading6OntintIcon({
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
16
  fillRule: "evenodd",
17
17
  clipRule: "evenodd",
18
- d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
19
- fill: "#fff",
20
- fillOpacity: 0.2
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
23
- fill: "url(#paint0_radial_Loading6OntintIcon_13765_71911)"
18
+ d: "M8 4a4 4 0 103.304 6.255 1 1 0 011.65 1.13A6 6 0 1114 8a1 1 0 11-1.999 0 4 4 0 00-4-4z",
19
+ fill: "url(#paint0_angular_6_7)"
24
20
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
- id: "paint0_radial_Loading6OntintIcon_13765_71911",
21
+ id: "paint0_angular_6_7",
26
22
  cx: 0,
27
23
  cy: 0,
28
24
  r: 1,
29
25
  gradientUnits: "userSpaceOnUse",
30
- gradientTransform: "rotate(117.071 2.938 1.956) scale(6.05926 10.331)"
26
+ gradientTransform: "matrix(7.91666 2.5 -2.5 7.91666 8 8)"
31
27
  }, /*#__PURE__*/React.createElement("stop", {
32
- stopColor: "#fff"
28
+ stopColor: "#fff",
29
+ stopOpacity: 0.1
33
30
  }), /*#__PURE__*/React.createElement("stop", {
34
31
  offset: 1,
35
- stopColor: "#fff",
36
- stopOpacity: 0.6
32
+ stopColor: "#fff"
37
33
  }))));
38
34
  }
39
- export default Loading6OntintIcon;
35
+ export default Loading16BoldOntintIcon;
@@ -13,24 +13,23 @@ function Loading16GradientBlueIcon({
13
13
  }, props), title ? /*#__PURE__*/React.createElement("title", {
14
14
  id: titleId
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
- d: "M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM3.06 8a4.94 4.94 0 109.88 0 4.94 4.94 0 00-9.88 0z",
17
- fill: "#08F",
18
- fillOpacity: 0.1
19
- }), /*#__PURE__*/React.createElement("path", {
20
- d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
21
- fill: "url(#paint0_radial_Loading16GradientBlueIcon_6_5)"
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M8 4a4 4 0 103.304 6.255 1 1 0 011.65 1.13A6 6 0 1114 8a1 1 0 11-1.999 0 4 4 0 00-4-4z",
19
+ fill: "url(#paint0_angular_6_5)"
22
20
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
23
- id: "paint0_radial_Loading16GradientBlueIcon_6_5",
21
+ id: "paint0_angular_6_5",
24
22
  cx: 0,
25
23
  cy: 0,
26
24
  r: 1,
27
25
  gradientUnits: "userSpaceOnUse",
28
- gradientTransform: "matrix(2.5 -10.99998 10.99998 2.5 5 13)"
26
+ gradientTransform: "matrix(7.91666 2.5 -2.5 7.91666 8 8)"
29
27
  }, /*#__PURE__*/React.createElement("stop", {
30
- stopColor: "#5BCAFF"
28
+ stopColor: "#00E0FF",
29
+ stopOpacity: 0.1
31
30
  }), /*#__PURE__*/React.createElement("stop", {
32
31
  offset: 1,
33
- stopColor: "#06F"
32
+ stopColor: "#0080FF"
34
33
  }))));
35
34
  }
36
35
  export default Loading16GradientBlueIcon;