@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,98 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyAllow16BlueIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M10.819 1.594h1.277c.893 0 1.617.724 1.617 1.617v4.78a17.826 17.826 0 00-.917-.348V3.21a.7.7 0 00-.7-.7h-1.233a1.1 1.1 0 01-1.02.689H5.87a1.1 1.1 0 01-1.021-.69H3.617a.7.7 0 00-.7.7v10.213a.7.7 0 00.7.7h5.224l.027.044c.217.342.508.614.834.873H3.617A1.617 1.617 0 012 13.423V3.211c0-.893.724-1.617 1.617-1.617h1.277A1.1 1.1 0 015.87 1h3.971c.425 0 .794.24.977.594z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M10.3 8.587C11.663 8.03 11.85 8 12.075 8c.227 0 .412.03 1.777.587.28.113.499.21.669.3.169.09.31.184.414.301.218.245.217.526.216.772v2.603c0 .584-.07.99-.29 1.336-.202.32-.519.562-.903.856l-.035.026c-.427.327-.792.55-1.092.694-.295.14-.55.215-.756.215-.205 0-.461-.074-.755-.215a6.661 6.661 0 01-1.15-.703c-.384-.293-.678-.552-.88-.873-.22-.346-.29-.752-.29-1.336V9.959c-.002-.245-.002-.526.216-.77.104-.118.245-.212.413-.302.17-.09.39-.187.67-.3zm1.776 3.258V8.79c.083 0 .86.26 1.451.5.275.113.455.187.596.262a.496.496 0 01.18.13l.011.015c.047.052.071.09.071.302v1.846h-2.309zm0 0v2.994c-.072 0-.26 0-.52-.125l-.028-.013c-.233-.111-.337-.161-.747-.43-.43-.329-.573-.455-.726-.669-.126-.2-.234-.495-.234-1.04v-.717h2.255z",
|
24
|
+
fill: "url(#paint1_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M7.69 8.155a.459.459 0 01-.34-.113L5.894 6.69A.46.46 0 016.5 6l1.105 1.023 2.087-2.6c.137-.183.413-.208.617-.056.203.153.257.425.12.607L8.026 7.965A.464.464 0 018 8L7.999 8a.397.397 0 01-.31.154z",
|
29
|
+
fill: "url(#paint2_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
d: "M4 10.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
32
|
+
fill: "url(#paint3_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
34
|
+
d: "M4 12.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
35
|
+
fill: "url(#paint4_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
36
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
37
|
+
id: "paint0_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
38
|
+
cx: 0,
|
39
|
+
cy: 0,
|
40
|
+
r: 1,
|
41
|
+
gradientUnits: "userSpaceOnUse",
|
42
|
+
gradientTransform: "matrix(11.71278 -14.04017 13.81272 11.52304 2 15.04)"
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
44
|
+
stopColor: "#5BCAFF"
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
46
|
+
offset: 1,
|
47
|
+
stopColor: "#06F"
|
48
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
49
|
+
id: "paint1_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
50
|
+
cx: 0,
|
51
|
+
cy: 0,
|
52
|
+
r: 1,
|
53
|
+
gradientUnits: "userSpaceOnUse",
|
54
|
+
gradientTransform: "matrix(6.15248 -7.69025 7.50276 6.00248 9 15.69)"
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
56
|
+
stopColor: "#5BCAFF"
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
58
|
+
offset: 1,
|
59
|
+
stopColor: "#06F"
|
60
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
61
|
+
id: "paint2_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
62
|
+
cx: 0,
|
63
|
+
cy: 0,
|
64
|
+
r: 1,
|
65
|
+
gradientUnits: "userSpaceOnUse",
|
66
|
+
gradientTransform: "matrix(4.768 -3.88858 3.80915 4.67059 5.736 8.156)"
|
67
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
68
|
+
stopColor: "#5BCAFF"
|
69
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
70
|
+
offset: 1,
|
71
|
+
stopColor: "#06F"
|
72
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
73
|
+
id: "paint3_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
74
|
+
cx: 0,
|
75
|
+
cy: 0,
|
76
|
+
r: 1,
|
77
|
+
gradientUnits: "userSpaceOnUse",
|
78
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 11)"
|
79
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
80
|
+
stopColor: "#5BCAFF"
|
81
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
82
|
+
offset: 1,
|
83
|
+
stopColor: "#06F"
|
84
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
85
|
+
id: "paint4_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
86
|
+
cx: 0,
|
87
|
+
cy: 0,
|
88
|
+
r: 1,
|
89
|
+
gradientUnits: "userSpaceOnUse",
|
90
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 13)"
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
92
|
+
stopColor: "#5BCAFF"
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
94
|
+
offset: 1,
|
95
|
+
stopColor: "#06F"
|
96
|
+
}))));
|
97
|
+
}
|
98
|
+
export default NetworkSecurityPolicyAllow16BlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyAllow24BlueIcon({
|
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: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm3.583 7.257a.628.628 0 01-.48-.154L9.192 9.255a.63.63 0 01.832-.946l1.511 1.4 2.858-3.56c.187-.25.565-.283.843-.075.278.209.352.58.164.83l-3.283 4.09a.625.625 0 01-.04.052l-.005.005a.541.541 0 01-.404.206zm3.554.591c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyAllow24BlueIcon_209_44559)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyAllow24BlueIcon_209_44559",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default NetworkSecurityPolicyAllow24BlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyAllow24GreyIcon({
|
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: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm3.583 7.257a.628.628 0 01-.48-.154L9.192 9.255a.63.63 0 01.832-.946l1.511 1.4 2.858-3.56c.187-.25.565-.283.843-.075.278.209.352.58.164.83l-3.283 4.09a.625.625 0 01-.04.052l-.005.005a.541.541 0 01-.404.206zm3.554.591c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyAllow24GreyIcon_182_38937)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyAllow24GreyIcon_182_38937",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default NetworkSecurityPolicyAllow24GreyIcon;
|
@@ -0,0 +1,98 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyDeny16RedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M10.819 1.594h1.277c.893 0 1.617.724 1.617 1.617v4.78a17.826 17.826 0 00-.917-.348V3.21a.7.7 0 00-.7-.7h-1.233a1.1 1.1 0 01-1.02.689H5.87a1.1 1.1 0 01-1.021-.69H3.617a.7.7 0 00-.7.7v10.213a.7.7 0 00.7.7h5.224l.027.044c.217.342.508.614.834.873H3.617A1.617 1.617 0 012 13.423V3.211c0-.893.724-1.617 1.617-1.617h1.277A1.1 1.1 0 015.87 1h3.971c.425 0 .794.24.977.594z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M10.3 8.587C11.663 8.03 11.85 8 12.075 8c.227 0 .412.03 1.777.587.28.113.499.21.669.3.169.09.31.184.414.301.218.245.217.526.216.772v2.603c0 .584-.07.99-.29 1.336-.202.32-.519.562-.903.856l-.035.026c-.427.327-.792.55-1.092.694-.295.14-.55.215-.756.215-.205 0-.461-.074-.755-.215a6.661 6.661 0 01-1.15-.703c-.384-.293-.678-.552-.88-.873-.22-.346-.29-.752-.29-1.336V9.959c-.002-.245-.002-.526.216-.77.104-.118.245-.212.413-.302.17-.09.39-.187.67-.3zm1.776 3.258V8.79c.083 0 .86.26 1.451.5.275.113.455.187.596.262a.496.496 0 01.18.13l.011.015c.047.052.071.09.071.302v1.846h-2.309zm0 0v2.994c-.072 0-.26 0-.52-.125l-.028-.013c-.233-.111-.337-.161-.747-.43-.43-.329-.573-.455-.726-.669-.126-.2-.234-.495-.234-1.04v-.717h2.255z",
|
24
|
+
fill: "url(#paint1_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
d: "M4 10.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
27
|
+
fill: "url(#paint2_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
29
|
+
d: "M4 12.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
30
|
+
fill: "url(#paint3_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
32
|
+
fillRule: "evenodd",
|
33
|
+
clipRule: "evenodd",
|
34
|
+
d: "M6 5.15a.46.46 0 01.65-.65l1.175 1.175L9 4.5a.46.46 0 01.65.65L8.477 6.326 9.65 7.5A.46.46 0 019 8.15L7.825 6.977 6.651 8.15A.46.46 0 016 7.5l1.175-1.175L6 5.151z",
|
35
|
+
fill: "url(#paint4_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
36
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
37
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
38
|
+
cx: 0,
|
39
|
+
cy: 0,
|
40
|
+
r: 1,
|
41
|
+
gradientUnits: "userSpaceOnUse",
|
42
|
+
gradientTransform: "matrix(11.71278 -14.04017 13.81272 11.52304 2 15.04)"
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
44
|
+
stopColor: "#FF5C78"
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
46
|
+
offset: 1,
|
47
|
+
stopColor: "#DC0000"
|
48
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
49
|
+
id: "paint1_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
50
|
+
cx: 0,
|
51
|
+
cy: 0,
|
52
|
+
r: 1,
|
53
|
+
gradientUnits: "userSpaceOnUse",
|
54
|
+
gradientTransform: "matrix(6.15248 -7.69025 7.50276 6.00248 9 15.69)"
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
56
|
+
stopColor: "#FF5C78"
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
58
|
+
offset: 1,
|
59
|
+
stopColor: "#DC0000"
|
60
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
61
|
+
id: "paint2_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
62
|
+
cx: 0,
|
63
|
+
cy: 0,
|
64
|
+
r: 1,
|
65
|
+
gradientUnits: "userSpaceOnUse",
|
66
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 11)"
|
67
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
68
|
+
stopColor: "#FF5C78"
|
69
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
70
|
+
offset: 1,
|
71
|
+
stopColor: "#DC0000"
|
72
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
73
|
+
id: "paint3_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
74
|
+
cx: 0,
|
75
|
+
cy: 0,
|
76
|
+
r: 1,
|
77
|
+
gradientUnits: "userSpaceOnUse",
|
78
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 13)"
|
79
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
80
|
+
stopColor: "#FF5C78"
|
81
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
82
|
+
offset: 1,
|
83
|
+
stopColor: "#DC0000"
|
84
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
85
|
+
id: "paint4_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
86
|
+
cx: 0,
|
87
|
+
cy: 0,
|
88
|
+
r: 1,
|
89
|
+
gradientUnits: "userSpaceOnUse",
|
90
|
+
gradientTransform: "rotate(-45 12.934 -2.937) scale(5.54371)"
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
92
|
+
stopColor: "#FF5C78"
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
94
|
+
offset: 1,
|
95
|
+
stopColor: "#DC0000"
|
96
|
+
}))));
|
97
|
+
}
|
98
|
+
export default NetworkSecurityPolicyDeny16RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyDeny24GreyIcon({
|
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: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm7.137 7.848c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6zM12 11.5a2.49 2.49 0 001.66-.632L9.85 7.724A2.5 2.5 0 0012 11.5zm1.851-.82c.054-.059.104-.12.152-.184l-.152.184zm-3.328-3.697l3.738 3.085a2.5 2.5 0 00-3.739-3.085zM12 12.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny24GreyIcon_182_38780)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny24GreyIcon_182_38780",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default NetworkSecurityPolicyDeny24GreyIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NetworkSecurityPolicyDeny24RedIcon({
|
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: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm7.137 7.848c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6zM12 11.5a2.49 2.49 0 001.66-.632L9.85 7.724A2.5 2.5 0 0012 11.5zm1.851-.82c.054-.059.104-.12.152-.184l-.152.184zm-3.328-3.697l3.738 3.085a2.5 2.5 0 00-3.739-3.085zM12 12.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny24RedIcon_209_44564)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny24RedIcon_209_44564",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default NetworkSecurityPolicyDeny24RedIcon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function PhysicalDisk16SecondaryIcon({
|
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: "M13.06 1.554a1 1 0 00-.98-.804H3.92a1 1 0 00-.98.804L1 11.25v1.6c0 .84 0 1.26.163 1.58a1.5 1.5 0 00.656.656c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655C15 14.11 15 13.69 15 12.85v-1.6l-1.94-9.696zm.82 9.196l-1.8-9H3.92l-1.8 9h11.76zM2 11.75v1.1c0 .437 0 .704.017.904a1.283 1.283 0 00.034.215.5.5 0 00.23.23 1.275 1.275 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.275 1.275 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.292 1.292 0 00.034-.216c.016-.2.017-.466.017-.903v-1.1H2zm6-3.575c1.985 0 3.25-1.292 3.25-2.5s-1.265-2.5-3.25-2.5-3.25 1.292-3.25 2.5c0 .6.311 1.22.867 1.692l1.971-1.34a.625.625 0 11.703 1.033l-1.418.964c.342.097.72.151 1.127.151zm-2.129.53c.626.3 1.353.47 2.129.47 2.347 0 4.25-1.567 4.25-3.5s-1.903-3.5-4.25-3.5-4.25 1.567-4.25 3.5c0 .867.382 1.66 1.015 2.27l-1.105.752a.625.625 0 00.702 1.034l1.51-1.026z",
|
19
|
+
fill: "#2C3852",
|
20
|
+
fillOpacity: 0.6,
|
21
|
+
opacity: 0.6
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
export default PhysicalDisk16SecondaryIcon;
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function PhysicalMachineClusterIcon({
|
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: "M9.7 12.35a.9.9 0 11-1.8 0 .9.9 0 011.8 0z",
|
17
|
+
fill: "url(#paint0_radial_PhysicalMachineClusterIcon_3175_39328)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fillRule: "evenodd",
|
20
|
+
clipRule: "evenodd",
|
21
|
+
d: "M6 11.1a1.5 1.5 0 011.5-1.5h9a1.5 1.5 0 011.5 1.5v2.5a1.5 1.5 0 01-1.5 1.5h-9A1.5 1.5 0 016 13.6v-2.5zm1.5-.5a.5.5 0 00-.5.5v2.5a.5.5 0 00.5.5h9a.5.5 0 00.5-.5v-2.5a.5.5 0 00-.5-.5h-9z",
|
22
|
+
fill: "url(#paint1_radial_PhysicalMachineClusterIcon_3175_39328)"
|
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_PhysicalMachineClusterIcon_3175_39328)"
|
28
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
29
|
+
id: "paint0_radial_PhysicalMachineClusterIcon_3175_39328",
|
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_PhysicalMachineClusterIcon_3175_39328",
|
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_PhysicalMachineClusterIcon_3175_39328",
|
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
|
+
export default PhysicalMachineClusterIcon;
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function PhysicalMachineManagementBlue24Icon({
|
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: "M1.218 7.092C1 7.52 1 8.08 1 9.2v1.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 14 3.08 14 4.2 14H14c0-.342.034-.677.1-1H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C2 11.75 2 11.377 2 10.8V9.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C3.25 7 3.623 7 4.2 7h13.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422.022.266.024.612.024 1.132.348.07.683.177 1 .316V9.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 6 18.92 6 17.8 6H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874z",
|
17
|
+
fill: "url(#paint0_radial_PhysicalMachineManagementBlue24Icon_14564_14)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M5.75 9.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z",
|
20
|
+
fill: "url(#paint1_radial_PhysicalMachineManagementBlue24Icon_14564_14)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M18.671 10h.658c.043 0 .094 0 .138.003a.566.566 0 01.513.453c.01.044.016.095.021.138l.001.008.048.383c.116.04.23.088.34.14l.31-.242c.035-.026.075-.057.112-.082a.566.566 0 01.683.043c.035.029.07.065.1.095l.466.465c.03.03.066.066.096.1a.565.565 0 01.043.683c-.026.038-.057.078-.083.112l-.242.312c.052.11.1.223.14.339l.391.049c.043.005.094.011.138.02a.566.566 0 01.453.513c.003.045.003.096.003.14v.657c0 .043 0 .094-.003.138a.566.566 0 01-.453.513c-.044.01-.095.016-.138.021l-.391.05c-.04.115-.088.229-.14.338l.242.312c.026.034.057.074.082.111a.566.566 0 01-.043.683c-.029.035-.064.07-.095.101l-.465.465c-.03.03-.067.066-.1.096a.566.566 0 01-.683.043c-.038-.026-.078-.057-.112-.083l-.312-.242c-.11.052-.223.1-.339.14l-.049.391c-.005.043-.011.094-.02.138a.566.566 0 01-.513.453c-.045.003-.096.003-.14.003h-.657c-.043 0-.094 0-.138-.003a.566.566 0 01-.513-.453c-.01-.044-.016-.095-.021-.138l-.05-.391a3.18 3.18 0 01-.338-.14l-.312.242c-.034.026-.074.057-.111.082a.565.565 0 01-.683-.043 1.908 1.908 0 01-.1-.095l-.466-.465a1.908 1.908 0 01-.095-.1.566.566 0 01-.043-.683c.025-.038.056-.078.082-.112l.243-.312c-.053-.11-.1-.223-.141-.339l-.383-.048h-.008c-.043-.006-.093-.012-.137-.021a.566.566 0 01-.453-.513c-.004-.045-.004-.096-.004-.14v-.649-.008c0-.043 0-.094.003-.138a.566.566 0 01.453-.513c.044-.01.095-.016.138-.021l.008-.001.383-.048c.04-.116.088-.23.14-.34l-.237-.304-.005-.007c-.026-.034-.057-.074-.082-.111a.565.565 0 01.043-.683c.029-.034.065-.07.095-.1l.006-.007.453-.453.006-.006c.03-.03.066-.066.1-.095a.566.566 0 01.683-.043c.038.025.078.056.112.082l.007.005.305.238c.11-.053.223-.1.339-.141l.048-.383v-.008c.006-.043.012-.093.021-.137a.566.566 0 01.513-.453c.045-.004.096-.004.14-.004zm1.305 1.011l.053-.006-.053.006zm-1.261-.284l-.046.365c0 .005 0 .01-.002.016-.006.055-.018.157-.062.247a.551.551 0 01-.299.274c-.033.014-.073.027-.109.04l-.006.002c-.09.032-.18.069-.266.11l-.006.003c-.034.017-.071.035-.104.049a.553.553 0 01-.406.018c-.095-.033-.175-.097-.219-.131a1.28 1.28 0 00-.013-.01l-.29-.226-.403.403.226.29.01.013a.763.763 0 01.13.22.553.553 0 01-.017.405c-.014.033-.032.07-.049.105l-.003.005a2.422 2.422 0 00-.11.266l-.002.006c-.013.036-.026.076-.04.109a.551.551 0 01-.274.3c-.09.043-.192.055-.247.062l-.016.001-.365.046v.57l.365.046c.005 0 .01 0 .016.002.055.006.157.018.247.062a.551.551 0 01.274.299c.014.033.027.073.04.109l.002.006c.032.09.069.18.11.266l.003.006c.017.034.035.071.049.104a.551.551 0 01.018.406.763.763 0 01-.131.219l-.01.013-.226.29.403.403.29-.226.013-.01a.76.76 0 01.22-.13.551.551 0 01.405.017c.033.014.07.032.105.049l.005.003c.086.041.175.078.266.11l.006.002c.036.013.076.026.109.04a.551.551 0 01.3.274c.043.09.055.192.061.247l.002.016.046.365h.57l.046-.365c0-.005 0-.01.002-.016.006-.055.018-.157.062-.247a.551.551 0 01.299-.274c.033-.014.073-.027.108-.04l.007-.002a2.45 2.45 0 00.266-.11l.005-.003c.035-.017.072-.035.105-.049a.552.552 0 01.406-.018c.094.033.175.097.219.131l.012.01.29.226.404-.403-.226-.29-.01-.013c-.034-.043-.098-.125-.13-.22a.551.551 0 01.017-.405c.014-.033.032-.07.049-.104l.003-.006c.041-.086.078-.175.11-.266l.002-.006c.013-.036.026-.076.04-.109a.551.551 0 01.274-.3c.09-.043.192-.055.247-.062l.016-.001.365-.046v-.57l-.365-.046c-.005 0-.01 0-.016-.002-.055-.006-.157-.018-.247-.062a.551.551 0 01-.274-.299 2.428 2.428 0 01-.04-.108l-.002-.007a2.43 2.43 0 00-.11-.266l-.003-.005a2.243 2.243 0 01-.049-.105.553.553 0 01-.018-.406.763.763 0 01.131-.219l.01-.012.226-.29-.403-.404-.29.226-.013.01c-.043.034-.124.098-.22.13a.553.553 0 01-.405-.017c-.033-.014-.07-.032-.104-.049l-.006-.003a2.424 2.424 0 00-.266-.11l-.006-.002c-.036-.013-.076-.026-.109-.04a.551.551 0 01-.3-.274c-.043-.09-.055-.192-.061-.247l-.002-.016-.046-.365h-.57zM19 13.273a.727.727 0 100 1.454.727.727 0 000-1.454zM17.546 14a1.454 1.454 0 112.908 0 1.454 1.454 0 01-2.909 0z",
|
25
|
+
fill: "url(#paint2_radial_PhysicalMachineManagementBlue24Icon_14564_14)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_PhysicalMachineManagementBlue24Icon_14564_14",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(21.99997 -12 12 21.99997 1 18)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_PhysicalMachineManagementBlue24Icon_14564_14",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(21.99997 -12 12 21.99997 1 18)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
+
id: "paint2_radial_PhysicalMachineManagementBlue24Icon_14564_14",
|
52
|
+
cx: 0,
|
53
|
+
cy: 0,
|
54
|
+
r: 1,
|
55
|
+
gradientUnits: "userSpaceOnUse",
|
56
|
+
gradientTransform: "matrix(21.99997 -12 12 21.99997 1 18)"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#5BCAFF"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: 1,
|
61
|
+
stopColor: "#06F"
|
62
|
+
}))));
|
63
|
+
}
|
64
|
+
export default PhysicalMachineManagementBlue24Icon;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function PhysicalMachineManagementOntint24Icon({
|
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: "M1.218 7.092C1 7.52 1 8.08 1 9.2v1.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 14 3.08 14 4.2 14H14c0-.342.034-.677.1-1H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C2 11.75 2 11.377 2 10.8V9.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C3.25 7 3.623 7 4.2 7h13.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422.022.266.024.612.024 1.132.348.07.683.177 1 .316V9.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 6 18.92 6 17.8 6H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874z",
|
17
|
+
fill: "#fff"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M5.75 9.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z",
|
20
|
+
fill: "#fff"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M18.671 10h.658c.043 0 .094 0 .138.003a.566.566 0 01.513.453c.01.044.016.095.021.138l.001.008.048.383c.116.04.23.088.34.14l.31-.242c.035-.026.075-.057.112-.082a.566.566 0 01.683.043c.035.029.07.065.1.095l.466.465c.03.03.066.066.096.1a.565.565 0 01.043.683c-.026.038-.057.078-.083.112l-.242.312c.052.11.1.223.14.339l.391.049c.043.005.094.011.138.02a.566.566 0 01.453.513c.003.045.003.096.003.14v.657c0 .043 0 .094-.003.138a.566.566 0 01-.453.513c-.044.01-.095.016-.138.021l-.391.05c-.04.115-.088.229-.14.338l.242.312c.026.034.057.074.082.111a.566.566 0 01-.043.683c-.029.035-.064.07-.095.101l-.465.465c-.03.03-.067.066-.1.096a.566.566 0 01-.683.043c-.038-.026-.078-.057-.112-.083l-.312-.242c-.11.052-.223.1-.339.14l-.049.391c-.005.043-.011.094-.02.138a.566.566 0 01-.513.453c-.045.003-.096.003-.14.003h-.657c-.043 0-.094 0-.138-.003a.566.566 0 01-.513-.453c-.01-.044-.016-.095-.021-.138l-.05-.391a3.18 3.18 0 01-.338-.14l-.312.242c-.034.026-.074.057-.111.082a.565.565 0 01-.683-.043 1.908 1.908 0 01-.1-.095l-.466-.465a1.908 1.908 0 01-.095-.1.566.566 0 01-.043-.683c.025-.038.056-.078.082-.112l.243-.312c-.053-.11-.1-.223-.141-.339l-.383-.048h-.008c-.043-.006-.093-.012-.137-.021a.566.566 0 01-.453-.513c-.004-.045-.004-.096-.004-.14v-.649-.008c0-.043 0-.094.003-.138a.566.566 0 01.453-.513c.044-.01.095-.016.138-.021l.008-.001.383-.048c.04-.116.088-.23.14-.34l-.237-.304-.005-.007c-.026-.034-.057-.074-.082-.111a.565.565 0 01.043-.683c.029-.034.065-.07.095-.1l.006-.007.453-.453.006-.006c.03-.03.066-.066.1-.095a.566.566 0 01.683-.043c.038.025.078.056.112.082l.007.005.305.238c.11-.053.223-.1.339-.141l.048-.383v-.008c.006-.043.012-.093.021-.137a.566.566 0 01.513-.453c.045-.004.096-.004.14-.004zm1.305 1.011l.053-.006-.053.006zm-1.261-.284l-.046.365c0 .005 0 .01-.002.016-.006.055-.018.157-.062.247a.551.551 0 01-.299.274c-.033.014-.073.027-.109.04l-.006.002c-.09.032-.18.069-.266.11l-.006.003c-.034.017-.071.035-.104.049a.553.553 0 01-.406.018c-.095-.033-.175-.097-.219-.131a1.28 1.28 0 00-.013-.01l-.29-.226-.403.403.226.29.01.013a.763.763 0 01.13.22.553.553 0 01-.017.405c-.014.033-.032.07-.049.105l-.003.005a2.422 2.422 0 00-.11.266l-.002.006c-.013.036-.026.076-.04.109a.551.551 0 01-.274.3c-.09.043-.192.055-.247.062l-.016.001-.365.046v.57l.365.046c.005 0 .01 0 .016.002.055.006.157.018.247.062a.551.551 0 01.274.299c.014.033.027.073.04.109l.002.006c.032.09.069.18.11.266l.003.006c.017.034.035.071.049.104a.551.551 0 01.018.406.763.763 0 01-.131.219l-.01.013-.226.29.403.403.29-.226.013-.01a.76.76 0 01.22-.13.551.551 0 01.405.017c.033.014.07.032.105.049l.005.003c.086.041.175.078.266.11l.006.002c.036.013.076.026.109.04a.551.551 0 01.3.274c.043.09.055.192.061.247l.002.016.046.365h.57l.046-.365c0-.005 0-.01.002-.016.006-.055.018-.157.062-.247a.551.551 0 01.299-.274c.033-.014.073-.027.108-.04l.007-.002a2.45 2.45 0 00.266-.11l.005-.003c.035-.017.072-.035.105-.049a.552.552 0 01.406-.018c.094.033.175.097.219.131l.012.01.29.226.404-.403-.226-.29-.01-.013c-.034-.043-.098-.125-.13-.22a.551.551 0 01.017-.405c.014-.033.032-.07.049-.104l.003-.006c.041-.086.078-.175.11-.266l.002-.006c.013-.036.026-.076.04-.109a.551.551 0 01.274-.3c.09-.043.192-.055.247-.062l.016-.001.365-.046v-.57l-.365-.046c-.005 0-.01 0-.016-.002-.055-.006-.157-.018-.247-.062a.551.551 0 01-.274-.299 2.428 2.428 0 01-.04-.108l-.002-.007a2.43 2.43 0 00-.11-.266l-.003-.005a2.243 2.243 0 01-.049-.105.553.553 0 01-.018-.406.763.763 0 01.131-.219l.01-.012.226-.29-.403-.404-.29.226-.013.01c-.043.034-.124.098-.22.13a.553.553 0 01-.405-.017c-.033-.014-.07-.032-.104-.049l-.006-.003a2.424 2.424 0 00-.266-.11l-.006-.002c-.036-.013-.076-.026-.109-.04a.551.551 0 01-.3-.274c-.043-.09-.055-.192-.061-.247l-.002-.016-.046-.365h-.57zM19 13.273a.727.727 0 100 1.454.727.727 0 000-1.454zM17.546 14a1.454 1.454 0 112.908 0 1.454 1.454 0 01-2.909 0z",
|
25
|
+
fill: "#fff"
|
26
|
+
}));
|
27
|
+
}
|
28
|
+
export default PhysicalMachineManagementOntint24Icon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function PortNetwork16SecondaryIcon({
|
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: "M4.2 3h7.6c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C14 4.25 14 4.623 14 5.2v5.6c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C12.75 13 12.377 13 11.8 13H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C2 11.75 2 11.377 2 10.8V5.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C3.25 3 3.623 3 4.2 3zM1 5.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C2.52 2 3.08 2 4.2 2h7.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C15 3.52 15 4.08 15 5.2v5.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C13.48 14 12.92 14 11.8 14H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C1 12.48 1 11.92 1 10.8V5.2zM5.5 10V9H4V5h1v2a.5.5 0 001 0V5h.667v2a.5.5 0 101 0V5h.666v2a.5.5 0 001 0V5H10v2a.5.5 0 001 0V5h1v4h-1.5v1H9v1H7v-1H5.5zm7.227-.055C12.62 10 12.48 10 12.2 10h-.7v.2c0 .28 0 .42-.055.527a.5.5 0 01-.218.218C11.12 11 10.98 11 10.7 11H10v.2c0 .28 0 .42-.055.527a.5.5 0 01-.218.218C9.62 12 9.48 12 9.2 12H6.8c-.28 0-.42 0-.527-.055a.5.5 0 01-.218-.218C6 11.62 6 11.48 6 11.2V11h-.7c-.28 0-.42 0-.527-.055a.5.5 0 01-.218-.218C4.5 10.62 4.5 10.48 4.5 10.2V10h-.7c-.28 0-.42 0-.527-.055a.5.5 0 01-.219-.218C3 9.62 3 9.48 3 9.2V4.8c0-.28 0-.42.054-.527a.5.5 0 01.219-.218C3.38 4 3.52 4 3.8 4h8.4c.28 0 .42 0 .527.054a.5.5 0 01.218.219C13 4.38 13 4.52 13 4.8v4.4c0 .28 0 .42-.055.527a.5.5 0 01-.218.218z",
|
19
|
+
fill: "#2C3852",
|
20
|
+
fillOpacity: 0.6,
|
21
|
+
opacity: 0.6
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
export default PortNetwork16SecondaryIcon;
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function RefreshSync16Icon({
|
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: "M6.323 5.76c-.297.213-.632.244-.875-.03-.244-.275-.168-.648.182-.922C6.247 4.305 7.123 4 8.014 4c2.033 0 3.64 1.356 3.983 3.33h.7c.343 0 .42.327.229.594L11.783 9.53c-.205.29-.548.267-.738 0L9.88 7.924c-.19-.267-.107-.594.236-.594h.769c-.32-1.242-1.478-2.172-2.871-2.172-.678 0-1.18.206-1.69.602z",
|
17
|
+
fill: "url(#paint0_radial_RefreshSync16Icon_10897_59081)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M3.3 8.663c-.343 0-.419-.328-.228-.594L4.214 6.46c.213-.29.548-.267.739 0l1.165 1.608c.19.266.106.594-.229.594h-.73c.32 1.242 1.477 2.171 2.87 2.171.67 0 1.18-.205 1.683-.602.297-.213.632-.243.883.03.244.275.16.649-.19.923-.61.503-1.492.815-2.376.815-2.033 0-3.64-1.364-3.99-3.337H3.3z",
|
20
|
+
fill: "url(#paint1_radial_RefreshSync16Icon_10897_59081)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M8 .5a7.5 7.5 0 100 15 7.5 7.5 0 000-15zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z",
|
25
|
+
fill: "url(#paint2_radial_RefreshSync16Icon_10897_59081)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_RefreshSync16Icon_10897_59081",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(15 -15 15 15 .5 15.5)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_RefreshSync16Icon_10897_59081",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(15 -15 15 15 .5 15.5)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
+
id: "paint2_radial_RefreshSync16Icon_10897_59081",
|
52
|
+
cx: 0,
|
53
|
+
cy: 0,
|
54
|
+
r: 1,
|
55
|
+
gradientUnits: "userSpaceOnUse",
|
56
|
+
gradientTransform: "matrix(15 -15 15 15 .5 15.5)"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#5BCAFF"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: 1,
|
61
|
+
stopColor: "#06F"
|
62
|
+
}))));
|
63
|
+
}
|
64
|
+
export default RefreshSync16Icon;
|