@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,28 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = 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
|
module.exports = RecoverRecycleVm16GradientGrayIcon;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = ReplicaActionStopFailoverTest40GradientBlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = ReplicaFailoverTest16BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = ReplicaFailoverTest24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ReplicaFailoverTestStop16BlueIcon({
|
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": "ReplicaFailoverTestStop16BlueIcon",
|
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.283 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.06L6.957 8l2.293 2.293L11.543 8 9.25 5.707zm-8.604-.06a.5.5 0 01.708 0L3 7.292l1.646-1.647a.5.5 0 11.708.708L3.707 8l1.647 1.646a.5.5 0 01-.708.708L3 8.707l-1.646 1.647a.5.5 0 01-.708-.708L2.293 8 .646 6.354a.5.5 0 010-.708z",
|
20
|
+
fill: "url(#paint0_radial_ReplicaFailoverTestStop16BlueIcon_16593_36)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_ReplicaFailoverTestStop16BlueIcon_16593_36",
|
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
|
+
module.exports = ReplicaFailoverTestStop16BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ReplicaFailoverTestStop24BlueIcon({
|
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": "ReplicaFailoverTestStop24BlueIcon",
|
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.8 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-.062zM1.646 8.818a.5.5 0 01.708 0l2.353 2.354 2.354-2.354a.5.5 0 01.707.707l-2.44 2.441a.503.503 0 010 .069l2.44 2.44a.5.5 0 11-.707.707L4.707 12.83l-2.353 2.353a.5.5 0 01-.708-.707l2.441-2.44a.503.503 0 010-.069l-2.44-2.44a.5.5 0 010-.708zM12.89 7.404a.5.5 0 01.707 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.354 1.06l-3.536 3.537 3.536 3.535 3.535-3.535-3.535-3.536z",
|
20
|
+
fill: "url(#paint0_radial_ReplicaFailoverTestStop24BlueIcon_16593_29)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_ReplicaFailoverTestStop24BlueIcon_16593_29",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "matrix(21.28036 -13.28397 11.93424 19.11815 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
|
+
module.exports = ReplicaFailoverTestStop24BlueIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TaskReportMailNotification24BlueIcon({
|
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": "TaskReportMailNotification24BlueIcon",
|
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: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
|
20
|
+
fill: "#1A82FF"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
module.exports = TaskReportMailNotification24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TaskReportMailNotification24GrayIcon({
|
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": "TaskReportMailNotification24GrayIcon",
|
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: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
|
20
|
+
fill: "url(#paint0_radial_TaskReportMailNotification24GrayIcon_16639_130180)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_TaskReportMailNotification24GrayIcon_16639_130180",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#CCD4E3"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#6B7D99"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
module.exports = TaskReportMailNotification24GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TaskReportMailNotification24OntintIcon({
|
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": "TaskReportMailNotification24OntintIcon",
|
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: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
|
20
|
+
fill: "#fff"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
module.exports = TaskReportMailNotification24OntintIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TaskResultMailNotification24BlueIcon({
|
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": "TaskResultMailNotification24BlueIcon",
|
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: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
|
20
|
+
fill: "url(#paint0_radial_TaskResultMailNotification24BlueIcon_16639_130077)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_TaskResultMailNotification24BlueIcon_16639_130077",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#5BCAFF"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#06F"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
module.exports = TaskResultMailNotification24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TaskResultMailNotification24GrayIcon({
|
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": "TaskResultMailNotification24GrayIcon",
|
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: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
|
20
|
+
fill: "url(#paint0_radial_TaskResultMailNotification24GrayIcon_16639_130172)"
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
22
|
+
id: "paint0_radial_TaskResultMailNotification24GrayIcon_16639_130172",
|
23
|
+
cx: 0,
|
24
|
+
cy: 0,
|
25
|
+
r: 1,
|
26
|
+
gradientUnits: "userSpaceOnUse",
|
27
|
+
gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
|
28
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
29
|
+
stopColor: "#CCD4E3"
|
30
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
31
|
+
offset: 1,
|
32
|
+
stopColor: "#6B7D99"
|
33
|
+
}))));
|
34
|
+
}
|
35
|
+
module.exports = TaskResultMailNotification24GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TaskResultMailNotification24OntintIcon({
|
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": "TaskResultMailNotification24OntintIcon",
|
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: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
|
20
|
+
fill: "#fff"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
module.exports = TaskResultMailNotification24OntintIcon;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Vm24OntintIcon({
|
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": "Vm24OntintIcon",
|
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: "M6.5 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M3 7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2zM6.2 5h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5z"
|
24
|
+
})));
|
25
|
+
}
|
26
|
+
module.exports = Vm24OntintIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function XmarkCloseCircleFill16OntintIcon({
|
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": "XmarkCloseCircleFill16OntintIcon",
|
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: "M8 15A7 7 0 108 1a7 7 0 000 14zm2.121-9.828a.5.5 0 11.707.707L8.708 8l2.12 2.121a.5.5 0 11-.707.707L8 8.709l-2.121 2.12a.5.5 0 11-.707-.707L7.292 8l-2.12-2.121a.5.5 0 01.707-.707L8 7.292l2.121-2.12z",
|
20
|
+
fill: "#fff"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
module.exports = XmarkCloseCircleFill16OntintIcon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function XmarkCloseCircleFill16OntintLightIcon({
|
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": "XmarkCloseCircleFill16OntintLightIcon",
|
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: "M8 15A7 7 0 108 1a7 7 0 000 14zm2.121-9.828a.5.5 0 11.707.707L8.708 8l2.12 2.121a.5.5 0 11-.707.707L8 8.709l-2.121 2.12a.5.5 0 11-.707-.707L7.292 8l-2.12-2.121a.5.5 0 01.707-.707L8 7.292l2.121-2.12z",
|
20
|
+
fill: "#fff",
|
21
|
+
fillOpacity: 0.6
|
22
|
+
}));
|
23
|
+
}
|
24
|
+
module.exports = XmarkCloseCircleFill16OntintLightIcon;
|
package/dist/cjs/index.js
CHANGED
@@ -238,6 +238,7 @@ module.exports.Cluster16BlueIcon = require("./Cluster16BlueIcon.js")
|
|
238
238
|
module.exports.Cluster16GradientBlueIcon = require("./Cluster16GradientBlueIcon.js")
|
239
239
|
module.exports.Cluster16GradientGrayIcon = require("./Cluster16GradientGrayIcon.js")
|
240
240
|
module.exports.Cluster16OntintIcon = require("./Cluster16OntintIcon.js")
|
241
|
+
module.exports.Cluster16YellowIcon = require("./Cluster16YellowIcon.js")
|
241
242
|
module.exports.Cluster16Icon = require("./Cluster16Icon.js")
|
242
243
|
module.exports.Cluster24BlueIcon = require("./Cluster24BlueIcon.js")
|
243
244
|
module.exports.Cluster24GradientBlueIcon = require("./Cluster24GradientBlueIcon.js")
|
@@ -412,6 +413,15 @@ module.exports.ExternalSubnet24GradientGreyIcon = require("./ExternalSubnet24Gra
|
|
412
413
|
module.exports.ExternalSubnet24OntintIcon = require("./ExternalSubnet24OntintIcon.js")
|
413
414
|
module.exports.Failback24BlueIcon = require("./Failback24BlueIcon.js")
|
414
415
|
module.exports.Failover24BlueIcon = require("./Failover24BlueIcon.js")
|
416
|
+
module.exports.FailoverTestVm16BlueIcon = require("./FailoverTestVm16BlueIcon.js")
|
417
|
+
module.exports.FailoverTestVm16GrayIcon = require("./FailoverTestVm16GrayIcon.js")
|
418
|
+
module.exports.FailoverTestVm16OntintIcon = require("./FailoverTestVm16OntintIcon.js")
|
419
|
+
module.exports.FailoverTestVm20BlueIcon = require("./FailoverTestVm20BlueIcon.js")
|
420
|
+
module.exports.FailoverTestVm20GrayIcon = require("./FailoverTestVm20GrayIcon.js")
|
421
|
+
module.exports.FailoverTestVm20OntintIcon = require("./FailoverTestVm20OntintIcon.js")
|
422
|
+
module.exports.FailoverTestVm24BlueIcon = require("./FailoverTestVm24BlueIcon.js")
|
423
|
+
module.exports.FailoverTestVm24GrayIcon = require("./FailoverTestVm24GrayIcon.js")
|
424
|
+
module.exports.FailoverTestVm24OntintIcon = require("./FailoverTestVm24OntintIcon.js")
|
415
425
|
module.exports.File16GradientBlueIcon = require("./File16GradientBlueIcon.js")
|
416
426
|
module.exports.FileCluster24BlueIcon = require("./FileCluster24BlueIcon.js")
|
417
427
|
module.exports.FileCluster24OntintIcon = require("./FileCluster24OntintIcon.js")
|
@@ -565,6 +575,7 @@ module.exports.IscsiLun16YellowIcon = require("./IscsiLun16YellowIcon.js")
|
|
565
575
|
module.exports.IscsiLun24BlueIcon = require("./IscsiLun24BlueIcon.js")
|
566
576
|
module.exports.IscsiLun24GradientBlueIcon = require("./IscsiLun24GradientBlueIcon.js")
|
567
577
|
module.exports.IscsiLun24GradientGrayIcon = require("./IscsiLun24GradientGrayIcon.js")
|
578
|
+
module.exports.IscsiLun24OntintIcon = require("./IscsiLun24OntintIcon.js")
|
568
579
|
module.exports.IscsiLun24Icon = require("./IscsiLun24Icon.js")
|
569
580
|
module.exports.IscsiTarget16GradientBlueIcon = require("./IscsiTarget16GradientBlueIcon.js")
|
570
581
|
module.exports.IscsiTarget24BlueIcon = require("./IscsiTarget24BlueIcon.js")
|
@@ -810,7 +821,9 @@ module.exports.NfsFile24GradientBlueIcon = require("./NfsFile24GradientBlueIcon.
|
|
810
821
|
module.exports.NfsFile24GradientGrayIcon = require("./NfsFile24GradientGrayIcon.js")
|
811
822
|
module.exports.NfsFolder24GradientBlueIcon = require("./NfsFolder24GradientBlueIcon.js")
|
812
823
|
module.exports.NfsFolder24GradientGrayIcon = require("./NfsFolder24GradientGrayIcon.js")
|
824
|
+
module.exports.NfsInode16YellowIcon = require("./NfsInode16YellowIcon.js")
|
813
825
|
module.exports.NfsInode24BlueIcon = require("./NfsInode24BlueIcon.js")
|
826
|
+
module.exports.NfsInode24OntintIcon = require("./NfsInode24OntintIcon.js")
|
814
827
|
module.exports.NfsInode24Icon = require("./NfsInode24Icon.js")
|
815
828
|
module.exports.Nic16GradientBlueIcon = require("./Nic16GradientBlueIcon.js")
|
816
829
|
module.exports.Nic24BlueIcon = require("./Nic24BlueIcon.js")
|
@@ -849,8 +862,10 @@ module.exports.NvmeNamespaceGroup24GrayIcon = require("./NvmeNamespaceGroup24Gra
|
|
849
862
|
module.exports.NvmeNamespaceStorageObject16GradientBlueIcon = require("./NvmeNamespaceStorageObject16GradientBlueIcon.js")
|
850
863
|
module.exports.NvmeNamespaceStorageObject16GradientGrayIcon = require("./NvmeNamespaceStorageObject16GradientGrayIcon.js")
|
851
864
|
module.exports.NvmeNamespaceStorageObject16OntintIcon = require("./NvmeNamespaceStorageObject16OntintIcon.js")
|
865
|
+
module.exports.NvmeNamespaceStorageObject16YellowIcon = require("./NvmeNamespaceStorageObject16YellowIcon.js")
|
852
866
|
module.exports.NvmeNamespaceStorageObject24BlueIcon = require("./NvmeNamespaceStorageObject24BlueIcon.js")
|
853
867
|
module.exports.NvmeNamespaceStorageObject24GrayIcon = require("./NvmeNamespaceStorageObject24GrayIcon.js")
|
868
|
+
module.exports.NvmeNamespaceStorageObject24OntintIcon = require("./NvmeNamespaceStorageObject24OntintIcon.js")
|
854
869
|
module.exports.NvmeSubsystemDatastoreStorageObject16GradientBlueIcon = require("./NvmeSubsystemDatastoreStorageObject16GradientBlueIcon.js")
|
855
870
|
module.exports.NvmeSubsystemDatastoreStorageObject16GradientGrayIcon = require("./NvmeSubsystemDatastoreStorageObject16GradientGrayIcon.js")
|
856
871
|
module.exports.NvmeSubsystemDatastoreStorageObject16OntintIcon = require("./NvmeSubsystemDatastoreStorageObject16OntintIcon.js")
|
@@ -1050,6 +1065,7 @@ module.exports.RefreshSync16Icon = require("./RefreshSync16Icon.js")
|
|
1050
1065
|
module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
|
1051
1066
|
module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
|
1052
1067
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
1068
|
+
module.exports.ReplicaActionStopFailoverTest40GradientBlueIcon = require("./ReplicaActionStopFailoverTest40GradientBlueIcon.js")
|
1053
1069
|
module.exports.ReplicaActionsFailback40GradientBlueIcon = require("./ReplicaActionsFailback40GradientBlueIcon.js")
|
1054
1070
|
module.exports.ReplicaActionsFailover40GradientBlueIcon = require("./ReplicaActionsFailover40GradientBlueIcon.js")
|
1055
1071
|
module.exports.ReplicaActionsFailoverTest40GradientBlueIcon = require("./ReplicaActionsFailoverTest40GradientBlueIcon.js")
|
@@ -1058,6 +1074,10 @@ module.exports.ReplicaFailback16GradientBlueIcon = require("./ReplicaFailback16G
|
|
1058
1074
|
module.exports.ReplicaFailback24GradientBlueIcon = require("./ReplicaFailback24GradientBlueIcon.js")
|
1059
1075
|
module.exports.ReplicaFailover16GradientBlueIcon = require("./ReplicaFailover16GradientBlueIcon.js")
|
1060
1076
|
module.exports.ReplicaFailover24GradientBlueIcon = require("./ReplicaFailover24GradientBlueIcon.js")
|
1077
|
+
module.exports.ReplicaFailoverTest16BlueIcon = require("./ReplicaFailoverTest16BlueIcon.js")
|
1078
|
+
module.exports.ReplicaFailoverTest24BlueIcon = require("./ReplicaFailoverTest24BlueIcon.js")
|
1079
|
+
module.exports.ReplicaFailoverTestStop16BlueIcon = require("./ReplicaFailoverTestStop16BlueIcon.js")
|
1080
|
+
module.exports.ReplicaFailoverTestStop24BlueIcon = require("./ReplicaFailoverTestStop24BlueIcon.js")
|
1061
1081
|
module.exports.ReplicaObjectVm24GradientBlueIcon = require("./ReplicaObjectVm24GradientBlueIcon.js")
|
1062
1082
|
module.exports.ReplicaObjectVm24GradientGrayIcon = require("./ReplicaObjectVm24GradientGrayIcon.js")
|
1063
1083
|
module.exports.ReplicaObjectVm24OntintIcon = require("./ReplicaObjectVm24OntintIcon.js")
|
@@ -1407,6 +1427,12 @@ module.exports.TaskCenterFill24GradientRedIcon = require("./TaskCenterFill24Grad
|
|
1407
1427
|
module.exports.TaskCenterFill24GradientYellowIcon = require("./TaskCenterFill24GradientYellowIcon.js")
|
1408
1428
|
module.exports.TaskCenterFill24Icon = require("./TaskCenterFill24Icon.js")
|
1409
1429
|
module.exports.TaskPreviewIcon = require("./TaskPreviewIcon.js")
|
1430
|
+
module.exports.TaskReportMailNotification24BlueIcon = require("./TaskReportMailNotification24BlueIcon.js")
|
1431
|
+
module.exports.TaskReportMailNotification24GrayIcon = require("./TaskReportMailNotification24GrayIcon.js")
|
1432
|
+
module.exports.TaskReportMailNotification24OntintIcon = require("./TaskReportMailNotification24OntintIcon.js")
|
1433
|
+
module.exports.TaskResultMailNotification24BlueIcon = require("./TaskResultMailNotification24BlueIcon.js")
|
1434
|
+
module.exports.TaskResultMailNotification24GrayIcon = require("./TaskResultMailNotification24GrayIcon.js")
|
1435
|
+
module.exports.TaskResultMailNotification24OntintIcon = require("./TaskResultMailNotification24OntintIcon.js")
|
1410
1436
|
module.exports.TaskIcon = require("./TaskIcon.js")
|
1411
1437
|
module.exports.Topn24GradientBlueIcon = require("./Topn24GradientBlueIcon.js")
|
1412
1438
|
module.exports.Topn24GradientGrayIcon = require("./Topn24GradientGrayIcon.js")
|
@@ -1525,6 +1551,7 @@ module.exports.Vm16Icon = require("./Vm16Icon.js")
|
|
1525
1551
|
module.exports.Vm24BlueIcon = require("./Vm24BlueIcon.js")
|
1526
1552
|
module.exports.Vm24GradientBlueIcon = require("./Vm24GradientBlueIcon.js")
|
1527
1553
|
module.exports.Vm24GradientGrayIcon = require("./Vm24GradientGrayIcon.js")
|
1554
|
+
module.exports.Vm24OntintIcon = require("./Vm24OntintIcon.js")
|
1528
1555
|
module.exports.Vm24PrimaryIcon = require("./Vm24PrimaryIcon.js")
|
1529
1556
|
module.exports.Vm24Icon = require("./Vm24Icon.js")
|
1530
1557
|
module.exports.VmClone16Icon = require("./VmClone16Icon.js")
|
@@ -1651,6 +1678,8 @@ module.exports.WorkloadClusters16GradientBlueIcon = require("./WorkloadClusters1
|
|
1651
1678
|
module.exports.XlsxIcon = require("./XlsxIcon.js")
|
1652
1679
|
module.exports.XmarkClearFill24SecondaryIcon = require("./XmarkClearFill24SecondaryIcon.js")
|
1653
1680
|
module.exports.XmarkClearFill24TertiaryIcon = require("./XmarkClearFill24TertiaryIcon.js")
|
1681
|
+
module.exports.XmarkCloseCircleFill16OntintLightIcon = require("./XmarkCloseCircleFill16OntintLightIcon.js")
|
1682
|
+
module.exports.XmarkCloseCircleFill16OntintIcon = require("./XmarkCloseCircleFill16OntintIcon.js")
|
1654
1683
|
module.exports.XmarkCloseCircleFill16SecondaryIcon = require("./XmarkCloseCircleFill16SecondaryIcon.js")
|
1655
1684
|
module.exports.XmarkCloseCircleFill16TertiaryIcon = require("./XmarkCloseCircleFill16TertiaryIcon.js")
|
1656
1685
|
module.exports.XmarkCloseFill16PrimaryIcon = require("./XmarkCloseFill16PrimaryIcon.js")
|