@cloudtower/icons-react 0.32.24 → 0.32.26
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/Cluster16YellowIcon.d.ts +4 -0
- package/dist/FailoverTestVm16BlueIcon.d.ts +4 -0
- package/dist/FailoverTestVm16GrayIcon.d.ts +4 -0
- package/dist/FailoverTestVm16OntintIcon.d.ts +4 -0
- package/dist/FailoverTestVm20BlueIcon.d.ts +4 -0
- package/dist/FailoverTestVm20GrayIcon.d.ts +4 -0
- package/dist/FailoverTestVm20OntintIcon.d.ts +4 -0
- package/dist/FailoverTestVm24BlueIcon.d.ts +4 -0
- package/dist/FailoverTestVm24GrayIcon.d.ts +4 -0
- package/dist/FailoverTestVm24OntintIcon.d.ts +4 -0
- package/dist/IscsiLun24OntintIcon.d.ts +4 -0
- package/dist/NfsInode16YellowIcon.d.ts +4 -0
- package/dist/NfsInode24OntintIcon.d.ts +4 -0
- package/dist/NvmeNamespaceStorageObject16YellowIcon.d.ts +4 -0
- package/dist/NvmeNamespaceStorageObject24OntintIcon.d.ts +4 -0
- package/dist/ReplicaActionStopFailoverTest40GradientBlueIcon.d.ts +4 -0
- package/dist/ReplicaFailoverTest16BlueIcon.d.ts +4 -0
- package/dist/ReplicaFailoverTest24BlueIcon.d.ts +4 -0
- package/dist/ReplicaFailoverTestStop16BlueIcon.d.ts +4 -0
- package/dist/ReplicaFailoverTestStop24BlueIcon.d.ts +4 -0
- package/dist/TaskReportMailNotification24BlueIcon.d.ts +4 -0
- package/dist/TaskReportMailNotification24GrayIcon.d.ts +4 -0
- package/dist/TaskReportMailNotification24OntintIcon.d.ts +4 -0
- package/dist/TaskResultMailNotification24BlueIcon.d.ts +4 -0
- package/dist/TaskResultMailNotification24GrayIcon.d.ts +4 -0
- package/dist/TaskResultMailNotification24OntintIcon.d.ts +4 -0
- package/dist/Vm24OntintIcon.d.ts +4 -0
- package/dist/XmarkCloseCircleFill16OntintIcon.d.ts +4 -0
- package/dist/XmarkCloseCircleFill16OntintLightIcon.d.ts +4 -0
- package/dist/cjs/Cluster16YellowIcon.js +26 -0
- package/dist/cjs/FailoverTestVm16BlueIcon.js +35 -0
- package/dist/cjs/FailoverTestVm16GrayIcon.js +35 -0
- package/dist/cjs/FailoverTestVm16OntintIcon.js +23 -0
- package/dist/cjs/FailoverTestVm20BlueIcon.js +35 -0
- package/dist/cjs/FailoverTestVm20GrayIcon.js +35 -0
- package/dist/cjs/FailoverTestVm20OntintIcon.js +23 -0
- package/dist/cjs/FailoverTestVm24BlueIcon.js +35 -0
- package/dist/cjs/FailoverTestVm24GrayIcon.js +35 -0
- package/dist/cjs/FailoverTestVm24OntintIcon.js +23 -0
- package/dist/cjs/IscsiLun24OntintIcon.js +24 -0
- package/dist/cjs/NfsInode16YellowIcon.js +23 -0
- package/dist/cjs/NfsInode24OntintIcon.js +30 -0
- package/dist/cjs/NvmeNamespaceStorageObject16YellowIcon.js +28 -0
- package/dist/cjs/NvmeNamespaceStorageObject24OntintIcon.js +28 -0
- package/dist/cjs/RecoverRecycleVm16GradientGrayIcon.js +13 -8
- package/dist/cjs/ReplicaActionStopFailoverTest40GradientBlueIcon.js +39 -0
- package/dist/cjs/ReplicaFailoverTest16BlueIcon.js +35 -0
- package/dist/cjs/ReplicaFailoverTest24BlueIcon.js +35 -0
- package/dist/cjs/ReplicaFailoverTestStop16BlueIcon.js +35 -0
- package/dist/cjs/ReplicaFailoverTestStop24BlueIcon.js +35 -0
- package/dist/cjs/TaskReportMailNotification24BlueIcon.js +23 -0
- package/dist/cjs/TaskReportMailNotification24GrayIcon.js +35 -0
- package/dist/cjs/TaskReportMailNotification24OntintIcon.js +23 -0
- package/dist/cjs/TaskResultMailNotification24BlueIcon.js +35 -0
- package/dist/cjs/TaskResultMailNotification24GrayIcon.js +35 -0
- package/dist/cjs/TaskResultMailNotification24OntintIcon.js +23 -0
- package/dist/cjs/Vm24OntintIcon.js +26 -0
- package/dist/cjs/XmarkCloseCircleFill16OntintIcon.js +23 -0
- package/dist/cjs/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
- package/dist/cjs/index.js +29 -0
- package/dist/esm/Cluster16YellowIcon.js +26 -0
- package/dist/esm/FailoverTestVm16BlueIcon.js +35 -0
- package/dist/esm/FailoverTestVm16GrayIcon.js +35 -0
- package/dist/esm/FailoverTestVm16OntintIcon.js +23 -0
- package/dist/esm/FailoverTestVm20BlueIcon.js +35 -0
- package/dist/esm/FailoverTestVm20GrayIcon.js +35 -0
- package/dist/esm/FailoverTestVm20OntintIcon.js +23 -0
- package/dist/esm/FailoverTestVm24BlueIcon.js +35 -0
- package/dist/esm/FailoverTestVm24GrayIcon.js +35 -0
- package/dist/esm/FailoverTestVm24OntintIcon.js +23 -0
- package/dist/esm/IscsiLun24OntintIcon.js +24 -0
- package/dist/esm/NfsInode16YellowIcon.js +23 -0
- package/dist/esm/NfsInode24OntintIcon.js +30 -0
- package/dist/esm/NvmeNamespaceStorageObject16YellowIcon.js +28 -0
- package/dist/esm/NvmeNamespaceStorageObject24OntintIcon.js +28 -0
- package/dist/esm/RecoverRecycleVm16GradientGrayIcon.js +13 -8
- package/dist/esm/ReplicaActionStopFailoverTest40GradientBlueIcon.js +39 -0
- package/dist/esm/ReplicaFailoverTest16BlueIcon.js +35 -0
- package/dist/esm/ReplicaFailoverTest24BlueIcon.js +35 -0
- package/dist/esm/ReplicaFailoverTestStop16BlueIcon.js +35 -0
- package/dist/esm/ReplicaFailoverTestStop24BlueIcon.js +35 -0
- package/dist/esm/TaskReportMailNotification24BlueIcon.js +23 -0
- package/dist/esm/TaskReportMailNotification24GrayIcon.js +35 -0
- package/dist/esm/TaskReportMailNotification24OntintIcon.js +23 -0
- package/dist/esm/TaskResultMailNotification24BlueIcon.js +35 -0
- package/dist/esm/TaskResultMailNotification24GrayIcon.js +35 -0
- package/dist/esm/TaskResultMailNotification24OntintIcon.js +23 -0
- package/dist/esm/Vm24OntintIcon.js +26 -0
- package/dist/esm/XmarkCloseCircleFill16OntintIcon.js +23 -0
- package/dist/esm/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
- package/dist/esm/index.js +29 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +29 -0
- package/package.json +3 -3
@@ -0,0 +1,26 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function Cluster16YellowIcon({
|
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
|
+
"data-testid": "Cluster16YellowIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
17
|
+
fill: "#FEA008"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M4.5 4A.75.75 0 113 4a.75.75 0 011.5 0zM3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5zM3.75 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M1 3.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1V3.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V3.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.219s.003 0 .008-.003a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 6.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z"
|
24
|
+
})));
|
25
|
+
}
|
26
|
+
export default Cluster16YellowIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm16BlueIcon({
|
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
|
+
"data-testid": "FailoverTestVm16BlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M13.5 2.5h-11A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-11-1A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h6a.5.5 0 000-1H9.75V12h3.75a1.5 1.5 0 001.5-1.5V3a1.5 1.5 0 00-1.5-1.5h-11zm4.696 2.645a1.5 1.5 0 00-2.11.222L3.827 5.92a1.5 1.5 0 00.222 2.11l1.555 1.258a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.222-2.11L7.196 4.146zm-1.333.85a.5.5 0 01.704-.073L8.12 6.181a.5.5 0 01.074.703L6.936 8.438a.5.5 0 01-.703.074L4.679 7.253a.5.5 0 01-.074-.703l1.258-1.554zm4.534-.831a1.5 1.5 0 00-2.11.222l.778.629a.5.5 0 01.703-.074L11.322 6.2a.5.5 0 01.074.703l-1.258 1.554a.5.5 0 01-.704.074l-.629.777a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.221-2.11l-1.555-1.258z",
|
20
|
+
fill: "url(#paint0_radial_FailoverTestVm16BlueIcon_16593_107)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_FailoverTestVm16BlueIcon_16593_107",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(14.00002 -13.00002 12.96436 13.96162 1 14.5)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default FailoverTestVm16BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm16GrayIcon({
|
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
|
+
"data-testid": "FailoverTestVm16GrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M13.5 2.5h-11A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-11-1A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h6a.5.5 0 000-1H9.75V12h3.75a1.5 1.5 0 001.5-1.5V3a1.5 1.5 0 00-1.5-1.5h-11zm4.696 2.645a1.5 1.5 0 00-2.11.222L3.827 5.92a1.5 1.5 0 00.222 2.11l1.555 1.258a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.222-2.11L7.196 4.146zm-1.333.85a.5.5 0 01.704-.073L8.12 6.181a.5.5 0 01.074.703L6.936 8.438a.5.5 0 01-.703.074L4.679 7.253a.5.5 0 01-.074-.703l1.258-1.554zm4.534-.831a1.5 1.5 0 00-2.11.222l.778.629a.5.5 0 01.703-.074L11.322 6.2a.5.5 0 01.074.703l-1.258 1.554a.5.5 0 01-.704.074l-.629.777a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.221-2.11l-1.555-1.258z",
|
20
|
+
fill: "url(#paint0_radial_FailoverTestVm16GrayIcon_16593_103)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_FailoverTestVm16GrayIcon_16593_103",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(14.00002 -13.00002 12.96436 13.96162 1 14.5)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#CCD4E3"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#6B7D99"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default FailoverTestVm16GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm16OntintIcon({
|
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
|
+
"data-testid": "FailoverTestVm16OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M13.5 2.5h-11A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-11-1A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h6a.5.5 0 000-1H9.75V12h3.75a1.5 1.5 0 001.5-1.5V3a1.5 1.5 0 00-1.5-1.5h-11zm4.696 2.645a1.5 1.5 0 00-2.11.222L3.827 5.92a1.5 1.5 0 00.222 2.11l1.555 1.258a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.222-2.11L7.196 4.146zm-1.333.85a.5.5 0 01.704-.073L8.12 6.181a.5.5 0 01.074.703L6.936 8.438a.5.5 0 01-.703.074L4.679 7.253a.5.5 0 01-.074-.703l1.258-1.554zm4.534-.831a1.5 1.5 0 00-2.11.222l.778.629a.5.5 0 01.703-.074L11.322 6.2a.5.5 0 01.074.703l-1.258 1.554a.5.5 0 01-.704.074l-.629.777a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.221-2.11l-1.555-1.258z",
|
20
|
+
fill: "#fff"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
export default FailoverTestVm16OntintIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm20BlueIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 20,
|
9
|
+
height: 20,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"data-testid": "FailoverTestVm20BlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M1.218 3.092C1 3.52 1 4.08 1 5.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 16 3.08 16 4.2 16H8v2H5.5a.5.5 0 000 1h9a.5.5 0 000-1H12v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C19 14.48 19 13.92 19 12.8V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C17.48 2 16.92 2 15.8 2H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM15.8 3H4.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2 4.25 2 4.623 2 5.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C3.25 15 3.623 15 4.2 15h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C18 13.75 18 13.377 18 12.8V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C16.75 3 16.377 3 15.8 3zm-4.747 4.94L8.932 5.818a1.5 1.5 0 00-2.121 0L4.689 7.94a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM7.518 6.525a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L5.396 9.354a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 11.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.122-2.122a.5.5 0 00-.707 0 .5.5 0 01-.707-.707 1.5 1.5 0 012.122 0z",
|
20
|
+
fill: "url(#paint0_radial_FailoverTestVm20BlueIcon_16593_101)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_FailoverTestVm20BlueIcon_16593_101",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1 19)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default FailoverTestVm20BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm20GrayIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 20,
|
9
|
+
height: 20,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"data-testid": "FailoverTestVm20GrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M1.218 3.092C1 3.52 1 4.08 1 5.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 16 3.08 16 4.2 16H8v2H5.5a.5.5 0 000 1h9a.5.5 0 000-1H12v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C19 14.48 19 13.92 19 12.8V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C17.48 2 16.92 2 15.8 2H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM15.8 3H4.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2 4.25 2 4.623 2 5.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C3.25 15 3.623 15 4.2 15h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C18 13.75 18 13.377 18 12.8V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C16.75 3 16.377 3 15.8 3zm-4.747 4.94L8.932 5.818a1.5 1.5 0 00-2.121 0L4.689 7.94a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM7.518 6.525a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L5.396 9.354a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 11.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.122-2.122a.5.5 0 00-.707 0 .5.5 0 01-.707-.707 1.5 1.5 0 012.122 0z",
|
20
|
+
fill: "url(#paint0_radial_FailoverTestVm20GrayIcon_16593_91)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_FailoverTestVm20GrayIcon_16593_91",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1 19)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#CCD4E3"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#6B7D99"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default FailoverTestVm20GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm20OntintIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 20,
|
9
|
+
height: 20,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"data-testid": "FailoverTestVm20OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M1.218 3.092C1 3.52 1 4.08 1 5.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 16 3.08 16 4.2 16H8v2H5.5a.5.5 0 000 1h9a.5.5 0 000-1H12v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C19 14.48 19 13.92 19 12.8V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C17.48 2 16.92 2 15.8 2H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM15.8 3H4.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2 4.25 2 4.623 2 5.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C3.25 15 3.623 15 4.2 15h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C18 13.75 18 13.377 18 12.8V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C16.75 3 16.377 3 15.8 3zm-4.747 4.94L8.932 5.818a1.5 1.5 0 00-2.121 0L4.689 7.94a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM7.518 6.525a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L5.396 9.354a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 11.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.122-2.122a.5.5 0 00-.707 0 .5.5 0 01-.707-.707 1.5 1.5 0 012.122 0z",
|
20
|
+
fill: "#fff"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
export default FailoverTestVm20OntintIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm24BlueIcon({
|
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
|
+
"data-testid": "FailoverTestVm24BlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M3.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-4.747 4.938l-2.121-2.122a1.5 1.5 0 00-2.121 0L6.689 9.938a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM9.518 8.523a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0l-2.122-2.121a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 01.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.121-2.122a.5.5 0 00-.708 0 .5.5 0 11-.707-.707 1.5 1.5 0 012.122 0z",
|
20
|
+
fill: "url(#paint0_radial_FailoverTestVm24BlueIcon_16593_99)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_FailoverTestVm24BlueIcon_16593_99",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default FailoverTestVm24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm24GrayIcon({
|
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
|
+
"data-testid": "FailoverTestVm24GrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M3.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-4.747 4.938l-2.121-2.122a1.5 1.5 0 00-2.121 0L6.689 9.938a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM9.518 8.523a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0l-2.122-2.121a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 01.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.121-2.122a.5.5 0 00-.708 0 .5.5 0 11-.707-.707 1.5 1.5 0 012.122 0z",
|
20
|
+
fill: "url(#paint0_radial_FailoverTestVm24GrayIcon_16593_95)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_FailoverTestVm24GrayIcon_16593_95",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#CCD4E3"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#6B7D99"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default FailoverTestVm24GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FailoverTestVm24OntintIcon({
|
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
|
+
"data-testid": "FailoverTestVm24OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M3.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-4.747 4.938l-2.121-2.122a1.5 1.5 0 00-2.121 0L6.689 9.938a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM9.518 8.523a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0l-2.122-2.121a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 01.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.121-2.122a.5.5 0 00-.708 0 .5.5 0 11-.707-.707 1.5 1.5 0 012.122 0z",
|
20
|
+
fill: "#fff"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
export default FailoverTestVm24OntintIcon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IscsiLun24OntintIcon({
|
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
|
+
"data-testid": "IscsiLun24OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
17
|
+
fill: "#fff"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M14.036 2.829l2.603 2.603a.5.5 0 11-.707.707l-2.588-2.588a12.922 12.922 0 00-.682-.655c-.167-.142-.27-.199-.353-.226a1 1 0 00-.618 0c-.083.027-.186.084-.353.226-.172.146-.379.352-.681.655L6.98 7.227c-.303.303-.509.51-.655.682-.142.167-.199.27-.226.353a1 1 0 000 .618c.027.083.084.186.226.353.146.172.352.379.655.681l3.676 3.677c.303.303.51.509.682.655.167.142.27.199.353.226.2.065.417.065.618 0 .084-.027.186-.084.353-.226.173-.146.379-.352.681-.655l2.59-2.588a.5.5 0 11.706.707l-2.603 2.603c-.285.285-.52.52-.726.695-.215.183-.433.33-.692.415a2 2 0 01-1.236 0c-.259-.084-.476-.232-.691-.415-.208-.175-.442-.41-.727-.695l-3.706-3.706c-.285-.285-.52-.52-.695-.726-.183-.215-.33-.433-.415-.692a2 2 0 010-1.236c.084-.26.232-.477.415-.692.175-.207.41-.441.695-.726l3.706-3.706c.285-.285.52-.52.726-.695.216-.183.433-.33.692-.415a2 2 0 011.236 0c.26.084.477.232.692.415.207.175.441.41.726.695z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M13 8.5a.5.5 0 01.5-.5h6a.5.5 0 110 1h-6a.5.5 0 01-.5-.5zM5.92 22h3.166v-.862h-2.12v-4.084H5.92V22zM12.833 17.055v3.122c0 .565-.396.973-1.004.973-.606 0-1.005-.408-1.005-.973v-3.122H9.78v3.211c0 1.082.816 1.804 2.05 1.804 1.229 0 2.05-.722 2.05-1.804v-3.211h-1.046zM17.835 17.055h1.04V22h-.902l-2.152-3.113h-.036V22h-1.046v-4.945h.918l2.134 3.11h.044v-3.11z"
|
22
|
+
})));
|
23
|
+
}
|
24
|
+
export default IscsiLun24OntintIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NfsInode16YellowIcon({
|
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
|
+
"data-testid": "NfsInode16YellowIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M3 8V3.4c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.219s.003 0 .008-.003a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017H9v2.4c0 .56 0 .84.109 1.054a1 1 0 00.437.437C9.76 6 10.04 6 10.6 6H13v2H3zm11 0a1 1 0 011 1v5a1 1 0 01-1 1H2a1 1 0 01-1-1V9a1 1 0 011-1V3.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656C3.139 1 3.559 1 4.4 1h4.606c.367 0 .55 0 .723.041.153.037.3.098.433.18.152.093.281.223.54.482l2.595 2.594c.26.26.39.39.482.54.082.135.143.281.18.434.041.173.041.356.041.723V8zM2 9h12v5H2V9zm10.756 1.863h-.888c-.018-.222-.16-.354-.46-.354-.287 0-.412.11-.414.26-.008.164.137.259.46.327l.28.06c.755.162 1.066.528 1.069 1.048-.003.675-.522 1.049-1.389 1.049-.89 0-1.472-.384-1.475-1.242h.881c.015.314.226.48.581.48.297 0 .45-.118.454-.287-.003-.155-.133-.25-.514-.333l-.34-.074c-.606-.13-.977-.427-.975-.961-.005-.651.569-1.088 1.382-1.088.828 0 1.345.444 1.348 1.115zM6.242 9.794h-.928v1.79h-.027l-1.215-1.79h-.787v3.418h.928v-1.795h.02l1.235 1.796h.774V9.793zm.739 3.418h.928v-1.335h1.329v-.747H7.909v-.588h1.475v-.748H6.981v3.418z",
|
20
|
+
fill: "#FEA008"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
export default NfsInode16YellowIcon;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NfsInode24OntintIcon({
|
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
|
+
"data-testid": "NfsInode24OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
17
|
+
fill: "#fff"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M9.776 12.745h-.98v2.928h-.04l-2.01-2.928h-.863V17.4h.984v-2.93H6.9l2.025 2.93h.85v-4.654zM10.789 17.4h.984v-1.923h1.893v-.811h-1.893v-1.11h2.098v-.81h-3.082V17.4zM17.258 14.084h.943c-.014-.83-.696-1.402-1.732-1.402-1.02 0-1.768.563-1.764 1.409-.002.686.482 1.08 1.269 1.268l.506.127c.507.123.789.268.791.582-.002.341-.325.573-.825.573-.511 0-.88-.236-.911-.702h-.952c.025 1.006.745 1.527 1.875 1.527 1.136 0 1.804-.543 1.807-1.396-.003-.774-.587-1.186-1.396-1.368l-.418-.1c-.405-.093-.743-.243-.737-.577 0-.3.266-.52.748-.52.47 0 .76.213.796.58z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M13.5 2h.124c.384 0 .576 0 .756.045.04.01.08.022.118.035h.002c.116.04.226.094.33.16.155.101.286.241.548.522l3.977 4.26c.238.256.357.384.442.53.076.131.131.272.165.418l.005.023.001.007c.032.157.032.331.032.66v1.84h1a1 1 0 011 1v7a1 1 0 01-1 1h-1v.1c0 .84 0 1.26-.163 1.581a1.5 1.5 0 01-.656.655c-.32.164-.74.164-1.581.164H6.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C4 20.861 4 20.441 4 19.6v-.1H3a1 1 0 01-1-1v-7a1 1 0 011-1h1V4.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656C5.139 2 5.559 2 6.4 2h7.1zm.546 6.891C14.26 9 14.54 9 15.1 9H19v1.5H5V4.4c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215.5.5 0 01.222-.226l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017h7.1v4.4c0 .56 0 .84.109 1.054a1 1 0 00.437.437zM19 19.6v-.1H5v.1c0 .436 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h11.2c.436 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.007-.003h.001a.5.5 0 00.218-.219l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904zm2-8.1H3v7h18v-7z"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M9.776 12.745h-.98v2.928h-.04l-2.01-2.928h-.863V17.4h.984v-2.93H6.9l2.025 2.93h.85v-4.654zm1.013 4.655h.984v-1.923h1.893v-.811h-1.893v-1.11h2.098v-.81h-3.082V17.4zm6.469-3.316h.943c-.014-.83-.696-1.402-1.732-1.402-1.02 0-1.768.563-1.764 1.409-.002.686.482 1.08 1.269 1.268l.506.127c.507.123.789.268.791.582-.002.341-.325.573-.825.573-.511 0-.88-.236-.911-.702h-.952c.025 1.006.745 1.527 1.875 1.527 1.136 0 1.804-.543 1.807-1.396-.003-.774-.587-1.186-1.396-1.368l-.418-.1c-.405-.093-.743-.243-.737-.577 0-.3.266-.52.748-.52.47 0 .76.213.796.58z"
|
28
|
+
})));
|
29
|
+
}
|
30
|
+
export default NfsInode24OntintIcon;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NvmeNamespaceStorageObject16YellowIcon({
|
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
|
+
"data-testid": "NvmeNamespaceStorageObject16YellowIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
17
|
+
fill: "#FEA008"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M12 5v2h-2V5h2zM9 7V5H7v2h2zM6 5v2H4V5h2z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M14 5a2 2 0 00-2-2H4a2 2 0 00-2 2v2a2 2 0 002 2h8a2 2 0 002-2V5zm-1 2V5a1 1 0 00-1-1H4a1 1 0 00-1 1v2a1 1 0 001 1h8a1 1 0 001-1z"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
d: "M10.959 10.88h-.613c-.023-.23-.21-.364-.516-.364-.313 0-.486.138-.486.326-.004.21.216.304.478.362l.272.063c.525.114.905.372.906.858-.002.534-.435.875-1.173.875-.734 0-1.201-.326-1.218-.958h.619c.02.292.26.44.591.44.325 0 .535-.145.536-.358-.001-.197-.184-.288-.513-.365l-.33-.08c-.51-.118-.824-.365-.823-.795-.003-.53.483-.884 1.145-.884.673 0 1.116.36 1.125.88zM6.892 10.04h.636v2.919h-.552L5.66 11.122H5.64v1.837H5v-2.92h.56l1.305 1.837h.027V10.04z"
|
26
|
+
})));
|
27
|
+
}
|
28
|
+
export default NvmeNamespaceStorageObject16YellowIcon;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NvmeNamespaceStorageObject24OntintIcon({
|
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
|
+
"data-testid": "NvmeNamespaceStorageObject24OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
17
|
+
fill: "#fff"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M19 8v4h-4V8h4zM14 12V8h-4v4h4zM9 8v4H5V8h4z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M21 8a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2V8zm-1 4V8a1 1 0 00-1-1H5a1 1 0 00-1 1v4a1 1 0 001 1h14a1 1 0 001-1z"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
d: "M16.104 16.891h-.885c-.034-.343-.304-.543-.745-.543-.452 0-.701.207-.701.488-.007.313.31.454.69.541l.392.094c.758.17 1.306.556 1.308 1.282-.002.8-.628 1.309-1.694 1.309-1.059 0-1.734-.488-1.758-1.432h.893c.03.437.375.658.855.658.468 0 .771-.217.773-.537-.002-.294-.266-.43-.741-.545l-.476-.12c-.737-.176-1.19-.545-1.189-1.188-.004-.793.697-1.321 1.654-1.321.971 0 1.61.537 1.623 1.314zM10.232 15.636h.918V20h-.797l-1.898-2.747h-.032V20H7.5v-4.364h.81l1.883 2.745h.039v-2.745z"
|
26
|
+
})));
|
27
|
+
}
|
28
|
+
export default NvmeNamespaceStorageObject24OntintIcon;
|
@@ -5,8 +5,8 @@ function RecoverRecycleVm16GradientGrayIcon({
|
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 32,
|
9
|
+
height: 32,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"data-testid": "RecoverRecycleVm16GradientGrayIcon",
|
@@ -14,20 +14,25 @@ function RecoverRecycleVm16GradientGrayIcon({
|
|
14
14
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
15
|
id: titleId
|
16
16
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
-
|
18
|
-
|
17
|
+
fill: "#EDF0F7",
|
18
|
+
d: "M0 0h32v32H0z"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M9.396 13.694a.5.5 0 010-.707l3.182-3.182a.5.5 0 11.708.707l-2.329 2.329h7.293c.76 0 1.877.252 2.815 1.011.959.777 1.685 2.05 1.685 3.989 0 .747-.22 1.855-.894 2.792-.693.962-1.843 1.708-3.606 1.708h-3a.5.5 0 110-1h3c1.437 0 2.287-.588 2.794-1.292.526-.73.706-1.621.706-2.208 0-1.66-.607-2.638-1.315-3.212a3.631 3.631 0 00-2.185-.788h-7.293l2.329 2.328a.5.5 0 01-.708.707l-3.182-3.182z",
|
23
|
+
fill: "url(#paint0_radial_RecoverRecycleVm16GradientGrayIcon_4143_47735)"
|
19
24
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
20
|
-
id: "
|
25
|
+
id: "paint0_radial_RecoverRecycleVm16GradientGrayIcon_4143_47735",
|
21
26
|
cx: 0,
|
22
27
|
cy: 0,
|
23
28
|
r: 1,
|
24
29
|
gradientUnits: "userSpaceOnUse",
|
25
|
-
gradientTransform: "
|
30
|
+
gradientTransform: "matrix(13.5 -12.682 12.65728 13.47369 9.25 22.34)"
|
26
31
|
}, /*#__PURE__*/React.createElement("stop", {
|
27
|
-
stopColor: "#
|
32
|
+
stopColor: "#5BCAFF"
|
28
33
|
}), /*#__PURE__*/React.createElement("stop", {
|
29
34
|
offset: 1,
|
30
|
-
stopColor: "#
|
35
|
+
stopColor: "#06F"
|
31
36
|
}))));
|
32
37
|
}
|
33
38
|
export default RecoverRecycleVm16GradientGrayIcon;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function ReplicaActionStopFailoverTest40GradientBlueIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 40,
|
9
|
+
height: 40,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"data-testid": "ReplicaActionStopFailoverTest40GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M29.172 15.05a1 1 0 011.414 0l3.838 3.838c.383.384.575.579.648.803a1 1 0 010 .619c-.074.228-.272.426-.668.822l-3.818 3.818a1 1 0 01-1.414-1.414L32.707 20l-3.535-3.535a1 1 0 010-1.414zm-15.93 9.193a1 1 0 01-1.414 0l-2.829-2.829-2.828 2.829a1 1 0 11-1.414-1.415L7.585 20l-2.828-2.828a1 1 0 111.414-1.415l2.828 2.829 2.829-2.829a1 1 0 111.414 1.415L10.414 20l2.828 2.828a1 1 0 010 1.415zM17 20a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm5-1a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2z",
|
20
|
+
fill: "url(#paint0_linear_16627_8569)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
22
|
+
id: "paint0_linear_16627_8569",
|
23
|
+
x1: 36.882,
|
24
|
+
y1: 20,
|
25
|
+
x2: 6.353,
|
26
|
+
y2: 20,
|
27
|
+
gradientUnits: "userSpaceOnUse"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#0080FF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 0.183,
|
32
|
+
stopColor: "#3199FF"
|
33
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
34
|
+
offset: 1,
|
35
|
+
stopColor: "#66B3FF",
|
36
|
+
stopOpacity: 0.7
|
37
|
+
}))));
|
38
|
+
}
|
39
|
+
export default ReplicaActionStopFailoverTest40GradientBlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function ReplicaFailoverTest16BlueIcon({
|
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
|
+
"data-testid": "ReplicaFailoverTest16BlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M11.179 3.017a.5.5 0 00-.062.705l3.607 4.298-3.59 4.279a.5.5 0 10.766.643l3.857-4.597a.5.5 0 00.033-.598.506.506 0 00-.05-.072L11.883 3.08a.5.5 0 00-.704-.062zm-2.033 1.63a.5.5 0 01.708 0l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708l3-3zm.354 1.06L7.207 8 9.5 10.293 11.793 8 9.5 5.707zM4.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm1 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",
|
20
|
+
fill: "url(#paint0_radial_ReplicaFailoverTest16BlueIcon_16593_16)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_ReplicaFailoverTest16BlueIcon_16593_16",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "rotate(-33.615 21.968 5.732) scale(18.4605 17.0217)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default ReplicaFailoverTest16BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function ReplicaFailoverTest24BlueIcon({
|
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
|
+
"data-testid": "ReplicaFailoverTest24BlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M16.799 5.476a.5.5 0 00-.062.705l4.893 5.83-4.876 5.81a.5.5 0 00.766.644l5.142-6.129a.5.5 0 00.034-.598.499.499 0 00-.05-.072l-5.143-6.128a.5.5 0 00-.704-.062zM4.5 13.993a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6zm8.39-7.589a.5.5 0 01.706 0l4.243 4.243a.5.5 0 010 .707l-4.243 4.243a.5.5 0 01-.707 0l-4.243-4.243a.5.5 0 010-.707l4.243-4.243zm.353 1.06l-3.536 3.537 3.536 3.535 3.535-3.535-3.535-3.536z",
|
20
|
+
fill: "url(#paint0_radial_ReplicaFailoverTest24BlueIcon_16593_20)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_ReplicaFailoverTest24BlueIcon_16593_20",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(21.27916 -13.284 11.93458 19.11759 1.5 18.643)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
export default ReplicaFailoverTest24BlueIcon;
|