@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,33 @@
|
|
1
|
+
import * as React from "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
|
+
export default OperationCenter24FillGradientBlueIcon;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as React from "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
|
+
export default OperationCenterAgentFillOntintIcon;
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import * as React from "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
|
+
export default OperationCenterAgentGradientBlueIcon;
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import * as React from "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
|
+
export default OperationCenterAgentGradientGrayIcon;
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import * as React from "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
|
+
export default SystemDisk24FillGradientBlueIcon;
|
package/dist/esm/index.js
CHANGED
@@ -32,9 +32,6 @@ export { default as AdjustConfig16GradientBlueIcon } from './AdjustConfig16Gradi
|
|
32
32
|
export { default as AdjustConfig16GradientGrayIcon } from './AdjustConfig16GradientGrayIcon.js'
|
33
33
|
export { default as AdvanceBlueIcon } from './AdvanceBlueIcon.js'
|
34
34
|
export { default as AdvanceIcon } from './AdvanceIcon.js'
|
35
|
-
export { default as AgentMesh24OntintIcon } from './AgentMesh24OntintIcon.js'
|
36
|
-
export { default as AgentMeshGradient24BlueIcon } from './AgentMeshGradient24BlueIcon.js'
|
37
|
-
export { default as AgentMeshGradient24GreyIcon } from './AgentMeshGradient24GreyIcon.js'
|
38
35
|
export { default as AgentMeshUpgrade24BlueIcon } from './AgentMeshUpgrade24BlueIcon.js'
|
39
36
|
export { default as AgentMeshUpload48BlueIcon } from './AgentMeshUpload48BlueIcon.js'
|
40
37
|
export { default as AlertBell16GradientBlueIcon } from './AlertBell16GradientBlueIcon.js'
|
@@ -226,10 +223,6 @@ export { default as Clone16GradientGrayIcon } from './Clone16GradientGrayIcon.js
|
|
226
223
|
export { default as CloneIcon } from './CloneIcon.js'
|
227
224
|
export { default as CloseRedIcon } from './CloseRedIcon.js'
|
228
225
|
export { default as CloseIcon } from './CloseIcon.js'
|
229
|
-
export { default as CloudtowerLogo16GradientBlueIcon } from './CloudtowerLogo16GradientBlueIcon.js'
|
230
|
-
export { default as CloudtowerLogo16GradientGrayIcon } from './CloudtowerLogo16GradientGrayIcon.js'
|
231
|
-
export { default as CloudtowerLogoTextIcon } from './CloudtowerLogoTextIcon.js'
|
232
|
-
export { default as Cloudtower16Icon } from './Cloudtower16Icon.js'
|
233
226
|
export { default as Cluster16BlueIcon } from './Cluster16BlueIcon.js'
|
234
227
|
export { default as Cluster16GradientBlueIcon } from './Cluster16GradientBlueIcon.js'
|
235
228
|
export { default as Cluster16GradientGrayIcon } from './Cluster16GradientGrayIcon.js'
|
@@ -361,14 +354,6 @@ export { default as ErrorIcon } from './ErrorIcon.js'
|
|
361
354
|
export { default as EventAuditing16Icon } from './EventAuditing16Icon.js'
|
362
355
|
export { default as EventAuditing24BlueIcon } from './EventAuditing24BlueIcon.js'
|
363
356
|
export { default as EventAuditing24OntintIcon } from './EventAuditing24OntintIcon.js'
|
364
|
-
export { default as EverouteCluster16GradientBlueIcon } from './EverouteCluster16GradientBlueIcon.js'
|
365
|
-
export { default as EverouteCluster16GradientGrayIcon } from './EverouteCluster16GradientGrayIcon.js'
|
366
|
-
export { default as EverouteCluster16OntintIcon } from './EverouteCluster16OntintIcon.js'
|
367
|
-
export { default as EverouteCluster24GradientBlueIcon } from './EverouteCluster24GradientBlueIcon.js'
|
368
|
-
export { default as EverouteCluster24GradientGreyIcon } from './EverouteCluster24GradientGreyIcon.js'
|
369
|
-
export { default as EverouteCluster24OntintIcon } from './EverouteCluster24OntintIcon.js'
|
370
|
-
export { default as EverouteController16GradientGrayIcon } from './EverouteController16GradientGrayIcon.js'
|
371
|
-
export { default as EverouteController24Icon } from './EverouteController24Icon.js'
|
372
357
|
export { default as EverouteServices16GradientBlueIcon } from './EverouteServices16GradientBlueIcon.js'
|
373
358
|
export { default as EverouteServices16GradientGreyIcon } from './EverouteServices16GradientGreyIcon.js'
|
374
359
|
export { default as EverouteServices24GradientBlueIcon } from './EverouteServices24GradientBlueIcon.js'
|
@@ -539,6 +524,7 @@ export { default as IscsiDatastoreStorageObject16GradientBlueIcon } from './Iscs
|
|
539
524
|
export { default as IscsiDatastoreStorageObject24GradientBlueIcon } from './IscsiDatastoreStorageObject24GradientBlueIcon.js'
|
540
525
|
export { default as IscsiDatastoreStorageObject24GradientGrayIcon } from './IscsiDatastoreStorageObject24GradientGrayIcon.js'
|
541
526
|
export { default as IscsiLun16GradientBlueIcon } from './IscsiLun16GradientBlueIcon.js'
|
527
|
+
export { default as IscsiLun16GradientGrayIcon } from './IscsiLun16GradientGrayIcon.js'
|
542
528
|
export { default as IscsiLun16YellowIcon } from './IscsiLun16YellowIcon.js'
|
543
529
|
export { default as IscsiLun24BlueIcon } from './IscsiLun24BlueIcon.js'
|
544
530
|
export { default as IscsiLun24GradientBlueIcon } from './IscsiLun24GradientBlueIcon.js'
|
@@ -547,6 +533,10 @@ export { default as IscsiLun24Icon } from './IscsiLun24Icon.js'
|
|
547
533
|
export { default as IscsiTarget16GradientBlueIcon } from './IscsiTarget16GradientBlueIcon.js'
|
548
534
|
export { default as IscsiTarget24BlueIcon } from './IscsiTarget24BlueIcon.js'
|
549
535
|
export { default as IscsiTarget24Icon } from './IscsiTarget24Icon.js'
|
536
|
+
export { default as IscsiTargetDatastoreStorageObject16GradientBlueIcon } from './IscsiTargetDatastoreStorageObject16GradientBlueIcon.js'
|
537
|
+
export { default as IscsiTargetDatastoreStorageObject16GradientGrayIcon } from './IscsiTargetDatastoreStorageObject16GradientGrayIcon.js'
|
538
|
+
export { default as IscsiTargetDatastoreStorageObject24GradientBlueIcon } from './IscsiTargetDatastoreStorageObject24GradientBlueIcon.js'
|
539
|
+
export { default as IscsiTargetDatastoreStorageObject24GradientGrayIcon } from './IscsiTargetDatastoreStorageObject24GradientGrayIcon.js'
|
550
540
|
export { default as Iso24BlueIcon } from './Iso24BlueIcon.js'
|
551
541
|
export { default as Iso24Icon } from './Iso24Icon.js'
|
552
542
|
export { default as IsoBlueIcon } from './IsoBlueIcon.js'
|
@@ -712,6 +702,16 @@ export { default as NetworkSecurityPolicyAllow24GreyIcon } from './NetworkSecuri
|
|
712
702
|
export { default as NetworkSecurityPolicyDeny16RedIcon } from './NetworkSecurityPolicyDeny16RedIcon.js'
|
713
703
|
export { default as NetworkSecurityPolicyDeny24GreyIcon } from './NetworkSecurityPolicyDeny24GreyIcon.js'
|
714
704
|
export { default as NetworkSecurityPolicyDeny24RedIcon } from './NetworkSecurityPolicyDeny24RedIcon.js'
|
705
|
+
export { default as NetworkServiceCluster16FillGradientBlueIcon } from './NetworkServiceCluster16FillGradientBlueIcon.js'
|
706
|
+
export { default as NetworkServiceCluster16FillGradientGrayIcon } from './NetworkServiceCluster16FillGradientGrayIcon.js'
|
707
|
+
export { default as NetworkServiceCluster16FillOntintIcon } from './NetworkServiceCluster16FillOntintIcon.js'
|
708
|
+
export { default as NetworkServiceCluster24FillGradientGrayIcon } from './NetworkServiceCluster24FillGradientGrayIcon.js'
|
709
|
+
export { default as NetworkServiceCluster24FillOntintIcon } from './NetworkServiceCluster24FillOntintIcon.js'
|
710
|
+
export { default as NetworkServiceCluster24GradientBlueIcon } from './NetworkServiceCluster24GradientBlueIcon.js'
|
711
|
+
export { default as NetworkServiceController16FillGradientBlueIcon } from './NetworkServiceController16FillGradientBlueIcon.js'
|
712
|
+
export { default as NetworkServiceController16FillGradientGrayIcon } from './NetworkServiceController16FillGradientGrayIcon.js'
|
713
|
+
export { default as NetworkServiceController24FillGradientBlueIcon } from './NetworkServiceController24FillGradientBlueIcon.js'
|
714
|
+
export { default as NetworkServiceController24FillGradientGrayIcon } from './NetworkServiceController24FillGradientGrayIcon.js'
|
715
715
|
export { default as NetworkStorage16GradientBlueIcon } from './NetworkStorage16GradientBlueIcon.js'
|
716
716
|
export { default as NetworkStorage16RedIcon } from './NetworkStorage16RedIcon.js'
|
717
717
|
export { default as NetworkStorage16YellowIcon } from './NetworkStorage16YellowIcon.js'
|
@@ -786,6 +786,13 @@ export { default as OpenTerminal16GradientGrayIcon } from './OpenTerminal16Gradi
|
|
786
786
|
export { default as OpenTerminal16WhiteIcon } from './OpenTerminal16WhiteIcon.js'
|
787
787
|
export { default as OpenTerminal16Icon } from './OpenTerminal16Icon.js'
|
788
788
|
export { default as OpenterminalIcon } from './OpenterminalIcon.js'
|
789
|
+
export { default as OperationCenter16FillGradientBlueIcon } from './OperationCenter16FillGradientBlueIcon.js'
|
790
|
+
export { default as OperationCenter16FillGradientGrayIcon } from './OperationCenter16FillGradientGrayIcon.js'
|
791
|
+
export { default as OperationCenter16FillOntintIcon } from './OperationCenter16FillOntintIcon.js'
|
792
|
+
export { default as OperationCenter24FillGradientBlueIcon } from './OperationCenter24FillGradientBlueIcon.js'
|
793
|
+
export { default as OperationCenterAgentFillOntintIcon } from './OperationCenterAgentFillOntintIcon.js'
|
794
|
+
export { default as OperationCenterAgentGradientBlueIcon } from './OperationCenterAgentGradientBlueIcon.js'
|
795
|
+
export { default as OperationCenterAgentGradientGrayIcon } from './OperationCenterAgentGradientGrayIcon.js'
|
789
796
|
export { default as OperationsIcon } from './OperationsIcon.js'
|
790
797
|
export { default as Organization16BlueIcon } from './Organization16BlueIcon.js'
|
791
798
|
export { default as Organization16BoldGradientBlueIcon } from './Organization16BoldGradientBlueIcon.js'
|
@@ -1222,7 +1229,6 @@ export { default as SmartxLogoIcon } from './SmartxLogoIcon.js'
|
|
1222
1229
|
export { default as SmtpMail24GradientBlueIcon } from './SmtpMail24GradientBlueIcon.js'
|
1223
1230
|
export { default as SmtpMail24GradientGrayIcon } from './SmtpMail24GradientGrayIcon.js'
|
1224
1231
|
export { default as SmtpMail24OntintIcon } from './SmtpMail24OntintIcon.js'
|
1225
|
-
export { default as SmtxSystemDisk24GradientBlueIcon } from './SmtxSystemDisk24GradientBlueIcon.js'
|
1226
1232
|
export { default as Snapshot16GradientBlueIcon } from './Snapshot16GradientBlueIcon.js'
|
1227
1233
|
export { default as Snapshot24GradientBlueIcon } from './Snapshot24GradientBlueIcon.js'
|
1228
1234
|
export { default as Snapshot24GradientGrayIcon } from './Snapshot24GradientGrayIcon.js'
|
@@ -1256,6 +1262,7 @@ export { default as SuspendedPause16GradientOrangeIcon } from './SuspendedPause1
|
|
1256
1262
|
export { default as SuspendedPause24GradientOrangeIcon } from './SuspendedPause24GradientOrangeIcon.js'
|
1257
1263
|
export { default as Syslog24GradientBlueIcon } from './Syslog24GradientBlueIcon.js'
|
1258
1264
|
export { default as Syslog24OntintIcon } from './Syslog24OntintIcon.js'
|
1265
|
+
export { default as SystemDisk24FillGradientBlueIcon } from './SystemDisk24FillGradientBlueIcon.js'
|
1259
1266
|
export { default as SystemEventAuditing24BlueIcon } from './SystemEventAuditing24BlueIcon.js'
|
1260
1267
|
export { default as SystemEventAuditing24OntintIcon } from './SystemEventAuditing24OntintIcon.js'
|
1261
1268
|
export { default as SystemServiceVm16YellowIcon } from './SystemServiceVm16YellowIcon.js'
|