@cloudtower/icons-react 0.29.25 → 0.29.28
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/IscsiLun16GradientGrayIcon.d.ts +4 -0
- package/dist/IscsiTargetDatastoreStorageObject16GradientBlueIcon.d.ts +4 -0
- package/dist/IscsiTargetDatastoreStorageObject16GradientGrayIcon.d.ts +4 -0
- package/dist/IscsiTargetDatastoreStorageObject24GradientBlueIcon.d.ts +4 -0
- package/dist/IscsiTargetDatastoreStorageObject24GradientGrayIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster16FillGradientBlueIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster16FillGradientGrayIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster16FillOntintIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster24FillGradientGrayIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster24FillOntintIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster24GradientBlueIcon.d.ts +4 -0
- package/dist/NetworkServiceController16FillGradientBlueIcon.d.ts +4 -0
- package/dist/NetworkServiceController16FillGradientGrayIcon.d.ts +4 -0
- package/dist/NetworkServiceController24FillGradientBlueIcon.d.ts +4 -0
- package/dist/NetworkServiceController24FillGradientGrayIcon.d.ts +4 -0
- package/dist/OperationCenter16FillGradientBlueIcon.d.ts +4 -0
- package/dist/OperationCenter16FillGradientGrayIcon.d.ts +4 -0
- package/dist/OperationCenter16FillOntintIcon.d.ts +4 -0
- package/dist/OperationCenter24FillGradientBlueIcon.d.ts +4 -0
- package/dist/OperationCenterAgentFillOntintIcon.d.ts +4 -0
- package/dist/OperationCenterAgentGradientBlueIcon.d.ts +4 -0
- package/dist/OperationCenterAgentGradientGrayIcon.d.ts +4 -0
- package/dist/SystemDisk24FillGradientBlueIcon.d.ts +4 -0
- package/dist/cjs/IscsiLun16GradientGrayIcon.js +34 -0
- package/dist/cjs/IscsiTargetDatastoreStorageObject16GradientBlueIcon.js +34 -0
- package/dist/cjs/IscsiTargetDatastoreStorageObject16GradientGrayIcon.js +34 -0
- package/dist/cjs/IscsiTargetDatastoreStorageObject24GradientBlueIcon.js +64 -0
- package/dist/cjs/IscsiTargetDatastoreStorageObject24GradientGrayIcon.js +64 -0
- package/dist/cjs/NetworkServiceCluster16FillGradientBlueIcon.js +34 -0
- package/dist/cjs/NetworkServiceCluster16FillGradientGrayIcon.js +34 -0
- package/dist/cjs/NetworkServiceCluster16FillOntintIcon.js +22 -0
- package/dist/cjs/NetworkServiceCluster24FillGradientGrayIcon.js +34 -0
- package/dist/cjs/NetworkServiceCluster24FillOntintIcon.js +22 -0
- package/dist/cjs/NetworkServiceCluster24GradientBlueIcon.js +34 -0
- package/dist/cjs/NetworkServiceController16FillGradientBlueIcon.js +34 -0
- package/dist/cjs/NetworkServiceController16FillGradientGrayIcon.js +34 -0
- package/dist/cjs/NetworkServiceController24FillGradientBlueIcon.js +34 -0
- package/dist/cjs/NetworkServiceController24FillGradientGrayIcon.js +34 -0
- package/dist/cjs/OperationCenter16FillGradientBlueIcon.js +32 -0
- package/dist/cjs/OperationCenter16FillGradientGrayIcon.js +32 -0
- package/dist/cjs/OperationCenter16FillOntintIcon.js +20 -0
- package/dist/cjs/OperationCenter24FillGradientBlueIcon.js +33 -0
- package/dist/cjs/OperationCenterAgentFillOntintIcon.js +32 -0
- package/dist/cjs/OperationCenterAgentGradientBlueIcon.js +68 -0
- package/dist/cjs/OperationCenterAgentGradientGrayIcon.js +68 -0
- package/dist/cjs/SystemDisk24FillGradientBlueIcon.js +81 -0
- package/dist/cjs/index.js +23 -16
- package/dist/esm/IscsiLun16GradientGrayIcon.js +34 -0
- package/dist/esm/IscsiTargetDatastoreStorageObject16GradientBlueIcon.js +34 -0
- package/dist/esm/IscsiTargetDatastoreStorageObject16GradientGrayIcon.js +34 -0
- package/dist/esm/IscsiTargetDatastoreStorageObject24GradientBlueIcon.js +64 -0
- package/dist/esm/IscsiTargetDatastoreStorageObject24GradientGrayIcon.js +64 -0
- package/dist/esm/NetworkServiceCluster16FillGradientBlueIcon.js +34 -0
- package/dist/esm/NetworkServiceCluster16FillGradientGrayIcon.js +34 -0
- package/dist/esm/NetworkServiceCluster16FillOntintIcon.js +22 -0
- package/dist/esm/NetworkServiceCluster24FillGradientGrayIcon.js +34 -0
- package/dist/esm/NetworkServiceCluster24FillOntintIcon.js +22 -0
- package/dist/esm/NetworkServiceCluster24GradientBlueIcon.js +34 -0
- package/dist/esm/NetworkServiceController16FillGradientBlueIcon.js +34 -0
- package/dist/esm/NetworkServiceController16FillGradientGrayIcon.js +34 -0
- package/dist/esm/NetworkServiceController24FillGradientBlueIcon.js +34 -0
- package/dist/esm/NetworkServiceController24FillGradientGrayIcon.js +34 -0
- package/dist/esm/OperationCenter16FillGradientBlueIcon.js +32 -0
- package/dist/esm/OperationCenter16FillGradientGrayIcon.js +32 -0
- package/dist/esm/OperationCenter16FillOntintIcon.js +20 -0
- package/dist/esm/OperationCenter24FillGradientBlueIcon.js +33 -0
- package/dist/esm/OperationCenterAgentFillOntintIcon.js +32 -0
- package/dist/esm/OperationCenterAgentGradientBlueIcon.js +68 -0
- package/dist/esm/OperationCenterAgentGradientGrayIcon.js +68 -0
- package/dist/esm/SystemDisk24FillGradientBlueIcon.js +81 -0
- package/dist/esm/index.js +23 -16
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +23 -16
- package/package.json +3 -3
- package/dist/AgentMesh24OntintIcon.d.ts +0 -4
- package/dist/AgentMeshGradient24BlueIcon.d.ts +0 -4
- package/dist/AgentMeshGradient24GreyIcon.d.ts +0 -4
- package/dist/Cloudtower16Icon.d.ts +0 -4
- package/dist/CloudtowerLogo16GradientBlueIcon.d.ts +0 -4
- package/dist/CloudtowerLogo16GradientGrayIcon.d.ts +0 -4
- package/dist/CloudtowerLogoTextIcon.d.ts +0 -4
- package/dist/EverouteCluster16GradientBlueIcon.d.ts +0 -4
- package/dist/EverouteCluster16GradientGrayIcon.d.ts +0 -4
- package/dist/EverouteCluster16OntintIcon.d.ts +0 -4
- package/dist/EverouteCluster24GradientBlueIcon.d.ts +0 -4
- package/dist/EverouteCluster24GradientGreyIcon.d.ts +0 -4
- package/dist/EverouteCluster24OntintIcon.d.ts +0 -4
- package/dist/EverouteController16GradientGrayIcon.d.ts +0 -4
- package/dist/EverouteController24Icon.d.ts +0 -4
- package/dist/SmtxSystemDisk24GradientBlueIcon.d.ts +0 -4
- package/dist/cjs/AgentMesh24OntintIcon.js +0 -22
- package/dist/cjs/AgentMeshGradient24BlueIcon.js +0 -34
- package/dist/cjs/AgentMeshGradient24GreyIcon.js +0 -34
- package/dist/cjs/Cloudtower16Icon.js +0 -34
- package/dist/cjs/CloudtowerLogo16GradientBlueIcon.js +0 -68
- package/dist/cjs/CloudtowerLogo16GradientGrayIcon.js +0 -65
- package/dist/cjs/CloudtowerLogoTextIcon.js +0 -22
- package/dist/cjs/EverouteCluster16GradientBlueIcon.js +0 -34
- package/dist/cjs/EverouteCluster16GradientGrayIcon.js +0 -34
- package/dist/cjs/EverouteCluster16OntintIcon.js +0 -22
- package/dist/cjs/EverouteCluster24GradientBlueIcon.js +0 -64
- package/dist/cjs/EverouteCluster24GradientGreyIcon.js +0 -64
- package/dist/cjs/EverouteCluster24OntintIcon.js +0 -25
- package/dist/cjs/EverouteController16GradientGrayIcon.js +0 -34
- package/dist/cjs/EverouteController24Icon.js +0 -34
- package/dist/cjs/SmtxSystemDisk24GradientBlueIcon.js +0 -34
- package/dist/esm/AgentMesh24OntintIcon.js +0 -22
- package/dist/esm/AgentMeshGradient24BlueIcon.js +0 -34
- package/dist/esm/AgentMeshGradient24GreyIcon.js +0 -34
- package/dist/esm/Cloudtower16Icon.js +0 -34
- package/dist/esm/CloudtowerLogo16GradientBlueIcon.js +0 -68
- package/dist/esm/CloudtowerLogo16GradientGrayIcon.js +0 -65
- package/dist/esm/CloudtowerLogoTextIcon.js +0 -22
- package/dist/esm/EverouteCluster16GradientBlueIcon.js +0 -34
- package/dist/esm/EverouteCluster16GradientGrayIcon.js +0 -34
- package/dist/esm/EverouteCluster16OntintIcon.js +0 -22
- package/dist/esm/EverouteCluster24GradientBlueIcon.js +0 -64
- package/dist/esm/EverouteCluster24GradientGreyIcon.js +0 -64
- package/dist/esm/EverouteCluster24OntintIcon.js +0 -25
- package/dist/esm/EverouteController16GradientGrayIcon.js +0 -34
- package/dist/esm/EverouteController24Icon.js +0 -34
- package/dist/esm/SmtxSystemDisk24GradientBlueIcon.js +0 -34
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function AgentMeshGradient24BlueIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 24,
|
10
|
-
fill: "none",
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
12
|
-
"aria-labelledby": titleId
|
13
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
-
id: titleId
|
15
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
fillRule: "evenodd",
|
17
|
-
clipRule: "evenodd",
|
18
|
-
d: "M12 5.005a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zm0 .7a2 2 0 001.928-1.466 8.008 8.008 0 015.834 5.84 2 2 0 10.853-.057 8.85 8.85 0 00-6.64-6.637 2 2 0 00-3.95 0 8.85 8.85 0 00-6.64 6.638 2 2 0 10.853.053 8.008 8.008 0 015.834-5.837A2.002 2.002 0 0110 3.705a2 2 0 002 2zm1.974 14.911a8.85 8.85 0 006.64-6.637 2.02 2.02 0 01-.851-.057 8.008 8.008 0 01-5.835 5.84 2 2 0 00-3.856 0 8.008 8.008 0 01-5.834-5.837 2.002 2.002 0 01-.853.052 8.85 8.85 0 006.64 6.639 2.008 2.008 0 01-.025-.32v-.001a2 2 0 003.974.321zM13.89 7.655a.323.323 0 01.513.222l.945 8.172a.323.323 0 01-.449.333l-7.55-3.267a.323.323 0 01-.064-.556l6.605-4.904zm-1.373 3.454a.194.194 0 01.307.133l.219 1.89a.194.194 0 01-.27.2l-1.746-.755a.194.194 0 01-.038-.333l1.528-1.135zM21.62 12a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0zM12 21.595a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zM4.992 12a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0z",
|
19
|
-
fill: "url(#paint0_radial_AgentMeshGradient24BlueIcon_7495_57314)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_AgentMeshGradient24BlueIcon_7495_57314",
|
22
|
-
cx: 0,
|
23
|
-
cy: 0,
|
24
|
-
r: 1,
|
25
|
-
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
27
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#5BCAFF"
|
29
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
-
offset: 1,
|
31
|
-
stopColor: "#06F"
|
32
|
-
}))));
|
33
|
-
}
|
34
|
-
export default AgentMeshGradient24BlueIcon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function AgentMeshGradient24GreyIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 24,
|
10
|
-
fill: "none",
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
12
|
-
"aria-labelledby": titleId
|
13
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
-
id: titleId
|
15
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
fillRule: "evenodd",
|
17
|
-
clipRule: "evenodd",
|
18
|
-
d: "M12 5.005a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zm0 .7a2 2 0 001.928-1.466 8.008 8.008 0 015.834 5.84 2 2 0 10.853-.057 8.85 8.85 0 00-6.64-6.637 2 2 0 00-3.95 0 8.85 8.85 0 00-6.64 6.638 2 2 0 10.853.053 8.008 8.008 0 015.834-5.837A2.002 2.002 0 0110 3.705a2 2 0 002 2zm1.974 14.911a8.85 8.85 0 006.64-6.637 2.02 2.02 0 01-.851-.057 8.008 8.008 0 01-5.835 5.84 2 2 0 00-3.856 0 8.008 8.008 0 01-5.834-5.837 2.002 2.002 0 01-.853.052 8.85 8.85 0 006.64 6.639 2.008 2.008 0 01-.025-.32v-.001a2 2 0 003.974.321zM13.89 7.655a.323.323 0 01.513.222l.945 8.172a.323.323 0 01-.449.333l-7.55-3.267a.323.323 0 01-.064-.556l6.605-4.904zm-1.373 3.454a.194.194 0 01.307.133l.219 1.89a.194.194 0 01-.27.2l-1.746-.755a.194.194 0 01-.038-.333l1.528-1.135zM21.62 12a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0zM12 21.595a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zM4.992 12a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0z",
|
19
|
-
fill: "url(#paint0_radial_AgentMeshGradient24GreyIcon_7495_57330)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_AgentMeshGradient24GreyIcon_7495_57330",
|
22
|
-
cx: 0,
|
23
|
-
cy: 0,
|
24
|
-
r: 1,
|
25
|
-
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
27
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#CCD4E3"
|
29
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
-
offset: 1,
|
31
|
-
stopColor: "#6B7D99"
|
32
|
-
}))));
|
33
|
-
}
|
34
|
-
export default AgentMeshGradient24GreyIcon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "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
|
-
export default Cloudtower16Icon;
|
@@ -1,68 +0,0 @@
|
|
1
|
-
import * as React from "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
|
-
export default CloudtowerLogo16GradientBlueIcon;
|
@@ -1,65 +0,0 @@
|
|
1
|
-
import * as React from "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
|
-
export default CloudtowerLogo16GradientGrayIcon;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function CloudtowerLogoTextIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 314,
|
9
|
-
height: 40,
|
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: "M20.31 0C8.432 0 0 8.85 0 19.794c0 11.084 8.433 19.93 20.31 19.93 5.888 0 10.865-2.136 14.548-5.7l-5.167-5.818a12.227 12.227 0 01-9.213 4c-6.829 0-11.818-5.526-11.818-12.412 0-6.788 5.117-12.252 12.123-12.231a11.505 11.505 0 017.897 2.887l5.106-5.58C30.342 1.781 25.592 0 20.309 0zm25.756 0H38.11v39.072h7.955V0zm4.693 24.227c0-8.61 7.01-15.44 15.855-15.44 8.846 0 15.914 6.83 15.914 15.44s-7.01 15.439-15.914 15.439c-8.903 0-15.855-6.829-15.855-15.44zm23.633 0c0-4.631-3.324-8.074-7.778-8.074-4.453 0-7.781 3.443-7.781 8.074 0 4.693 3.328 8.074 7.781 8.074 4.454 0 7.778-3.381 7.778-8.074zM86.928 9.38v17.757c0 7.72 2.61 12.528 10.808 12.528 3.443 0 7.48-1.84 9.262-4.75v4.156h7.489V9.382h-7.955v15.2c0 4.04-2.029 7.542-6.186 7.542-3.682 0-5.46-1.901-5.46-6.058V9.381h-7.958zm32.449 14.846c0-8.549 5.361-15.44 13.543-15.44 3.443 0 6.824 1.366 8.965 3.922V0h7.958v39.072h-7.542V35.51c-2.14 2.85-5.938 4.157-9.484 4.157-8.211 0-13.44-6.887-13.44-15.44zm22.508 0c0-4.631-2.969-8.074-7.068-8.074-4.273 0-7.361 3.443-7.361 8.074 0 4.693 3.088 8.074 7.361 8.074 4.099 0 7.068-3.324 7.068-8.074zM153.249 7.72h13.064v31.34h8.314V7.72h13.064V.594h-34.442V7.72zm31.283 16.507c0-8.61 7.01-15.44 15.856-15.44 8.845 0 15.913 6.83 15.913 15.44s-7.01 15.439-15.913 15.439-15.856-6.829-15.856-15.44zm23.633 0c0-4.631-3.324-8.074-7.777-8.074-4.454 0-7.782 3.443-7.782 8.074 0 4.693 3.328 8.074 7.782 8.074 4.453 0 7.777-3.381 7.777-8.074zM224.887 9.38h-7.778l9.501 29.745h7.25l3.979-16.033c.466-2.037.825-4.512.825-4.512s.297 2.495.771 4.512l3.98 16.037h7.191l9.485-29.749h-7.72l-4.569 15.856a34.57 34.57 0 00-.891 4.689s-.296-2.61-.771-4.631L242.52 9.38h-7.835l-3.621 15.914a39.558 39.558 0 00-.713 4.63 40.448 40.448 0 00-.953-4.688l-4.511-15.856zm36.057 14.846c0-8.549 6.648-15.44 15.378-15.44 8.074 0 14.433 6.891 14.433 15.32a26.347 26.347 0 01-.178 2.85h-21.558c.948 4.099 4.334 6.057 8.247 6.057a14.723 14.723 0 008.017-2.313l2.964 5.699a20.007 20.007 0 01-11.047 3.266c-8.656 0-16.256-5.641-16.256-15.44zm22.326-2.553a7.171 7.171 0 00-7.183-6.235c-3.448 0-6.417 2.495-7.188 6.235h14.371zm20.132-12.293h-7.835l-.004 29.691h7.959v-11.41c0-7.064 3.385-10.215 10.272-10.215v-8.66c-6.532 0-9.567 3.86-10.392 6.298V9.38z",
|
19
|
-
fill: "#06101F"
|
20
|
-
}));
|
21
|
-
}
|
22
|
-
export default CloudtowerLogoTextIcon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteCluster16GradientBlueIcon({
|
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 2h10a1 1 0 011 1v10a1 1 0 01-1 1H3a1 1 0 01-1-1V3a1 1 0 011-1zM1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm6.316 7.5H4v-5h3.306v.872H5.037v1.191h2.099v.872H5.037v1.193h2.279v.872zm1.852 0H8.131v-5h1.936c1.114 0 1.758.64 1.758 1.633 0 .684-.309 1.18-.867 1.424L12 10.5h-1.145l-.93-1.772h-.757V10.5zm0-4.136v1.514h.705c.594 0 .884-.25.884-.745 0-.498-.29-.769-.89-.769h-.699z",
|
19
|
-
fill: "url(#paint0_radial_EverouteCluster16GradientBlueIcon_14950_77805)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_EverouteCluster16GradientBlueIcon_14950_77805",
|
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
|
-
export default EverouteCluster16GradientBlueIcon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteCluster16GradientGrayIcon({
|
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 2h10a1 1 0 011 1v10a1 1 0 01-1 1H3a1 1 0 01-1-1V3a1 1 0 011-1zM1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm6.316 7.5H4v-5h3.306v.872H5.037v1.191h2.099v.872H5.037v1.193h2.279v.872zm1.852 0H8.131v-5h1.936c1.114 0 1.758.64 1.758 1.633 0 .684-.309 1.18-.867 1.424L12 10.5h-1.145l-.93-1.772h-.757V10.5zm0-4.136v1.514h.705c.594 0 .884-.25.884-.745 0-.498-.29-.769-.89-.769h-.699z",
|
19
|
-
fill: "url(#paint0_radial_EverouteCluster16GradientGrayIcon_14310_5057)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_EverouteCluster16GradientGrayIcon_14310_5057",
|
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: "#CCD4E3"
|
29
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
-
offset: 1,
|
31
|
-
stopColor: "#6B7D99"
|
32
|
-
}))));
|
33
|
-
}
|
34
|
-
export default EverouteCluster16GradientGrayIcon;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteCluster16OntintIcon({
|
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 2h10a1 1 0 011 1v10a1 1 0 01-1 1H3a1 1 0 01-1-1V3a1 1 0 011-1zM1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm6.316 7.5H4v-5h3.306v.872H5.037v1.191h2.099v.872H5.037v1.193h2.279v.872zm1.852 0H8.131v-5h1.936c1.114 0 1.758.64 1.758 1.633 0 .684-.309 1.18-.867 1.424L12 10.5h-1.145l-.93-1.772h-.757V10.5zm0-4.136v1.514h.705c.594 0 .884-.25.884-.745 0-.498-.29-.769-.89-.769h-.699z",
|
19
|
-
fill: "#fff"
|
20
|
-
}));
|
21
|
-
}
|
22
|
-
export default EverouteCluster16OntintIcon;
|
@@ -1,64 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteCluster24GradientBlueIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 24,
|
10
|
-
fill: "none",
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
12
|
-
"aria-labelledby": titleId
|
13
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
-
id: titleId
|
15
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
fillRule: "evenodd",
|
17
|
-
clipRule: "evenodd",
|
18
|
-
d: "M19.056 3.768H4.944c-.65 0-1.176.527-1.176 1.176v14.112c0 .65.527 1.176 1.176 1.176h14.112c.65 0 1.176-.527 1.176-1.176V4.944c0-.65-.527-1.176-1.176-1.176zM4.944 2.592a2.352 2.352 0 00-2.352 2.352v14.112a2.352 2.352 0 002.352 2.352h14.112a2.352 2.352 0 002.352-2.352V4.944a2.352 2.352 0 00-2.352-2.352H4.944z",
|
19
|
-
fill: "url(#paint0_radial_EverouteCluster24GradientBlueIcon)"
|
20
|
-
}), /*#__PURE__*/React.createElement("path", {
|
21
|
-
d: "M6.183 15.63h4.914v-1.268H7.72v-1.737h3.111v-1.268h-3.11V9.626h3.362V8.357h-4.9v7.273z",
|
22
|
-
fill: "url(#paint1_radial_EverouteCluster24GradientBlueIcon)"
|
23
|
-
}), /*#__PURE__*/React.createElement("path", {
|
24
|
-
d: "M12.306 15.63h1.537V13.05h1.123l1.377 2.579h1.698l-1.545-2.827c.827-.355 1.286-1.076 1.286-2.07 0-1.446-.956-2.376-2.607-2.376h-2.87v7.273zm1.537-3.814V9.614h1.037c.888 0 1.318.394 1.318 1.118 0 .721-.43 1.084-1.31 1.084h-1.045z",
|
25
|
-
fill: "url(#paint2_radial_EverouteCluster24GradientBlueIcon)"
|
26
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
-
id: "paint0_radial_EverouteCluster24GradientBlueIcon",
|
28
|
-
cx: 0,
|
29
|
-
cy: 0,
|
30
|
-
r: 1,
|
31
|
-
gradientUnits: "userSpaceOnUse",
|
32
|
-
gradientTransform: "rotate(-45 27.138 7.575) scale(26.6091)"
|
33
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
-
stopColor: "#5BCAFF"
|
35
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
-
offset: 1,
|
37
|
-
stopColor: "#06F"
|
38
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
-
id: "paint1_radial_EverouteCluster24GradientBlueIcon",
|
40
|
-
cx: 0,
|
41
|
-
cy: 0,
|
42
|
-
r: 1,
|
43
|
-
gradientUnits: "userSpaceOnUse",
|
44
|
-
gradientTransform: "rotate(-45 27.138 7.575) scale(26.6091)"
|
45
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
-
stopColor: "#5BCAFF"
|
47
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
-
offset: 1,
|
49
|
-
stopColor: "#06F"
|
50
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
-
id: "paint2_radial_EverouteCluster24GradientBlueIcon",
|
52
|
-
cx: 0,
|
53
|
-
cy: 0,
|
54
|
-
r: 1,
|
55
|
-
gradientUnits: "userSpaceOnUse",
|
56
|
-
gradientTransform: "rotate(-45 27.138 7.575) scale(26.6091)"
|
57
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
-
stopColor: "#5BCAFF"
|
59
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
-
offset: 1,
|
61
|
-
stopColor: "#06F"
|
62
|
-
}))));
|
63
|
-
}
|
64
|
-
export default EverouteCluster24GradientBlueIcon;
|
@@ -1,64 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteCluster24GradientGreyIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 24,
|
10
|
-
fill: "none",
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
12
|
-
"aria-labelledby": titleId
|
13
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
-
id: titleId
|
15
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
fillRule: "evenodd",
|
17
|
-
clipRule: "evenodd",
|
18
|
-
d: "M19.056 3.768H4.944c-.65 0-1.176.527-1.176 1.176v14.112c0 .65.527 1.176 1.176 1.176h14.112c.65 0 1.176-.527 1.176-1.176V4.944c0-.65-.527-1.176-1.176-1.176zM4.944 2.592a2.352 2.352 0 00-2.352 2.352v14.112a2.352 2.352 0 002.352 2.352h14.112a2.352 2.352 0 002.352-2.352V4.944a2.352 2.352 0 00-2.352-2.352H4.944z",
|
19
|
-
fill: "url(#paint0_radial_EverouteCluster24GradientGreyIcon_9114_57812)"
|
20
|
-
}), /*#__PURE__*/React.createElement("path", {
|
21
|
-
d: "M6.183 15.63h4.914v-1.268H7.72v-1.737h3.111v-1.268h-3.11V9.626h3.362V8.357h-4.9v7.273z",
|
22
|
-
fill: "url(#paint1_radial_EverouteCluster24GradientGreyIcon_9114_57812)"
|
23
|
-
}), /*#__PURE__*/React.createElement("path", {
|
24
|
-
d: "M12.306 15.63h1.537V13.05h1.123l1.377 2.579h1.698l-1.545-2.827c.827-.355 1.286-1.076 1.286-2.07 0-1.446-.956-2.376-2.607-2.376h-2.87v7.273zm1.537-3.814V9.614h1.037c.888 0 1.318.394 1.318 1.118 0 .721-.43 1.084-1.31 1.084h-1.045z",
|
25
|
-
fill: "url(#paint2_radial_EverouteCluster24GradientGreyIcon_9114_57812)"
|
26
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
-
id: "paint0_radial_EverouteCluster24GradientGreyIcon_9114_57812",
|
28
|
-
cx: 0,
|
29
|
-
cy: 0,
|
30
|
-
r: 1,
|
31
|
-
gradientUnits: "userSpaceOnUse",
|
32
|
-
gradientTransform: "rotate(-45 27.138 7.575) scale(26.6091)"
|
33
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
-
stopColor: "#CCD4E3"
|
35
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
-
offset: 1,
|
37
|
-
stopColor: "#6B7D99"
|
38
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
-
id: "paint1_radial_EverouteCluster24GradientGreyIcon_9114_57812",
|
40
|
-
cx: 0,
|
41
|
-
cy: 0,
|
42
|
-
r: 1,
|
43
|
-
gradientUnits: "userSpaceOnUse",
|
44
|
-
gradientTransform: "rotate(-45 27.138 7.575) scale(26.6091)"
|
45
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
-
stopColor: "#CCD4E3"
|
47
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
-
offset: 1,
|
49
|
-
stopColor: "#6B7D99"
|
50
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
-
id: "paint2_radial_EverouteCluster24GradientGreyIcon_9114_57812",
|
52
|
-
cx: 0,
|
53
|
-
cy: 0,
|
54
|
-
r: 1,
|
55
|
-
gradientUnits: "userSpaceOnUse",
|
56
|
-
gradientTransform: "rotate(-45 27.138 7.575) scale(26.6091)"
|
57
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
-
stopColor: "#CCD4E3"
|
59
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
-
offset: 1,
|
61
|
-
stopColor: "#6B7D99"
|
62
|
-
}))));
|
63
|
-
}
|
64
|
-
export default EverouteCluster24GradientGreyIcon;
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteCluster24OntintIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 24,
|
10
|
-
fill: "none",
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
12
|
-
"aria-labelledby": titleId
|
13
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
-
id: titleId
|
15
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
fillRule: "evenodd",
|
17
|
-
clipRule: "evenodd",
|
18
|
-
d: "M19.056 3.768H4.944c-.65 0-1.176.527-1.176 1.176v14.112c0 .65.527 1.176 1.176 1.176h14.112c.65 0 1.176-.527 1.176-1.176V4.944c0-.65-.527-1.176-1.176-1.176zM4.944 2.592a2.352 2.352 0 00-2.352 2.352v14.112a2.352 2.352 0 002.352 2.352h14.112a2.352 2.352 0 002.352-2.352V4.944a2.352 2.352 0 00-2.352-2.352H4.944z",
|
19
|
-
fill: "#fff"
|
20
|
-
}), /*#__PURE__*/React.createElement("path", {
|
21
|
-
d: "M6.183 15.63h4.914v-1.268H7.72v-1.737h3.111v-1.268h-3.11V9.626h3.362V8.357h-4.9v7.273zM12.306 15.63h1.537V13.05h1.123l1.377 2.579h1.698l-1.545-2.827c.827-.355 1.286-1.076 1.286-2.07 0-1.446-.956-2.376-2.607-2.376h-2.87v7.273zm1.537-3.814V9.614h1.037c.888 0 1.318.394 1.318 1.118 0 .721-.43 1.084-1.31 1.084h-1.045z",
|
22
|
-
fill: "#fff"
|
23
|
-
}));
|
24
|
-
}
|
25
|
-
export default EverouteCluster24OntintIcon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteController16GradientGrayIcon({
|
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: "M1.507 3.147c-.161.309-.161.713-.161 1.523v5.492c0 .81 0 1.214.16 1.523.143.272.369.493.647.632.316.158.73.158 1.559.158h2.81v1.445h-1.85a.366.366 0 00-.369.361c0 .2.166.361.37.361h6.654c.204 0 .37-.161.37-.36 0-.2-.165-.362-.37-.362H9.48v-1.445h2.81c.828 0 1.242 0 1.558-.158.278-.139.505-.36.646-.632.162-.309.162-.713.162-1.523V4.67c0-.81 0-1.214-.162-1.523a1.463 1.463 0 00-.646-.632c-.316-.158-.73-.158-1.558-.158H3.712c-.828 0-1.243 0-1.559.158-.278.139-.504.36-.646.632zm10.782-.067H3.712c-.427 0-.702 0-.911.017-.201.016-.276.044-.312.062a.731.731 0 00-.323.316c-.019.035-.047.108-.063.304-.017.205-.018.474-.018.89v5.493c0 .417 0 .686.018.89.016.197.044.27.063.305.07.136.184.247.323.316.036.018.11.046.312.062.21.016.484.017.91.017h8.578c.426 0 .701 0 .91-.017.201-.016.276-.044.313-.062.139-.07.252-.18.323-.316.018-.035.046-.108.063-.304.017-.205.017-.474.017-.89V4.67c0-.417 0-.686-.017-.89-.017-.197-.045-.27-.063-.305a.731.731 0 00-.324-.316c-.036-.018-.11-.046-.311-.062-.21-.016-.485-.017-.911-.017zM7.325 9.787h-3.27v-4.73h3.26v.824H5.079v1.127h2.07v.825h-2.07v1.13h2.247v.824zm1.827 0H8.13v-4.73h1.91c1.098 0 1.734.605 1.734 1.545 0 .646-.305 1.115-.855 1.346l1.028 1.839h-1.13L9.899 8.11h-.747v1.677zm0-3.913v1.432h.695c.586 0 .872-.236.872-.704 0-.472-.286-.728-.877-.728h-.69z",
|
19
|
-
fill: "url(#paint0_radial_EverouteController16GradientGrayIcon)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_EverouteController16GradientGrayIcon",
|
22
|
-
cx: 0,
|
23
|
-
cy: 0,
|
24
|
-
r: 1,
|
25
|
-
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(13.3089 -12.28515 12.24587 13.26636 1.346 14.643)"
|
27
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#CCD4E3"
|
29
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
-
offset: 1,
|
31
|
-
stopColor: "#6B7D99"
|
32
|
-
}))));
|
33
|
-
}
|
34
|
-
export default EverouteController16GradientGrayIcon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function EverouteController24Icon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 25,
|
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.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-6.713 9.28H6.664V7.735h4.41v1.14H8.048v1.56h2.8v1.142h-2.8v1.562h3.04v1.141zm2.471 0h-1.383V7.735h2.582c1.486 0 2.346.837 2.346 2.138 0 .895-.413 1.544-1.157 1.863l1.39 2.544h-1.528l-1.24-2.32h-1.01v2.32zm0-5.414v1.982h.94c.793 0 1.18-.326 1.18-.975 0-.652-.387-1.007-1.186-1.007h-.934z",
|
19
|
-
fill: "url(#paint0_radial_EverouteController24Icon)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_EverouteController24Icon",
|
22
|
-
cx: 0,
|
23
|
-
cy: 0,
|
24
|
-
r: 1,
|
25
|
-
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
27
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#5BCAFF"
|
29
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
-
offset: 1,
|
31
|
-
stopColor: "#06F"
|
32
|
-
}))));
|
33
|
-
}
|
34
|
-
export default EverouteController24Icon;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
function SmtxSystemDisk24GradientBlueIcon({
|
3
|
-
title,
|
4
|
-
titleId,
|
5
|
-
...props
|
6
|
-
}) {
|
7
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 24,
|
9
|
-
height: 24,
|
10
|
-
fill: "none",
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
12
|
-
"aria-labelledby": titleId
|
13
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
-
id: titleId
|
15
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
fillRule: "evenodd",
|
17
|
-
clipRule: "evenodd",
|
18
|
-
d: "M7.024 2h9.95c.347 0 .635 0 .873.018.247.019.476.06.697.159a2 2 0 01.848.722c.133.202.209.421.267.663.056.231.101.516.157.858l2.142 13.299c.042.273.042.632.042 1.157v.224c0 .84 0 1.26-.163 1.581a1.5 1.5 0 01-.656.655c-.32.164-.74.164-1.581.164H4.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C2 20.361 2 19.941 2 19.1v-.2c0-.538 0-.903.043-1.181H2.04L4.182 4.42c.055-.343.101-.628.157-.86.058-.24.134-.46.267-.662a2 2 0 01.848-.722c.22-.1.45-.14.697-.159C6.388 2 6.677 2 7.024 2zm-3.78 14.54c.275-.04.634-.04 1.156-.04h15.2c.521 0 .88 0 1.155.039L18.83 4.598a11.972 11.972 0 00-.144-.803 1.06 1.06 0 00-.13-.346 1 1 0 00-.424-.36 1.057 1.057 0 00-.362-.074A11.985 11.985 0 0016.955 3H7.042c-.37 0-.62 0-.815.015-.189.014-.289.04-.362.073a1 1 0 00-.424.361 1.057 1.057 0 00-.13.346c-.045.19-.086.437-.144.803L3.244 16.539zm1.156.96h15.2c.436 0 .704 0 .904.017a1.285 1.285 0 01.215.034l.005.002.003.002a.5.5 0 01.22.22l.002.006a1.292 1.292 0 01.034.216c.016.2.017.466.017.903v.2c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215.5.5 0 01-.222.226l-.002.001-.003.002h-.003a1.29 1.29 0 01-.215.034c-.2.017-.468.018-.904.018H4.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034l-.008-.004a.5.5 0 01-.219-.218s0-.003-.003-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.467-.017-.904v-.2c0-.436 0-.704.017-.904a1.283 1.283 0 01.034-.215.5.5 0 01.222-.226l.008-.004a1.286 1.286 0 01.215-.034c.2-.016.467-.017.904-.017zM15.012 5.62a.9.9 0 01.374 0c.144.03.271.105.359.156l.024.014.96.554.025.015c.088.05.215.123.314.232a.9.9 0 01.187.324c.045.14.044.287.044.388v1.165c0 .102.001.249-.044.388a.9.9 0 01-.187.325c-.099.109-.226.182-.314.232l-.025.014-7.358 4.248-.025.014a1.229 1.229 0 01-.358.156.9.9 0 01-.374 0c-.144-.03-.27-.104-.358-.155l-.025-.015-.96-.554-.025-.014a1.23 1.23 0 01-.313-.232.9.9 0 01-.188-.325 1.231 1.231 0 01-.044-.388v-1.165c0-.101 0-.248.044-.388a.9.9 0 01.188-.324 1.23 1.23 0 01.313-.232l.025-.014L14.63 5.79l.025-.014c.088-.051.215-.125.358-.156zm.187.996l-.07.04-7.358 4.249-.07.04V12.214l.07.041.96.554c.029.017.05.03.07.04.02-.01.041-.023.07-.04l7.358-4.248c.029-.017.05-.03.07-.04V7.331 7.25l-.07-.04-.96-.555a7.287 7.287 0 00-.07-.04zm-3.607.458l-2.22-1.282-.024-.014a1.231 1.231 0 00-.358-.156.9.9 0 00-.374 0c-.144.03-.27.105-.358.156l-.025.014-.96.554-.025.014c-.088.05-.215.124-.313.233a.9.9 0 00-.188.324c-.045.14-.044.286-.044.388V8.47c0 .102-.001.249.044.388a.9.9 0 00.188.324c.098.11.225.182.313.233l.025.014.12.069 1-.577-.62-.358a7.934 7.934 0 01-.07-.04v-1.19-.08a7.79 7.79 0 01.07-.04l.96-.555c.029-.016.05-.03.07-.04.02.01.041.024.07.04l1.72.993 1-.577zm.82 5.32l2.22 1.282.025.014c.088.052.215.126.358.156.124.026.251.026.375 0 .143-.03.27-.104.358-.156l.025-.014.96-.554.024-.014a1.23 1.23 0 00.314-.233.9.9 0 00.187-.324 1.23 1.23 0 00.044-.388v-1.165c0-.101.001-.248-.044-.388a.901.901 0 00-.187-.324c-.098-.11-.226-.182-.314-.232l-.025-.015-.12-.07-1 .578.62.358.07.041V12.215l-.07.04-.96.555c-.028.016-.05.03-.07.04l-.07-.04-1.72-.993-1 .577z",
|
19
|
-
fill: "url(#paint0_radial_SmtxSystemDisk24GradientBlueIcon_14687_15)"
|
20
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "paint0_radial_SmtxSystemDisk24GradientBlueIcon_14687_15",
|
22
|
-
cx: 0,
|
23
|
-
cy: 0,
|
24
|
-
r: 1,
|
25
|
-
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(20.00002 -19.50004 19.49376 19.99358 2 21.5)"
|
27
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#5BCAFF"
|
29
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
-
offset: 1,
|
31
|
-
stopColor: "#06F"
|
32
|
-
}))));
|
33
|
-
}
|
34
|
-
export default SmtxSystemDisk24GradientBlueIcon;
|