@cloudtower/icons-react 0.33.1 → 0.33.3
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/CheckMarkSolvedCircle16GradientBlueIcon.d.ts +4 -0
- package/dist/Empty36GradientGrayIcon.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/Lbg24GradientBlueIcon.d.ts +4 -0
- package/dist/Lbi24GradientBlueIcon.d.ts +4 -0
- package/dist/NewRecoverRecycleVm16GradientBlueIcon.d.ts +4 -0
- package/dist/NewVm16YellowIcon.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/ReplicationObjectCurveLinkDoubleIcon.d.ts +4 -0
- package/dist/ReplicationObjectCurveLinkSingleIcon.d.ts +4 -0
- package/dist/ReplicationPlanTestVmRunning24Icon.d.ts +4 -0
- package/dist/ReplicationPlanTestVmStopped24Icon.d.ts +4 -0
- package/dist/ReplicationPlanTestVmSuspended24Icon.d.ts +4 -0
- package/dist/ReplicationPlanTestVmUnknown24Icon.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/TimelineNotStart16GrayIcon.d.ts +4 -0
- package/dist/Upgrade24GradientBlueIcon.d.ts +4 -0
- package/dist/Upgrade24GradientGrayIcon.d.ts +4 -0
- package/dist/Upgrade24OntintIcon.d.ts +4 -0
- package/dist/XmarkCloseCircleFill16OntintIcon.d.ts +4 -0
- package/dist/XmarkCloseCircleFill16OntintLightIcon.d.ts +4 -0
- package/dist/cjs/CheckMarkSolvedCircle16GradientBlueIcon.js +50 -0
- package/dist/cjs/Empty36GradientGrayIcon.js +52 -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/Lbg24GradientBlueIcon.js +67 -0
- package/dist/cjs/Lbi24GradientBlueIcon.js +52 -0
- package/dist/cjs/NewRecoverRecycleVm16GradientBlueIcon.js +35 -0
- package/dist/cjs/NewVm16YellowIcon.js +23 -0
- package/dist/cjs/RecoverRecycleVm16GradientGrayIcon.js +8 -13
- 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/ReplicationObjectCurveLinkDoubleIcon.js +24 -0
- package/dist/cjs/ReplicationObjectCurveLinkSingleIcon.js +22 -0
- package/dist/cjs/ReplicationPlanTestVmRunning24Icon.js +45 -0
- package/dist/cjs/ReplicationPlanTestVmStopped24Icon.js +49 -0
- package/dist/cjs/ReplicationPlanTestVmSuspended24Icon.js +47 -0
- package/dist/cjs/ReplicationPlanTestVmUnknown24Icon.js +45 -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/TimelineNotStart16GrayIcon.js +25 -0
- package/dist/cjs/Upgrade24GradientBlueIcon.js +50 -0
- package/dist/cjs/Upgrade24GradientGrayIcon.js +50 -0
- package/dist/cjs/Upgrade24OntintIcon.js +26 -0
- package/dist/cjs/XmarkCloseCircleFill16OntintIcon.js +23 -0
- package/dist/cjs/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
- package/dist/cjs/index.js +38 -0
- package/dist/esm/CheckMarkSolvedCircle16GradientBlueIcon.js +50 -0
- package/dist/esm/Empty36GradientGrayIcon.js +52 -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/Lbg24GradientBlueIcon.js +67 -0
- package/dist/esm/Lbi24GradientBlueIcon.js +52 -0
- package/dist/esm/NewRecoverRecycleVm16GradientBlueIcon.js +35 -0
- package/dist/esm/NewVm16YellowIcon.js +23 -0
- package/dist/esm/RecoverRecycleVm16GradientGrayIcon.js +8 -13
- 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/ReplicationObjectCurveLinkDoubleIcon.js +24 -0
- package/dist/esm/ReplicationObjectCurveLinkSingleIcon.js +22 -0
- package/dist/esm/ReplicationPlanTestVmRunning24Icon.js +45 -0
- package/dist/esm/ReplicationPlanTestVmStopped24Icon.js +49 -0
- package/dist/esm/ReplicationPlanTestVmSuspended24Icon.js +47 -0
- package/dist/esm/ReplicationPlanTestVmUnknown24Icon.js +45 -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/TimelineNotStart16GrayIcon.js +25 -0
- package/dist/esm/Upgrade24GradientBlueIcon.js +50 -0
- package/dist/esm/Upgrade24GradientGrayIcon.js +50 -0
- package/dist/esm/Upgrade24OntintIcon.js +26 -0
- package/dist/esm/XmarkCloseCircleFill16OntintIcon.js +23 -0
- package/dist/esm/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
- package/dist/esm/index.js +38 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +38 -0
- package/package.json +3 -3
@@ -0,0 +1,50 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function CheckMarkSolvedCircle16GradientBlueIcon({
|
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": "CheckMarkSolvedCircle16GradientBlueIcon",
|
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 14A6 6 0 108 2a6 6 0 000 12zm0 1A7 7 0 108 1a7 7 0 000 14z",
|
20
|
+
fill: "url(#paint0_radial_CheckMarkSolvedCircle16GradientBlueIcon_878_23835)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M11.347 4.98c.287.191.364.58.173.867l-3.5 5.25a.625.625 0 01-.962.095l-2.25-2.25a.625.625 0 01.884-.884l1.71 1.711 3.078-4.616a.625.625 0 01.867-.173z",
|
23
|
+
fill: "url(#paint1_radial_CheckMarkSolvedCircle16GradientBlueIcon_878_23835)"
|
24
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
25
|
+
id: "paint0_radial_CheckMarkSolvedCircle16GradientBlueIcon_878_23835",
|
26
|
+
cx: 0,
|
27
|
+
cy: 0,
|
28
|
+
r: 1,
|
29
|
+
gradientUnits: "userSpaceOnUse",
|
30
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
31
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
32
|
+
stopColor: "#5BCAFF"
|
33
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
34
|
+
offset: 1,
|
35
|
+
stopColor: "#06F"
|
36
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
37
|
+
id: "paint1_radial_CheckMarkSolvedCircle16GradientBlueIcon_878_23835",
|
38
|
+
cx: 0,
|
39
|
+
cy: 0,
|
40
|
+
r: 1,
|
41
|
+
gradientUnits: "userSpaceOnUse",
|
42
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
44
|
+
stopColor: "#5BCAFF"
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
46
|
+
offset: 1,
|
47
|
+
stopColor: "#06F"
|
48
|
+
}))));
|
49
|
+
}
|
50
|
+
module.exports = CheckMarkSolvedCircle16GradientBlueIcon;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Empty36GradientGrayIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 36,
|
9
|
+
height: 28,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"data-testid": "Empty36GradientGrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
opacity: 0.2,
|
18
|
+
d: "M8.286 10H1v17h34V10h-7.286L24.8 14.722H11.2L8.286 10z",
|
19
|
+
fill: "url(#paint0_radial_Empty36GradientGrayIcon_4162_160749)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
opacity: 0.5,
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M9.033 0c-.65 0-1.277.254-1.744.708L.758 8.052A2.499 2.499 0 000 9.845V25.5C0 26.88 1.12 28 2.502 28h30.996A2.501 2.501 0 0036 25.5V9.883c0-.703-.296-1.374-.817-1.847L28.175.652A2.503 2.503 0 0026.489 0H9.033zM7.987 1.425C8.267 1.152 8.643 1 9.033 1H26.49c.374 0 .735.14 1.011.391l7.01 7.384A1.5 1.5 0 0134.71 9h-5.554c-.92 0-1.767.505-2.203 1.316l-1.559 2.895c-.262.486-.77.789-1.322.789H12.05c-.6 0-1.142-.357-1.38-.907l-1.111-2.581A2.502 2.502 0 007.26 9H1.262a1.5 1.5 0 01.194-.23l6.531-7.345zM1.001 10v15.5A1.5 1.5 0 002.502 27h30.996a1.5 1.5 0 001.501-1.5V10h-5.842c-.552 0-1.06.303-1.322.79l-1.559 2.895A2.502 2.502 0 0124.073 15H12.05c-1 0-1.903-.594-2.299-1.512l-1.112-2.581A1.501 1.501 0 007.26 10H1z",
|
25
|
+
fill: "url(#paint1_radial_Empty36GradientGrayIcon_4162_160749)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_Empty36GradientGrayIcon_4162_160749",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(34.00003 -17.00005 13.60001 27.19997 1 27)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#CCD4E3"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#6B7D99"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_Empty36GradientGrayIcon_4162_160749",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(35.99998 -28 27.13846 34.89228 0 28)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#CCD4E3"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#6B7D99"
|
50
|
+
}))));
|
51
|
+
}
|
52
|
+
module.exports = Empty36GradientGrayIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm16BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm16GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm16OntintIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm20BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm20GrayIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm20OntintIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm24BlueIcon;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FailoverTestVm24GrayIcon;
|