@cloudtower/icons-react 0.0.0-commnader-ui-rc-1 → 0.0.0-commnader-ui-rc-3

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 (86) hide show
  1. package/dist/BackupService16GradientBlueIcon.d.ts +4 -0
  2. package/dist/BackupService16GradientGrayIcon.d.ts +4 -0
  3. package/dist/ChainDisassociateDisconnectBreak16GradientRedIcon.d.ts +4 -0
  4. package/dist/Cloudtower16Icon.d.ts +4 -0
  5. package/dist/CloudtowerLogo16GradientBlueIcon.d.ts +4 -0
  6. package/dist/CloudtowerLogo16GradientGrayIcon.d.ts +4 -0
  7. package/dist/ExclamationErrorCircleSolid18RedIcon.d.ts +4 -0
  8. package/dist/HierarchyTriangleDown16NeutralIcon.d.ts +4 -0
  9. package/dist/HierarchyTriangleRight16NeutralIcon.d.ts +4 -0
  10. package/dist/InfoICircleFill16Gray70Icon.d.ts +4 -0
  11. package/dist/InfoICircleFill16GrayIcon.d.ts +4 -0
  12. package/dist/Ip16GradientBlueOutlineOffIcon.d.ts +4 -0
  13. package/dist/Ip16GradientBlueOutlineOnIcon.d.ts +4 -0
  14. package/dist/Loading16GradientGaryIcon.d.ts +4 -0
  15. package/dist/Loading16OntintIcon.d.ts +4 -0
  16. package/dist/Loading24GradientBlueIcon.d.ts +4 -0
  17. package/dist/Loading24GradientGaryIcon.d.ts +4 -0
  18. package/dist/Loading24OntintIcon.d.ts +4 -0
  19. package/dist/ObservabilityService16GradientBlueIcon.d.ts +4 -0
  20. package/dist/ObservabilityService16GradientGrayIcon.d.ts +4 -0
  21. package/dist/PoweroffShutdownStopUpgrade16GradientGrayIcon.d.ts +4 -0
  22. package/dist/PoweroffShutdownStopUpgrade16RedIcon.d.ts +4 -0
  23. package/dist/ReplicaService16GradientBlueIcon.d.ts +4 -0
  24. package/dist/ReplicationService16GradientGrayIcon.d.ts +4 -0
  25. package/dist/UpgradeService24OntintIcon.d.ts +4 -0
  26. package/dist/ViewEye16GradientGrayIcon.d.ts +4 -0
  27. package/dist/WaitingBreathingLed16GrayIcon.d.ts +4 -0
  28. package/dist/cjs/BackupService16GradientBlueIcon.js +145 -0
  29. package/dist/cjs/BackupService16GradientGrayIcon.js +142 -0
  30. package/dist/cjs/ChainDisassociateDisconnectBreak16GradientRedIcon.js +23 -0
  31. package/dist/cjs/Cloudtower16Icon.js +34 -0
  32. package/dist/cjs/CloudtowerLogo16GradientBlueIcon.js +68 -0
  33. package/dist/cjs/CloudtowerLogo16GradientGrayIcon.js +65 -0
  34. package/dist/cjs/ExclamationErrorCircleSolid18RedIcon.js +27 -0
  35. package/dist/cjs/HierarchyTriangleDown16NeutralIcon.js +21 -0
  36. package/dist/cjs/HierarchyTriangleRight16NeutralIcon.js +21 -0
  37. package/dist/cjs/InfoICircleFill16Gray70Icon.js +22 -0
  38. package/dist/cjs/InfoICircleFill16GrayIcon.js +22 -0
  39. package/dist/cjs/Ip16GradientBlueOutlineOffIcon.js +47 -0
  40. package/dist/cjs/Ip16GradientBlueOutlineOnIcon.js +34 -0
  41. package/dist/cjs/Loading16GradientGaryIcon.js +36 -0
  42. package/dist/cjs/Loading16OntintIcon.js +37 -0
  43. package/dist/cjs/Loading24GradientBlueIcon.js +36 -0
  44. package/dist/cjs/Loading24GradientGaryIcon.js +36 -0
  45. package/dist/cjs/Loading24OntintIcon.js +37 -0
  46. package/dist/cjs/ObservabilityService16GradientBlueIcon.js +34 -0
  47. package/dist/cjs/ObservabilityService16GradientGrayIcon.js +34 -0
  48. package/dist/cjs/PoweroffShutdownStopUpgrade16GradientGrayIcon.js +49 -0
  49. package/dist/cjs/PoweroffShutdownStopUpgrade16RedIcon.js +49 -0
  50. package/dist/cjs/ReplicaService16GradientBlueIcon.js +128 -0
  51. package/dist/cjs/ReplicationService16GradientGrayIcon.js +128 -0
  52. package/dist/cjs/UpgradeService24OntintIcon.js +25 -0
  53. package/dist/cjs/ViewEye16GradientGrayIcon.js +34 -0
  54. package/dist/cjs/WaitingBreathingLed16GrayIcon.js +24 -0
  55. package/dist/cjs/index.js +27 -0
  56. package/dist/esm/BackupService16GradientBlueIcon.js +145 -0
  57. package/dist/esm/BackupService16GradientGrayIcon.js +142 -0
  58. package/dist/esm/ChainDisassociateDisconnectBreak16GradientRedIcon.js +23 -0
  59. package/dist/esm/Cloudtower16Icon.js +34 -0
  60. package/dist/esm/CloudtowerLogo16GradientBlueIcon.js +68 -0
  61. package/dist/esm/CloudtowerLogo16GradientGrayIcon.js +65 -0
  62. package/dist/esm/ExclamationErrorCircleSolid18RedIcon.js +27 -0
  63. package/dist/esm/HierarchyTriangleDown16NeutralIcon.js +21 -0
  64. package/dist/esm/HierarchyTriangleRight16NeutralIcon.js +21 -0
  65. package/dist/esm/InfoICircleFill16Gray70Icon.js +22 -0
  66. package/dist/esm/InfoICircleFill16GrayIcon.js +22 -0
  67. package/dist/esm/Ip16GradientBlueOutlineOffIcon.js +47 -0
  68. package/dist/esm/Ip16GradientBlueOutlineOnIcon.js +34 -0
  69. package/dist/esm/Loading16GradientGaryIcon.js +36 -0
  70. package/dist/esm/Loading16OntintIcon.js +37 -0
  71. package/dist/esm/Loading24GradientBlueIcon.js +36 -0
  72. package/dist/esm/Loading24GradientGaryIcon.js +36 -0
  73. package/dist/esm/Loading24OntintIcon.js +37 -0
  74. package/dist/esm/ObservabilityService16GradientBlueIcon.js +34 -0
  75. package/dist/esm/ObservabilityService16GradientGrayIcon.js +34 -0
  76. package/dist/esm/PoweroffShutdownStopUpgrade16GradientGrayIcon.js +49 -0
  77. package/dist/esm/PoweroffShutdownStopUpgrade16RedIcon.js +49 -0
  78. package/dist/esm/ReplicaService16GradientBlueIcon.js +128 -0
  79. package/dist/esm/ReplicationService16GradientGrayIcon.js +128 -0
  80. package/dist/esm/UpgradeService24OntintIcon.js +25 -0
  81. package/dist/esm/ViewEye16GradientGrayIcon.js +34 -0
  82. package/dist/esm/WaitingBreathingLed16GrayIcon.js +24 -0
  83. package/dist/esm/index.js +27 -0
  84. package/dist/image-types.d.ts +1 -1
  85. package/dist/index.d.ts +27 -0
  86. package/package.json +6 -6
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const BackupService16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default BackupService16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const BackupService16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default BackupService16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ChainDisassociateDisconnectBreak16GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ChainDisassociateDisconnectBreak16GradientRedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Cloudtower16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Cloudtower16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CloudtowerLogo16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CloudtowerLogo16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CloudtowerLogo16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CloudtowerLogo16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ExclamationErrorCircleSolid18RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ExclamationErrorCircleSolid18RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const HierarchyTriangleDown16NeutralIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default HierarchyTriangleDown16NeutralIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const HierarchyTriangleRight16NeutralIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default HierarchyTriangleRight16NeutralIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InfoICircleFill16Gray70Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InfoICircleFill16Gray70Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InfoICircleFill16GrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InfoICircleFill16GrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Ip16GradientBlueOutlineOffIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Ip16GradientBlueOutlineOffIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Ip16GradientBlueOutlineOnIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Ip16GradientBlueOutlineOnIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading16GradientGaryIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading16GradientGaryIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading24GradientGaryIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading24GradientGaryIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Loading24OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Loading24OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ObservabilityService16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ObservabilityService16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ObservabilityService16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ObservabilityService16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PoweroffShutdownStopUpgrade16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default PoweroffShutdownStopUpgrade16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PoweroffShutdownStopUpgrade16RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default PoweroffShutdownStopUpgrade16RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ReplicaService16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ReplicaService16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ReplicationService16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ReplicationService16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const UpgradeService24OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default UpgradeService24OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ViewEye16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ViewEye16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const WaitingBreathingLed16GrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default WaitingBreathingLed16GrayIcon;
4
+
@@ -0,0 +1,145 @@
1
+ const React = require("react");
2
+ function BackupService16GradientBlueIcon({
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
+ "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: "M13 2H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3z",
19
+ fill: "url(#paint0_radial_BackupService16GradientBlueIcon_11895_2)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M3 4.5A1.5 1.5 0 014.5 3h2A1.5 1.5 0 018 4.5v2A1.5 1.5 0 016.5 8h-2A1.5 1.5 0 013 6.5v-2zM4.5 4a.5.5 0 00-.5.5v2a.5.5 0 00.5.5h2a.5.5 0 00.5-.5v-2a.5.5 0 00-.5-.5h-2z",
24
+ fill: "url(#paint1_radial_BackupService16GradientBlueIcon_11895_2)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M9 10v2.003l.003.01c.004.009.014.027.036.053a.86.86 0 00.27.194c.28.14.7.24 1.191.24.492 0 .912-.1 1.19-.24a.86.86 0 00.271-.194.214.214 0 00.039-.063V10h1v2c0 .568-.447.947-.862 1.154-.445.223-1.025.346-1.638.346s-1.193-.123-1.638-.346C8.447 12.947 8 12.568 8 12v-2h1z",
29
+ fill: "url(#paint2_radial_BackupService16GradientBlueIcon_11895_2)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M9 9.997v.006l.003.01c.004.009.014.027.036.053a.86.86 0 00.27.194c.28.14.7.24 1.191.24.492 0 .912-.1 1.19-.24a.86.86 0 00.271-.194.214.214 0 00.039-.063v-.006l-.003-.01a.212.212 0 00-.036-.053.86.86 0 00-.27-.194c-.28-.14-.7-.24-1.191-.24-.492 0-.912.1-1.19.24a.86.86 0 00-.271.194.213.213 0 00-.036.054L9 9.998zm-.138-1.151C9.307 8.623 9.887 8.5 10.5 8.5s1.193.123 1.638.346c.415.207.862.586.862 1.154s-.447.947-.862 1.154c-.445.223-1.025.346-1.638.346s-1.193-.123-1.638-.346C8.447 10.947 8 10.568 8 10s.447-.947.862-1.154z",
34
+ fill: "url(#paint3_radial_BackupService16GradientBlueIcon_11895_2)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M4.008 11.197c.103.263.243.507.433.735.462.555 1.17.957 2.134 1.362a.5.5 0 00.387-.922c-.937-.394-1.453-.72-1.753-1.08a1.607 1.607 0 01-.225-.356l-.976.261z",
37
+ fill: "url(#paint4_radial_BackupService16GradientBlueIcon_11895_2)"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M3.85 9.123a.2.2 0 01.307-.082l1.726 1.32a.2.2 0 01-.07.353l-2.56.686a.2.2 0 01-.237-.27l.835-2.007z",
40
+ fill: "url(#paint5_radial_BackupService16GradientBlueIcon_11895_2)"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M11.992 5.303a2.613 2.613 0 00-.433-.735c-.462-.555-1.17-.956-2.134-1.362a.5.5 0 10-.387.922c.937.394 1.453.72 1.753 1.08.09.108.164.224.226.356l.975-.261z",
43
+ fill: "url(#paint6_radial_BackupService16GradientBlueIcon_11895_2)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M12.15 7.377a.2.2 0 01-.307.082l-1.726-1.32a.2.2 0 01.07-.353l2.56-.686a.2.2 0 01.237.27l-.835 2.007z",
46
+ fill: "url(#paint7_radial_BackupService16GradientBlueIcon_11895_2)"
47
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
48
+ id: "paint0_radial_BackupService16GradientBlueIcon_11895_2",
49
+ cx: 0,
50
+ cy: 0,
51
+ r: 1,
52
+ gradientUnits: "userSpaceOnUse",
53
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
54
+ }, /*#__PURE__*/React.createElement("stop", {
55
+ stopColor: "#5BCAFF"
56
+ }), /*#__PURE__*/React.createElement("stop", {
57
+ offset: 1,
58
+ stopColor: "#06F"
59
+ })), /*#__PURE__*/React.createElement("radialGradient", {
60
+ id: "paint1_radial_BackupService16GradientBlueIcon_11895_2",
61
+ cx: 0,
62
+ cy: 0,
63
+ r: 1,
64
+ gradientUnits: "userSpaceOnUse",
65
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
66
+ }, /*#__PURE__*/React.createElement("stop", {
67
+ stopColor: "#5BCAFF"
68
+ }), /*#__PURE__*/React.createElement("stop", {
69
+ offset: 1,
70
+ stopColor: "#06F"
71
+ })), /*#__PURE__*/React.createElement("radialGradient", {
72
+ id: "paint2_radial_BackupService16GradientBlueIcon_11895_2",
73
+ cx: 0,
74
+ cy: 0,
75
+ r: 1,
76
+ gradientUnits: "userSpaceOnUse",
77
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
78
+ }, /*#__PURE__*/React.createElement("stop", {
79
+ stopColor: "#5BCAFF"
80
+ }), /*#__PURE__*/React.createElement("stop", {
81
+ offset: 1,
82
+ stopColor: "#06F"
83
+ })), /*#__PURE__*/React.createElement("radialGradient", {
84
+ id: "paint3_radial_BackupService16GradientBlueIcon_11895_2",
85
+ cx: 0,
86
+ cy: 0,
87
+ r: 1,
88
+ gradientUnits: "userSpaceOnUse",
89
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
90
+ }, /*#__PURE__*/React.createElement("stop", {
91
+ stopColor: "#5BCAFF"
92
+ }), /*#__PURE__*/React.createElement("stop", {
93
+ offset: 1,
94
+ stopColor: "#06F"
95
+ })), /*#__PURE__*/React.createElement("radialGradient", {
96
+ id: "paint4_radial_BackupService16GradientBlueIcon_11895_2",
97
+ cx: 0,
98
+ cy: 0,
99
+ r: 1,
100
+ gradientUnits: "userSpaceOnUse",
101
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
102
+ }, /*#__PURE__*/React.createElement("stop", {
103
+ stopColor: "#5BCAFF"
104
+ }), /*#__PURE__*/React.createElement("stop", {
105
+ offset: 1,
106
+ stopColor: "#06F"
107
+ })), /*#__PURE__*/React.createElement("radialGradient", {
108
+ id: "paint5_radial_BackupService16GradientBlueIcon_11895_2",
109
+ cx: 0,
110
+ cy: 0,
111
+ r: 1,
112
+ gradientUnits: "userSpaceOnUse",
113
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
114
+ }, /*#__PURE__*/React.createElement("stop", {
115
+ stopColor: "#5BCAFF"
116
+ }), /*#__PURE__*/React.createElement("stop", {
117
+ offset: 1,
118
+ stopColor: "#06F"
119
+ })), /*#__PURE__*/React.createElement("radialGradient", {
120
+ id: "paint6_radial_BackupService16GradientBlueIcon_11895_2",
121
+ cx: 0,
122
+ cy: 0,
123
+ r: 1,
124
+ gradientUnits: "userSpaceOnUse",
125
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
126
+ }, /*#__PURE__*/React.createElement("stop", {
127
+ stopColor: "#5BCAFF"
128
+ }), /*#__PURE__*/React.createElement("stop", {
129
+ offset: 1,
130
+ stopColor: "#06F"
131
+ })), /*#__PURE__*/React.createElement("radialGradient", {
132
+ id: "paint7_radial_BackupService16GradientBlueIcon_11895_2",
133
+ cx: 0,
134
+ cy: 0,
135
+ r: 1,
136
+ gradientUnits: "userSpaceOnUse",
137
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
138
+ }, /*#__PURE__*/React.createElement("stop", {
139
+ stopColor: "#5BCAFF"
140
+ }), /*#__PURE__*/React.createElement("stop", {
141
+ offset: 1,
142
+ stopColor: "#06F"
143
+ }))));
144
+ }
145
+ module.exports = BackupService16GradientBlueIcon;
@@ -0,0 +1,142 @@
1
+ const React = require("react");
2
+ function BackupService16GradientGrayIcon({
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
+ "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: "M13 2H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3z",
19
+ fill: "url(#paint0_radial_BackupService16GradientGrayIcon_3153_48514)"
20
+ }), /*#__PURE__*/React.createElement("g", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd"
23
+ }, /*#__PURE__*/React.createElement("path", {
24
+ d: "M3 4.5A1.5 1.5 0 014.5 3h2A1.5 1.5 0 018 4.5v2A1.5 1.5 0 016.5 8h-2A1.5 1.5 0 013 6.5v-2zM4.5 4a.5.5 0 00-.5.5v2a.5.5 0 00.5.5h2a.5.5 0 00.5-.5v-2a.5.5 0 00-.5-.5h-2z",
25
+ fill: "url(#paint1_radial_BackupService16GradientGrayIcon_3153_48514)"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M9 10v2.003l.003.01c.004.009.014.027.036.053a.86.86 0 00.27.194c.28.14.7.24 1.191.24.492 0 .912-.1 1.19-.24a.86.86 0 00.271-.194.214.214 0 00.039-.063V10h1v2c0 .568-.447.947-.862 1.154-.445.223-1.025.346-1.638.346s-1.193-.123-1.638-.346C8.447 12.947 8 12.568 8 12v-2h1z",
28
+ fill: "url(#paint2_radial_BackupService16GradientGrayIcon_3153_48514)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M9 9.997v.006l.003.01c.004.009.014.027.036.053a.86.86 0 00.27.194c.28.14.7.24 1.191.24.492 0 .912-.1 1.19-.24a.86.86 0 00.271-.194.214.214 0 00.039-.063v-.006l-.003-.01a.212.212 0 00-.036-.053.86.86 0 00-.27-.194c-.28-.14-.7-.24-1.191-.24-.492 0-.912.1-1.19.24a.86.86 0 00-.271.194.213.213 0 00-.036.054L9 9.998zm-.138-1.151C9.307 8.623 9.887 8.5 10.5 8.5s1.193.123 1.638.346c.415.207.862.586.862 1.154s-.447.947-.862 1.154c-.445.223-1.025.346-1.638.346s-1.193-.123-1.638-.346C8.447 10.947 8 10.568 8 10s.447-.947.862-1.154z",
31
+ fill: "url(#paint3_radial_BackupService16GradientGrayIcon_3153_48514)"
32
+ })), /*#__PURE__*/React.createElement("path", {
33
+ d: "M4.008 11.197c.103.263.243.507.433.735.462.554 1.17.956 2.134 1.361a.5.5 0 00.387-.921c-.937-.394-1.453-.72-1.753-1.08a1.607 1.607 0 01-.225-.356l-.976.261z",
34
+ fill: "url(#paint4_radial_BackupService16GradientGrayIcon_3153_48514)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M3.85 9.123a.2.2 0 01.307-.082l1.726 1.32a.2.2 0 01-.07.352l-2.56.687a.2.2 0 01-.237-.27l.835-2.007z",
37
+ fill: "url(#paint5_radial_BackupService16GradientGrayIcon_3153_48514)"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M11.992 5.303a2.613 2.613 0 00-.433-.735c-.462-.555-1.17-.957-2.134-1.362a.5.5 0 00-.387.922c.937.394 1.453.72 1.753 1.08.09.108.164.224.226.356l.975-.261z",
40
+ fill: "url(#paint6_radial_BackupService16GradientGrayIcon_3153_48514)"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M12.15 7.377a.2.2 0 01-.307.082l-1.726-1.32a.2.2 0 01.07-.353l2.56-.686a.2.2 0 01.237.27l-.835 2.007z",
43
+ fill: "url(#paint7_radial_BackupService16GradientGrayIcon_3153_48514)"
44
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
45
+ id: "paint0_radial_BackupService16GradientGrayIcon_3153_48514",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientUnits: "userSpaceOnUse",
50
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
51
+ }, /*#__PURE__*/React.createElement("stop", {
52
+ stopColor: "color(display-p3 .8 .8331 .8902)"
53
+ }), /*#__PURE__*/React.createElement("stop", {
54
+ offset: 1,
55
+ stopColor: "color(display-p3 .42 .492 .6)"
56
+ })), /*#__PURE__*/React.createElement("radialGradient", {
57
+ id: "paint1_radial_BackupService16GradientGrayIcon_3153_48514",
58
+ cx: 0,
59
+ cy: 0,
60
+ r: 1,
61
+ gradientUnits: "userSpaceOnUse",
62
+ gradientTransform: "matrix(10 -10.5 10.48755 9.98813 3 13.5)"
63
+ }, /*#__PURE__*/React.createElement("stop", {
64
+ stopColor: "color(display-p3 .8 .8331 .8902)"
65
+ }), /*#__PURE__*/React.createElement("stop", {
66
+ offset: 1,
67
+ stopColor: "color(display-p3 .42 .492 .6)"
68
+ })), /*#__PURE__*/React.createElement("radialGradient", {
69
+ id: "paint2_radial_BackupService16GradientGrayIcon_3153_48514",
70
+ cx: 0,
71
+ cy: 0,
72
+ r: 1,
73
+ gradientUnits: "userSpaceOnUse",
74
+ gradientTransform: "matrix(10 -10.5 10.48755 9.98813 3 13.5)"
75
+ }, /*#__PURE__*/React.createElement("stop", {
76
+ stopColor: "color(display-p3 .8 .8331 .8902)"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "color(display-p3 .42 .492 .6)"
80
+ })), /*#__PURE__*/React.createElement("radialGradient", {
81
+ id: "paint3_radial_BackupService16GradientGrayIcon_3153_48514",
82
+ cx: 0,
83
+ cy: 0,
84
+ r: 1,
85
+ gradientUnits: "userSpaceOnUse",
86
+ gradientTransform: "matrix(10 -10.5 10.48755 9.98813 3 13.5)"
87
+ }, /*#__PURE__*/React.createElement("stop", {
88
+ stopColor: "color(display-p3 .8 .8331 .8902)"
89
+ }), /*#__PURE__*/React.createElement("stop", {
90
+ offset: 1,
91
+ stopColor: "color(display-p3 .42 .492 .6)"
92
+ })), /*#__PURE__*/React.createElement("radialGradient", {
93
+ id: "paint4_radial_BackupService16GradientGrayIcon_3153_48514",
94
+ cx: 0,
95
+ cy: 0,
96
+ r: 1,
97
+ gradientUnits: "userSpaceOnUse",
98
+ gradientTransform: "matrix(10 -10.16557 10.16422 9.99868 3 13.333)"
99
+ }, /*#__PURE__*/React.createElement("stop", {
100
+ stopColor: "color(display-p3 .8 .8331 .8902)"
101
+ }), /*#__PURE__*/React.createElement("stop", {
102
+ offset: 1,
103
+ stopColor: "color(display-p3 .42 .492 .6)"
104
+ })), /*#__PURE__*/React.createElement("radialGradient", {
105
+ id: "paint5_radial_BackupService16GradientGrayIcon_3153_48514",
106
+ cx: 0,
107
+ cy: 0,
108
+ r: 1,
109
+ gradientUnits: "userSpaceOnUse",
110
+ gradientTransform: "matrix(10 -10.16557 10.16422 9.99868 3 13.333)"
111
+ }, /*#__PURE__*/React.createElement("stop", {
112
+ stopColor: "color(display-p3 .8 .8331 .8902)"
113
+ }), /*#__PURE__*/React.createElement("stop", {
114
+ offset: 1,
115
+ stopColor: "color(display-p3 .42 .492 .6)"
116
+ })), /*#__PURE__*/React.createElement("radialGradient", {
117
+ id: "paint6_radial_BackupService16GradientGrayIcon_3153_48514",
118
+ cx: 0,
119
+ cy: 0,
120
+ r: 1,
121
+ gradientUnits: "userSpaceOnUse",
122
+ gradientTransform: "matrix(10 -10.16557 10.16422 9.99868 3 13.333)"
123
+ }, /*#__PURE__*/React.createElement("stop", {
124
+ stopColor: "color(display-p3 .8 .8331 .8902)"
125
+ }), /*#__PURE__*/React.createElement("stop", {
126
+ offset: 1,
127
+ stopColor: "color(display-p3 .42 .492 .6)"
128
+ })), /*#__PURE__*/React.createElement("radialGradient", {
129
+ id: "paint7_radial_BackupService16GradientGrayIcon_3153_48514",
130
+ cx: 0,
131
+ cy: 0,
132
+ r: 1,
133
+ gradientUnits: "userSpaceOnUse",
134
+ gradientTransform: "matrix(10 -10.16557 10.16422 9.99868 3 13.333)"
135
+ }, /*#__PURE__*/React.createElement("stop", {
136
+ stopColor: "color(display-p3 .8 .8331 .8902)"
137
+ }), /*#__PURE__*/React.createElement("stop", {
138
+ offset: 1,
139
+ stopColor: "color(display-p3 .42 .492 .6)"
140
+ }))));
141
+ }
142
+ module.exports = BackupService16GradientGrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function ChainDisassociateDisconnectBreak16GradientRedIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ d: "M3.007 3.78c.033.042.086.083.191.163l1.238.947a.323.323 0 00.454-.453l-.947-1.238a1.062 1.062 0 00-.164-.191.405.405 0 00-.446-.03 1.062 1.062 0 00-.188.168c-.094.093-.14.14-.167.188a.405.405 0 00.03.445zM14.066 6.766l-2.102 1.213a1.626 1.626 0 01-1.038.201.405.405 0 10-.114.801 2.437 2.437 0 001.556-.3l2.103-1.215a2.427 2.427 0 00-2.428-4.204L9.941 4.476a2.416 2.416 0 00-.928.958 2.43 2.43 0 00-.261 1.487.405.405 0 10.801-.114 1.613 1.613 0 01.793-1.63l2.102-1.214a1.618 1.618 0 111.618 2.803zM7.264 9.21a.405.405 0 01-.457.343 1.613 1.613 0 00-1.63.793l-1.214 2.102a1.618 1.618 0 102.803 1.618l1.213-2.102a1.623 1.623 0 00.201-1.038.405.405 0 01.801-.114 2.437 2.437 0 01-.301 1.556l-1.214 2.103a2.427 2.427 0 01-4.204-2.428l1.214-2.102c.234-.404.566-.716.95-.923l.01-.006a2.43 2.43 0 011.485-.26.405.405 0 01.343.457z",
17
+ fill: "#F0483E"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M11.44 6.292a.405.405 0 010 .572l-4.576 4.577a.405.405 0 11-.572-.572l4.577-4.577a.405.405 0 01.572 0zM15.09 13.067c.104.081.157.122.207.142.15.062.323.028.438-.086a1.06 1.06 0 00.138-.211c.067-.115.1-.173.114-.225a.404.404 0 00-.144-.423c-.043-.033-.104-.058-.227-.109l-1.441-.594a.323.323 0 00-.32.555l1.234.951zM12.264 15.843c-.033-.043-.058-.105-.109-.227l-.594-1.441a.323.323 0 01.555-.32l.951 1.234c.081.105.122.158.142.208a.405.405 0 01-.087.438 1.06 1.06 0 01-.21.138c-.115.067-.173.1-.225.114a.405.405 0 01-.423-.144zM1.496 7.437a1.062 1.062 0 01-.248-.047A.405.405 0 011 7.02c0-.054.017-.118.051-.247.035-.128.052-.192.08-.239a.405.405 0 01.4-.197c.054.007.115.032.238.083l1.439.6a.323.323 0 01-.166.619l-1.546-.201zM6.336 1.53c.007.055.032.116.083.239l.6 1.439a.323.323 0 00.619-.166l-.201-1.546c-.017-.132-.026-.197-.047-.248A.405.405 0 007.02 1c-.054 0-.118.017-.247.051-.128.035-.192.052-.239.08a.405.405 0 00-.197.4z",
20
+ fill: "#F0483E"
21
+ }));
22
+ }
23
+ module.exports = ChainDisassociateDisconnectBreak16GradientRedIcon;
@@ -0,0 +1,34 @@
1
+ const React = require("react");
2
+ function Cloudtower16Icon({
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
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fill: "url(#pattern0)",
18
+ d: "M4 4h16v16H4z"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
20
+ id: "pattern0",
21
+ patternContentUnits: "objectBoundingBox",
22
+ width: 1,
23
+ height: 1
24
+ }, /*#__PURE__*/React.createElement("use", {
25
+ xlinkHref: "#image0_1578_6177",
26
+ transform: "scale(.03125)"
27
+ })), /*#__PURE__*/React.createElement("image", {
28
+ id: "image0_1578_6177",
29
+ width: 32,
30
+ height: 32,
31
+ xlinkHref: "data:image/png;base64,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"
32
+ })));
33
+ }
34
+ module.exports = Cloudtower16Icon;
@@ -0,0 +1,68 @@
1
+ const React = require("react");
2
+ function CloudtowerLogo16GradientBlueIcon({
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
+ "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: "M10.049 8.784l-4.803 1.981.685-5.15 4.118 3.169zm-3.355-1.32L8.066 8.52l-1.6.66.228-1.716z",
19
+ fill: "url(#paint0_radial_CloudtowerLogo16GradientBlueIcon_14327_2)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M12.743 8.732c-.092-.312-.452-.59-1.173-1.144l-4.873-3.75c-.72-.554-1.081-.832-1.406-.84a1 1 0 00-.752.31c-.224.235-.284.686-.404 1.587l-.81 6.095c-.12.902-.18 1.352-.026 1.638a1 1 0 00.645.496c.315.077.736-.097 1.576-.444l5.684-2.345c.841-.347 1.261-.52 1.432-.797a1 1 0 00.107-.806zm-7.604 3.024l5.684-2.345a12.235 12.235 0 00.915-.403 12.25 12.25 0 00-.778-.628L6.087 4.63a12.255 12.255 0 00-.806-.59 12.26 12.26 0 00-.155.987l-.81 6.095a12.26 12.26 0 00-.11.994 12.275 12.275 0 00.932-.36z",
24
+ fill: "url(#paint1_radial_CloudtowerLogo16GradientBlueIcon_14327_2)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M15.027 8.461c-.22-.748-1.085-1.413-2.814-2.744l-3.871-2.98C6.612 1.408 5.747.742 4.967.72a2.4 2.4 0 00-1.804.744c-.538.565-.682 1.647-.97 3.81l-.644 4.842c-.288 2.164-.432 3.246-.06 3.931a2.4 2.4 0 001.546 1.191c.758.183 1.767-.233 3.785-1.066l4.515-1.862c2.018-.833 3.027-1.249 3.435-1.913a2.4 2.4 0 00.258-1.936zM6.44 13.248l4.515-1.863c1.027-.424 1.733-.716 2.238-.98.51-.268.666-.435.726-.532a1.4 1.4 0 00.15-1.129c-.032-.11-.14-.312-.562-.703-.418-.388-1.023-.854-1.903-1.532L7.732 3.53c-.88-.677-1.487-1.142-1.969-1.447-.486-.308-.709-.36-.823-.364a1.4 1.4 0 00-1.053.435c-.079.083-.2.277-.328.838-.126.556-.228 1.313-.375 2.414l-.644 4.842c-.146 1.102-.246 1.859-.27 2.429-.023.575.043.794.098.895a1.4 1.4 0 00.902.694c.111.027.34.035.89-.135.545-.169 1.251-.46 2.279-.883z",
29
+ fill: "url(#paint2_radial_CloudtowerLogo16GradientBlueIcon_14327_2)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_CloudtowerLogo16GradientBlueIcon_14327_2",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientUnits: "userSpaceOnUse",
36
+ gradientTransform: "matrix(13.85977 -14.56192 14.54417 13.84287 1.266 15.28)"
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_CloudtowerLogo16GradientBlueIcon_14327_2",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientUnits: "userSpaceOnUse",
48
+ gradientTransform: "matrix(13.85977 -14.56192 14.54417 13.84287 1.266 15.28)"
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_CloudtowerLogo16GradientBlueIcon_14327_2",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientUnits: "userSpaceOnUse",
60
+ gradientTransform: "matrix(13.85977 -14.56192 14.54417 13.84287 1.266 15.28)"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#5BCAFF"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#06F"
66
+ }))));
67
+ }
68
+ module.exports = CloudtowerLogo16GradientBlueIcon;