@cloudtower/icons-react 0.32.25 → 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/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/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/XmarkCloseCircleFill16OntintIcon.d.ts +4 -0
- package/dist/XmarkCloseCircleFill16OntintLightIcon.d.ts +4 -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/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/XmarkCloseCircleFill16OntintIcon.js +23 -0
- package/dist/cjs/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
- package/dist/cjs/index.js +22 -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/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/XmarkCloseCircleFill16OntintIcon.js +23 -0
- package/dist/esm/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
- package/dist/esm/index.js +22 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +22 -0
- package/package.json +3 -3
@@ -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;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "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
|
+
export default ReplicaFailoverTestStop16BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "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
|
+
export default ReplicaFailoverTestStop24BlueIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "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
|
+
export default TaskReportMailNotification24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "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
|
+
export default TaskReportMailNotification24GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "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
|
+
export default TaskReportMailNotification24OntintIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "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
|
+
export default TaskResultMailNotification24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import * as React from "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
|
+
export default TaskResultMailNotification24GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "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
|
+
export default TaskResultMailNotification24OntintIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "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
|
+
export default XmarkCloseCircleFill16OntintIcon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import * as React from "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
|
+
export default XmarkCloseCircleFill16OntintLightIcon;
|
package/dist/esm/index.js
CHANGED
@@ -413,6 +413,15 @@ export { default as ExternalSubnet24GradientGreyIcon } from './ExternalSubnet24G
|
|
413
413
|
export { default as ExternalSubnet24OntintIcon } from './ExternalSubnet24OntintIcon.js'
|
414
414
|
export { default as Failback24BlueIcon } from './Failback24BlueIcon.js'
|
415
415
|
export { default as Failover24BlueIcon } from './Failover24BlueIcon.js'
|
416
|
+
export { default as FailoverTestVm16BlueIcon } from './FailoverTestVm16BlueIcon.js'
|
417
|
+
export { default as FailoverTestVm16GrayIcon } from './FailoverTestVm16GrayIcon.js'
|
418
|
+
export { default as FailoverTestVm16OntintIcon } from './FailoverTestVm16OntintIcon.js'
|
419
|
+
export { default as FailoverTestVm20BlueIcon } from './FailoverTestVm20BlueIcon.js'
|
420
|
+
export { default as FailoverTestVm20GrayIcon } from './FailoverTestVm20GrayIcon.js'
|
421
|
+
export { default as FailoverTestVm20OntintIcon } from './FailoverTestVm20OntintIcon.js'
|
422
|
+
export { default as FailoverTestVm24BlueIcon } from './FailoverTestVm24BlueIcon.js'
|
423
|
+
export { default as FailoverTestVm24GrayIcon } from './FailoverTestVm24GrayIcon.js'
|
424
|
+
export { default as FailoverTestVm24OntintIcon } from './FailoverTestVm24OntintIcon.js'
|
416
425
|
export { default as File16GradientBlueIcon } from './File16GradientBlueIcon.js'
|
417
426
|
export { default as FileCluster24BlueIcon } from './FileCluster24BlueIcon.js'
|
418
427
|
export { default as FileCluster24OntintIcon } from './FileCluster24OntintIcon.js'
|
@@ -1056,6 +1065,7 @@ export { default as RefreshSync16Icon } from './RefreshSync16Icon.js'
|
|
1056
1065
|
export { default as RefreshSyncOnTintIcon } from './RefreshSyncOnTintIcon.js'
|
1057
1066
|
export { default as RefreshSyncTertiaryIcon } from './RefreshSyncTertiaryIcon.js'
|
1058
1067
|
export { default as RefreshIcon } from './RefreshIcon.js'
|
1068
|
+
export { default as ReplicaActionStopFailoverTest40GradientBlueIcon } from './ReplicaActionStopFailoverTest40GradientBlueIcon.js'
|
1059
1069
|
export { default as ReplicaActionsFailback40GradientBlueIcon } from './ReplicaActionsFailback40GradientBlueIcon.js'
|
1060
1070
|
export { default as ReplicaActionsFailover40GradientBlueIcon } from './ReplicaActionsFailover40GradientBlueIcon.js'
|
1061
1071
|
export { default as ReplicaActionsFailoverTest40GradientBlueIcon } from './ReplicaActionsFailoverTest40GradientBlueIcon.js'
|
@@ -1064,6 +1074,10 @@ export { default as ReplicaFailback16GradientBlueIcon } from './ReplicaFailback1
|
|
1064
1074
|
export { default as ReplicaFailback24GradientBlueIcon } from './ReplicaFailback24GradientBlueIcon.js'
|
1065
1075
|
export { default as ReplicaFailover16GradientBlueIcon } from './ReplicaFailover16GradientBlueIcon.js'
|
1066
1076
|
export { default as ReplicaFailover24GradientBlueIcon } from './ReplicaFailover24GradientBlueIcon.js'
|
1077
|
+
export { default as ReplicaFailoverTest16BlueIcon } from './ReplicaFailoverTest16BlueIcon.js'
|
1078
|
+
export { default as ReplicaFailoverTest24BlueIcon } from './ReplicaFailoverTest24BlueIcon.js'
|
1079
|
+
export { default as ReplicaFailoverTestStop16BlueIcon } from './ReplicaFailoverTestStop16BlueIcon.js'
|
1080
|
+
export { default as ReplicaFailoverTestStop24BlueIcon } from './ReplicaFailoverTestStop24BlueIcon.js'
|
1067
1081
|
export { default as ReplicaObjectVm24GradientBlueIcon } from './ReplicaObjectVm24GradientBlueIcon.js'
|
1068
1082
|
export { default as ReplicaObjectVm24GradientGrayIcon } from './ReplicaObjectVm24GradientGrayIcon.js'
|
1069
1083
|
export { default as ReplicaObjectVm24OntintIcon } from './ReplicaObjectVm24OntintIcon.js'
|
@@ -1413,6 +1427,12 @@ export { default as TaskCenterFill24GradientRedIcon } from './TaskCenterFill24Gr
|
|
1413
1427
|
export { default as TaskCenterFill24GradientYellowIcon } from './TaskCenterFill24GradientYellowIcon.js'
|
1414
1428
|
export { default as TaskCenterFill24Icon } from './TaskCenterFill24Icon.js'
|
1415
1429
|
export { default as TaskPreviewIcon } from './TaskPreviewIcon.js'
|
1430
|
+
export { default as TaskReportMailNotification24BlueIcon } from './TaskReportMailNotification24BlueIcon.js'
|
1431
|
+
export { default as TaskReportMailNotification24GrayIcon } from './TaskReportMailNotification24GrayIcon.js'
|
1432
|
+
export { default as TaskReportMailNotification24OntintIcon } from './TaskReportMailNotification24OntintIcon.js'
|
1433
|
+
export { default as TaskResultMailNotification24BlueIcon } from './TaskResultMailNotification24BlueIcon.js'
|
1434
|
+
export { default as TaskResultMailNotification24GrayIcon } from './TaskResultMailNotification24GrayIcon.js'
|
1435
|
+
export { default as TaskResultMailNotification24OntintIcon } from './TaskResultMailNotification24OntintIcon.js'
|
1416
1436
|
export { default as TaskIcon } from './TaskIcon.js'
|
1417
1437
|
export { default as Topn24GradientBlueIcon } from './Topn24GradientBlueIcon.js'
|
1418
1438
|
export { default as Topn24GradientGrayIcon } from './Topn24GradientGrayIcon.js'
|
@@ -1658,6 +1678,8 @@ export { default as WorkloadClusters16GradientBlueIcon } from './WorkloadCluster
|
|
1658
1678
|
export { default as XlsxIcon } from './XlsxIcon.js'
|
1659
1679
|
export { default as XmarkClearFill24SecondaryIcon } from './XmarkClearFill24SecondaryIcon.js'
|
1660
1680
|
export { default as XmarkClearFill24TertiaryIcon } from './XmarkClearFill24TertiaryIcon.js'
|
1681
|
+
export { default as XmarkCloseCircleFill16OntintLightIcon } from './XmarkCloseCircleFill16OntintLightIcon.js'
|
1682
|
+
export { default as XmarkCloseCircleFill16OntintIcon } from './XmarkCloseCircleFill16OntintIcon.js'
|
1661
1683
|
export { default as XmarkCloseCircleFill16SecondaryIcon } from './XmarkCloseCircleFill16SecondaryIcon.js'
|
1662
1684
|
export { default as XmarkCloseCircleFill16TertiaryIcon } from './XmarkCloseCircleFill16TertiaryIcon.js'
|
1663
1685
|
export { default as XmarkCloseFill16PrimaryIcon } from './XmarkCloseFill16PrimaryIcon.js'
|