@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,35 @@
1
+ import * as React from "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
+ export default Loading24BoldGradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "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
+ export default Loading8BoldGradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "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
+ export default 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
+ import * as React from "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
+ export default Loading8GradientWhiteIcon;
@@ -1,34 +1,31 @@
1
1
  import * as React from "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
- export default Loading6GradientBlueIcon;
36
+ export default LoadingBlue16Icon;
@@ -0,0 +1,30 @@
1
+ import * as React from "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
+ export default LoadingBlueIcon;
@@ -1,37 +1,36 @@
1
1
  import * as React from "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
- export default Loading8OntintIcon;
36
+ export default LoadingGray16Icon;
@@ -0,0 +1,30 @@
1
+ import * as React from "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
+ export default LoadingGrayIcon;
package/dist/esm/index.js CHANGED
@@ -26,7 +26,7 @@ export { default as ActiveConnection16GradiendtBlueIcon } from './ActiveConnecti
26
26
  export { default as ActiveObservabilityService18BlueIcon } from './ActiveObservabilityService18BlueIcon.js'
27
27
  export { default as ActiveObservabilityService18GrayIcon } from './ActiveObservabilityService18GrayIcon.js'
28
28
  export { default as ActiveObservabilityService24BlueIcon } from './ActiveObservabilityService24BlueIcon.js'
29
- export { default as ActiveObservabilityService24OntintIcon } from './ActiveObservabilityService24OntintIcon.js'
29
+ export { default as ActiveObservabilityService24GrayIcon } from './ActiveObservabilityService24GrayIcon.js'
30
30
  export { default as ActiveUninstal14GradiendtRedIcon } from './ActiveUninstal14GradiendtRedIcon.js'
31
31
  export { default as AdjustConfig16GradientBlueIcon } from './AdjustConfig16GradientBlueIcon.js'
32
32
  export { default as AdjustConfig16GradientGrayIcon } from './AdjustConfig16GradientGrayIcon.js'
@@ -577,16 +577,22 @@ export { default as LoadBalancer24GradientGreyIcon } from './LoadBalancer24Gradi
577
577
  export { default as LoadBalancerMonitor24FillOntintIcon } from './LoadBalancerMonitor24FillOntintIcon.js'
578
578
  export { default as LoadBalancerMonitor24GradientBlueIcon } from './LoadBalancerMonitor24GradientBlueIcon.js'
579
579
  export { default as LoadBalancerMonitor24GradientGreyIcon } from './LoadBalancerMonitor24GradientGreyIcon.js'
580
+ export { default as Loading16BoldOntintIcon } from './Loading16BoldOntintIcon.js'
580
581
  export { default as Loading16GradientBlueIcon } from './Loading16GradientBlueIcon.js'
581
582
  export { default as Loading16GradientGaryIcon } from './Loading16GradientGaryIcon.js'
582
583
  export { default as Loading16OntintIcon } from './Loading16OntintIcon.js'
584
+ export { default as Loading24BoldGradientBlueIcon } from './Loading24BoldGradientBlueIcon.js'
583
585
  export { default as Loading24GradientBlueIcon } from './Loading24GradientBlueIcon.js'
584
586
  export { default as Loading24GradientGaryIcon } from './Loading24GradientGaryIcon.js'
585
587
  export { default as Loading24OntintIcon } from './Loading24OntintIcon.js'
586
- export { default as Loading6GradientBlueIcon } from './Loading6GradientBlueIcon.js'
587
- export { default as Loading6OntintIcon } from './Loading6OntintIcon.js'
588
+ export { default as Loading8BoldGradientBlueIcon } from './Loading8BoldGradientBlueIcon.js'
589
+ export { default as Loading8BoldOntintIcon } from './Loading8BoldOntintIcon.js'
588
590
  export { default as Loading8GradientBlueIcon } from './Loading8GradientBlueIcon.js'
589
- export { default as Loading8OntintIcon } from './Loading8OntintIcon.js'
591
+ export { default as Loading8GradientWhiteIcon } from './Loading8GradientWhiteIcon.js'
592
+ export { default as LoadingBlueIcon } from './LoadingBlueIcon.js'
593
+ export { default as LoadingBlue16Icon } from './LoadingBlue16Icon.js'
594
+ export { default as LoadingGrayIcon } from './LoadingGrayIcon.js'
595
+ export { default as LoadingGray16Icon } from './LoadingGray16Icon.js'
590
596
  export { default as Lock16GradientGrayIcon } from './Lock16GradientGrayIcon.js'
591
597
  export { default as LockIcon } from './LockIcon.js'
592
598
  export { default as LogCollection16GradientBlueIcon } from './LogCollection16GradientBlueIcon.js'