@cloudtower/icons-react 0.0.0-commnader-ui-rc-3 → 0.0.0-config-rc-1
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/ActiveObservabilityService24OntintIcon.d.ts +4 -0
- package/dist/CheckmarkSolvedCircle16GredientGrayIcon.d.ts +4 -0
- package/dist/Ip16GradientGrayOutlinedIcon.d.ts +4 -0
- package/dist/Ip24RedIcon.d.ts +4 -0
- package/dist/IpPool24Icon.d.ts +4 -0
- package/dist/IpPoolWhite24Icon.d.ts +4 -0
- package/dist/Loading6GradientBlueIcon.d.ts +4 -0
- package/dist/Loading6OntintIcon.d.ts +4 -0
- package/dist/Loading8OntintIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow16BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24GreyIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny16RedIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24GreyIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24RedIcon.d.ts +4 -0
- package/dist/PhysicalDisk16SecondaryIcon.d.ts +4 -0
- package/dist/PhysicalMachineClusterIcon.d.ts +4 -0
- package/dist/PhysicalMachineManagementBlue24Icon.d.ts +4 -0
- package/dist/PhysicalMachineManagementOntint24Icon.d.ts +4 -0
- package/dist/PortNetwork16SecondaryIcon.d.ts +4 -0
- package/dist/RefreshSync16Icon.d.ts +4 -0
- package/dist/SecurityGroup24RedIcon.d.ts +4 -0
- package/dist/SfsService16GradientBlueIcon.d.ts +4 -0
- package/dist/SfsService16GradientGrayIcon.d.ts +4 -0
- package/dist/SfsService16GradientWhiteIcon.d.ts +4 -0
- package/dist/Tag24RedIcon.d.ts +4 -0
- package/dist/TrafficVisualization16GradientBlueIcon.d.ts +4 -0
- package/dist/TrafficVisualization16GradientGrayIcon.d.ts +4 -0
- package/dist/TrafficVisualization24GradientBlueIcon.d.ts +4 -0
- package/dist/TrafficVisualization24GradientGrayIcon.d.ts +4 -0
- package/dist/UpgradeFile16GrayIcon.d.ts +4 -0
- package/dist/Vm16OntintIcon.d.ts +4 -0
- package/dist/VmClusterIcon.d.ts +4 -0
- package/dist/WaitingBreathingLed32YellowIcon.d.ts +4 -0
- package/dist/cjs/{ActiveObservabilityService24GrayIcon.js → ActiveObservabilityService24OntintIcon.js} +2 -2
- package/dist/cjs/CheckmarkSolvedCircle16GredientGrayIcon.js +49 -0
- package/dist/cjs/Ip16GradientGrayOutlinedIcon.js +34 -0
- package/dist/cjs/{Loading24BoldGradientBlueIcon.js → Ip24RedIcon.js} +8 -9
- package/dist/cjs/IpPool24Icon.js +32 -0
- package/dist/cjs/IpPoolWhite24Icon.js +20 -0
- package/dist/cjs/Loading16GradientBlueIcon.js +10 -9
- package/dist/cjs/{LoadingBlue16Icon.js → Loading6GradientBlueIcon.js} +12 -9
- package/dist/cjs/{Loading8BoldOntintIcon.js → Loading6OntintIcon.js} +15 -11
- package/dist/cjs/Loading8GradientBlueIcon.js +3 -3
- package/dist/cjs/{LoadingGray16Icon.js → Loading8OntintIcon.js} +14 -13
- package/dist/cjs/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24GreyIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24GreyIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/cjs/PhysicalDisk16SecondaryIcon.js +24 -0
- package/dist/cjs/PhysicalMachineClusterIcon.js +66 -0
- package/dist/cjs/PhysicalMachineManagementBlue24Icon.js +64 -0
- package/dist/cjs/PhysicalMachineManagementOntint24Icon.js +28 -0
- package/dist/cjs/PortNetwork16SecondaryIcon.js +24 -0
- package/dist/cjs/RefreshSync16Icon.js +64 -0
- package/dist/cjs/SecurityGroup24RedIcon.js +34 -0
- package/dist/cjs/SfsService16GradientBlueIcon.js +34 -0
- package/dist/cjs/SfsService16GradientGrayIcon.js +34 -0
- package/dist/cjs/SfsService16GradientWhiteIcon.js +22 -0
- package/dist/cjs/Tag24RedIcon.js +49 -0
- package/dist/cjs/TrafficVisualization16GradientBlueIcon.js +34 -0
- package/dist/cjs/TrafficVisualization16GradientGrayIcon.js +34 -0
- package/dist/cjs/TrafficVisualization24GradientBlueIcon.js +34 -0
- package/dist/cjs/TrafficVisualization24GradientGrayIcon.js +34 -0
- package/dist/cjs/UpgradeFile16GrayIcon.js +34 -0
- package/dist/cjs/Vm16OntintIcon.js +22 -0
- package/dist/cjs/VmClusterIcon.js +66 -0
- package/dist/cjs/WaitingBreathingLed16YellowIcon.js +14 -16
- package/dist/cjs/WaitingBreathingLed32YellowIcon.js +52 -0
- package/dist/cjs/index.js +34 -10
- package/dist/esm/{ActiveObservabilityService24GrayIcon.js → ActiveObservabilityService24OntintIcon.js} +2 -2
- package/dist/esm/CheckmarkSolvedCircle16GredientGrayIcon.js +49 -0
- package/dist/esm/Ip16GradientGrayOutlinedIcon.js +34 -0
- package/dist/esm/{Loading24BoldGradientBlueIcon.js → Ip24RedIcon.js} +8 -9
- package/dist/esm/IpPool24Icon.js +32 -0
- package/dist/esm/IpPoolWhite24Icon.js +20 -0
- package/dist/esm/Loading16GradientBlueIcon.js +10 -9
- package/dist/esm/{LoadingBlue16Icon.js → Loading6GradientBlueIcon.js} +12 -9
- package/dist/esm/{Loading8BoldOntintIcon.js → Loading6OntintIcon.js} +15 -11
- package/dist/esm/Loading8GradientBlueIcon.js +3 -3
- package/dist/esm/{LoadingGray16Icon.js → Loading8OntintIcon.js} +14 -13
- package/dist/esm/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyAllow24GreyIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyDeny24GreyIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/esm/PhysicalDisk16SecondaryIcon.js +24 -0
- package/dist/esm/PhysicalMachineClusterIcon.js +66 -0
- package/dist/esm/PhysicalMachineManagementBlue24Icon.js +64 -0
- package/dist/esm/PhysicalMachineManagementOntint24Icon.js +28 -0
- package/dist/esm/PortNetwork16SecondaryIcon.js +24 -0
- package/dist/esm/RefreshSync16Icon.js +64 -0
- package/dist/esm/SecurityGroup24RedIcon.js +34 -0
- package/dist/esm/SfsService16GradientBlueIcon.js +34 -0
- package/dist/esm/SfsService16GradientGrayIcon.js +34 -0
- package/dist/esm/SfsService16GradientWhiteIcon.js +22 -0
- package/dist/esm/Tag24RedIcon.js +49 -0
- package/dist/esm/TrafficVisualization16GradientBlueIcon.js +34 -0
- package/dist/esm/TrafficVisualization16GradientGrayIcon.js +34 -0
- package/dist/esm/TrafficVisualization24GradientBlueIcon.js +34 -0
- package/dist/esm/TrafficVisualization24GradientGrayIcon.js +34 -0
- package/dist/esm/UpgradeFile16GrayIcon.js +34 -0
- package/dist/esm/Vm16OntintIcon.js +22 -0
- package/dist/esm/VmClusterIcon.js +66 -0
- package/dist/esm/WaitingBreathingLed16YellowIcon.js +14 -16
- package/dist/esm/WaitingBreathingLed32YellowIcon.js +52 -0
- package/dist/esm/index.js +34 -10
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +34 -10
- package/package.json +3 -3
- package/dist/ActiveObservabilityService24GrayIcon.d.ts +0 -4
- package/dist/Loading16BoldOntintIcon.d.ts +0 -4
- package/dist/Loading24BoldGradientBlueIcon.d.ts +0 -4
- package/dist/Loading8BoldGradientBlueIcon.d.ts +0 -4
- package/dist/Loading8BoldOntintIcon.d.ts +0 -4
- package/dist/Loading8GradientWhiteIcon.d.ts +0 -4
- package/dist/LoadingBlue16Icon.d.ts +0 -4
- package/dist/LoadingBlueIcon.d.ts +0 -4
- package/dist/LoadingGray16Icon.d.ts +0 -4
- package/dist/LoadingGrayIcon.d.ts +0 -4
- package/dist/cjs/Loading16BoldOntintIcon.js +0 -35
- package/dist/cjs/Loading8BoldGradientBlueIcon.js +0 -35
- package/dist/cjs/Loading8GradientWhiteIcon.js +0 -35
- package/dist/cjs/LoadingBlueIcon.js +0 -30
- package/dist/cjs/LoadingGrayIcon.js +0 -30
- package/dist/esm/Loading16BoldOntintIcon.js +0 -35
- package/dist/esm/Loading8BoldGradientBlueIcon.js +0 -35
- package/dist/esm/Loading8GradientWhiteIcon.js +0 -35
- package/dist/esm/LoadingBlueIcon.js +0 -30
- package/dist/esm/LoadingGrayIcon.js +0 -30
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function SecurityGroup24RedIcon({
|
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: "M2.5 16.875c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108v-7.85c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874c-.428-.218-.988-.218-2.108-.218h-4.4c-.393 0-.624-.326-.894-.708-.382-.54-.843-1.192-1.956-1.192H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874c-.218.428-.218.988-.218 2.108v9.75zm1 0v-9.75c0-.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-.024h5.35c.294 0 .464.07.58.142.13.083.252.208.401.408a8.549 8.549 0 01.238.331c.084.117.19.262.315.398.258.281.683.62 1.316.62h4.4c.577 0 .949.002 1.232.025.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422.023.283.024.655.024 1.232v7.85c0 .576 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085-.283.023-.655.024-1.232.024H5.7c-.577 0-.949-.001-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422-.023-.283-.024-.656-.024-1.232zM9.672 8.56c1.788-.728 2.03-.769 2.328-.769.297 0 .54.04 2.328.77.365.148.653.274.876.393.221.117.405.24.542.394.286.32.285.688.284 1.01v3.411c0 .765-.092 1.297-.38 1.751-.266.42-.68.736-1.184 1.12l-.045.035c-.56.428-1.037.721-1.431.91-.386.183-.721.281-.99.281s-.604-.098-.99-.282c-.394-.188-.87-.481-1.43-.909l-.046-.035c-.504-.384-.918-.7-1.184-1.12-.288-.454-.38-.986-.38-1.75v-3.411c0-.323-.002-.69.284-1.01a1.92 1.92 0 01.542-.395c.223-.119.51-.245.876-.394zM12 12.83V8.597h.015c.102-.002.257-.004 2.01.71.36.146.616.26.8.358.188.1.276.17.32.22.062.069.079.122.079.526v2.418H12zm0 0v4.231c-.094 0-.303-.04-.642-.203-.332-.158-.761-.419-1.29-.822-.563-.431-.857-.662-1.037-.946-.166-.261-.255-.608-.255-1.32v-.94H12z",
|
19
|
+
fill: "url(#paint0_radial_SecurityGroup24RedIcon_209_44403)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_SecurityGroup24RedIcon_209_44403",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(19.00003 -16.15 15.939 18.7518 2.5 20.075)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = SecurityGroup24RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function SfsService16GradientBlueIcon({
|
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-2V3zm10.67 4v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5V5a.5.5 0 01.5-.5h2.5v2a.5.5 0 00.5.5h1.5zm1 0v4a1.5 1.5 0 01-1.5 1.5h-4a1.5 1.5 0 01-1.5-1.5V5a1.5 1.5 0 011.5-1.5h2.672a2 2 0 011.415.586l.828.828a2 2 0 01.586 1.414V7zm-6.748 5.562l-.469.033a1.5 1.5 0 01-1.6-1.392l-.35-4.988a1.5 1.5 0 011.392-1.6l.317-.023A2.008 2.008 0 005.171 5v.598l-.206.014a.5.5 0 00-.464.534l.35 4.987a.5.5 0 00.408.458c.12.387.354.724.663.971z",
|
19
|
+
fill: "url(#paint0_radial_SfsService16GradientBlueIcon_35_27121)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_SfsService16GradientBlueIcon_35_27121",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = SfsService16GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function SfsService16GradientGrayIcon({
|
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-2V3zm10.67 4v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5V5a.5.5 0 01.5-.5h2.5v2a.5.5 0 00.5.5h1.5zm1 0v4a1.5 1.5 0 01-1.5 1.5h-4a1.5 1.5 0 01-1.5-1.5V5a1.5 1.5 0 011.5-1.5h2.672a2 2 0 011.415.586l.828.828a2 2 0 01.586 1.414V7zm-6.748 5.562l-.469.033a1.5 1.5 0 01-1.6-1.392l-.35-4.988a1.5 1.5 0 011.392-1.6l.317-.023A2.008 2.008 0 005.171 5v.598l-.206.014a.5.5 0 00-.464.534l.35 4.987a.5.5 0 00.408.458c.12.387.354.724.663.971z",
|
19
|
+
fill: "url(#paint0_radial_SfsService16GradientGrayIcon_2_82224)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_SfsService16GradientGrayIcon_2_82224",
|
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
|
+
module.exports = SfsService16GradientGrayIcon;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function SfsService16GradientWhiteIcon({
|
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-2V3zm10.67 4v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5V5a.5.5 0 01.5-.5h2.5v2a.5.5 0 00.5.5h1.5zm1 0v4a1.5 1.5 0 01-1.5 1.5h-4a1.5 1.5 0 01-1.5-1.5V5a1.5 1.5 0 011.5-1.5h2.672a2 2 0 011.415.586l.828.828a2 2 0 01.586 1.414V7zm-6.748 5.562l-.469.033a1.5 1.5 0 01-1.6-1.392l-.35-4.988a1.5 1.5 0 011.392-1.6l.317-.023A2.008 2.008 0 005.171 5v.598l-.206.014a.5.5 0 00-.464.534l.35 4.987a.5.5 0 00.408.458c.12.387.354.724.663.971z",
|
19
|
+
fill: "#fff"
|
20
|
+
}));
|
21
|
+
}
|
22
|
+
module.exports = SfsService16GradientWhiteIcon;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Tag24RedIcon({
|
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: "M21.35 12.042c.07-.284.072-.586.078-1.189l.042-4.284c.014-1.425.02-2.138-.253-2.68a2.5 2.5 0 00-1.106-1.106c-.543-.274-1.255-.267-2.68-.253l-4.284.042c-.604.005-.905.008-1.189.079a2.5 2.5 0 00-.712.299c-.249.153-.462.366-.889.793l-7.232 7.232c-.99.99-1.485 1.485-1.67 2.056a2.5 2.5 0 000 1.545c.185.571.68 1.066 1.67 2.056l4.243 4.243c.99.99 1.485 1.485 2.055 1.67a2.5 2.5 0 001.546 0c.57-.185 1.065-.68 2.055-1.67l7.233-7.233c.426-.426.64-.64.793-.888.136-.22.237-.461.3-.712zM11.77 3.8c-.125.077-.246.19-.706.649l-7.232 7.232c-.507.507-.844.845-1.082 1.125-.23.272-.309.423-.345.533a1.5 1.5 0 000 .927c.036.11.115.261.345.533.238.28.575.618 1.082 1.125l4.243 4.243c.506.506.844.843 1.125 1.081.271.23.423.31.532.345a1.5 1.5 0 00.928 0c.11-.036.26-.114.532-.345.28-.238.619-.575 1.125-1.081l7.233-7.233c.46-.46.571-.58.649-.706a1.5 1.5 0 00.18-.427c.035-.144.043-.309.05-.959l.041-4.284c.007-.73.011-1.216-.016-1.589-.026-.362-.077-.527-.13-.631a1.5 1.5 0 00-.663-.663c-.104-.053-.27-.104-.631-.13-.374-.027-.86-.023-1.59-.016l-4.284.041c-.65.007-.814.015-.958.05a1.5 1.5 0 00-.427.18zm6.558 1.87a.5.5 0 10-.707.708.5.5 0 00.707-.707zm.707 1.415a1.5 1.5 0 11-2.122-2.121 1.5 1.5 0 012.122 2.121z",
|
19
|
+
fill: "url(#paint0_radial_Tag24RedIcon_209_44395)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M8.786 14.617l-.34 1.705a.772.772 0 00-.023.2c0 .304.199.486.515.486.334 0 .534-.17.604-.528l.375-1.863h1.7l-.347 1.705a.771.771 0 00-.023.2c0 .304.2.486.516.486.334 0 .533-.182.603-.54l.381-1.851h1.008c.38 0 .627-.252.627-.621 0-.293-.194-.492-.504-.492h-.914l.363-1.782h.973c.38 0 .627-.246.627-.615 0-.293-.194-.486-.504-.486h-.873l.328-1.617a.77.77 0 00.023-.2c0-.304-.199-.486-.515-.486-.334 0-.534.182-.604.54l-.363 1.763H10.73l.323-1.617c.011-.059.023-.141.023-.2 0-.304-.2-.486-.515-.486-.335 0-.534.182-.604.533l-.37 1.77H8.61c-.38 0-.633.246-.633.615 0 .287.2.492.51.492h.885l-.357 1.781h-.938c-.387 0-.633.247-.633.616 0 .287.2.492.51.492h.832zm1.283-1.037l.393-1.928h1.805l-.399 1.928H10.07z",
|
22
|
+
fill: "url(#paint1_radial_Tag24RedIcon_209_44395)"
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
24
|
+
id: "paint0_radial_Tag24RedIcon_209_44395",
|
25
|
+
cx: 0,
|
26
|
+
cy: 0,
|
27
|
+
r: 1,
|
28
|
+
gradientUnits: "userSpaceOnUse",
|
29
|
+
gradientTransform: "rotate(-45 28.028 9.726) scale(28.4868)"
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
31
|
+
stopColor: "#FF5C78"
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
33
|
+
offset: 1,
|
34
|
+
stopColor: "#DC0000"
|
35
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
36
|
+
id: "paint1_radial_Tag24RedIcon_209_44395",
|
37
|
+
cx: 0,
|
38
|
+
cy: 0,
|
39
|
+
r: 1,
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
41
|
+
gradientTransform: "rotate(-45 28.028 9.726) scale(28.4868)"
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
43
|
+
stopColor: "#FF5C78"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: 1,
|
46
|
+
stopColor: "#DC0000"
|
47
|
+
}))));
|
48
|
+
}
|
49
|
+
module.exports = Tag24RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TrafficVisualization16GradientBlueIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8 3a.5.5 0 100-1 .5.5 0 000 1zm1.5-.5a1.5 1.5 0 01-1 1.415V5.55c.32.065.616.19.879.364l1.267-1.267a1.5 1.5 0 11.707.707L10.086 6.62c.174.263.3.56.364.879h1.635a1.5 1.5 0 110 1H10.45c-.065.32-.19.616-.364.879l1.267 1.267a1.5 1.5 0 11-.707.707L9.38 10.086c-.263.174-.56.3-.879.364v1.635a1.5 1.5 0 11-1 0V10.45a2.486 2.486 0 01-.879-.364l-1.267 1.267a1.5 1.5 0 11-.707-.707L5.914 9.38c-.174-.263-.3-.56-.364-.879H3.915a1.5 1.5 0 110-1H5.55c.065-.32.19-.616.364-.879L4.647 5.354a1.5 1.5 0 11.707-.707L6.62 5.914c.263-.174.56-.3.879-.364V3.915a1.5 1.5 0 112-1.415zM8 14a.5.5 0 100-1 .5.5 0 000 1zm1.5-6a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-7 .5a.5.5 0 100-1 .5.5 0 000 1zM14 8a.5.5 0 11-1 0 .5.5 0 011 0zm-2-3.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 4.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0z",
|
19
|
+
fill: "url(#paint0_radial_TrafficVisualization16GradientBlueIcon_14306_5)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_TrafficVisualization16GradientBlueIcon_14306_5",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = TrafficVisualization16GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TrafficVisualization16GradientGrayIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8 3a.5.5 0 100-1 .5.5 0 000 1zm1.5-.5a1.5 1.5 0 01-1 1.415V5.55c.32.065.616.19.879.364l1.267-1.267a1.5 1.5 0 11.707.707L10.086 6.62c.174.263.3.56.364.879h1.635a1.5 1.5 0 110 1H10.45c-.065.32-.19.616-.364.879l1.267 1.267a1.5 1.5 0 11-.707.707L9.38 10.086c-.263.174-.56.3-.879.364v1.635a1.5 1.5 0 11-1 0V10.45a2.486 2.486 0 01-.879-.364l-1.267 1.267a1.5 1.5 0 11-.707-.707L5.914 9.38c-.174-.263-.3-.56-.364-.879H3.915a1.5 1.5 0 110-1H5.55c.065-.32.19-.616.364-.879L4.647 5.354a1.5 1.5 0 11.707-.707L6.62 5.914c.263-.174.56-.3.879-.364V3.915a1.5 1.5 0 112-1.415zM8 14a.5.5 0 100-1 .5.5 0 000 1zm1.5-6a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-7 .5a.5.5 0 100-1 .5.5 0 000 1zM14 8a.5.5 0 11-1 0 .5.5 0 011 0zm-2-3.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 4.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0z",
|
19
|
+
fill: "url(#paint0_radial_TrafficVisualization16GradientGrayIcon_14708_4)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_TrafficVisualization16GradientGrayIcon_14708_4",
|
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
|
+
module.exports = TrafficVisualization16GradientGrayIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TrafficVisualization24GradientBlueIcon({
|
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: "M14 3.7a2 2 0 01-1.5 1.937v2.898a3.482 3.482 0 011.592.659l2.182-2.182a2 2 0 11.705.709L14.8 9.9c.345.459.58 1.005.665 1.6h2.898a2 2 0 110 1h-2.898a3.483 3.483 0 01-.659 1.592l2.182 2.182a2 2 0 11-.709.705L14.1 14.8a3.482 3.482 0 01-1.6.665v2.898a2 2 0 11-1 0v-2.898a3.482 3.482 0 01-1.6-.665l-2.18 2.18a2 2 0 11-.709-.705l2.183-2.183c-.342-.457-.574-1-.659-1.592H5.637a2 2 0 110-1h2.898c.085-.595.32-1.141.665-1.6L7.02 7.72a2 2 0 11.705-.709l2.183 2.183c.457-.342 1-.574 1.592-.659V5.637A2 2 0 1114 3.7zm-2 1a1 1 0 100-2 1 1 0 000 2zm0 9.8a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm1 5.8a1 1 0 11-2 0 1 1 0 012 0zM6 19a1 1 0 100-2 1 1 0 000 2zm13-1a1 1 0 11-2 0 1 1 0 012 0zM18 7a1 1 0 100-2 1 1 0 000 2zM7 6a1 1 0 11-2 0 1 1 0 012 0zm-3.3 7a1 1 0 100-2 1 1 0 000 2zm17.6-1a1 1 0 11-2 0 1 1 0 012 0z",
|
19
|
+
fill: "url(#paint0_radial_TrafficVisualization24GradientBlueIcon_14473_2)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_TrafficVisualization24GradientBlueIcon_14473_2",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 27.768 9.098) scale(29.1322)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = TrafficVisualization24GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TrafficVisualization24GradientGrayIcon({
|
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: "M14 3.7a2 2 0 01-1.5 1.937v2.898a3.482 3.482 0 011.592.659l2.182-2.182a2 2 0 11.705.709L14.8 9.9c.345.459.58 1.005.665 1.6h2.898a2 2 0 110 1h-2.898a3.483 3.483 0 01-.659 1.592l2.182 2.182a2 2 0 11-.709.705L14.1 14.8a3.482 3.482 0 01-1.6.665v2.898a2 2 0 11-1 0v-2.898a3.482 3.482 0 01-1.6-.665l-2.18 2.18a2 2 0 11-.709-.705l2.183-2.183c-.342-.457-.574-1-.659-1.592H5.637a2 2 0 110-1h2.898c.085-.595.32-1.141.665-1.6L7.02 7.72a2 2 0 11.705-.709l2.183 2.183c.457-.342 1-.574 1.592-.659V5.637A2 2 0 1114 3.7zm-2 1a1 1 0 100-2 1 1 0 000 2zm0 9.8a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm1 5.8a1 1 0 11-2 0 1 1 0 012 0zM6 19a1 1 0 100-2 1 1 0 000 2zm13-1a1 1 0 11-2 0 1 1 0 012 0zM18 7a1 1 0 100-2 1 1 0 000 2zM7 6a1 1 0 11-2 0 1 1 0 012 0zm-3.3 7a1 1 0 100-2 1 1 0 000 2zm17.6-1a1 1 0 11-2 0 1 1 0 012 0z",
|
19
|
+
fill: "url(#paint0_radial_TrafficVisualization24GradientGrayIcon_14708_6)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_TrafficVisualization24GradientGrayIcon_14708_6",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 27.768 9.098) scale(29.1322)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = TrafficVisualization24GradientGrayIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function UpgradeFile16GrayIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
width: 16,
|
10
|
+
height: 16,
|
11
|
+
fill: "none",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M9.6 1.543a2.368 2.368 0 00-.567-.043H4.581c-.264 0-.491 0-.679.015a1.527 1.527 0 00-.583.149 1.5 1.5 0 00-.656.655c-.096.19-.132.386-.148.584a8.95 8.95 0 00-.015.678v8.838c0 .264 0 .491.015.679.016.197.052.394.148.583a1.5 1.5 0 00.656.656c.19.096.386.132.583.148.188.015.415.015.679.015h6.838c.264 0 .491 0 .678-.015.198-.016.395-.052.584-.148a1.5 1.5 0 00.655-.656c.097-.19.133-.386.149-.583.015-.188.015-.415.015-.679V6.037c0-.2 0-.375-.04-.546a1.497 1.497 0 00-.173-.427c-.09-.151-.214-.277-.353-.42l-2.467-2.538c-.145-.15-.272-.28-.427-.377a1.5 1.5 0 00-.44-.186zM12.5 6h-1.9c-.56 0-.84 0-1.054-.109a1 1 0 01-.437-.437C9 5.24 9 4.96 9 4.4V2.5H4.6c-.288 0-.474 0-.616.012a.57.57 0 00-.211.043.5.5 0 00-.219.218.57.57 0 00-.042.211A8.498 8.498 0 003.5 3.6v8.8c0 .288 0 .474.012.616.011.136.03.186.042.211a.5.5 0 00.219.219.57.57 0 00.21.042c.143.012.329.012.617.012h6.8c.288 0 .474 0 .616-.012a.57.57 0 00.211-.042.5.5 0 00.218-.219.57.57 0 00.043-.21 8.48 8.48 0 00.012-.617V6zM6.254 8.696a.253.253 0 01-.19-.421l1.947-2.19a.253.253 0 01.378 0l1.947 2.19a.253.253 0 01-.19.421H8.904c-.174 2.362-.609 3.191-2.585 3.799-.035.01-.064-.052-.034-.074 1.111-.79 1.207-2.558 1.207-3.725H6.254z",
|
19
|
+
fill: "url(#paint0_radial_UpgradeFile16GrayIcon_8469_15084)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_UpgradeFile16GrayIcon_8469_15084",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 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 = UpgradeFile16GrayIcon;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Vm16OntintIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M2.5 2.5h11a.5.5 0 01.5.5v7.5a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5zM1 3a1.5 1.5 0 011.5-1.5h11A1.5 1.5 0 0115 3v7.5a1.5 1.5 0 01-1.5 1.5H9.75v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25V12H2.5A1.5 1.5 0 011 10.5V3zm3 2.5a.5.5 0 000 1h2a.5.5 0 000-1H4z",
|
19
|
+
fill: "#fff"
|
20
|
+
}));
|
21
|
+
}
|
22
|
+
module.exports = Vm16OntintIcon;
|
@@ -0,0 +1,66 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function VmClusterIcon({
|
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: "M8.684 10.848a.5.5 0 01.5-.5h2a.5.5 0 110 1h-2a.5.5 0 01-.5-.5z",
|
17
|
+
fill: "url(#paint0_radial_VmClusterIcon_3175_39326)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fillRule: "evenodd",
|
20
|
+
clipRule: "evenodd",
|
21
|
+
d: "M6.5 8.583a1.5 1.5 0 011.5-1.5h8a1.5 1.5 0 011.5 1.5v5.6a1.5 1.5 0 01-1.5 1.5h-3v1.223h1.75a.5.5 0 010 1h-5.5a.5.5 0 110-1H11v-1.223H8a1.5 1.5 0 01-1.5-1.5v-5.6zm1.5-.5a.5.5 0 00-.5.5v5.6a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-5.6a.5.5 0 00-.5-.5H8z",
|
22
|
+
fill: "url(#paint1_radial_VmClusterIcon_3175_39326)"
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
24
|
+
fillRule: "evenodd",
|
25
|
+
clipRule: "evenodd",
|
26
|
+
d: "M10.916 1.467a2.5 2.5 0 012.169 0l6.474 3.118A2.5 2.5 0 0120.91 6.28l1.6 7.005a2.5 2.5 0 01-.483 2.115l-4.48 5.618a2.5 2.5 0 01-1.955.941H8.408a2.5 2.5 0 01-1.955-.941L1.973 15.4a2.5 2.5 0 01-.483-2.115l1.6-7.005a2.5 2.5 0 011.352-1.696l6.474-3.118zm1.735.901a1.5 1.5 0 00-1.301 0L4.876 5.486a1.5 1.5 0 00-.812 1.018l-1.599 7.005a1.5 1.5 0 00.29 1.269l4.48 5.617a1.5 1.5 0 001.173.565h7.185a1.5 1.5 0 001.173-.565l4.48-5.617a1.5 1.5 0 00.29-1.27l-1.6-7.004a1.5 1.5 0 00-.811-1.018L12.65 2.368z",
|
27
|
+
fill: "url(#paint2_radial_VmClusterIcon_3175_39326)"
|
28
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
29
|
+
id: "paint0_radial_VmClusterIcon_3175_39326",
|
30
|
+
cx: 0,
|
31
|
+
cy: 0,
|
32
|
+
r: 1,
|
33
|
+
gradientUnits: "userSpaceOnUse",
|
34
|
+
gradientTransform: "matrix(21.14518 -20.74032 20.73646 21.14125 1.428 21.96)"
|
35
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
36
|
+
stopColor: "#5BCAFF"
|
37
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
38
|
+
offset: 1,
|
39
|
+
stopColor: "#06F"
|
40
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
41
|
+
id: "paint1_radial_VmClusterIcon_3175_39326",
|
42
|
+
cx: 0,
|
43
|
+
cy: 0,
|
44
|
+
r: 1,
|
45
|
+
gradientUnits: "userSpaceOnUse",
|
46
|
+
gradientTransform: "matrix(21.14518 -20.74032 20.73646 21.14125 1.428 21.96)"
|
47
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
48
|
+
stopColor: "#5BCAFF"
|
49
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
50
|
+
offset: 1,
|
51
|
+
stopColor: "#06F"
|
52
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
53
|
+
id: "paint2_radial_VmClusterIcon_3175_39326",
|
54
|
+
cx: 0,
|
55
|
+
cy: 0,
|
56
|
+
r: 1,
|
57
|
+
gradientUnits: "userSpaceOnUse",
|
58
|
+
gradientTransform: "matrix(21.14518 -20.74032 20.73646 21.14125 1.428 21.96)"
|
59
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
60
|
+
stopColor: "#5BCAFF"
|
61
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
62
|
+
offset: 1,
|
63
|
+
stopColor: "#06F"
|
64
|
+
}))));
|
65
|
+
}
|
66
|
+
module.exports = VmClusterIcon;
|
@@ -5,28 +5,28 @@ function WaitingBreathingLed16YellowIcon({
|
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width: 32,
|
9
|
-
height: 32,
|
10
|
-
fill: "none",
|
11
8
|
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
width: 16,
|
10
|
+
height: 16,
|
11
|
+
fill: "none",
|
12
12
|
"aria-labelledby": titleId
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
16
|
-
filter: "url(#
|
16
|
+
filter: "url(#filter0_d_1807_849)"
|
17
17
|
}, /*#__PURE__*/React.createElement("path", {
|
18
|
-
d: "
|
18
|
+
d: "M12 8a4 4 0 11-8 0 4 4 0 018 0z",
|
19
19
|
fill: "#FEA008"
|
20
20
|
}), /*#__PURE__*/React.createElement("path", {
|
21
|
-
d: "
|
21
|
+
d: "M8 13A5 5 0 108 3a5 5 0 000 10z",
|
22
22
|
stroke: "#fff",
|
23
23
|
strokeWidth: 2
|
24
24
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
25
|
-
id: "
|
26
|
-
x:
|
27
|
-
y:
|
28
|
-
width:
|
29
|
-
height:
|
25
|
+
id: "filter0_d_1807_849",
|
26
|
+
x: 2,
|
27
|
+
y: 2,
|
28
|
+
width: 12,
|
29
|
+
height: 12,
|
30
30
|
filterUnits: "userSpaceOnUse",
|
31
31
|
colorInterpolationFilters: "sRGB"
|
32
32
|
}, /*#__PURE__*/React.createElement("feFlood", {
|
@@ -36,16 +36,14 @@ function WaitingBreathingLed16YellowIcon({
|
|
36
36
|
in: "SourceAlpha",
|
37
37
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
38
38
|
result: "hardAlpha"
|
39
|
-
}), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("
|
40
|
-
stdDeviation: 5
|
41
|
-
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
39
|
+
}), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feColorMatrix", {
|
42
40
|
values: "0 0 0 0 0.996078 0 0 0 0 0.627451 0 0 0 0 0.0313726 0 0 0 0.4 0"
|
43
41
|
}), /*#__PURE__*/React.createElement("feBlend", {
|
44
42
|
in2: "BackgroundImageFix",
|
45
|
-
result: "
|
43
|
+
result: "effect1_dropShadow_1807_849"
|
46
44
|
}), /*#__PURE__*/React.createElement("feBlend", {
|
47
45
|
in: "SourceGraphic",
|
48
|
-
in2: "
|
46
|
+
in2: "effect1_dropShadow_1807_849",
|
49
47
|
result: "shape"
|
50
48
|
}))));
|
51
49
|
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function WaitingBreathingLed32YellowIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 32,
|
9
|
+
height: 32,
|
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
|
+
filter: "url(#filter0_d_1201_60483)"
|
17
|
+
}, /*#__PURE__*/React.createElement("path", {
|
18
|
+
d: "M20 16a4 4 0 11-8 0 4 4 0 018 0z",
|
19
|
+
fill: "#FEA008"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M16 21a5 5 0 100-10 5 5 0 000 10z",
|
22
|
+
stroke: "#fff",
|
23
|
+
strokeWidth: 2
|
24
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
25
|
+
id: "filter0_d_1201_60483",
|
26
|
+
x: 0,
|
27
|
+
y: 0,
|
28
|
+
width: 32,
|
29
|
+
height: 32,
|
30
|
+
filterUnits: "userSpaceOnUse",
|
31
|
+
colorInterpolationFilters: "sRGB"
|
32
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
33
|
+
floodOpacity: 0,
|
34
|
+
result: "BackgroundImageFix"
|
35
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
36
|
+
in: "SourceAlpha",
|
37
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
38
|
+
result: "hardAlpha"
|
39
|
+
}), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
40
|
+
stdDeviation: 5
|
41
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
42
|
+
values: "0 0 0 0 0.996078 0 0 0 0 0.627451 0 0 0 0 0.0313726 0 0 0 0.4 0"
|
43
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
44
|
+
in2: "BackgroundImageFix",
|
45
|
+
result: "effect1_dropShadow_1201_60483"
|
46
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
47
|
+
in: "SourceGraphic",
|
48
|
+
in2: "effect1_dropShadow_1201_60483",
|
49
|
+
result: "shape"
|
50
|
+
}))));
|
51
|
+
}
|
52
|
+
module.exports = WaitingBreathingLed32YellowIcon;
|