@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.
Files changed (121) hide show
  1. package/dist/CheckMarkSolvedCircle16GradientBlueIcon.d.ts +4 -0
  2. package/dist/Empty36GradientGrayIcon.d.ts +4 -0
  3. package/dist/FailoverTestVm16BlueIcon.d.ts +4 -0
  4. package/dist/FailoverTestVm16GrayIcon.d.ts +4 -0
  5. package/dist/FailoverTestVm16OntintIcon.d.ts +4 -0
  6. package/dist/FailoverTestVm20BlueIcon.d.ts +4 -0
  7. package/dist/FailoverTestVm20GrayIcon.d.ts +4 -0
  8. package/dist/FailoverTestVm20OntintIcon.d.ts +4 -0
  9. package/dist/FailoverTestVm24BlueIcon.d.ts +4 -0
  10. package/dist/FailoverTestVm24GrayIcon.d.ts +4 -0
  11. package/dist/FailoverTestVm24OntintIcon.d.ts +4 -0
  12. package/dist/Lbg24GradientBlueIcon.d.ts +4 -0
  13. package/dist/Lbi24GradientBlueIcon.d.ts +4 -0
  14. package/dist/NewRecoverRecycleVm16GradientBlueIcon.d.ts +4 -0
  15. package/dist/NewVm16YellowIcon.d.ts +4 -0
  16. package/dist/ReplicaActionStopFailoverTest40GradientBlueIcon.d.ts +4 -0
  17. package/dist/ReplicaFailoverTest16BlueIcon.d.ts +4 -0
  18. package/dist/ReplicaFailoverTest24BlueIcon.d.ts +4 -0
  19. package/dist/ReplicaFailoverTestStop16BlueIcon.d.ts +4 -0
  20. package/dist/ReplicaFailoverTestStop24BlueIcon.d.ts +4 -0
  21. package/dist/ReplicationObjectCurveLinkDoubleIcon.d.ts +4 -0
  22. package/dist/ReplicationObjectCurveLinkSingleIcon.d.ts +4 -0
  23. package/dist/ReplicationPlanTestVmRunning24Icon.d.ts +4 -0
  24. package/dist/ReplicationPlanTestVmStopped24Icon.d.ts +4 -0
  25. package/dist/ReplicationPlanTestVmSuspended24Icon.d.ts +4 -0
  26. package/dist/ReplicationPlanTestVmUnknown24Icon.d.ts +4 -0
  27. package/dist/TaskReportMailNotification24BlueIcon.d.ts +4 -0
  28. package/dist/TaskReportMailNotification24GrayIcon.d.ts +4 -0
  29. package/dist/TaskReportMailNotification24OntintIcon.d.ts +4 -0
  30. package/dist/TaskResultMailNotification24BlueIcon.d.ts +4 -0
  31. package/dist/TaskResultMailNotification24GrayIcon.d.ts +4 -0
  32. package/dist/TaskResultMailNotification24OntintIcon.d.ts +4 -0
  33. package/dist/TimelineNotStart16GrayIcon.d.ts +4 -0
  34. package/dist/Upgrade24GradientBlueIcon.d.ts +4 -0
  35. package/dist/Upgrade24GradientGrayIcon.d.ts +4 -0
  36. package/dist/Upgrade24OntintIcon.d.ts +4 -0
  37. package/dist/XmarkCloseCircleFill16OntintIcon.d.ts +4 -0
  38. package/dist/XmarkCloseCircleFill16OntintLightIcon.d.ts +4 -0
  39. package/dist/cjs/CheckMarkSolvedCircle16GradientBlueIcon.js +50 -0
  40. package/dist/cjs/Empty36GradientGrayIcon.js +52 -0
  41. package/dist/cjs/FailoverTestVm16BlueIcon.js +35 -0
  42. package/dist/cjs/FailoverTestVm16GrayIcon.js +35 -0
  43. package/dist/cjs/FailoverTestVm16OntintIcon.js +23 -0
  44. package/dist/cjs/FailoverTestVm20BlueIcon.js +35 -0
  45. package/dist/cjs/FailoverTestVm20GrayIcon.js +35 -0
  46. package/dist/cjs/FailoverTestVm20OntintIcon.js +23 -0
  47. package/dist/cjs/FailoverTestVm24BlueIcon.js +35 -0
  48. package/dist/cjs/FailoverTestVm24GrayIcon.js +35 -0
  49. package/dist/cjs/FailoverTestVm24OntintIcon.js +23 -0
  50. package/dist/cjs/Lbg24GradientBlueIcon.js +67 -0
  51. package/dist/cjs/Lbi24GradientBlueIcon.js +52 -0
  52. package/dist/cjs/NewRecoverRecycleVm16GradientBlueIcon.js +35 -0
  53. package/dist/cjs/NewVm16YellowIcon.js +23 -0
  54. package/dist/cjs/RecoverRecycleVm16GradientGrayIcon.js +8 -13
  55. package/dist/cjs/ReplicaActionStopFailoverTest40GradientBlueIcon.js +39 -0
  56. package/dist/cjs/ReplicaFailoverTest16BlueIcon.js +35 -0
  57. package/dist/cjs/ReplicaFailoverTest24BlueIcon.js +35 -0
  58. package/dist/cjs/ReplicaFailoverTestStop16BlueIcon.js +35 -0
  59. package/dist/cjs/ReplicaFailoverTestStop24BlueIcon.js +35 -0
  60. package/dist/cjs/ReplicationObjectCurveLinkDoubleIcon.js +24 -0
  61. package/dist/cjs/ReplicationObjectCurveLinkSingleIcon.js +22 -0
  62. package/dist/cjs/ReplicationPlanTestVmRunning24Icon.js +45 -0
  63. package/dist/cjs/ReplicationPlanTestVmStopped24Icon.js +49 -0
  64. package/dist/cjs/ReplicationPlanTestVmSuspended24Icon.js +47 -0
  65. package/dist/cjs/ReplicationPlanTestVmUnknown24Icon.js +45 -0
  66. package/dist/cjs/TaskReportMailNotification24BlueIcon.js +23 -0
  67. package/dist/cjs/TaskReportMailNotification24GrayIcon.js +35 -0
  68. package/dist/cjs/TaskReportMailNotification24OntintIcon.js +23 -0
  69. package/dist/cjs/TaskResultMailNotification24BlueIcon.js +35 -0
  70. package/dist/cjs/TaskResultMailNotification24GrayIcon.js +35 -0
  71. package/dist/cjs/TaskResultMailNotification24OntintIcon.js +23 -0
  72. package/dist/cjs/TimelineNotStart16GrayIcon.js +25 -0
  73. package/dist/cjs/Upgrade24GradientBlueIcon.js +50 -0
  74. package/dist/cjs/Upgrade24GradientGrayIcon.js +50 -0
  75. package/dist/cjs/Upgrade24OntintIcon.js +26 -0
  76. package/dist/cjs/XmarkCloseCircleFill16OntintIcon.js +23 -0
  77. package/dist/cjs/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
  78. package/dist/cjs/index.js +38 -0
  79. package/dist/esm/CheckMarkSolvedCircle16GradientBlueIcon.js +50 -0
  80. package/dist/esm/Empty36GradientGrayIcon.js +52 -0
  81. package/dist/esm/FailoverTestVm16BlueIcon.js +35 -0
  82. package/dist/esm/FailoverTestVm16GrayIcon.js +35 -0
  83. package/dist/esm/FailoverTestVm16OntintIcon.js +23 -0
  84. package/dist/esm/FailoverTestVm20BlueIcon.js +35 -0
  85. package/dist/esm/FailoverTestVm20GrayIcon.js +35 -0
  86. package/dist/esm/FailoverTestVm20OntintIcon.js +23 -0
  87. package/dist/esm/FailoverTestVm24BlueIcon.js +35 -0
  88. package/dist/esm/FailoverTestVm24GrayIcon.js +35 -0
  89. package/dist/esm/FailoverTestVm24OntintIcon.js +23 -0
  90. package/dist/esm/Lbg24GradientBlueIcon.js +67 -0
  91. package/dist/esm/Lbi24GradientBlueIcon.js +52 -0
  92. package/dist/esm/NewRecoverRecycleVm16GradientBlueIcon.js +35 -0
  93. package/dist/esm/NewVm16YellowIcon.js +23 -0
  94. package/dist/esm/RecoverRecycleVm16GradientGrayIcon.js +8 -13
  95. package/dist/esm/ReplicaActionStopFailoverTest40GradientBlueIcon.js +39 -0
  96. package/dist/esm/ReplicaFailoverTest16BlueIcon.js +35 -0
  97. package/dist/esm/ReplicaFailoverTest24BlueIcon.js +35 -0
  98. package/dist/esm/ReplicaFailoverTestStop16BlueIcon.js +35 -0
  99. package/dist/esm/ReplicaFailoverTestStop24BlueIcon.js +35 -0
  100. package/dist/esm/ReplicationObjectCurveLinkDoubleIcon.js +24 -0
  101. package/dist/esm/ReplicationObjectCurveLinkSingleIcon.js +22 -0
  102. package/dist/esm/ReplicationPlanTestVmRunning24Icon.js +45 -0
  103. package/dist/esm/ReplicationPlanTestVmStopped24Icon.js +49 -0
  104. package/dist/esm/ReplicationPlanTestVmSuspended24Icon.js +47 -0
  105. package/dist/esm/ReplicationPlanTestVmUnknown24Icon.js +45 -0
  106. package/dist/esm/TaskReportMailNotification24BlueIcon.js +23 -0
  107. package/dist/esm/TaskReportMailNotification24GrayIcon.js +35 -0
  108. package/dist/esm/TaskReportMailNotification24OntintIcon.js +23 -0
  109. package/dist/esm/TaskResultMailNotification24BlueIcon.js +35 -0
  110. package/dist/esm/TaskResultMailNotification24GrayIcon.js +35 -0
  111. package/dist/esm/TaskResultMailNotification24OntintIcon.js +23 -0
  112. package/dist/esm/TimelineNotStart16GrayIcon.js +25 -0
  113. package/dist/esm/Upgrade24GradientBlueIcon.js +50 -0
  114. package/dist/esm/Upgrade24GradientGrayIcon.js +50 -0
  115. package/dist/esm/Upgrade24OntintIcon.js +26 -0
  116. package/dist/esm/XmarkCloseCircleFill16OntintIcon.js +23 -0
  117. package/dist/esm/XmarkCloseCircleFill16OntintLightIcon.js +24 -0
  118. package/dist/esm/index.js +38 -0
  119. package/dist/image-types.d.ts +1 -1
  120. package/dist/index.d.ts +38 -0
  121. package/package.json +3 -3
@@ -0,0 +1,52 @@
1
+ import * as React from "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
+ export default Empty36GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm16BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M13.5 2.5h-11A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-11-1A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h6a.5.5 0 000-1H9.75V12h3.75a1.5 1.5 0 001.5-1.5V3a1.5 1.5 0 00-1.5-1.5h-11zm4.696 2.645a1.5 1.5 0 00-2.11.222L3.827 5.92a1.5 1.5 0 00.222 2.11l1.555 1.258a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.222-2.11L7.196 4.146zm-1.333.85a.5.5 0 01.704-.073L8.12 6.181a.5.5 0 01.074.703L6.936 8.438a.5.5 0 01-.703.074L4.679 7.253a.5.5 0 01-.074-.703l1.258-1.554zm4.534-.831a1.5 1.5 0 00-2.11.222l.778.629a.5.5 0 01.703-.074L11.322 6.2a.5.5 0 01.074.703l-1.258 1.554a.5.5 0 01-.704.074l-.629.777a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.221-2.11l-1.555-1.258z",
20
+ fill: "url(#paint0_radial_FailoverTestVm16BlueIcon_16593_107)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_FailoverTestVm16BlueIcon_16593_107",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(14.00002 -13.00002 12.96436 13.96162 1 14.5)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default FailoverTestVm16BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm16GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm16GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M13.5 2.5h-11A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-11-1A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h6a.5.5 0 000-1H9.75V12h3.75a1.5 1.5 0 001.5-1.5V3a1.5 1.5 0 00-1.5-1.5h-11zm4.696 2.645a1.5 1.5 0 00-2.11.222L3.827 5.92a1.5 1.5 0 00.222 2.11l1.555 1.258a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.222-2.11L7.196 4.146zm-1.333.85a.5.5 0 01.704-.073L8.12 6.181a.5.5 0 01.074.703L6.936 8.438a.5.5 0 01-.703.074L4.679 7.253a.5.5 0 01-.074-.703l1.258-1.554zm4.534-.831a1.5 1.5 0 00-2.11.222l.778.629a.5.5 0 01.703-.074L11.322 6.2a.5.5 0 01.074.703l-1.258 1.554a.5.5 0 01-.704.074l-.629.777a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.221-2.11l-1.555-1.258z",
20
+ fill: "url(#paint0_radial_FailoverTestVm16GrayIcon_16593_103)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_FailoverTestVm16GrayIcon_16593_103",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(14.00002 -13.00002 12.96436 13.96162 1 14.5)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default FailoverTestVm16GrayIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm16OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm16OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M13.5 2.5h-11A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-11-1A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h6a.5.5 0 000-1H9.75V12h3.75a1.5 1.5 0 001.5-1.5V3a1.5 1.5 0 00-1.5-1.5h-11zm4.696 2.645a1.5 1.5 0 00-2.11.222L3.827 5.92a1.5 1.5 0 00.222 2.11l1.555 1.258a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.222-2.11L7.196 4.146zm-1.333.85a.5.5 0 01.704-.073L8.12 6.181a.5.5 0 01.074.703L6.936 8.438a.5.5 0 01-.703.074L4.679 7.253a.5.5 0 01-.074-.703l1.258-1.554zm4.534-.831a1.5 1.5 0 00-2.11.222l.778.629a.5.5 0 01.703-.074L11.322 6.2a.5.5 0 01.074.703l-1.258 1.554a.5.5 0 01-.704.074l-.629.777a1.5 1.5 0 002.11-.221l1.258-1.555a1.5 1.5 0 00-.221-2.11l-1.555-1.258z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ export default FailoverTestVm16OntintIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm20BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 20,
9
+ height: 20,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm20BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M1.218 3.092C1 3.52 1 4.08 1 5.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 16 3.08 16 4.2 16H8v2H5.5a.5.5 0 000 1h9a.5.5 0 000-1H12v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C19 14.48 19 13.92 19 12.8V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C17.48 2 16.92 2 15.8 2H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM15.8 3H4.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2 4.25 2 4.623 2 5.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C3.25 15 3.623 15 4.2 15h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C18 13.75 18 13.377 18 12.8V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C16.75 3 16.377 3 15.8 3zm-4.747 4.94L8.932 5.818a1.5 1.5 0 00-2.121 0L4.689 7.94a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM7.518 6.525a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L5.396 9.354a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 11.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.122-2.122a.5.5 0 00-.707 0 .5.5 0 01-.707-.707 1.5 1.5 0 012.122 0z",
20
+ fill: "url(#paint0_radial_FailoverTestVm20BlueIcon_16593_101)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_FailoverTestVm20BlueIcon_16593_101",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1 19)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default FailoverTestVm20BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm20GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 20,
9
+ height: 20,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm20GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M1.218 3.092C1 3.52 1 4.08 1 5.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 16 3.08 16 4.2 16H8v2H5.5a.5.5 0 000 1h9a.5.5 0 000-1H12v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C19 14.48 19 13.92 19 12.8V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C17.48 2 16.92 2 15.8 2H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM15.8 3H4.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2 4.25 2 4.623 2 5.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C3.25 15 3.623 15 4.2 15h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C18 13.75 18 13.377 18 12.8V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C16.75 3 16.377 3 15.8 3zm-4.747 4.94L8.932 5.818a1.5 1.5 0 00-2.121 0L4.689 7.94a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM7.518 6.525a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L5.396 9.354a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 11.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.122-2.122a.5.5 0 00-.707 0 .5.5 0 01-.707-.707 1.5 1.5 0 012.122 0z",
20
+ fill: "url(#paint0_radial_FailoverTestVm20GrayIcon_16593_91)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_FailoverTestVm20GrayIcon_16593_91",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1 19)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default FailoverTestVm20GrayIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm20OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 20,
9
+ height: 20,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm20OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M1.218 3.092C1 3.52 1 4.08 1 5.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C2.52 16 3.08 16 4.2 16H8v2H5.5a.5.5 0 000 1h9a.5.5 0 000-1H12v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C19 14.48 19 13.92 19 12.8V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C17.48 2 16.92 2 15.8 2H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM15.8 3H4.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2 4.25 2 4.623 2 5.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C3.25 15 3.623 15 4.2 15h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C18 13.75 18 13.377 18 12.8V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C16.75 3 16.377 3 15.8 3zm-4.747 4.94L8.932 5.818a1.5 1.5 0 00-2.121 0L4.689 7.94a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM7.518 6.525a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0L5.396 9.354a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 11.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.122-2.122a.5.5 0 00-.707 0 .5.5 0 01-.707-.707 1.5 1.5 0 012.122 0z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ export default FailoverTestVm20OntintIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M3.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-4.747 4.938l-2.121-2.122a1.5 1.5 0 00-2.121 0L6.689 9.938a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM9.518 8.523a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0l-2.122-2.121a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 01.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.121-2.122a.5.5 0 00-.708 0 .5.5 0 11-.707-.707 1.5 1.5 0 012.122 0z",
20
+ fill: "url(#paint0_radial_FailoverTestVm24BlueIcon_16593_99)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_FailoverTestVm24BlueIcon_16593_99",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default FailoverTestVm24BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm24GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm24GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M3.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-4.747 4.938l-2.121-2.122a1.5 1.5 0 00-2.121 0L6.689 9.938a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM9.518 8.523a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0l-2.122-2.121a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 01.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.121-2.122a.5.5 0 00-.708 0 .5.5 0 11-.707-.707 1.5 1.5 0 012.122 0z",
20
+ fill: "url(#paint0_radial_FailoverTestVm24GrayIcon_16593_95)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_FailoverTestVm24GrayIcon_16593_95",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default FailoverTestVm24GrayIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function FailoverTestVm24OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "FailoverTestVm24OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M3.218 5.092C3 5.52 3 6.08 3 7.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C4.52 18 5.08 18 6.2 18H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 16.48 21 15.92 21 14.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 4 18.92 4 17.8 4H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v7.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C5.25 17 5.623 17 6.2 17h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.75 20 15.377 20 14.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5zm-4.747 4.938l-2.121-2.122a1.5 1.5 0 00-2.121 0L6.689 9.938a1.5 1.5 0 000 2.12l2.122 2.122a1.5 1.5 0 002.121 0l2.121-2.121a1.5 1.5 0 000-2.121zM9.518 8.523a.5.5 0 01.707 0l2.121 2.122a.5.5 0 010 .707l-2.121 2.121a.5.5 0 01-.707 0l-2.122-2.121a.5.5 0 010-.707l2.122-2.122zm5.657-.707l2.12 2.122a1.5 1.5 0 010 2.12l-2.12 2.122a1.5 1.5 0 01-2.122 0 .5.5 0 01.707-.707.5.5 0 00.707 0l2.122-2.121a.5.5 0 000-.707l-2.121-2.122a.5.5 0 00-.708 0 .5.5 0 11-.707-.707 1.5 1.5 0 012.122 0z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ export default FailoverTestVm24OntintIcon;
@@ -0,0 +1,67 @@
1
+ import * as React from "react";
2
+ function Lbg24GradientBlueIcon({
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": "Lbg24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M20 3H4.268A2 2 0 016 2h14a2 2 0 012 2v14a2 2 0 01-1 1.732V4a1 1 0 00-1-1z",
18
+ fill: "url(#paint0_radial_Lbg24GradientBlueIcon_16466_93975)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M13 8a2 2 0 01-1.508 1.939v.843l5.003 4.15v-1.106c0-.273.226-.497.505-.499a.496.496 0 01.504.492v2.175c0 .338-.28.613-.623.613h-2.213a.496.496 0 01-.5-.496.505.505 0 01.508-.496h1.077l-4.26-3.534v6.325l.762-.75a.483.483 0 01.697.017.518.518 0 01-.016.718l-1.569 1.542a.592.592 0 01-.836 0l-1.568-1.542a.518.518 0 01-.017-.718c.188-.203.5-.21.698-.016l.862.847v-6.418l-4.237 3.53h1.063c.279 0 .503.223.5.497a.505.505 0 01-.508.495H5.11a.608.608 0 01-.614-.604v-2.176c0-.274.226-.498.504-.5a.496.496 0 01.504.492v1.132l5.002-4.168v-.846A2 2 0 1113 8zm-2 1a1 1 0 100-2 1 1 0 000 2z",
23
+ fill: "url(#paint1_radial_Lbg24GradientBlueIcon_16466_93975)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M4 4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V6a2 2 0 00-2-2H4zm14 1H4a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V6a1 1 0 00-1-1z",
28
+ fill: "url(#paint2_radial_Lbg24GradientBlueIcon_16466_93975)"
29
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
30
+ id: "paint0_radial_Lbg24GradientBlueIcon_16466_93975",
31
+ cx: 0,
32
+ cy: 0,
33
+ r: 1,
34
+ gradientUnits: "userSpaceOnUse",
35
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
36
+ }, /*#__PURE__*/React.createElement("stop", {
37
+ stopColor: "#5BCAFF"
38
+ }), /*#__PURE__*/React.createElement("stop", {
39
+ offset: 1,
40
+ stopColor: "#06F"
41
+ })), /*#__PURE__*/React.createElement("radialGradient", {
42
+ id: "paint1_radial_Lbg24GradientBlueIcon_16466_93975",
43
+ cx: 0,
44
+ cy: 0,
45
+ r: 1,
46
+ gradientUnits: "userSpaceOnUse",
47
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
48
+ }, /*#__PURE__*/React.createElement("stop", {
49
+ stopColor: "#5BCAFF"
50
+ }), /*#__PURE__*/React.createElement("stop", {
51
+ offset: 1,
52
+ stopColor: "#06F"
53
+ })), /*#__PURE__*/React.createElement("radialGradient", {
54
+ id: "paint2_radial_Lbg24GradientBlueIcon_16466_93975",
55
+ cx: 0,
56
+ cy: 0,
57
+ r: 1,
58
+ gradientUnits: "userSpaceOnUse",
59
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
60
+ }, /*#__PURE__*/React.createElement("stop", {
61
+ stopColor: "#5BCAFF"
62
+ }), /*#__PURE__*/React.createElement("stop", {
63
+ offset: 1,
64
+ stopColor: "#06F"
65
+ }))));
66
+ }
67
+ export default Lbg24GradientBlueIcon;
@@ -0,0 +1,52 @@
1
+ import * as React from "react";
2
+ function Lbi24GradientBlueIcon({
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": "Lbi24GradientBlueIcon",
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: "M12.492 8.939a2 2 0 10-.986 0v.845l-5.002 4.168V12.82A.496.496 0 006 12.328a.504.504 0 00-.504.5v2.177c0 .334.274.603.614.603h2.214a.505.505 0 00.508-.496.495.495 0 00-.5-.495H7.269l4.237-3.531v6.418l-.863-.848a.483.483 0 00-.697.017.518.518 0 00.016.718l1.57 1.542c.233.23.601.23.835 0l1.569-1.542a.518.518 0 00.016-.718.483.483 0 00-.697-.017l-.763.75v-6.325l4.261 3.534h-1.078a.505.505 0 00-.508.496.495.495 0 00.5.496h2.214a.619.619 0 00.623-.613v-2.175a.496.496 0 00-.504-.492.504.504 0 00-.505.5v1.105l-5.003-4.15V8.94zM13 6.999a1 1 0 11-2 0 1 1 0 012 0z",
20
+ fill: "url(#paint0_radial_Lbi24GradientBlueIcon_16466_93921)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M2 4a2 2 0 012-2h16a2 2 0 012 2v16a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm2-1h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1z",
25
+ fill: "url(#paint1_radial_Lbi24GradientBlueIcon_16466_93921)"
26
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
27
+ id: "paint0_radial_Lbi24GradientBlueIcon_16466_93921",
28
+ cx: 0,
29
+ cy: 0,
30
+ r: 1,
31
+ gradientUnits: "userSpaceOnUse",
32
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
33
+ }, /*#__PURE__*/React.createElement("stop", {
34
+ stopColor: "#5BCAFF"
35
+ }), /*#__PURE__*/React.createElement("stop", {
36
+ offset: 1,
37
+ stopColor: "#06F"
38
+ })), /*#__PURE__*/React.createElement("radialGradient", {
39
+ id: "paint1_radial_Lbi24GradientBlueIcon_16466_93921",
40
+ cx: 0,
41
+ cy: 0,
42
+ r: 1,
43
+ gradientUnits: "userSpaceOnUse",
44
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
45
+ }, /*#__PURE__*/React.createElement("stop", {
46
+ stopColor: "#5BCAFF"
47
+ }), /*#__PURE__*/React.createElement("stop", {
48
+ offset: 1,
49
+ stopColor: "#06F"
50
+ }))));
51
+ }
52
+ export default Lbi24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function NewRecoverRecycleVm16GradientBlueIcon({
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": "NewRecoverRecycleVm16GradientBlueIcon",
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.396 5.694a.5.5 0 010-.707l3.182-3.182a.5.5 0 11.708.707L2.957 4.841h7.293c.76 0 1.877.252 2.815 1.011.959.777 1.685 2.05 1.685 3.989 0 .747-.22 1.856-.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-.788H2.957l2.329 2.328a.5.5 0 11-.708.707L1.396 5.694z",
20
+ fill: "url(#paint0_radial_NewRecoverRecycleVm16GradientBlueIcon_4143_47741)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_NewRecoverRecycleVm16GradientBlueIcon_4143_47741",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(13.5 -12.682 12.65728 13.47369 1.25 14.34)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default NewRecoverRecycleVm16GradientBlueIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function NewVm16YellowIcon({
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": "NewVm16YellowIcon",
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: "M2.5 2.5h11a.5.5 0 01.5.5v7.5a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5zM1 3a1.5 1.5 0 011.5-1.5h11A1.5 1.5 0 0115 3v7.5a1.5 1.5 0 01-1.5 1.5H9.75v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25V12H2.5A1.5 1.5 0 011 10.5V3zm3 2.5a.5.5 0 000 1h2a.5.5 0 000-1H4z",
20
+ fill: "#FEA008"
21
+ }));
22
+ }
23
+ export default NewVm16YellowIcon;
@@ -5,8 +5,8 @@ function RecoverRecycleVm16GradientGrayIcon({
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 32,
9
- height: 32,
8
+ width: 16,
9
+ height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  "data-testid": "RecoverRecycleVm16GradientGrayIcon",
@@ -14,25 +14,20 @@ function RecoverRecycleVm16GradientGrayIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
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)"
17
+ d: "M8.004 14.993c3.826 0 6.996-3.17 6.996-6.997C15 4.17 11.823 1 7.996 1 4.17 1 1 4.17 1 7.996c0 3.827 3.177 6.997 7.004 6.997zm0-1.242a5.732 5.732 0 01-5.748-5.755 5.725 5.725 0 015.74-5.754 5.748 5.748 0 015.762 5.754 5.733 5.733 0 01-5.754 5.755zm3.516-4.924c0-1.64-1.177-2.643-2.78-2.643H6.711l-.78.029.527-.419.7-.671a.495.495 0 00.16-.361.498.498 0 00-.506-.506.455.455 0 00-.354.152L4.646 6.249a.593.593 0 00-.188.419.58.58 0 00.188.419l1.82 1.862a.507.507 0 00.36.145.495.495 0 00.492-.506.485.485 0 00-.152-.36l-.845-.802-.39-.289.78.03h2.03c.995 0 1.746.577 1.746 1.61 0 1.053-.736 1.71-1.747 1.71h-.953c-.303 0-.542.18-.542.506 0 .325.239.505.55.505h.945c1.596 0 2.78-1.032 2.78-2.671z",
18
+ fill: "url(#paint0_radial_RecoverRecycleVm16GradientGrayIcon)"
24
19
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
- id: "paint0_radial_RecoverRecycleVm16GradientGrayIcon_4143_47735",
20
+ id: "paint0_radial_RecoverRecycleVm16GradientGrayIcon",
26
21
  cx: 0,
27
22
  cy: 0,
28
23
  r: 1,
29
24
  gradientUnits: "userSpaceOnUse",
30
- gradientTransform: "matrix(13.5 -12.682 12.65728 13.47369 9.25 22.34)"
25
+ gradientTransform: "rotate(-44.985 18.605 6.289) scale(19.7939)"
31
26
  }, /*#__PURE__*/React.createElement("stop", {
32
- stopColor: "#5BCAFF"
27
+ stopColor: "#CCD4E3"
33
28
  }), /*#__PURE__*/React.createElement("stop", {
34
29
  offset: 1,
35
- stopColor: "#06F"
30
+ stopColor: "#6B7D99"
36
31
  }))));
37
32
  }
38
33
  export default RecoverRecycleVm16GradientGrayIcon;
@@ -0,0 +1,39 @@
1
+ import * as React from "react";
2
+ function ReplicaActionStopFailoverTest40GradientBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 40,
9
+ height: 40,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaActionStopFailoverTest40GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M29.172 15.05a1 1 0 011.414 0l3.838 3.838c.383.384.575.579.648.803a1 1 0 010 .619c-.074.228-.272.426-.668.822l-3.818 3.818a1 1 0 01-1.414-1.414L32.707 20l-3.535-3.535a1 1 0 010-1.414zm-15.93 9.193a1 1 0 01-1.414 0l-2.829-2.829-2.828 2.829a1 1 0 11-1.414-1.415L7.585 20l-2.828-2.828a1 1 0 111.414-1.415l2.828 2.829 2.829-2.829a1 1 0 111.414 1.415L10.414 20l2.828 2.828a1 1 0 010 1.415zM17 20a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm5-1a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2z",
20
+ fill: "url(#paint0_linear_16627_8569)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
22
+ id: "paint0_linear_16627_8569",
23
+ x1: 36.882,
24
+ y1: 20,
25
+ x2: 6.353,
26
+ y2: 20,
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#0080FF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 0.183,
32
+ stopColor: "#3199FF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#66B3FF",
36
+ stopOpacity: 0.7
37
+ }))));
38
+ }
39
+ export default ReplicaActionStopFailoverTest40GradientBlueIcon;