@cloudtower/icons-react 0.29.0 → 0.29.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/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/PhysicalDisk16SecondaryIcon.d.ts +4 -0
- package/dist/PhysicalMachineClusterIcon.d.ts +4 -0
- package/dist/PortNetwork16SecondaryIcon.d.ts +4 -0
- package/dist/RefreshSync16Icon.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/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/PhysicalDisk16SecondaryIcon.js +24 -0
- package/dist/cjs/PhysicalMachineClusterIcon.js +66 -0
- package/dist/cjs/PortNetwork16SecondaryIcon.js +24 -0
- package/dist/cjs/RefreshSync16Icon.js +64 -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 +12 -10
- package/dist/esm/{ActiveObservabilityService24GrayIcon.js → ActiveObservabilityService24OntintIcon.js} +2 -2
- 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/PhysicalDisk16SecondaryIcon.js +24 -0
- package/dist/esm/PhysicalMachineClusterIcon.js +66 -0
- package/dist/esm/PortNetwork16SecondaryIcon.js +24 -0
- package/dist/esm/RefreshSync16Icon.js +64 -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 +12 -10
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +12 -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/Loading24BoldGradientBlueIcon.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/Loading24BoldGradientBlueIcon.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
@@ -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;
|
package/dist/cjs/index.js
CHANGED
@@ -26,7 +26,7 @@ module.exports.ActiveConnection16GradiendtBlueIcon = require("./ActiveConnection
|
|
26
26
|
module.exports.ActiveObservabilityService18BlueIcon = require("./ActiveObservabilityService18BlueIcon.js")
|
27
27
|
module.exports.ActiveObservabilityService18GrayIcon = require("./ActiveObservabilityService18GrayIcon.js")
|
28
28
|
module.exports.ActiveObservabilityService24BlueIcon = require("./ActiveObservabilityService24BlueIcon.js")
|
29
|
-
module.exports.
|
29
|
+
module.exports.ActiveObservabilityService24OntintIcon = require("./ActiveObservabilityService24OntintIcon.js")
|
30
30
|
module.exports.ActiveUninstal14GradiendtRedIcon = require("./ActiveUninstal14GradiendtRedIcon.js")
|
31
31
|
module.exports.AdjustConfig16GradientBlueIcon = require("./AdjustConfig16GradientBlueIcon.js")
|
32
32
|
module.exports.AdjustConfig16GradientGrayIcon = require("./AdjustConfig16GradientGrayIcon.js")
|
@@ -521,6 +521,8 @@ module.exports.InstalltoolsIcon = require("./InstalltoolsIcon.js")
|
|
521
521
|
module.exports.Ip16GradientBlueOutlineOffIcon = require("./Ip16GradientBlueOutlineOffIcon.js")
|
522
522
|
module.exports.Ip16GradientBlueOutlineOnIcon = require("./Ip16GradientBlueOutlineOnIcon.js")
|
523
523
|
module.exports.Ip24Icon = require("./Ip24Icon.js")
|
524
|
+
module.exports.IpPool24Icon = require("./IpPool24Icon.js")
|
525
|
+
module.exports.IpPoolWhite24Icon = require("./IpPoolWhite24Icon.js")
|
524
526
|
module.exports.IscsiDatastoreStorageObject16GradientBlueIcon = require("./IscsiDatastoreStorageObject16GradientBlueIcon.js")
|
525
527
|
module.exports.IscsiDatastoreStorageObject24GradientBlueIcon = require("./IscsiDatastoreStorageObject24GradientBlueIcon.js")
|
526
528
|
module.exports.IscsiDatastoreStorageObject24GradientGrayIcon = require("./IscsiDatastoreStorageObject24GradientGrayIcon.js")
|
@@ -577,22 +579,16 @@ module.exports.LoadBalancer24GradientGreyIcon = require("./LoadBalancer24Gradien
|
|
577
579
|
module.exports.LoadBalancerMonitor24FillOntintIcon = require("./LoadBalancerMonitor24FillOntintIcon.js")
|
578
580
|
module.exports.LoadBalancerMonitor24GradientBlueIcon = require("./LoadBalancerMonitor24GradientBlueIcon.js")
|
579
581
|
module.exports.LoadBalancerMonitor24GradientGreyIcon = require("./LoadBalancerMonitor24GradientGreyIcon.js")
|
580
|
-
module.exports.Loading16BoldOntintIcon = require("./Loading16BoldOntintIcon.js")
|
581
582
|
module.exports.Loading16GradientBlueIcon = require("./Loading16GradientBlueIcon.js")
|
582
583
|
module.exports.Loading16GradientGaryIcon = require("./Loading16GradientGaryIcon.js")
|
583
584
|
module.exports.Loading16OntintIcon = require("./Loading16OntintIcon.js")
|
584
|
-
module.exports.Loading24BoldGradientBlueIcon = require("./Loading24BoldGradientBlueIcon.js")
|
585
585
|
module.exports.Loading24GradientBlueIcon = require("./Loading24GradientBlueIcon.js")
|
586
586
|
module.exports.Loading24GradientGaryIcon = require("./Loading24GradientGaryIcon.js")
|
587
587
|
module.exports.Loading24OntintIcon = require("./Loading24OntintIcon.js")
|
588
|
-
module.exports.
|
589
|
-
module.exports.
|
588
|
+
module.exports.Loading6GradientBlueIcon = require("./Loading6GradientBlueIcon.js")
|
589
|
+
module.exports.Loading6OntintIcon = require("./Loading6OntintIcon.js")
|
590
590
|
module.exports.Loading8GradientBlueIcon = require("./Loading8GradientBlueIcon.js")
|
591
|
-
module.exports.
|
592
|
-
module.exports.LoadingBlueIcon = require("./LoadingBlueIcon.js")
|
593
|
-
module.exports.LoadingBlue16Icon = require("./LoadingBlue16Icon.js")
|
594
|
-
module.exports.LoadingGrayIcon = require("./LoadingGrayIcon.js")
|
595
|
-
module.exports.LoadingGray16Icon = require("./LoadingGray16Icon.js")
|
591
|
+
module.exports.Loading8OntintIcon = require("./Loading8OntintIcon.js")
|
596
592
|
module.exports.Lock16GradientGrayIcon = require("./Lock16GradientGrayIcon.js")
|
597
593
|
module.exports.LockIcon = require("./LockIcon.js")
|
598
594
|
module.exports.LogCollection16GradientBlueIcon = require("./LogCollection16GradientBlueIcon.js")
|
@@ -849,10 +845,12 @@ module.exports.PciNic24GradientGreyIcon = require("./PciNic24GradientGreyIcon.js
|
|
849
845
|
module.exports.PermanentFailover24BlueIcon = require("./PermanentFailover24BlueIcon.js")
|
850
846
|
module.exports.PermanentTransferArrow40BlueIcon = require("./PermanentTransferArrow40BlueIcon.js")
|
851
847
|
module.exports.PhysicalDisk16GradientBlueIcon = require("./PhysicalDisk16GradientBlueIcon.js")
|
848
|
+
module.exports.PhysicalDisk16SecondaryIcon = require("./PhysicalDisk16SecondaryIcon.js")
|
852
849
|
module.exports.PhysicalDisk24BlueIcon = require("./PhysicalDisk24BlueIcon.js")
|
853
850
|
module.exports.PhysicalDisk24GradientBlueIcon = require("./PhysicalDisk24GradientBlueIcon.js")
|
854
851
|
module.exports.PhysicalDisk24GradientGrayIcon = require("./PhysicalDisk24GradientGrayIcon.js")
|
855
852
|
module.exports.PhysicalDisk24Icon = require("./PhysicalDisk24Icon.js")
|
853
|
+
module.exports.PhysicalMachineClusterIcon = require("./PhysicalMachineClusterIcon.js")
|
856
854
|
module.exports.PhysicalMachineManagementBlue24Icon = require("./PhysicalMachineManagementBlue24Icon.js")
|
857
855
|
module.exports.PhysicalMachineManagementOntint24Icon = require("./PhysicalMachineManagementOntint24Icon.js")
|
858
856
|
module.exports.PhysicalSwitchMachine16GradientBlueIcon = require("./PhysicalSwitchMachine16GradientBlueIcon.js")
|
@@ -890,6 +888,7 @@ module.exports.Pmem24GradientBlueIcon = require("./Pmem24GradientBlueIcon.js")
|
|
890
888
|
module.exports.PortNetwork16GradientBlueIcon = require("./PortNetwork16GradientBlueIcon.js")
|
891
889
|
module.exports.PortNetwork16GreenIcon = require("./PortNetwork16GreenIcon.js")
|
892
890
|
module.exports.PortNetwork16RedIcon = require("./PortNetwork16RedIcon.js")
|
891
|
+
module.exports.PortNetwork16SecondaryIcon = require("./PortNetwork16SecondaryIcon.js")
|
893
892
|
module.exports.PortNetwork16YellowIcon = require("./PortNetwork16YellowIcon.js")
|
894
893
|
module.exports.PortNetwork24BlueIcon = require("./PortNetwork24BlueIcon.js")
|
895
894
|
module.exports.PortNetwork24GradientBlueIcon = require("./PortNetwork24GradientBlueIcon.js")
|
@@ -939,6 +938,7 @@ module.exports.RecoverRecycleVm16GradientBlueIcon = require("./RecoverRecycleVm1
|
|
939
938
|
module.exports.RecoverRecycleVm16GradientGrayIcon = require("./RecoverRecycleVm16GradientGrayIcon.js")
|
940
939
|
module.exports.RecyclebinClusterSettingsDelete24RedIcon = require("./RecyclebinClusterSettingsDelete24RedIcon.js")
|
941
940
|
module.exports.RecyclebinClusterSettingsEdit24BlueIcon = require("./RecyclebinClusterSettingsEdit24BlueIcon.js")
|
941
|
+
module.exports.RefreshSync16Icon = require("./RefreshSync16Icon.js")
|
942
942
|
module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
|
943
943
|
module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
|
944
944
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
@@ -1309,6 +1309,7 @@ module.exports.Vm24GradientGrayIcon = require("./Vm24GradientGrayIcon.js")
|
|
1309
1309
|
module.exports.Vm24PrimaryIcon = require("./Vm24PrimaryIcon.js")
|
1310
1310
|
module.exports.Vm24Icon = require("./Vm24Icon.js")
|
1311
1311
|
module.exports.VmClone16Icon = require("./VmClone16Icon.js")
|
1312
|
+
module.exports.VmClusterIcon = require("./VmClusterIcon.js")
|
1312
1313
|
module.exports.VmConnectionAllowed24Icon = require("./VmConnectionAllowed24Icon.js")
|
1313
1314
|
module.exports.VmConnectionConnect24Icon = require("./VmConnectionConnect24Icon.js")
|
1314
1315
|
module.exports.VmConnectionDisconnect24Icon = require("./VmConnectionDisconnect24Icon.js")
|
@@ -1405,6 +1406,7 @@ module.exports.VpcSubnet24OntintIcon = require("./VpcSubnet24OntintIcon.js")
|
|
1405
1406
|
module.exports.WaitingBreathingLed16BlueIcon = require("./WaitingBreathingLed16BlueIcon.js")
|
1406
1407
|
module.exports.WaitingBreathingLed16GrayIcon = require("./WaitingBreathingLed16GrayIcon.js")
|
1407
1408
|
module.exports.WaitingBreathingLed16YellowIcon = require("./WaitingBreathingLed16YellowIcon.js")
|
1409
|
+
module.exports.WaitingBreathingLed32YellowIcon = require("./WaitingBreathingLed32YellowIcon.js")
|
1408
1410
|
module.exports.WitnessNodeNormalCriticalRedIcon = require("./WitnessNodeNormalCriticalRedIcon.js")
|
1409
1411
|
module.exports.WitnessNodeNormalHealthyGreenIcon = require("./WitnessNodeNormalHealthyGreenIcon.js")
|
1410
1412
|
module.exports.WitnessNodeNormalInfoBlueIcon = require("./WitnessNodeNormalInfoBlueIcon.js")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function ActiveObservabilityService24OntintIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
@@ -30,4 +30,4 @@ function ActiveObservabilityService24GrayIcon({
|
|
30
30
|
fill: "#fff"
|
31
31
|
}));
|
32
32
|
}
|
33
|
-
export default
|
33
|
+
export default ActiveObservabilityService24OntintIcon;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IpPool24Icon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
|
17
|
+
fill: "url(#paint0_radial_IpPool24Icon_3132_227761)"
|
18
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
19
|
+
id: "paint0_radial_IpPool24Icon_3132_227761",
|
20
|
+
cx: 0,
|
21
|
+
cy: 0,
|
22
|
+
r: 1,
|
23
|
+
gradientUnits: "userSpaceOnUse",
|
24
|
+
gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 22)"
|
25
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
26
|
+
stopColor: "#5BCAFF"
|
27
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
28
|
+
offset: 1,
|
29
|
+
stopColor: "#06F"
|
30
|
+
}))));
|
31
|
+
}
|
32
|
+
export default IpPool24Icon;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IpPoolWhite24Icon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
|
17
|
+
fill: "#fff"
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
export default IpPoolWhite24Icon;
|
@@ -13,23 +13,24 @@ function Loading16GradientBlueIcon({
|
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
d: "M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM3.06 8a4.94 4.94 0 109.88 0 4.94 4.94 0 00-9.88 0z",
|
17
|
+
fill: "#08F",
|
18
|
+
fillOpacity: 0.1
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
|
21
|
+
fill: "url(#paint0_radial_Loading16GradientBlueIcon_6_5)"
|
20
22
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "
|
23
|
+
id: "paint0_radial_Loading16GradientBlueIcon_6_5",
|
22
24
|
cx: 0,
|
23
25
|
cy: 0,
|
24
26
|
r: 1,
|
25
27
|
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(
|
28
|
+
gradientTransform: "matrix(2.5 -10.99998 10.99998 2.5 5 13)"
|
27
29
|
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#
|
29
|
-
stopOpacity: 0.1
|
30
|
+
stopColor: "#5BCAFF"
|
30
31
|
}), /*#__PURE__*/React.createElement("stop", {
|
31
32
|
offset: 1,
|
32
|
-
stopColor: "#
|
33
|
+
stopColor: "#06F"
|
33
34
|
}))));
|
34
35
|
}
|
35
36
|
export default Loading16GradientBlueIcon;
|
@@ -1,31 +1,34 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Loading6GradientBlueIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 6,
|
9
|
+
height: 6,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"aria-labelledby": titleId
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
|
16
|
+
opacity: 0.5,
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
|
17
20
|
fill: "#08F",
|
18
21
|
fillOpacity: 0.1
|
19
22
|
}), /*#__PURE__*/React.createElement("path", {
|
20
|
-
d: "
|
21
|
-
fill: "url(#
|
23
|
+
d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
|
24
|
+
fill: "url(#paint0_radial_Loading6GradientBlueIcon_13765_71910)"
|
22
25
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
-
id: "
|
26
|
+
id: "paint0_radial_Loading6GradientBlueIcon_13765_71910",
|
24
27
|
cx: 0,
|
25
28
|
cy: 0,
|
26
29
|
r: 1,
|
27
30
|
gradientUnits: "userSpaceOnUse",
|
28
|
-
gradientTransform: "matrix(
|
31
|
+
gradientTransform: "matrix(6 -6 6 6 0 6)"
|
29
32
|
}, /*#__PURE__*/React.createElement("stop", {
|
30
33
|
stopColor: "#5BCAFF"
|
31
34
|
}), /*#__PURE__*/React.createElement("stop", {
|
@@ -33,4 +36,4 @@ function LoadingBlue16Icon({
|
|
33
36
|
stopColor: "#06F"
|
34
37
|
}))));
|
35
38
|
}
|
36
|
-
export default
|
39
|
+
export default Loading6GradientBlueIcon;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Loading6OntintIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 6,
|
9
|
+
height: 6,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"aria-labelledby": titleId
|
@@ -15,21 +15,25 @@ function Loading8BoldOntintIcon({
|
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
16
|
fillRule: "evenodd",
|
17
17
|
clipRule: "evenodd",
|
18
|
-
d: "
|
19
|
-
fill: "
|
18
|
+
d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
|
19
|
+
fill: "#fff",
|
20
|
+
fillOpacity: 0.2
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
|
23
|
+
fill: "url(#paint0_radial_Loading6OntintIcon_13765_71911)"
|
20
24
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "
|
25
|
+
id: "paint0_radial_Loading6OntintIcon_13765_71911",
|
22
26
|
cx: 0,
|
23
27
|
cy: 0,
|
24
28
|
r: 1,
|
25
29
|
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "rotate(
|
30
|
+
gradientTransform: "rotate(117.071 2.938 1.956) scale(6.05926 10.331)"
|
27
31
|
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#fff"
|
29
|
-
stopOpacity: 0.1
|
32
|
+
stopColor: "#fff"
|
30
33
|
}), /*#__PURE__*/React.createElement("stop", {
|
31
34
|
offset: 1,
|
32
|
-
stopColor: "#fff"
|
35
|
+
stopColor: "#fff",
|
36
|
+
stopOpacity: 0.6
|
33
37
|
}))));
|
34
38
|
}
|
35
|
-
export default
|
39
|
+
export default Loading6OntintIcon;
|
@@ -17,10 +17,10 @@ function Loading8GradientBlueIcon({
|
|
17
17
|
fill: "#08F",
|
18
18
|
fillOpacity: 0.1
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
20
|
-
d: "M2.05 7.
|
21
|
-
fill: "url(#
|
20
|
+
d: "M2.05 7.377a.098.098 0 01-.136.036A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.111 3.04 3.04 0 00-1.189 5.593c.047.029.064.09.036.138l-.38.658z",
|
21
|
+
fill: "url(#paint0_radial_Loading8GradientBlueIcon_11622_42029)"
|
22
22
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
-
id: "
|
23
|
+
id: "paint0_radial_Loading8GradientBlueIcon_11622_42029",
|
24
24
|
cx: 0,
|
25
25
|
cy: 0,
|
26
26
|
r: 1,
|
@@ -1,36 +1,37 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Loading8OntintIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 8,
|
9
|
+
height: 8,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"aria-labelledby": titleId
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
d: "
|
17
|
-
fill: "#
|
18
|
-
fillOpacity: 0.
|
16
|
+
d: "M8 4a4 4 0 11-8 0 4 4 0 018 0zM.96 4a3.04 3.04 0 106.08 0A3.04 3.04 0 00.96 4z",
|
17
|
+
fill: "#fff",
|
18
|
+
fillOpacity: 0.2
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
20
|
-
d: "
|
21
|
-
fill: "url(#
|
20
|
+
d: "M2.05 7.377a.098.098 0 01-.136.036A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.111 3.04 3.04 0 00-1.189 5.593c.047.029.064.09.036.138l-.38.658z",
|
21
|
+
fill: "url(#paint0_radial_Loading8OntintIcon_10090_58812)"
|
22
22
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
-
id: "
|
23
|
+
id: "paint0_radial_Loading8OntintIcon_10090_58812",
|
24
24
|
cx: 0,
|
25
25
|
cy: 0,
|
26
26
|
r: 1,
|
27
27
|
gradientUnits: "userSpaceOnUse",
|
28
|
-
gradientTransform: "
|
28
|
+
gradientTransform: "rotate(104.191 1.727 1.591) scale(6.90296)"
|
29
29
|
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
-
stopColor: "#
|
30
|
+
stopColor: "#fff"
|
31
31
|
}), /*#__PURE__*/React.createElement("stop", {
|
32
32
|
offset: 1,
|
33
|
-
stopColor: "#
|
33
|
+
stopColor: "#fff",
|
34
|
+
stopOpacity: 0.6
|
34
35
|
}))));
|
35
36
|
}
|
36
|
-
export default
|
37
|
+
export default Loading8OntintIcon;
|
@@ -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,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;
|