@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.
- package/dist/BackupService16GradientBlueIcon.d.ts +4 -0
- package/dist/BackupService16GradientGrayIcon.d.ts +4 -0
- package/dist/ChainDisassociateDisconnectBreak16GradientRedIcon.d.ts +4 -0
- package/dist/Cloudtower16Icon.d.ts +4 -0
- package/dist/CloudtowerLogo16GradientBlueIcon.d.ts +4 -0
- package/dist/CloudtowerLogo16GradientGrayIcon.d.ts +4 -0
- package/dist/ExclamationErrorCircleSolid18RedIcon.d.ts +4 -0
- package/dist/HierarchyTriangleDown16NeutralIcon.d.ts +4 -0
- package/dist/HierarchyTriangleRight16NeutralIcon.d.ts +4 -0
- package/dist/InfoICircleFill16Gray70Icon.d.ts +4 -0
- package/dist/InfoICircleFill16GrayIcon.d.ts +4 -0
- package/dist/Ip16GradientBlueOutlineOffIcon.d.ts +4 -0
- package/dist/Ip16GradientBlueOutlineOnIcon.d.ts +4 -0
- package/dist/Loading16GradientGaryIcon.d.ts +4 -0
- package/dist/Loading16OntintIcon.d.ts +4 -0
- package/dist/Loading24GradientBlueIcon.d.ts +4 -0
- package/dist/Loading24GradientGaryIcon.d.ts +4 -0
- package/dist/Loading24OntintIcon.d.ts +4 -0
- package/dist/ObservabilityService16GradientBlueIcon.d.ts +4 -0
- package/dist/ObservabilityService16GradientGrayIcon.d.ts +4 -0
- package/dist/PoweroffShutdownStopUpgrade16GradientGrayIcon.d.ts +4 -0
- package/dist/PoweroffShutdownStopUpgrade16RedIcon.d.ts +4 -0
- package/dist/ReplicaService16GradientBlueIcon.d.ts +4 -0
- package/dist/ReplicationService16GradientGrayIcon.d.ts +4 -0
- package/dist/UpgradeService24OntintIcon.d.ts +4 -0
- package/dist/ViewEye16GradientGrayIcon.d.ts +4 -0
- package/dist/WaitingBreathingLed16GrayIcon.d.ts +4 -0
- package/dist/cjs/BackupService16GradientBlueIcon.js +145 -0
- package/dist/cjs/BackupService16GradientGrayIcon.js +142 -0
- package/dist/cjs/ChainDisassociateDisconnectBreak16GradientRedIcon.js +23 -0
- package/dist/cjs/Cloudtower16Icon.js +34 -0
- package/dist/cjs/CloudtowerLogo16GradientBlueIcon.js +68 -0
- package/dist/cjs/CloudtowerLogo16GradientGrayIcon.js +65 -0
- package/dist/cjs/ExclamationErrorCircleSolid18RedIcon.js +27 -0
- package/dist/cjs/HierarchyTriangleDown16NeutralIcon.js +21 -0
- package/dist/cjs/HierarchyTriangleRight16NeutralIcon.js +21 -0
- package/dist/cjs/InfoICircleFill16Gray70Icon.js +22 -0
- package/dist/cjs/InfoICircleFill16GrayIcon.js +22 -0
- package/dist/cjs/Ip16GradientBlueOutlineOffIcon.js +47 -0
- package/dist/cjs/Ip16GradientBlueOutlineOnIcon.js +34 -0
- package/dist/cjs/Loading16GradientGaryIcon.js +36 -0
- package/dist/cjs/Loading16OntintIcon.js +37 -0
- package/dist/cjs/Loading24GradientBlueIcon.js +36 -0
- package/dist/cjs/Loading24GradientGaryIcon.js +36 -0
- package/dist/cjs/Loading24OntintIcon.js +37 -0
- package/dist/cjs/ObservabilityService16GradientBlueIcon.js +34 -0
- package/dist/cjs/ObservabilityService16GradientGrayIcon.js +34 -0
- package/dist/cjs/PoweroffShutdownStopUpgrade16GradientGrayIcon.js +49 -0
- package/dist/cjs/PoweroffShutdownStopUpgrade16RedIcon.js +49 -0
- package/dist/cjs/ReplicaService16GradientBlueIcon.js +128 -0
- package/dist/cjs/ReplicationService16GradientGrayIcon.js +128 -0
- package/dist/cjs/UpgradeService24OntintIcon.js +25 -0
- package/dist/cjs/ViewEye16GradientGrayIcon.js +34 -0
- package/dist/cjs/WaitingBreathingLed16GrayIcon.js +24 -0
- package/dist/cjs/index.js +27 -0
- package/dist/esm/BackupService16GradientBlueIcon.js +145 -0
- package/dist/esm/BackupService16GradientGrayIcon.js +142 -0
- package/dist/esm/ChainDisassociateDisconnectBreak16GradientRedIcon.js +23 -0
- package/dist/esm/Cloudtower16Icon.js +34 -0
- package/dist/esm/CloudtowerLogo16GradientBlueIcon.js +68 -0
- package/dist/esm/CloudtowerLogo16GradientGrayIcon.js +65 -0
- package/dist/esm/ExclamationErrorCircleSolid18RedIcon.js +27 -0
- package/dist/esm/HierarchyTriangleDown16NeutralIcon.js +21 -0
- package/dist/esm/HierarchyTriangleRight16NeutralIcon.js +21 -0
- package/dist/esm/InfoICircleFill16Gray70Icon.js +22 -0
- package/dist/esm/InfoICircleFill16GrayIcon.js +22 -0
- package/dist/esm/Ip16GradientBlueOutlineOffIcon.js +47 -0
- package/dist/esm/Ip16GradientBlueOutlineOnIcon.js +34 -0
- package/dist/esm/Loading16GradientGaryIcon.js +36 -0
- package/dist/esm/Loading16OntintIcon.js +37 -0
- package/dist/esm/Loading24GradientBlueIcon.js +36 -0
- package/dist/esm/Loading24GradientGaryIcon.js +36 -0
- package/dist/esm/Loading24OntintIcon.js +37 -0
- package/dist/esm/ObservabilityService16GradientBlueIcon.js +34 -0
- package/dist/esm/ObservabilityService16GradientGrayIcon.js +34 -0
- package/dist/esm/PoweroffShutdownStopUpgrade16GradientGrayIcon.js +49 -0
- package/dist/esm/PoweroffShutdownStopUpgrade16RedIcon.js +49 -0
- package/dist/esm/ReplicaService16GradientBlueIcon.js +128 -0
- package/dist/esm/ReplicationService16GradientGrayIcon.js +128 -0
- package/dist/esm/UpgradeService24OntintIcon.js +25 -0
- package/dist/esm/ViewEye16GradientGrayIcon.js +34 -0
- package/dist/esm/WaitingBreathingLed16GrayIcon.js +24 -0
- package/dist/esm/index.js +27 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +27 -0
- package/package.json +6 -6
@@ -0,0 +1,128 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ReplicaService16GradientBlueIcon({
|
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_ReplicaService16GradientBlueIcon_11896_170)"
|
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_ReplicaService16GradientBlueIcon_11896_170)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M8 10a1.5 1.5 0 011.5-1.5h2A1.5 1.5 0 0113 10v2a1.5 1.5 0 01-1.5 1.5h-2A1.5 1.5 0 018 12v-2zm1.5-.5a.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",
|
29
|
+
fill: "url(#paint2_radial_ReplicaService16GradientBlueIcon_11896_170)"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
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",
|
32
|
+
fill: "url(#paint3_radial_ReplicaService16GradientBlueIcon_11896_170)"
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
34
|
+
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",
|
35
|
+
fill: "url(#paint4_radial_ReplicaService16GradientBlueIcon_11896_170)"
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
37
|
+
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",
|
38
|
+
fill: "url(#paint5_radial_ReplicaService16GradientBlueIcon_11896_170)"
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
40
|
+
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",
|
41
|
+
fill: "url(#paint6_radial_ReplicaService16GradientBlueIcon_11896_170)"
|
42
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint0_radial_ReplicaService16GradientBlueIcon_11896_170",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
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: "paint1_radial_ReplicaService16GradientBlueIcon_11896_170",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
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: "paint2_radial_ReplicaService16GradientBlueIcon_11896_170",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "#5BCAFF"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "#06F"
|
78
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
79
|
+
id: "paint3_radial_ReplicaService16GradientBlueIcon_11896_170",
|
80
|
+
cx: 0,
|
81
|
+
cy: 0,
|
82
|
+
r: 1,
|
83
|
+
gradientUnits: "userSpaceOnUse",
|
84
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
85
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
86
|
+
stopColor: "#5BCAFF"
|
87
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
88
|
+
offset: 1,
|
89
|
+
stopColor: "#06F"
|
90
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
91
|
+
id: "paint4_radial_ReplicaService16GradientBlueIcon_11896_170",
|
92
|
+
cx: 0,
|
93
|
+
cy: 0,
|
94
|
+
r: 1,
|
95
|
+
gradientUnits: "userSpaceOnUse",
|
96
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
97
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
98
|
+
stopColor: "#5BCAFF"
|
99
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
100
|
+
offset: 1,
|
101
|
+
stopColor: "#06F"
|
102
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
103
|
+
id: "paint5_radial_ReplicaService16GradientBlueIcon_11896_170",
|
104
|
+
cx: 0,
|
105
|
+
cy: 0,
|
106
|
+
r: 1,
|
107
|
+
gradientUnits: "userSpaceOnUse",
|
108
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
109
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
110
|
+
stopColor: "#5BCAFF"
|
111
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
112
|
+
offset: 1,
|
113
|
+
stopColor: "#06F"
|
114
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
115
|
+
id: "paint6_radial_ReplicaService16GradientBlueIcon_11896_170",
|
116
|
+
cx: 0,
|
117
|
+
cy: 0,
|
118
|
+
r: 1,
|
119
|
+
gradientUnits: "userSpaceOnUse",
|
120
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
121
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
122
|
+
stopColor: "#5BCAFF"
|
123
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
124
|
+
offset: 1,
|
125
|
+
stopColor: "#06F"
|
126
|
+
}))));
|
127
|
+
}
|
128
|
+
module.exports = ReplicaService16GradientBlueIcon;
|
@@ -0,0 +1,128 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ReplicationService16GradientGrayIcon({
|
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_ReplicationService16GradientGrayIcon_3153_48703)"
|
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_ReplicationService16GradientGrayIcon_3153_48703)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M8 10a1.5 1.5 0 011.5-1.5h2A1.5 1.5 0 0113 10v2a1.5 1.5 0 01-1.5 1.5h-2A1.5 1.5 0 018 12v-2zm1.5-.5a.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",
|
29
|
+
fill: "url(#paint2_radial_ReplicationService16GradientGrayIcon_3153_48703)"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
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",
|
32
|
+
fill: "url(#paint3_radial_ReplicationService16GradientGrayIcon_3153_48703)"
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
34
|
+
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",
|
35
|
+
fill: "url(#paint4_radial_ReplicationService16GradientGrayIcon_3153_48703)"
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
37
|
+
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",
|
38
|
+
fill: "url(#paint5_radial_ReplicationService16GradientGrayIcon_3153_48703)"
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
40
|
+
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",
|
41
|
+
fill: "url(#paint6_radial_ReplicationService16GradientGrayIcon_3153_48703)"
|
42
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint0_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint1_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
67
|
+
id: "paint2_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
78
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
79
|
+
id: "paint3_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
80
|
+
cx: 0,
|
81
|
+
cy: 0,
|
82
|
+
r: 1,
|
83
|
+
gradientUnits: "userSpaceOnUse",
|
84
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
85
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
86
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
87
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
88
|
+
offset: 1,
|
89
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
90
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
91
|
+
id: "paint4_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
92
|
+
cx: 0,
|
93
|
+
cy: 0,
|
94
|
+
r: 1,
|
95
|
+
gradientUnits: "userSpaceOnUse",
|
96
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
97
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
98
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
99
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
100
|
+
offset: 1,
|
101
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
102
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
103
|
+
id: "paint5_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
104
|
+
cx: 0,
|
105
|
+
cy: 0,
|
106
|
+
r: 1,
|
107
|
+
gradientUnits: "userSpaceOnUse",
|
108
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
109
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
110
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
111
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
112
|
+
offset: 1,
|
113
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
114
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
115
|
+
id: "paint6_radial_ReplicationService16GradientGrayIcon_3153_48703",
|
116
|
+
cx: 0,
|
117
|
+
cy: 0,
|
118
|
+
r: 1,
|
119
|
+
gradientUnits: "userSpaceOnUse",
|
120
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
121
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
122
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
123
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
124
|
+
offset: 1,
|
125
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
126
|
+
}))));
|
127
|
+
}
|
128
|
+
module.exports = ReplicationService16GradientGrayIcon;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function UpgradeService24OntintIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
width: 24,
|
10
|
+
height: 24,
|
11
|
+
fill: "none",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M8.762 10.705a.332.332 0 00.248.552h2.298c0 2-.167 5.045-2.13 6.342-.04.026-.007.105.04.092 3.425-1.026 4.171-2.41 4.467-6.434h2.305a.332.332 0 00.248-.552l-3.49-3.926a.332.332 0 00-.496 0l-3.49 3.926z",
|
17
|
+
fill: "#fff"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fillRule: "evenodd",
|
20
|
+
clipRule: "evenodd",
|
21
|
+
d: "M5.625 3.5A2.125 2.125 0 003.5 5.625v12.75c0 1.174.951 2.125 2.125 2.125h12.75a2.125 2.125 0 002.125-2.125V5.625A2.125 2.125 0 0018.375 3.5H5.625zm12.75 1.063H5.625c-.587 0-1.063.475-1.063 1.062v12.75c0 .587.476 1.063 1.063 1.063h12.75c.587 0 1.063-.476 1.063-1.063V5.625c0-.587-.476-1.063-1.063-1.063z",
|
22
|
+
fill: "#fff"
|
23
|
+
}));
|
24
|
+
}
|
25
|
+
module.exports = UpgradeService24OntintIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ViewEye16GradientGrayIcon({
|
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.122 3.757a8.795 8.795 0 00-2.265-.256c-.684.011-1.35.1-1.98.256-1.088.271-2.07.747-2.864 1.378-.753.599-1.336 1.338-1.678 2.176-.18.441-.18.937 0 1.378.342.838.925 1.578 1.678 2.177.794.63 1.777 1.106 2.866 1.377A8.694 8.694 0 008 12.5c.158 0 .316-.004.472-.012 2.856-.15 5.316-1.65 6.194-3.799.18-.441.18-.937 0-1.378-.343-.838-.926-1.577-1.679-2.176-.793-.632-1.776-1.107-2.865-1.378zm-.846 7.641c1.17-.19 2.2-.637 2.997-1.245.676-.517 1.183-1.15 1.465-1.842a.824.824 0 000-.622c-.687-1.684-2.709-3.02-5.248-3.174a8.111 8.111 0 00-.789-.01c-2.628.097-4.736 1.458-5.44 3.184a.824.824 0 000 .622c.017.043.036.086.055.129.124.273.283.536.474.786.078.102.162.202.25.299.939 1.032 2.446 1.78 4.228 1.942a8.063 8.063 0 002.008-.069zM10 8a2 2 0 11-4 0 2 2 0 014 0zm1 0a3 3 0 11-6 0 3 3 0 016 0z",
|
19
|
+
fill: "url(#paint0_radial_ViewEye16GradientGrayIcon_1989_11118)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_ViewEye16GradientGrayIcon_1989_11118",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(13.60098 -9 8.28372 12.51851 1.2 12.5)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = ViewEye16GradientGrayIcon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function WaitingBreathingLed16GrayIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
width: 16,
|
10
|
+
height: 16,
|
11
|
+
fill: "none",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("rect", {
|
16
|
+
x: 5,
|
17
|
+
y: 5,
|
18
|
+
width: 6,
|
19
|
+
height: 6,
|
20
|
+
rx: 3,
|
21
|
+
fill: "#A3B4CC"
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
module.exports = WaitingBreathingLed16GrayIcon;
|
package/dist/cjs/index.js
CHANGED
@@ -135,6 +135,8 @@ module.exports.ArrowRightGrayIcon = require("./ArrowRightGrayIcon.js")
|
|
135
135
|
module.exports.BackupPlan24BlueIcon = require("./BackupPlan24BlueIcon.js")
|
136
136
|
module.exports.BackupPlan24GrayIcon = require("./BackupPlan24GrayIcon.js")
|
137
137
|
module.exports.BackupPlan24OntintIcon = require("./BackupPlan24OntintIcon.js")
|
138
|
+
module.exports.BackupService16GradientBlueIcon = require("./BackupService16GradientBlueIcon.js")
|
139
|
+
module.exports.BackupService16GradientGrayIcon = require("./BackupService16GradientGrayIcon.js")
|
138
140
|
module.exports.BackupService24BlueIcon = require("./BackupService24BlueIcon.js")
|
139
141
|
module.exports.BackupService24GradientBlueIcon = require("./BackupService24GradientBlueIcon.js")
|
140
142
|
module.exports.BackupService24GrayIcon = require("./BackupService24GrayIcon.js")
|
@@ -172,6 +174,7 @@ module.exports.ChainAssociateConnect24GradientBlueIcon = require("./ChainAssocia
|
|
172
174
|
module.exports.ChainAssociateConnect24GradientGrayIcon = require("./ChainAssociateConnect24GradientGrayIcon.js")
|
173
175
|
module.exports.ChainConnect16GradientBlueIcon = require("./ChainConnect16GradientBlueIcon.js")
|
174
176
|
module.exports.ChainDisassociateDisconnectBreak16BoldOntintIcon = require("./ChainDisassociateDisconnectBreak16BoldOntintIcon.js")
|
177
|
+
module.exports.ChainDisassociateDisconnectBreak16GradientRedIcon = require("./ChainDisassociateDisconnectBreak16GradientRedIcon.js")
|
175
178
|
module.exports.ChainDisassociateDisconnectBreak24GradientBlueIcon = require("./ChainDisassociateDisconnectBreak24GradientBlueIcon.js")
|
176
179
|
module.exports.ChainDisassociateDisconnectBreak24GradientGrayIcon = require("./ChainDisassociateDisconnectBreak24GradientGrayIcon.js")
|
177
180
|
module.exports.ChainDisassociateDisconnectBreak24RedIcon = require("./ChainDisassociateDisconnectBreak24RedIcon.js")
|
@@ -218,7 +221,10 @@ module.exports.Clone16GradientGrayIcon = require("./Clone16GradientGrayIcon.js")
|
|
218
221
|
module.exports.CloneIcon = require("./CloneIcon.js")
|
219
222
|
module.exports.CloseRedIcon = require("./CloseRedIcon.js")
|
220
223
|
module.exports.CloseIcon = require("./CloseIcon.js")
|
224
|
+
module.exports.CloudtowerLogo16GradientBlueIcon = require("./CloudtowerLogo16GradientBlueIcon.js")
|
225
|
+
module.exports.CloudtowerLogo16GradientGrayIcon = require("./CloudtowerLogo16GradientGrayIcon.js")
|
221
226
|
module.exports.CloudtowerLogoTextIcon = require("./CloudtowerLogoTextIcon.js")
|
227
|
+
module.exports.Cloudtower16Icon = require("./Cloudtower16Icon.js")
|
222
228
|
module.exports.Cluster16BlueIcon = require("./Cluster16BlueIcon.js")
|
223
229
|
module.exports.Cluster16GradientBlueIcon = require("./Cluster16GradientBlueIcon.js")
|
224
230
|
module.exports.Cluster16GradientGrayIcon = require("./Cluster16GradientGrayIcon.js")
|
@@ -363,6 +369,7 @@ module.exports.ExclamationErrorCircle16RedIcon = require("./ExclamationErrorCirc
|
|
363
369
|
module.exports.ExclamationErrorCircleFill16OntintIcon = require("./ExclamationErrorCircleFill16OntintIcon.js")
|
364
370
|
module.exports.ExclamationErrorCircleFill16RedIcon = require("./ExclamationErrorCircleFill16RedIcon.js")
|
365
371
|
module.exports.ExclamationErrorCircleSolid16RedWhiteIcon = require("./ExclamationErrorCircleSolid16RedWhiteIcon.js")
|
372
|
+
module.exports.ExclamationErrorCircleSolid18RedIcon = require("./ExclamationErrorCircleSolid18RedIcon.js")
|
366
373
|
module.exports.ExclamtionMark16OntintIcon = require("./ExclamtionMark16OntintIcon.js")
|
367
374
|
module.exports.Export16GradientBlueIcon = require("./Export16GradientBlueIcon.js")
|
368
375
|
module.exports.Export16GradientGrayIcon = require("./Export16GradientGrayIcon.js")
|
@@ -451,8 +458,10 @@ module.exports.HandlePoint824BlueIcon = require("./HandlePoint824BlueIcon.js")
|
|
451
458
|
module.exports.HandlePoint824SecondaryIcon = require("./HandlePoint824SecondaryIcon.js")
|
452
459
|
module.exports.HardwareIcon = require("./HardwareIcon.js")
|
453
460
|
module.exports.HddDisk24GradientBlueIcon = require("./HddDisk24GradientBlueIcon.js")
|
461
|
+
module.exports.HierarchyTriangleDown16NeutralIcon = require("./HierarchyTriangleDown16NeutralIcon.js")
|
454
462
|
module.exports.HierarchyTriangleRight16BlueIcon = require("./HierarchyTriangleRight16BlueIcon.js")
|
455
463
|
module.exports.HierarchyTriangleRight16GrayIcon = require("./HierarchyTriangleRight16GrayIcon.js")
|
464
|
+
module.exports.HierarchyTriangleRight16NeutralIcon = require("./HierarchyTriangleRight16NeutralIcon.js")
|
456
465
|
module.exports.HierarchyTriangleRight16PrimaryIcon = require("./HierarchyTriangleRight16PrimaryIcon.js")
|
457
466
|
module.exports.Host16BlueIcon = require("./Host16BlueIcon.js")
|
458
467
|
module.exports.Host16GradientBlueIcon = require("./Host16GradientBlueIcon.js")
|
@@ -497,6 +506,8 @@ module.exports.InfoICircle24SecondaryIcon = require("./InfoICircle24SecondaryIco
|
|
497
506
|
module.exports.InfoICircleFill16BlueIcon = require("./InfoICircleFill16BlueIcon.js")
|
498
507
|
module.exports.InfoICircleFill16BoldBlueIcon = require("./InfoICircleFill16BoldBlueIcon.js")
|
499
508
|
module.exports.InfoICircleFill16BoldOntintIcon = require("./InfoICircleFill16BoldOntintIcon.js")
|
509
|
+
module.exports.InfoICircleFill16Gray70Icon = require("./InfoICircleFill16Gray70Icon.js")
|
510
|
+
module.exports.InfoICircleFill16GrayIcon = require("./InfoICircleFill16GrayIcon.js")
|
500
511
|
module.exports.InfoICircleFill16OntintIcon = require("./InfoICircleFill16OntintIcon.js")
|
501
512
|
module.exports.InfoICircleFill16QuaternaryIcon = require("./InfoICircleFill16QuaternaryIcon.js")
|
502
513
|
module.exports.InfoICircleFill16SecondaryIcon = require("./InfoICircleFill16SecondaryIcon.js")
|
@@ -507,6 +518,8 @@ module.exports.Install24GradientGrayIcon = require("./Install24GradientGrayIcon.
|
|
507
518
|
module.exports.InstallationPackage24GradientBlueIcon = require("./InstallationPackage24GradientBlueIcon.js")
|
508
519
|
module.exports.InstallationPackage24OntintIcon = require("./InstallationPackage24OntintIcon.js")
|
509
520
|
module.exports.InstalltoolsIcon = require("./InstalltoolsIcon.js")
|
521
|
+
module.exports.Ip16GradientBlueOutlineOffIcon = require("./Ip16GradientBlueOutlineOffIcon.js")
|
522
|
+
module.exports.Ip16GradientBlueOutlineOnIcon = require("./Ip16GradientBlueOutlineOnIcon.js")
|
510
523
|
module.exports.Ip24Icon = require("./Ip24Icon.js")
|
511
524
|
module.exports.IscsiDatastoreStorageObject16GradientBlueIcon = require("./IscsiDatastoreStorageObject16GradientBlueIcon.js")
|
512
525
|
module.exports.IscsiDatastoreStorageObject24GradientBlueIcon = require("./IscsiDatastoreStorageObject24GradientBlueIcon.js")
|
@@ -566,7 +579,12 @@ module.exports.LoadBalancerMonitor24GradientBlueIcon = require("./LoadBalancerMo
|
|
566
579
|
module.exports.LoadBalancerMonitor24GradientGreyIcon = require("./LoadBalancerMonitor24GradientGreyIcon.js")
|
567
580
|
module.exports.Loading16BoldOntintIcon = require("./Loading16BoldOntintIcon.js")
|
568
581
|
module.exports.Loading16GradientBlueIcon = require("./Loading16GradientBlueIcon.js")
|
582
|
+
module.exports.Loading16GradientGaryIcon = require("./Loading16GradientGaryIcon.js")
|
583
|
+
module.exports.Loading16OntintIcon = require("./Loading16OntintIcon.js")
|
569
584
|
module.exports.Loading24BoldGradientBlueIcon = require("./Loading24BoldGradientBlueIcon.js")
|
585
|
+
module.exports.Loading24GradientBlueIcon = require("./Loading24GradientBlueIcon.js")
|
586
|
+
module.exports.Loading24GradientGaryIcon = require("./Loading24GradientGaryIcon.js")
|
587
|
+
module.exports.Loading24OntintIcon = require("./Loading24OntintIcon.js")
|
570
588
|
module.exports.Loading8BoldGradientBlueIcon = require("./Loading8BoldGradientBlueIcon.js")
|
571
589
|
module.exports.Loading8BoldOntintIcon = require("./Loading8BoldOntintIcon.js")
|
572
590
|
module.exports.Loading8GradientBlueIcon = require("./Loading8GradientBlueIcon.js")
|
@@ -747,6 +765,8 @@ module.exports.NvmeNamespaceStorageObject24GrayIcon = require("./NvmeNamespaceSt
|
|
747
765
|
module.exports.NvmeSubsystemDatastoreStorageObject16GradientBlueIcon = require("./NvmeSubsystemDatastoreStorageObject16GradientBlueIcon.js")
|
748
766
|
module.exports.NvmeSubsystemDatastoreStorageObject24BlueIcon = require("./NvmeSubsystemDatastoreStorageObject24BlueIcon.js")
|
749
767
|
module.exports.NvmeSubsystemDatastoreStorageObject24GrayIcon = require("./NvmeSubsystemDatastoreStorageObject24GrayIcon.js")
|
768
|
+
module.exports.ObservabilityService16GradientBlueIcon = require("./ObservabilityService16GradientBlueIcon.js")
|
769
|
+
module.exports.ObservabilityService16GradientGrayIcon = require("./ObservabilityService16GradientGrayIcon.js")
|
750
770
|
module.exports.OpenTerminal16GradientBlueIcon = require("./OpenTerminal16GradientBlueIcon.js")
|
751
771
|
module.exports.OpenTerminal16GradientGrayIcon = require("./OpenTerminal16GradientGrayIcon.js")
|
752
772
|
module.exports.OpenTerminal16WhiteIcon = require("./OpenTerminal16WhiteIcon.js")
|
@@ -885,6 +905,8 @@ module.exports.PowerOn24Icon = require("./PowerOn24Icon.js")
|
|
885
905
|
module.exports.PoweroffShutdownStop16GradientBlueIcon = require("./PoweroffShutdownStop16GradientBlueIcon.js")
|
886
906
|
module.exports.PoweroffShutdownStop16GradientGrayIcon = require("./PoweroffShutdownStop16GradientGrayIcon.js")
|
887
907
|
module.exports.PoweroffShutdownStop16RedIcon = require("./PoweroffShutdownStop16RedIcon.js")
|
908
|
+
module.exports.PoweroffShutdownStopUpgrade16GradientGrayIcon = require("./PoweroffShutdownStopUpgrade16GradientGrayIcon.js")
|
909
|
+
module.exports.PoweroffShutdownStopUpgrade16RedIcon = require("./PoweroffShutdownStopUpgrade16RedIcon.js")
|
888
910
|
module.exports.PoweroffTurnOnShutDown16GradientRedIcon = require("./PoweroffTurnOnShutDown16GradientRedIcon.js")
|
889
911
|
module.exports.PoweronStart16GradientBlueIcon = require("./PoweronStart16GradientBlueIcon.js")
|
890
912
|
module.exports.PoweronStart16GradientGrayIcon = require("./PoweronStart16GradientGrayIcon.js")
|
@@ -918,6 +940,7 @@ module.exports.RecyclebinClusterSettingsEdit24BlueIcon = require("./RecyclebinCl
|
|
918
940
|
module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
|
919
941
|
module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
|
920
942
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
943
|
+
module.exports.ReplicaService16GradientBlueIcon = require("./ReplicaService16GradientBlueIcon.js")
|
921
944
|
module.exports.ReplicaVm16GradientBlueIcon = require("./ReplicaVm16GradientBlueIcon.js")
|
922
945
|
module.exports.ReplicaVm24BlueIcon = require("./ReplicaVm24BlueIcon.js")
|
923
946
|
module.exports.ReplicaVm24OntintIcon = require("./ReplicaVm24OntintIcon.js")
|
@@ -945,6 +968,7 @@ module.exports.ReplicationPlanReplicaVmRunning24Icon = require("./ReplicationPla
|
|
945
968
|
module.exports.ReplicationPlanReplicaVmStopped24Icon = require("./ReplicationPlanReplicaVmStopped24Icon.js")
|
946
969
|
module.exports.ReplicationPlanReplicaVmSuspended24Icon = require("./ReplicationPlanReplicaVmSuspended24Icon.js")
|
947
970
|
module.exports.ReplicationPlanReplicaVmUnknown24Icon = require("./ReplicationPlanReplicaVmUnknown24Icon.js")
|
971
|
+
module.exports.ReplicationService16GradientGrayIcon = require("./ReplicationService16GradientGrayIcon.js")
|
948
972
|
module.exports.ReplicationService24BlueIcon = require("./ReplicationService24BlueIcon.js")
|
949
973
|
module.exports.ReplicationService24OntintIcon = require("./ReplicationService24OntintIcon.js")
|
950
974
|
module.exports.ReportForm24BlueIcon = require("./ReportForm24BlueIcon.js")
|
@@ -1195,6 +1219,7 @@ module.exports.UnopenedStatusIcon = require("./UnopenedStatusIcon.js")
|
|
1195
1219
|
module.exports.Upgrade16BlueIcon = require("./Upgrade16BlueIcon.js")
|
1196
1220
|
module.exports.UpgradeFile24BlueIcon = require("./UpgradeFile24BlueIcon.js")
|
1197
1221
|
module.exports.UpgradeService24BlueIcon = require("./UpgradeService24BlueIcon.js")
|
1222
|
+
module.exports.UpgradeService24OntintIcon = require("./UpgradeService24OntintIcon.js")
|
1198
1223
|
module.exports.Upload2117GradientBlueIcon = require("./Upload2117GradientBlueIcon.js")
|
1199
1224
|
module.exports.Upload24GradientBlueIcon = require("./Upload24GradientBlueIcon.js")
|
1200
1225
|
module.exports.Upload24GradientGrayIcon = require("./Upload24GradientGrayIcon.js")
|
@@ -1238,6 +1263,7 @@ module.exports.UserAccountWhiteIcon = require("./UserAccountWhiteIcon.js")
|
|
1238
1263
|
module.exports.Vds16GradientBlueIcon = require("./Vds16GradientBlueIcon.js")
|
1239
1264
|
module.exports.Vds24BlueIcon = require("./Vds24BlueIcon.js")
|
1240
1265
|
module.exports.Vds24Icon = require("./Vds24Icon.js")
|
1266
|
+
module.exports.ViewEye16GradientGrayIcon = require("./ViewEye16GradientGrayIcon.js")
|
1241
1267
|
module.exports.ViewEye16GrayIcon = require("./ViewEye16GrayIcon.js")
|
1242
1268
|
module.exports.ViewEye24GradientBlueIcon = require("./ViewEye24GradientBlueIcon.js")
|
1243
1269
|
module.exports.ViewEye24GradientGrayIcon = require("./ViewEye24GradientGrayIcon.js")
|
@@ -1374,6 +1400,7 @@ module.exports.VpcSubnet24GradientBlueIcon = require("./VpcSubnet24GradientBlueI
|
|
1374
1400
|
module.exports.VpcSubnet24GradientGreyIcon = require("./VpcSubnet24GradientGreyIcon.js")
|
1375
1401
|
module.exports.VpcSubnet24OntintIcon = require("./VpcSubnet24OntintIcon.js")
|
1376
1402
|
module.exports.WaitingBreathingLed16BlueIcon = require("./WaitingBreathingLed16BlueIcon.js")
|
1403
|
+
module.exports.WaitingBreathingLed16GrayIcon = require("./WaitingBreathingLed16GrayIcon.js")
|
1377
1404
|
module.exports.WaitingBreathingLed16YellowIcon = require("./WaitingBreathingLed16YellowIcon.js")
|
1378
1405
|
module.exports.WitnessNodeNormalCriticalRedIcon = require("./WitnessNodeNormalCriticalRedIcon.js")
|
1379
1406
|
module.exports.WitnessNodeNormalHealthyGreenIcon = require("./WitnessNodeNormalHealthyGreenIcon.js")
|
@@ -0,0 +1,145 @@
|
|
1
|
+
import * as React from "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
|
+
export default BackupService16GradientBlueIcon;
|