@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
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkServiceController16FillGradientGrayIcon({
|
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 2.5h10a1 1 0 011 1V10a1 1 0 01-1 1H3a1 1 0 01-1-1V3.5a1 1 0 011-1zm-2 1a2 2 0 012-2h10a2 2 0 012 2V10a2 2 0 01-2 2H9.5v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.5V12H3a2 2 0 01-2-2V3.5zm8.8 1.682v-.068a5.967 5.967 0 00-.56-.254c-.623-.254-.94-.373-1.12-.429A1.199 1.199 0 008.01 4.4H8v2.5H6.2v.653c0 .466.06.606.109.682.07.11.196.222.584.519l.032.024c.35.267.622.43.818.524A1.457 1.457 0 008 9.398V6.901h1.8V5.182zm-2.488 5.022a5.805 5.805 0 01-.994-.631l-.032-.025c-.35-.267-.638-.487-.822-.778-.2-.316-.264-.685-.264-1.217V5.184c0-.224-.001-.48.197-.702.095-.107.223-.193.377-.274.155-.083.355-.17.608-.274C7.625 3.428 7.793 3.4 8 3.4c.207 0 .375.028 1.618.534.253.103.453.191.608.274.154.081.282.167.377.274.198.222.198.478.197.702v2.369c0 .532-.064.901-.264 1.217-.184.291-.473.511-.822.778l-.032.025c-.39.297-.72.5-.994.631-.268.128-.501.196-.688.196-.187 0-.42-.068-.688-.196z",
|
19
|
+
fill: "url(#paint0_radial_NetworkServiceController16FillGradientGrayIcon_7149_49684)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkServiceController16FillGradientGrayIcon_7149_49684",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14.00002 -13.00002 12.96436 13.96162 1 14.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 = NetworkServiceController16FillGradientGrayIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkServiceController24FillGradientBlueIcon({
|
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: "M3 6.7c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 3.5 5.08 3.5 6.2 3.5h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.02 21 5.58 21 6.7v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874c-.428.218-.988.218-2.108.218H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 15.98 3 15.42 3 14.3V6.7zm3.2-2.2h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 5.75 20 6.123 20 6.7v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085-.283.023-.655.024-1.232.024H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.25 4 14.877 4 14.3V6.7c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 4.5 5.623 4.5 6.2 4.5zm8.6 3.79v2.211h-2.6V14a.821.821 0 01-.128-.026 2.147 2.147 0 01-.325-.128c-.274-.131-.642-.353-1.102-.705l-.041-.03c-.488-.373-.697-.548-.82-.742-.105-.166-.184-.411-.184-1.029v-.84h2.6V7h.006c.031-.005.143-.02 1.697.613.32.13.538.227.69.308.124.066.177.107.198.126a.61.61 0 01.007.074c.003.045.003.094.002.17zm.747-.9c.255.287.254.615.253.904v3.046c0 .684-.082 1.158-.339 1.564-.237.375-.608.658-1.058 1.001l-.04.031c-.5.382-.927.644-1.279.812-.344.165-.644.252-.884.252s-.54-.087-.884-.252c-.352-.168-.778-.43-1.278-.812l-.04-.03c-.45-.344-.821-.627-1.058-1.002-.258-.406-.34-.88-.34-1.564V8.294c0-.289-.002-.617.254-.903.122-.137.286-.248.484-.353.2-.106.456-.219.782-.351C11.718 6.036 11.935 6 12.2 6c.266 0 .483.036 2.08.687.326.132.583.245.783.351.197.105.362.216.484.353z",
|
19
|
+
fill: "url(#paint0_radial_NetworkServiceController24FillGradientBlueIcon_7148_49678)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkServiceController24FillGradientBlueIcon_7148_49678",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = NetworkServiceController24FillGradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkServiceController24FillGradientGrayIcon({
|
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: "M3 6.7c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 3.5 5.08 3.5 6.2 3.5h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.02 21 5.58 21 6.7v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874c-.428.218-.988.218-2.108.218H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 15.98 3 15.42 3 14.3V6.7zm3.2-2.2h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 5.75 20 6.123 20 6.7v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085-.283.023-.655.024-1.232.024H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.25 4 14.877 4 14.3V6.7c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 4.5 5.623 4.5 6.2 4.5zm8.6 3.79v2.211h-2.6V14a.821.821 0 01-.128-.026 2.147 2.147 0 01-.325-.128c-.274-.131-.642-.353-1.102-.705l-.041-.03c-.488-.373-.697-.548-.82-.742-.105-.166-.184-.411-.184-1.029v-.84h2.6V7h.006c.031-.005.143-.02 1.697.613.32.13.538.227.69.308.124.066.177.107.198.126a.61.61 0 01.007.074c.003.045.003.094.002.17zm.747-.9c.255.287.254.615.253.904v3.046c0 .684-.082 1.158-.339 1.564-.237.375-.608.658-1.058 1.001l-.04.031c-.5.382-.927.644-1.279.812-.344.165-.644.252-.884.252s-.54-.087-.884-.252c-.352-.168-.778-.43-1.278-.812l-.04-.03c-.45-.344-.821-.627-1.058-1.002-.258-.406-.34-.88-.34-1.564V8.294c0-.289-.002-.617.254-.903.122-.137.286-.248.484-.353.2-.106.456-.219.782-.351C11.718 6.036 11.935 6 12.2 6c.266 0 .483.036 2.08.687.326.132.583.245.783.351.197.105.362.216.484.353z",
|
19
|
+
fill: "url(#paint0_radial_NetworkServiceController24FillGradientGrayIcon_7149_49682)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkServiceController24FillGradientGrayIcon_7149_49682",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.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 = NetworkServiceController24FillGradientGrayIcon;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenter16FillGradientBlueIcon({
|
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: "M7.134 3.7a1 1 0 011.732 0l4.33 7.5a1 1 0 01-.866 1.5H3.67a1 1 0 01-.866-1.5l4.33-7.5z",
|
17
|
+
stroke: "url(#paint0_radial_OperationCenter16FillGradientBlueIcon_15255_8)"
|
18
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
19
|
+
id: "paint0_radial_OperationCenter16FillGradientBlueIcon_15255_8",
|
20
|
+
cx: 0,
|
21
|
+
cy: 0,
|
22
|
+
r: 1,
|
23
|
+
gradientUnits: "userSpaceOnUse",
|
24
|
+
gradientTransform: "matrix(10.66326 -9.50002 9.43696 10.59248 2.668 12.7)"
|
25
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
26
|
+
stopColor: "#5BCAFF"
|
27
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
28
|
+
offset: 1,
|
29
|
+
stopColor: "#06F"
|
30
|
+
}))));
|
31
|
+
}
|
32
|
+
module.exports = OperationCenter16FillGradientBlueIcon;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenter16FillGradientGrayIcon({
|
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: "M7.134 3.7a1 1 0 011.732 0l4.33 7.5a1 1 0 01-.866 1.5H3.67a1 1 0 01-.866-1.5l4.33-7.5z",
|
17
|
+
stroke: "url(#paint0_radial_OperationCenter16FillGradientGrayIcon_15255_5)"
|
18
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
19
|
+
id: "paint0_radial_OperationCenter16FillGradientGrayIcon_15255_5",
|
20
|
+
cx: 0,
|
21
|
+
cy: 0,
|
22
|
+
r: 1,
|
23
|
+
gradientUnits: "userSpaceOnUse",
|
24
|
+
gradientTransform: "matrix(10.66326 -9.50002 9.43696 10.59248 2.668 12.7)"
|
25
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
26
|
+
stopColor: "#CCD4E3"
|
27
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
28
|
+
offset: 1,
|
29
|
+
stopColor: "#6B7D99"
|
30
|
+
}))));
|
31
|
+
}
|
32
|
+
module.exports = OperationCenter16FillGradientGrayIcon;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenter16FillOntintIcon({
|
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: "M7.134 3.7a1 1 0 011.732 0l4.33 7.5a1 1 0 01-.866 1.5H3.67a1 1 0 01-.866-1.5l4.33-7.5z",
|
17
|
+
stroke: "#fff"
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
module.exports = OperationCenter16FillOntintIcon;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenter24FillGradientBlueIcon({
|
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: "M10.268 6c.77-1.333 2.694-1.333 3.464 0l6.062 10.5c.77 1.333-.192 3-1.732 3H5.938c-1.54 0-2.502-1.667-1.732-3L10.268 6z",
|
17
|
+
stroke: "url(#paint0_linear_15255_3)",
|
18
|
+
strokeWidth: 2
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
20
|
+
id: "paint0_linear_15255_3",
|
21
|
+
x1: 3.935,
|
22
|
+
y1: 5,
|
23
|
+
x2: 20.065,
|
24
|
+
y2: 5,
|
25
|
+
gradientUnits: "userSpaceOnUse"
|
26
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
27
|
+
stopColor: "#0080FF"
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
29
|
+
offset: 1,
|
30
|
+
stopColor: "#005ED1"
|
31
|
+
}))));
|
32
|
+
}
|
33
|
+
module.exports = OperationCenter24FillGradientBlueIcon;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenterAgentFillOntintIcon({
|
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: "M13.995 3.856a2 2 0 11-3.923.383 8.008 8.008 0 00-5.834 5.837 2 2 0 11-.853-.053 8.85 8.85 0 016.64-6.638 2 2 0 013.95 0 8.85 8.85 0 016.64 6.637 2 2 0 11-.852.057 8.008 8.008 0 00-5.835-5.84c.034-.123.057-.251.066-.383zm-.695-.15a1.3 1.3 0 11-2.6-.001 1.3 1.3 0 012.6 0zm7.02 9.594a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zm-16.628 0a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6z",
|
19
|
+
fill: "#fff"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M13.975 20.616a8.85 8.85 0 006.64-6.637 2.021 2.021 0 01-.852-.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 2 0 103.95-.006v.006zm-.675-.321a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0z",
|
24
|
+
fill: "#fff"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13.732 8.5c-.77-1.333-2.694-1.333-3.464 0L7.67 13c-.77 1.333.192 3 1.732 3h5.196c1.54 0 2.502-1.667 1.732-3l-2.598-4.5zM12 9.5l2.598 4.5H9.402L12 9.5z",
|
29
|
+
fill: "#fff"
|
30
|
+
}));
|
31
|
+
}
|
32
|
+
module.exports = OperationCenterAgentFillOntintIcon;
|
@@ -0,0 +1,68 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenterAgentGradientBlueIcon({
|
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: "M13.995 3.856a2 2 0 11-3.923.383 8.008 8.008 0 00-5.834 5.837 2 2 0 11-.853-.053 8.85 8.85 0 016.64-6.638 2 2 0 013.95 0 8.85 8.85 0 016.64 6.637 2 2 0 11-.852.057 8.008 8.008 0 00-5.835-5.84c.034-.123.057-.251.066-.383zm-.695-.15a1.3 1.3 0 11-2.6-.001 1.3 1.3 0 012.6 0zm7.02 9.594a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zm-16.628 0a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6z",
|
19
|
+
fill: "url(#paint0_radial_OperationCenterAgentGradientBlueIcon_15260_7275)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M13.975 20.616a8.85 8.85 0 006.64-6.637 2.021 2.021 0 01-.852-.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 2 0 103.95-.006v.006zm-.675-.321a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0z",
|
24
|
+
fill: "url(#paint1_radial_OperationCenterAgentGradientBlueIcon_15260_7275)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13.732 8.5c-.77-1.333-2.694-1.333-3.464 0L7.67 13c-.77 1.333.192 3 1.732 3h5.196c1.54 0 2.502-1.667 1.732-3l-2.598-4.5zM12 9.5l2.598 4.5H9.402L12 9.5z",
|
29
|
+
fill: "url(#paint2_radial_OperationCenterAgentGradientBlueIcon_15260_7275)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_OperationCenterAgentGradientBlueIcon_15260_7275",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
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_OperationCenterAgentGradientBlueIcon_15260_7275",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
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_OperationCenterAgentGradientBlueIcon_15260_7275",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#5BCAFF"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#06F"
|
66
|
+
}))));
|
67
|
+
}
|
68
|
+
module.exports = OperationCenterAgentGradientBlueIcon;
|
@@ -0,0 +1,68 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function OperationCenterAgentGradientGrayIcon({
|
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: "M13.995 3.856a2 2 0 11-3.923.383 8.008 8.008 0 00-5.834 5.837 2 2 0 11-.853-.053 8.85 8.85 0 016.64-6.638 2 2 0 013.95 0 8.85 8.85 0 016.64 6.637 2 2 0 11-.852.057 8.008 8.008 0 00-5.835-5.84c.034-.123.057-.251.066-.383zm-.695-.15a1.3 1.3 0 11-2.6-.001 1.3 1.3 0 012.6 0zm7.02 9.594a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zm-16.628 0a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6z",
|
19
|
+
fill: "url(#paint0_radial_OperationCenterAgentGradientGrayIcon_15260_7305)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M13.975 20.616a8.85 8.85 0 006.64-6.637 2.021 2.021 0 01-.852-.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 2 0 103.95-.006v.006zm-.675-.321a1.3 1.3 0 11-2.6 0 1.3 1.3 0 012.6 0z",
|
24
|
+
fill: "url(#paint1_radial_OperationCenterAgentGradientGrayIcon_15260_7305)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13.732 8.5c-.77-1.333-2.694-1.333-3.464 0L7.67 13c-.77 1.333.192 3 1.732 3h5.196c1.54 0 2.502-1.667 1.732-3l-2.598-4.5zM12 9.5l2.598 4.5H9.402L12 9.5z",
|
29
|
+
fill: "url(#paint2_radial_OperationCenterAgentGradientGrayIcon_15260_7305)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_OperationCenterAgentGradientGrayIcon_15260_7305",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
38
|
+
stopColor: "#CCD4E3"
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
40
|
+
offset: 1,
|
41
|
+
stopColor: "#6B7D99"
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint1_radial_OperationCenterAgentGradientGrayIcon_15260_7305",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "#CCD4E3"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "#6B7D99"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint2_radial_OperationCenterAgentGradientGrayIcon_15260_7305",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(20.62793 -20.58987 20.5898 20.62786 1.692 22.295)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#CCD4E3"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#6B7D99"
|
66
|
+
}))));
|
67
|
+
}
|
68
|
+
module.exports = OperationCenterAgentGradientGrayIcon;
|
@@ -0,0 +1,81 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function SystemDisk24FillGradientBlueIcon({
|
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: "M11.18 10.324a1.163 1.163 0 111.644-1.644 1.163 1.163 0 01-1.644 1.644z",
|
17
|
+
fill: "url(#paint0_radial_SystemDisk24FillGradientBlueIcon_14687_15)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fillRule: "evenodd",
|
20
|
+
clipRule: "evenodd",
|
21
|
+
d: "M7.804 13.696c.33.33.8.504 1.362.504.821 0 1.818-.367 2.835-1.004 1.017.637 2.014 1.004 2.835 1.004.561 0 1.032-.175 1.362-.504.598-.599.665-1.61.189-2.848a7.95 7.95 0 00-.688-1.348c.272-.427.502-.878.688-1.348.476-1.239.409-2.25-.19-2.848-.329-.33-.8-.504-1.361-.504-.821 0-1.818.367-2.835 1.003C10.984 5.166 9.987 4.8 9.166 4.8c-.561 0-1.032.174-1.362.504-.598.598-.666 1.61-.19 2.848.17.439.404.893.688 1.348a7.92 7.92 0 00-.687 1.348c-.477 1.238-.41 2.25.19 2.848zm7.702-2.51c.325.845.334 1.534.024 1.843-.15.15-.384.227-.694.227-.55 0-1.248-.237-1.985-.65a12.551 12.551 0 002.256-2.256c.158.283.293.564.399.837zM12 12.055A11.122 11.122 0 019.438 9.5 11.196 11.196 0 0112 6.945 11.111 11.111 0 0114.563 9.5 11.193 11.193 0 0112 12.054zm2.836-6.31c.31 0 .543.076.694.226.31.31.301.999-.024 1.843a6.57 6.57 0 01-.4.837 12.473 12.473 0 00-2.255-2.256c.737-.413 1.434-.65 1.985-.65zm-6.34 2.069C8.17 6.969 8.16 6.28 8.47 5.97c.15-.15.384-.227.694-.227.55 0 1.248.237 1.985.65A12.473 12.473 0 008.894 8.65a6.571 6.571 0 01-.399-.837zm0 3.374c.104-.273.24-.554.398-.837.652.845 1.41 1.603 2.256 2.256-.737.413-1.434.65-1.985.65-.31 0-.543-.076-.694-.227-.31-.31-.3-.998.024-1.842z",
|
22
|
+
fill: "url(#paint1_radial_SystemDisk24FillGradientBlueIcon_14687_15)"
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
24
|
+
d: "M6 19a1 1 0 11-2 0 1 1 0 012 0z",
|
25
|
+
fill: "url(#paint2_radial_SystemDisk24FillGradientBlueIcon_14687_15)"
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
27
|
+
fillRule: "evenodd",
|
28
|
+
clipRule: "evenodd",
|
29
|
+
d: "M8.14 2h7.72c.456 0 .827 0 1.13.023.315.023.592.073.858.19a2.5 2.5 0 011.053.876c.164.24.264.503.344.808.078.294.146.658.23 1.108l2.257 12.142c.107.577.195 1.049.24 1.44A3 3 0 0119 22H5a3 3 0 01-2.985-3.302v-.007c.04-.41.135-.915.252-1.546L4.525 5.005c.084-.45.152-.814.23-1.108.08-.305.18-.569.344-.809a2.5 2.5 0 011.053-.875c.265-.117.543-.167.857-.19C7.313 2 7.683 2 8.14 2zM3.413 16.454A2.986 2.986 0 015 16h14c.582 0 1.126.166 1.586.453L18.495 5.206c-.088-.472-.15-.8-.217-1.053-.065-.248-.128-.391-.202-.5a1.5 1.5 0 00-.632-.525c-.12-.053-.273-.089-.528-.108C16.654 3 16.32 3 15.84 3H8.16c-.481 0-.814 0-1.076.02-.256.02-.408.055-.528.108a1.5 1.5 0 00-.632.525c-.074.109-.137.252-.203.5a15.93 15.93 0 00-.216 1.053L3.413 16.454zM19 17H5a2 2 0 100 4h14a2 2 0 000-4z",
|
30
|
+
fill: "url(#paint3_radial_SystemDisk24FillGradientBlueIcon_14687_15)"
|
31
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
32
|
+
id: "paint0_radial_SystemDisk24FillGradientBlueIcon_14687_15",
|
33
|
+
cx: 0,
|
34
|
+
cy: 0,
|
35
|
+
r: 1,
|
36
|
+
gradientUnits: "userSpaceOnUse",
|
37
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
38
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
39
|
+
stopColor: "#5BCAFF"
|
40
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
41
|
+
offset: 1,
|
42
|
+
stopColor: "#06F"
|
43
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
44
|
+
id: "paint1_radial_SystemDisk24FillGradientBlueIcon_14687_15",
|
45
|
+
cx: 0,
|
46
|
+
cy: 0,
|
47
|
+
r: 1,
|
48
|
+
gradientUnits: "userSpaceOnUse",
|
49
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
50
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
51
|
+
stopColor: "#5BCAFF"
|
52
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
53
|
+
offset: 1,
|
54
|
+
stopColor: "#06F"
|
55
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
56
|
+
id: "paint2_radial_SystemDisk24FillGradientBlueIcon_14687_15",
|
57
|
+
cx: 0,
|
58
|
+
cy: 0,
|
59
|
+
r: 1,
|
60
|
+
gradientUnits: "userSpaceOnUse",
|
61
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
62
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
63
|
+
stopColor: "#5BCAFF"
|
64
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
65
|
+
offset: 1,
|
66
|
+
stopColor: "#06F"
|
67
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
68
|
+
id: "paint3_radial_SystemDisk24FillGradientBlueIcon_14687_15",
|
69
|
+
cx: 0,
|
70
|
+
cy: 0,
|
71
|
+
r: 1,
|
72
|
+
gradientUnits: "userSpaceOnUse",
|
73
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
74
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
75
|
+
stopColor: "#5BCAFF"
|
76
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
77
|
+
offset: 1,
|
78
|
+
stopColor: "#06F"
|
79
|
+
}))));
|
80
|
+
}
|
81
|
+
module.exports = SystemDisk24FillGradientBlueIcon;
|
package/dist/cjs/index.js
CHANGED
@@ -32,9 +32,6 @@ module.exports.AdjustConfig16GradientBlueIcon = require("./AdjustConfig16Gradien
|
|
32
32
|
module.exports.AdjustConfig16GradientGrayIcon = require("./AdjustConfig16GradientGrayIcon.js")
|
33
33
|
module.exports.AdvanceBlueIcon = require("./AdvanceBlueIcon.js")
|
34
34
|
module.exports.AdvanceIcon = require("./AdvanceIcon.js")
|
35
|
-
module.exports.AgentMesh24OntintIcon = require("./AgentMesh24OntintIcon.js")
|
36
|
-
module.exports.AgentMeshGradient24BlueIcon = require("./AgentMeshGradient24BlueIcon.js")
|
37
|
-
module.exports.AgentMeshGradient24GreyIcon = require("./AgentMeshGradient24GreyIcon.js")
|
38
35
|
module.exports.AgentMeshUpgrade24BlueIcon = require("./AgentMeshUpgrade24BlueIcon.js")
|
39
36
|
module.exports.AgentMeshUpload48BlueIcon = require("./AgentMeshUpload48BlueIcon.js")
|
40
37
|
module.exports.AlertBell16GradientBlueIcon = require("./AlertBell16GradientBlueIcon.js")
|
@@ -226,10 +223,6 @@ module.exports.Clone16GradientGrayIcon = require("./Clone16GradientGrayIcon.js")
|
|
226
223
|
module.exports.CloneIcon = require("./CloneIcon.js")
|
227
224
|
module.exports.CloseRedIcon = require("./CloseRedIcon.js")
|
228
225
|
module.exports.CloseIcon = require("./CloseIcon.js")
|
229
|
-
module.exports.CloudtowerLogo16GradientBlueIcon = require("./CloudtowerLogo16GradientBlueIcon.js")
|
230
|
-
module.exports.CloudtowerLogo16GradientGrayIcon = require("./CloudtowerLogo16GradientGrayIcon.js")
|
231
|
-
module.exports.CloudtowerLogoTextIcon = require("./CloudtowerLogoTextIcon.js")
|
232
|
-
module.exports.Cloudtower16Icon = require("./Cloudtower16Icon.js")
|
233
226
|
module.exports.Cluster16BlueIcon = require("./Cluster16BlueIcon.js")
|
234
227
|
module.exports.Cluster16GradientBlueIcon = require("./Cluster16GradientBlueIcon.js")
|
235
228
|
module.exports.Cluster16GradientGrayIcon = require("./Cluster16GradientGrayIcon.js")
|
@@ -361,14 +354,6 @@ module.exports.ErrorIcon = require("./ErrorIcon.js")
|
|
361
354
|
module.exports.EventAuditing16Icon = require("./EventAuditing16Icon.js")
|
362
355
|
module.exports.EventAuditing24BlueIcon = require("./EventAuditing24BlueIcon.js")
|
363
356
|
module.exports.EventAuditing24OntintIcon = require("./EventAuditing24OntintIcon.js")
|
364
|
-
module.exports.EverouteCluster16GradientBlueIcon = require("./EverouteCluster16GradientBlueIcon.js")
|
365
|
-
module.exports.EverouteCluster16GradientGrayIcon = require("./EverouteCluster16GradientGrayIcon.js")
|
366
|
-
module.exports.EverouteCluster16OntintIcon = require("./EverouteCluster16OntintIcon.js")
|
367
|
-
module.exports.EverouteCluster24GradientBlueIcon = require("./EverouteCluster24GradientBlueIcon.js")
|
368
|
-
module.exports.EverouteCluster24GradientGreyIcon = require("./EverouteCluster24GradientGreyIcon.js")
|
369
|
-
module.exports.EverouteCluster24OntintIcon = require("./EverouteCluster24OntintIcon.js")
|
370
|
-
module.exports.EverouteController16GradientGrayIcon = require("./EverouteController16GradientGrayIcon.js")
|
371
|
-
module.exports.EverouteController24Icon = require("./EverouteController24Icon.js")
|
372
357
|
module.exports.EverouteServices16GradientBlueIcon = require("./EverouteServices16GradientBlueIcon.js")
|
373
358
|
module.exports.EverouteServices16GradientGreyIcon = require("./EverouteServices16GradientGreyIcon.js")
|
374
359
|
module.exports.EverouteServices24GradientBlueIcon = require("./EverouteServices24GradientBlueIcon.js")
|
@@ -539,6 +524,7 @@ module.exports.IscsiDatastoreStorageObject16GradientBlueIcon = require("./IscsiD
|
|
539
524
|
module.exports.IscsiDatastoreStorageObject24GradientBlueIcon = require("./IscsiDatastoreStorageObject24GradientBlueIcon.js")
|
540
525
|
module.exports.IscsiDatastoreStorageObject24GradientGrayIcon = require("./IscsiDatastoreStorageObject24GradientGrayIcon.js")
|
541
526
|
module.exports.IscsiLun16GradientBlueIcon = require("./IscsiLun16GradientBlueIcon.js")
|
527
|
+
module.exports.IscsiLun16GradientGrayIcon = require("./IscsiLun16GradientGrayIcon.js")
|
542
528
|
module.exports.IscsiLun16YellowIcon = require("./IscsiLun16YellowIcon.js")
|
543
529
|
module.exports.IscsiLun24BlueIcon = require("./IscsiLun24BlueIcon.js")
|
544
530
|
module.exports.IscsiLun24GradientBlueIcon = require("./IscsiLun24GradientBlueIcon.js")
|
@@ -547,6 +533,10 @@ module.exports.IscsiLun24Icon = require("./IscsiLun24Icon.js")
|
|
547
533
|
module.exports.IscsiTarget16GradientBlueIcon = require("./IscsiTarget16GradientBlueIcon.js")
|
548
534
|
module.exports.IscsiTarget24BlueIcon = require("./IscsiTarget24BlueIcon.js")
|
549
535
|
module.exports.IscsiTarget24Icon = require("./IscsiTarget24Icon.js")
|
536
|
+
module.exports.IscsiTargetDatastoreStorageObject16GradientBlueIcon = require("./IscsiTargetDatastoreStorageObject16GradientBlueIcon.js")
|
537
|
+
module.exports.IscsiTargetDatastoreStorageObject16GradientGrayIcon = require("./IscsiTargetDatastoreStorageObject16GradientGrayIcon.js")
|
538
|
+
module.exports.IscsiTargetDatastoreStorageObject24GradientBlueIcon = require("./IscsiTargetDatastoreStorageObject24GradientBlueIcon.js")
|
539
|
+
module.exports.IscsiTargetDatastoreStorageObject24GradientGrayIcon = require("./IscsiTargetDatastoreStorageObject24GradientGrayIcon.js")
|
550
540
|
module.exports.Iso24BlueIcon = require("./Iso24BlueIcon.js")
|
551
541
|
module.exports.Iso24Icon = require("./Iso24Icon.js")
|
552
542
|
module.exports.IsoBlueIcon = require("./IsoBlueIcon.js")
|
@@ -712,6 +702,16 @@ module.exports.NetworkSecurityPolicyAllow24GreyIcon = require("./NetworkSecurity
|
|
712
702
|
module.exports.NetworkSecurityPolicyDeny16RedIcon = require("./NetworkSecurityPolicyDeny16RedIcon.js")
|
713
703
|
module.exports.NetworkSecurityPolicyDeny24GreyIcon = require("./NetworkSecurityPolicyDeny24GreyIcon.js")
|
714
704
|
module.exports.NetworkSecurityPolicyDeny24RedIcon = require("./NetworkSecurityPolicyDeny24RedIcon.js")
|
705
|
+
module.exports.NetworkServiceCluster16FillGradientBlueIcon = require("./NetworkServiceCluster16FillGradientBlueIcon.js")
|
706
|
+
module.exports.NetworkServiceCluster16FillGradientGrayIcon = require("./NetworkServiceCluster16FillGradientGrayIcon.js")
|
707
|
+
module.exports.NetworkServiceCluster16FillOntintIcon = require("./NetworkServiceCluster16FillOntintIcon.js")
|
708
|
+
module.exports.NetworkServiceCluster24FillGradientGrayIcon = require("./NetworkServiceCluster24FillGradientGrayIcon.js")
|
709
|
+
module.exports.NetworkServiceCluster24FillOntintIcon = require("./NetworkServiceCluster24FillOntintIcon.js")
|
710
|
+
module.exports.NetworkServiceCluster24GradientBlueIcon = require("./NetworkServiceCluster24GradientBlueIcon.js")
|
711
|
+
module.exports.NetworkServiceController16FillGradientBlueIcon = require("./NetworkServiceController16FillGradientBlueIcon.js")
|
712
|
+
module.exports.NetworkServiceController16FillGradientGrayIcon = require("./NetworkServiceController16FillGradientGrayIcon.js")
|
713
|
+
module.exports.NetworkServiceController24FillGradientBlueIcon = require("./NetworkServiceController24FillGradientBlueIcon.js")
|
714
|
+
module.exports.NetworkServiceController24FillGradientGrayIcon = require("./NetworkServiceController24FillGradientGrayIcon.js")
|
715
715
|
module.exports.NetworkStorage16GradientBlueIcon = require("./NetworkStorage16GradientBlueIcon.js")
|
716
716
|
module.exports.NetworkStorage16RedIcon = require("./NetworkStorage16RedIcon.js")
|
717
717
|
module.exports.NetworkStorage16YellowIcon = require("./NetworkStorage16YellowIcon.js")
|
@@ -786,6 +786,13 @@ module.exports.OpenTerminal16GradientGrayIcon = require("./OpenTerminal16Gradien
|
|
786
786
|
module.exports.OpenTerminal16WhiteIcon = require("./OpenTerminal16WhiteIcon.js")
|
787
787
|
module.exports.OpenTerminal16Icon = require("./OpenTerminal16Icon.js")
|
788
788
|
module.exports.OpenterminalIcon = require("./OpenterminalIcon.js")
|
789
|
+
module.exports.OperationCenter16FillGradientBlueIcon = require("./OperationCenter16FillGradientBlueIcon.js")
|
790
|
+
module.exports.OperationCenter16FillGradientGrayIcon = require("./OperationCenter16FillGradientGrayIcon.js")
|
791
|
+
module.exports.OperationCenter16FillOntintIcon = require("./OperationCenter16FillOntintIcon.js")
|
792
|
+
module.exports.OperationCenter24FillGradientBlueIcon = require("./OperationCenter24FillGradientBlueIcon.js")
|
793
|
+
module.exports.OperationCenterAgentFillOntintIcon = require("./OperationCenterAgentFillOntintIcon.js")
|
794
|
+
module.exports.OperationCenterAgentGradientBlueIcon = require("./OperationCenterAgentGradientBlueIcon.js")
|
795
|
+
module.exports.OperationCenterAgentGradientGrayIcon = require("./OperationCenterAgentGradientGrayIcon.js")
|
789
796
|
module.exports.OperationsIcon = require("./OperationsIcon.js")
|
790
797
|
module.exports.Organization16BlueIcon = require("./Organization16BlueIcon.js")
|
791
798
|
module.exports.Organization16BoldGradientBlueIcon = require("./Organization16BoldGradientBlueIcon.js")
|
@@ -1222,7 +1229,6 @@ module.exports.SmartxLogoIcon = require("./SmartxLogoIcon.js")
|
|
1222
1229
|
module.exports.SmtpMail24GradientBlueIcon = require("./SmtpMail24GradientBlueIcon.js")
|
1223
1230
|
module.exports.SmtpMail24GradientGrayIcon = require("./SmtpMail24GradientGrayIcon.js")
|
1224
1231
|
module.exports.SmtpMail24OntintIcon = require("./SmtpMail24OntintIcon.js")
|
1225
|
-
module.exports.SmtxSystemDisk24GradientBlueIcon = require("./SmtxSystemDisk24GradientBlueIcon.js")
|
1226
1232
|
module.exports.Snapshot16GradientBlueIcon = require("./Snapshot16GradientBlueIcon.js")
|
1227
1233
|
module.exports.Snapshot24GradientBlueIcon = require("./Snapshot24GradientBlueIcon.js")
|
1228
1234
|
module.exports.Snapshot24GradientGrayIcon = require("./Snapshot24GradientGrayIcon.js")
|
@@ -1256,6 +1262,7 @@ module.exports.SuspendedPause16GradientOrangeIcon = require("./SuspendedPause16G
|
|
1256
1262
|
module.exports.SuspendedPause24GradientOrangeIcon = require("./SuspendedPause24GradientOrangeIcon.js")
|
1257
1263
|
module.exports.Syslog24GradientBlueIcon = require("./Syslog24GradientBlueIcon.js")
|
1258
1264
|
module.exports.Syslog24OntintIcon = require("./Syslog24OntintIcon.js")
|
1265
|
+
module.exports.SystemDisk24FillGradientBlueIcon = require("./SystemDisk24FillGradientBlueIcon.js")
|
1259
1266
|
module.exports.SystemEventAuditing24BlueIcon = require("./SystemEventAuditing24BlueIcon.js")
|
1260
1267
|
module.exports.SystemEventAuditing24OntintIcon = require("./SystemEventAuditing24OntintIcon.js")
|
1261
1268
|
module.exports.SystemServiceVm16YellowIcon = require("./SystemServiceVm16YellowIcon.js")
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IscsiLun16GradientGrayIcon({
|
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: "M11.341 3.634a.5.5 0 01-.707.707L8.778 2.485a8.501 8.501 0 00-.444-.427.57.57 0 00-.18-.12.5.5 0 00-.308 0 .57.57 0 00-.18.12c-.108.092-.24.223-.444.427L4.556 5.15a8.506 8.506 0 00-.427.444.57.57 0 00-.12.18.5.5 0 000 .308.57.57 0 00.12.18c.092.108.223.24.427.444l2.666 2.666c.204.204.336.335.444.427a.57.57 0 00.18.12.5.5 0 00.309 0 .57.57 0 00.179-.12c.108-.092.24-.223.444-.427l1.856-1.856a.5.5 0 11.707.707l-1.87 1.87a8.941 8.941 0 01-.49.468 1.526 1.526 0 01-.517.308 1.5 1.5 0 01-.927 0 1.526 1.526 0 01-.518-.308 8.941 8.941 0 01-.49-.468L3.835 7.4a8.948 8.948 0 01-.468-.49 1.527 1.527 0 01-.308-.518 1.5 1.5 0 010-.927c.065-.202.18-.366.308-.517.121-.143.282-.304.468-.49L6.53 1.764c.186-.186.347-.347.49-.469.151-.128.316-.242.518-.308a1.5 1.5 0 01.927 0c.202.066.366.18.517.308.143.122.304.283.49.469l1.87 1.87zM8.501 6a.5.5 0 01.5-.5h4.5a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm-5.217 9h2.31v-.748H4.212v-2.67h-.928V15zm4.908-3.418v2.11a.528.528 0 01-.548.547.528.528 0 01-.547-.548v-2.11h-.928v2.19c0 .781.59 1.269 1.475 1.269.878 0 1.476-.488 1.476-1.269v-2.19h-.928zm3.598 0h.928V15h-.774l-1.235-1.796h-.02V15H9.76v-3.418h.788l1.215 1.789h.026v-1.79z",
|
19
|
+
fill: "url(#paint0_radial_IscsiLun16GradientGrayIcon_15315_80)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_IscsiLun16GradientGrayIcon_15315_80",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-41.627 18.798 9.917) scale(21.1923 20.0825)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default IscsiLun16GradientGrayIcon;
|