@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,65 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function CloudtowerLogo16GradientGrayIcon({
|
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("g", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
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",
|
20
|
+
fill: "url(#paint0_radial_CloudtowerLogo16GradientGrayIcon_3153_48519)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
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",
|
23
|
+
fill: "url(#paint1_radial_CloudtowerLogo16GradientGrayIcon_3153_48519)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
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",
|
26
|
+
fill: "url(#paint2_radial_CloudtowerLogo16GradientGrayIcon_3153_48519)"
|
27
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
28
|
+
id: "paint0_radial_CloudtowerLogo16GradientGrayIcon_3153_48519",
|
29
|
+
cx: 0,
|
30
|
+
cy: 0,
|
31
|
+
r: 1,
|
32
|
+
gradientUnits: "userSpaceOnUse",
|
33
|
+
gradientTransform: "matrix(13.85977 -14.56192 14.54417 13.84287 1.266 15.28)"
|
34
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
35
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
36
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
37
|
+
offset: 1,
|
38
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
39
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
40
|
+
id: "paint1_radial_CloudtowerLogo16GradientGrayIcon_3153_48519",
|
41
|
+
cx: 0,
|
42
|
+
cy: 0,
|
43
|
+
r: 1,
|
44
|
+
gradientUnits: "userSpaceOnUse",
|
45
|
+
gradientTransform: "matrix(13.85977 -14.56192 14.54417 13.84287 1.266 15.28)"
|
46
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
47
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
48
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
49
|
+
offset: 1,
|
50
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
51
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
52
|
+
id: "paint2_radial_CloudtowerLogo16GradientGrayIcon_3153_48519",
|
53
|
+
cx: 0,
|
54
|
+
cy: 0,
|
55
|
+
r: 1,
|
56
|
+
gradientUnits: "userSpaceOnUse",
|
57
|
+
gradientTransform: "matrix(13.85977 -14.56192 14.54417 13.84287 1.266 15.28)"
|
58
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
59
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
60
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
61
|
+
offset: 1,
|
62
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
63
|
+
}))));
|
64
|
+
}
|
65
|
+
module.exports = CloudtowerLogo16GradientGrayIcon;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ExclamationErrorCircleSolid18RedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 18,
|
9
|
+
height: 18,
|
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("circle", {
|
16
|
+
cx: 9,
|
17
|
+
cy: 9,
|
18
|
+
r: 9,
|
19
|
+
fill: "#fff"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M9 18A9 9 0 109 0a9 9 0 000 18zM7.7 4.166c0-.636.62-1.156 1.303-1.156.683 0 1.296.52 1.296 1.156l-.123 5.891c0 .636-.49 1.151-1.173 1.151s-1.18-.515-1.18-1.15l-.124-5.892zm0 9.523a1.3 1.3 0 112.6 0 1.3 1.3 0 01-2.6 0z",
|
24
|
+
fill: "#F0483E"
|
25
|
+
}));
|
26
|
+
}
|
27
|
+
module.exports = ExclamationErrorCircleSolid18RedIcon;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function HierarchyTriangleDown16NeutralIcon({
|
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("path", {
|
16
|
+
d: "M8.667 9.817c-.223.338-.334.507-.475.566a.5.5 0 01-.385 0c-.14-.059-.252-.228-.475-.566L5.354 6.82c-.266-.404-.4-.605-.389-.772a.5.5 0 01.198-.368c.134-.1.375-.1.859-.1h3.955c.483 0 .725 0 .859.1a.5.5 0 01.198.368c.01.167-.123.368-.389.772L8.667 9.817z",
|
17
|
+
fill: "#2C3852",
|
18
|
+
fillOpacity: 0.75
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
module.exports = HierarchyTriangleDown16NeutralIcon;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function HierarchyTriangleRight16NeutralIcon({
|
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("path", {
|
16
|
+
d: "M9.816 7.332c.338.223.507.335.566.476a.5.5 0 010 .384c-.059.141-.228.253-.566.476L6.82 10.646c-.404.266-.605.399-.772.388a.5.5 0 01-.368-.198c-.1-.133-.1-.375-.1-.858V6.022c0-.483 0-.724.1-.858a.5.5 0 01.368-.198c.167-.01.368.122.772.389l2.997 1.977z",
|
17
|
+
fill: "#2C3852",
|
18
|
+
fillOpacity: 0.75
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
module.exports = HierarchyTriangleRight16NeutralIcon;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function InfoICircleFill16Gray70Icon({
|
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("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8 14.5a6.5 6.5 0 100-13 6.5 6.5 0 000 13zm.75-3a.75.75 0 01-1.5 0V7.998a.75.75 0 011.5 0V11.5zm.125-6.375a.875.875 0 11-1.75 0 .875.875 0 011.75 0z",
|
19
|
+
fill: "#6B7D99"
|
20
|
+
}));
|
21
|
+
}
|
22
|
+
module.exports = InfoICircleFill16Gray70Icon;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function InfoICircleFill16GrayIcon({
|
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: "M8 14.5a6.5 6.5 0 100-13 6.5 6.5 0 000 13zm.75-3a.75.75 0 01-1.5 0V7.998a.75.75 0 011.5 0V11.5zm.125-6.375a.875.875 0 11-1.75 0 .875.875 0 011.75 0z",
|
19
|
+
fill: "#CCD4E3"
|
20
|
+
}));
|
21
|
+
}
|
22
|
+
module.exports = InfoICircleFill16GrayIcon;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Ip16GradientBlueOutlineOffIcon({
|
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: "M4.355 2.905H2.201v10.19h2.154V2.905z",
|
17
|
+
fill: "url(#paint0_radial_Ip16GradientBlueOutlineOffIcon_8514_57828)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M6.127 13.095h2.155V9.79h1.81c2.344 0 3.707-1.398 3.707-3.433 0-2.025-1.338-3.453-3.651-3.453h-4.02v10.19zm2.155-5.03V4.667h1.453c1.243 0 1.845.676 1.845 1.691 0 1.01-.602 1.707-1.836 1.707H8.282z",
|
20
|
+
fill: "url(#paint1_radial_Ip16GradientBlueOutlineOffIcon_8514_57828)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_Ip16GradientBlueOutlineOffIcon_8514_57828",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(11.5986 -10.18936 10.10449 11.50198 2.2 13.095)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
34
|
+
id: "paint1_radial_Ip16GradientBlueOutlineOffIcon_8514_57828",
|
35
|
+
cx: 0,
|
36
|
+
cy: 0,
|
37
|
+
r: 1,
|
38
|
+
gradientUnits: "userSpaceOnUse",
|
39
|
+
gradientTransform: "matrix(11.5986 -10.18936 10.10449 11.50198 2.2 13.095)"
|
40
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
41
|
+
stopColor: "#5BCAFF"
|
42
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
43
|
+
offset: 1,
|
44
|
+
stopColor: "#06F"
|
45
|
+
}))));
|
46
|
+
}
|
47
|
+
module.exports = Ip16GradientBlueOutlineOffIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Ip16GradientBlueOutlineOnIcon({
|
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: "M2.939 2.095H13.06c.466 0 .843.378.843.844V13.06a.843.843 0 01-.843.843H2.939a.843.843 0 01-.844-.843V2.939c0-.466.378-.844.844-.844zm-1.687.844c0-.932.755-1.687 1.687-1.687H13.06c.931 0 1.687.755 1.687 1.687V13.06c0 .931-.756 1.687-1.687 1.687H2.939a1.687 1.687 0 01-1.687-1.687V2.939zm3.374 2.3h1.297v6.135H4.626V5.24zm3.66 6.135H6.99V5.24h2.42c1.393 0 2.199.86 2.199 2.078 0 1.225-.821 2.067-2.232 2.067h-1.09v1.989zm0-5.074v2.046h.882c.742 0 1.105-.42 1.105-1.028 0-.61-.363-1.018-1.111-1.018h-.875z",
|
19
|
+
fill: "url(#paint0_radial_Ip16GradientBlueOutlineOnIcon_8267_57268)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_Ip16GradientBlueOutlineOnIcon_8267_57268",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 18.428 5.863) scale(19.0857)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = Ip16GradientBlueOutlineOnIcon;
|
@@ -0,0 +1,36 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Loading16GradientGaryIcon({
|
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: "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
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
|
21
|
+
fill: "url(#paint0_radial_Loading16GradientGaryIcon_7877_57256)"
|
22
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
+
id: "paint0_radial_Loading16GradientGaryIcon_7877_57256",
|
24
|
+
cx: 0,
|
25
|
+
cy: 0,
|
26
|
+
r: 1,
|
27
|
+
gradientUnits: "userSpaceOnUse",
|
28
|
+
gradientTransform: "matrix(2.5 -10.49998 10.49998 2.5 5 13)"
|
29
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
+
stopColor: "#CCD4E3"
|
31
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
32
|
+
offset: 1,
|
33
|
+
stopColor: "#6B7D99"
|
34
|
+
}))));
|
35
|
+
}
|
36
|
+
module.exports = Loading16GradientGaryIcon;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Loading16OntintIcon({
|
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: "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: "#fff",
|
18
|
+
fillOpacity: 0.2
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
|
21
|
+
fill: "url(#paint0_radial_Loading16OntintIcon_6_7)"
|
22
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
+
id: "paint0_radial_Loading16OntintIcon_6_7",
|
24
|
+
cx: 0,
|
25
|
+
cy: 0,
|
26
|
+
r: 1,
|
27
|
+
gradientUnits: "userSpaceOnUse",
|
28
|
+
gradientTransform: "matrix(-2.49995 11 -11 -2.49995 7.5 2)"
|
29
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
+
stopColor: "#fff"
|
31
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
32
|
+
offset: 1,
|
33
|
+
stopColor: "#fff",
|
34
|
+
stopOpacity: 0.6
|
35
|
+
}))));
|
36
|
+
}
|
37
|
+
module.exports = Loading16OntintIcon;
|
@@ -0,0 +1,36 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Loading24GradientBlueIcon({
|
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
|
+
d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zM4.4 12a7.6 7.6 0 1015.2 0 7.6 7.6 0 00-15.2 0z",
|
17
|
+
fill: "#08F",
|
18
|
+
fillOpacity: 0.1
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M7.1 20.487a.197.197 0 01-.272.071 10 10 0 013.928-18.48.197.197 0 01.22.176l.209 1.989a.204.204 0 01-.178.222A7.6 7.6 0 008.028 18.48c.094.058.127.18.072.276l-1 1.732z",
|
21
|
+
fill: "url(#paint0_radial_Loading24GradientBlueIcon_6_1)"
|
22
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
+
id: "paint0_radial_Loading24GradientBlueIcon_6_1",
|
24
|
+
cx: 0,
|
25
|
+
cy: 0,
|
26
|
+
r: 1,
|
27
|
+
gradientUnits: "userSpaceOnUse",
|
28
|
+
gradientTransform: "matrix(4 -16.49997 13.11667 3.1798 7 19.5)"
|
29
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
+
stopColor: "#5BCAFF"
|
31
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
32
|
+
offset: 1,
|
33
|
+
stopColor: "#06F"
|
34
|
+
}))));
|
35
|
+
}
|
36
|
+
module.exports = Loading24GradientBlueIcon;
|
@@ -0,0 +1,36 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Loading24GradientGaryIcon({
|
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
|
+
d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zM4.4 12a7.6 7.6 0 1015.2 0 7.6 7.6 0 00-15.2 0z",
|
17
|
+
fill: "#E1E6F1",
|
18
|
+
fillOpacity: 0.6
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M7.1 20.487a.197.197 0 01-.272.071 10 10 0 013.928-18.48.197.197 0 01.22.176l.209 1.989a.204.204 0 01-.178.222A7.6 7.6 0 008.028 18.48c.094.058.127.18.072.276l-1 1.732z",
|
21
|
+
fill: "url(#paint0_radial_Loading24GradientGaryIcon_7877_57258)"
|
22
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
+
id: "paint0_radial_Loading24GradientGaryIcon_7877_57258",
|
24
|
+
cx: 0,
|
25
|
+
cy: 0,
|
26
|
+
r: 1,
|
27
|
+
gradientUnits: "userSpaceOnUse",
|
28
|
+
gradientTransform: "rotate(-78.024 15.785 5.121) scale(16.8671 13.4085)"
|
29
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
+
stopColor: "#CCD4E3"
|
31
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
32
|
+
offset: 1,
|
33
|
+
stopColor: "#6B7D99"
|
34
|
+
}))));
|
35
|
+
}
|
36
|
+
module.exports = Loading24GradientGaryIcon;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Loading24OntintIcon({
|
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
|
+
d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zM4.4 12a7.6 7.6 0 1015.2 0 7.6 7.6 0 00-15.2 0z",
|
17
|
+
fill: "#fff",
|
18
|
+
fillOpacity: 0.2
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M7 20.66a10 10 0 013.955-18.605l.25 2.387A7.6 7.6 0 008.2 18.582L7 20.66z",
|
21
|
+
fill: "url(#paint0_radial_Loading24OntintIcon_6_3)"
|
22
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
+
id: "paint0_radial_Loading24OntintIcon_6_3",
|
24
|
+
cx: 0,
|
25
|
+
cy: 0,
|
26
|
+
r: 1,
|
27
|
+
gradientUnits: "userSpaceOnUse",
|
28
|
+
gradientTransform: "matrix(-3.50012 17.00002 -8.73524 -1.79849 11 3)"
|
29
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
+
stopColor: "#fff"
|
31
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
32
|
+
offset: 1,
|
33
|
+
stopColor: "#fff",
|
34
|
+
stopOpacity: 0.6
|
35
|
+
}))));
|
36
|
+
}
|
37
|
+
module.exports = Loading24OntintIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ObservabilityService16GradientBlueIcon({
|
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: "M3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zm10 1H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM9.103 4.047a3.575 3.575 0 01.24 4.79l.866.866c.14-.14.366-.14.505 0l2.181 2.181c.14.14.14.366 0 .506l-.505.505a.358.358 0 01-.506 0l-2.181-2.18a.358.358 0 010-.506l-.865-.866a3.575 3.575 0 11.265-5.296zm.29 3.014a2.86 2.86 0 11-5.638-.97 2.86 2.86 0 015.639.97zm-5.274 0h.975c.141 0 .27-.084.327-.213l.527-1.185.705 2.912a.358.358 0 00.663.084L8.17 7.06h.86a2.515 2.515 0 00.037-.715H7.954a.358.358 0 00-.315.19l-.512.959-.732-3.02a.357.357 0 00-.674-.061l-.86 1.932h-.779a2.535 2.535 0 00.037.716zm6.718 0a4.337 4.337 0 00.021-.716h2.101v.716h-2.122z",
|
19
|
+
fill: "url(#paint0_radial_ObservabilityService16GradientBlueIcon_9691_57847)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_ObservabilityService16GradientBlueIcon_9691_57847",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = ObservabilityService16GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ObservabilityService16GradientGrayIcon({
|
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: "M3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zm10 1H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM9.103 4.047a3.575 3.575 0 01.24 4.79l.866.866c.14-.14.366-.14.505 0l2.181 2.181c.14.14.14.366 0 .506l-.505.505a.358.358 0 01-.506 0l-2.181-2.18a.358.358 0 010-.506l-.865-.866a3.575 3.575 0 11.265-5.296zm.29 3.014a2.86 2.86 0 11-5.638-.97 2.86 2.86 0 015.639.97zm-5.274 0h.975c.141 0 .27-.084.327-.213l.527-1.185.705 2.912a.358.358 0 00.663.084L8.17 7.06h.86a2.515 2.515 0 00.037-.715H7.954a.358.358 0 00-.315.19l-.512.959-.732-3.02a.357.357 0 00-.674-.061l-.86 1.932h-.779a2.535 2.535 0 00.037.716zm6.718 0a4.337 4.337 0 00.021-.716h2.101v.716h-2.122z",
|
19
|
+
fill: "url(#paint0_radial_ObservabilityService16GradientGrayIcon_3153_48714)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_ObservabilityService16GradientGrayIcon_3153_48714",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "color(display-p3 .8 .8331 .8902)"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "color(display-p3 .42 .492 .6)"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = ObservabilityService16GradientGrayIcon;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function PoweroffShutdownStopUpgrade16GradientGrayIcon({
|
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("path", {
|
16
|
+
d: "M5.109 5.546C5 5.76 5 6.04 5 6.6v2.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C5.76 11 6.04 11 6.6 11h2.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C11 10.24 11 9.96 11 9.4V6.6c0-.56 0-.84-.109-1.054a1 1 0 00-.437-.437C10.24 5 9.96 5 9.4 5H6.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437z",
|
17
|
+
fill: "url(#paint0_radial_PoweroffShutdownStopUpgrade16GradientGrayIcon_4441_24936)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fillRule: "evenodd",
|
20
|
+
clipRule: "evenodd",
|
21
|
+
d: "M2 4a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm2-1h8a1 1 0 011 1v8a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1z",
|
22
|
+
fill: "url(#paint1_radial_PoweroffShutdownStopUpgrade16GradientGrayIcon_4441_24936)"
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
24
|
+
id: "paint0_radial_PoweroffShutdownStopUpgrade16GradientGrayIcon_4441_24936",
|
25
|
+
cx: 0,
|
26
|
+
cy: 0,
|
27
|
+
r: 1,
|
28
|
+
gradientUnits: "userSpaceOnUse",
|
29
|
+
gradientTransform: "rotate(-45 17.9 4.586) scale(16.9706)"
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
31
|
+
stopColor: "#CCD4E3"
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
33
|
+
offset: 1,
|
34
|
+
stopColor: "#6B7D99"
|
35
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
36
|
+
id: "paint1_radial_PoweroffShutdownStopUpgrade16GradientGrayIcon_4441_24936",
|
37
|
+
cx: 0,
|
38
|
+
cy: 0,
|
39
|
+
r: 1,
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
41
|
+
gradientTransform: "rotate(-45 17.9 4.586) scale(16.9706)"
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
43
|
+
stopColor: "#CCD4E3"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: 1,
|
46
|
+
stopColor: "#6B7D99"
|
47
|
+
}))));
|
48
|
+
}
|
49
|
+
module.exports = PoweroffShutdownStopUpgrade16GradientGrayIcon;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function PoweroffShutdownStopUpgrade16RedIcon({
|
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("path", {
|
16
|
+
d: "M5.109 5.546C5 5.76 5 6.04 5 6.6v2.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C5.76 11 6.04 11 6.6 11h2.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C11 10.24 11 9.96 11 9.4V6.6c0-.56 0-.84-.109-1.054a1 1 0 00-.437-.437C10.24 5 9.96 5 9.4 5H6.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437z",
|
17
|
+
fill: "url(#paint0_radial_PoweroffShutdownStopUpgrade16RedIcon_754_68132)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fillRule: "evenodd",
|
20
|
+
clipRule: "evenodd",
|
21
|
+
d: "M2 4a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm2-1h8a1 1 0 011 1v8a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1z",
|
22
|
+
fill: "url(#paint1_radial_PoweroffShutdownStopUpgrade16RedIcon_754_68132)"
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
24
|
+
id: "paint0_radial_PoweroffShutdownStopUpgrade16RedIcon_754_68132",
|
25
|
+
cx: 0,
|
26
|
+
cy: 0,
|
27
|
+
r: 1,
|
28
|
+
gradientUnits: "userSpaceOnUse",
|
29
|
+
gradientTransform: "rotate(-45 17.9 4.586) scale(16.9706)"
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
31
|
+
stopColor: "#FF5C78"
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
33
|
+
offset: 1,
|
34
|
+
stopColor: "#DC0000"
|
35
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
36
|
+
id: "paint1_radial_PoweroffShutdownStopUpgrade16RedIcon_754_68132",
|
37
|
+
cx: 0,
|
38
|
+
cy: 0,
|
39
|
+
r: 1,
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
41
|
+
gradientTransform: "rotate(-45 17.9 4.586) scale(16.9706)"
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
43
|
+
stopColor: "#FF5C78"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: 1,
|
46
|
+
stopColor: "#DC0000"
|
47
|
+
}))));
|
48
|
+
}
|
49
|
+
module.exports = PoweroffShutdownStopUpgrade16RedIcon;
|