@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,23 @@
1
+ const React = require("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
+ module.exports = FailoverTestVm24OntintIcon;
@@ -0,0 +1,67 @@
1
+ const React = require("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
+ module.exports = Lbg24GradientBlueIcon;
@@ -0,0 +1,52 @@
1
+ const React = require("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
+ module.exports = Lbi24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("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
+ module.exports = NewRecoverRecycleVm16GradientBlueIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("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
+ module.exports = 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
  module.exports = RecoverRecycleVm16GradientGrayIcon;
@@ -0,0 +1,39 @@
1
+ const React = require("react");
2
+ function ReplicaActionStopFailoverTest40GradientBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 40,
9
+ height: 40,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaActionStopFailoverTest40GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M29.172 15.05a1 1 0 011.414 0l3.838 3.838c.383.384.575.579.648.803a1 1 0 010 .619c-.074.228-.272.426-.668.822l-3.818 3.818a1 1 0 01-1.414-1.414L32.707 20l-3.535-3.535a1 1 0 010-1.414zm-15.93 9.193a1 1 0 01-1.414 0l-2.829-2.829-2.828 2.829a1 1 0 11-1.414-1.415L7.585 20l-2.828-2.828a1 1 0 111.414-1.415l2.828 2.829 2.829-2.829a1 1 0 111.414 1.415L10.414 20l2.828 2.828a1 1 0 010 1.415zM17 20a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm5-1a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2z",
20
+ fill: "url(#paint0_linear_16627_8569)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
22
+ id: "paint0_linear_16627_8569",
23
+ x1: 36.882,
24
+ y1: 20,
25
+ x2: 6.353,
26
+ y2: 20,
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#0080FF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 0.183,
32
+ stopColor: "#3199FF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#66B3FF",
36
+ stopOpacity: 0.7
37
+ }))));
38
+ }
39
+ module.exports = ReplicaActionStopFailoverTest40GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ReplicaFailoverTest16BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTest16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11.179 3.017a.5.5 0 00-.062.705l3.607 4.298-3.59 4.279a.5.5 0 10.766.643l3.857-4.597a.5.5 0 00.033-.598.506.506 0 00-.05-.072L11.883 3.08a.5.5 0 00-.704-.062zm-2.033 1.63a.5.5 0 01.708 0l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708l3-3zm.354 1.06L7.207 8 9.5 10.293 11.793 8 9.5 5.707zM4.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm1 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTest16BlueIcon_16593_16)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTest16BlueIcon_16593_16",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-33.615 21.968 5.732) scale(18.4605 17.0217)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ReplicaFailoverTest16BlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ReplicaFailoverTest24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTest24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M16.799 5.476a.5.5 0 00-.062.705l4.893 5.83-4.876 5.81a.5.5 0 00.766.644l5.142-6.129a.5.5 0 00.034-.598.499.499 0 00-.05-.072l-5.143-6.128a.5.5 0 00-.704-.062zM4.5 13.993a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6zm8.39-7.589a.5.5 0 01.706 0l4.243 4.243a.5.5 0 010 .707l-4.243 4.243a.5.5 0 01-.707 0l-4.243-4.243a.5.5 0 010-.707l4.243-4.243zm.353 1.06l-3.536 3.537 3.536 3.535 3.535-3.535-3.535-3.536z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTest24BlueIcon_16593_20)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTest24BlueIcon_16593_20",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(21.27916 -13.284 11.93458 19.11759 1.5 18.643)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ReplicaFailoverTest24BlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ReplicaFailoverTestStop16BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTestStop16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11.179 3.017a.5.5 0 00-.062.705l3.607 4.298-3.59 4.279a.5.5 0 10.766.643l3.857-4.597a.5.5 0 00.033-.598.506.506 0 00-.05-.072L11.883 3.08a.5.5 0 00-.704-.062zm-2.283 1.63a.5.5 0 01.708 0l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708l3-3zm.354 1.06L6.957 8l2.293 2.293L11.543 8 9.25 5.707zm-8.604-.06a.5.5 0 01.708 0L3 7.292l1.646-1.647a.5.5 0 11.708.708L3.707 8l1.647 1.646a.5.5 0 01-.708.708L3 8.707l-1.646 1.647a.5.5 0 01-.708-.708L2.293 8 .646 6.354a.5.5 0 010-.708z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTestStop16BlueIcon_16593_36)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTestStop16BlueIcon_16593_36",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-33.615 21.968 5.732) scale(18.4605 17.0217)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ReplicaFailoverTestStop16BlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ReplicaFailoverTestStop24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTestStop24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M16.8 5.476a.5.5 0 00-.062.705l4.893 5.83-4.876 5.81a.5.5 0 00.766.644l5.142-6.129a.5.5 0 00.034-.598.499.499 0 00-.05-.072l-5.143-6.128a.5.5 0 00-.704-.062zM1.646 8.818a.5.5 0 01.708 0l2.353 2.354 2.354-2.354a.5.5 0 01.707.707l-2.44 2.441a.503.503 0 010 .069l2.44 2.44a.5.5 0 11-.707.707L4.707 12.83l-2.353 2.353a.5.5 0 01-.708-.707l2.441-2.44a.503.503 0 010-.069l-2.44-2.44a.5.5 0 010-.708zM12.89 7.404a.5.5 0 01.707 0l4.243 4.243a.5.5 0 010 .707l-4.243 4.243a.5.5 0 01-.707 0l-4.243-4.243a.5.5 0 010-.707l4.243-4.243zm.354 1.06l-3.536 3.537 3.536 3.535 3.535-3.535-3.535-3.536z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTestStop24BlueIcon_16593_29)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTestStop24BlueIcon_16593_29",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(21.28036 -13.28397 11.93424 19.11815 1.5 18.643)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ReplicaFailoverTestStop24BlueIcon;
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ function ReplicationObjectCurveLinkDoubleIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 48,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicationObjectCurveLinkDoubleIcon",
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: "M14 12.5A3.5 3.5 0 0110.5 9V0h-1v41a4.5 4.5 0 004.5 4.5h10v-1H14a3.5 3.5 0 01-3.5-3.5V11.829A4.491 4.491 0 0014 13.5h10v-1H14z",
20
+ fill: "#C0CBE0",
21
+ fillOpacity: 0.6
22
+ }));
23
+ }
24
+ module.exports = ReplicationObjectCurveLinkDoubleIcon;
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function ReplicationObjectCurveLinkSingleIcon({
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": "ReplicationObjectCurveLinkSingleIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10 0v9a4 4 0 004 4h10",
18
+ stroke: "#C0CBE0",
19
+ strokeOpacity: 0.6
20
+ }));
21
+ }
22
+ module.exports = ReplicationObjectCurveLinkSingleIcon;
@@ -0,0 +1,45 @@
1
+ const React = require("react");
2
+ function ReplicationPlanTestVmRunning24Icon({
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": "ReplicationPlanTestVmRunning24Icon",
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 5.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C2.52 2 3.08 2 4.2 2h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C19 3.52 19 4.08 19 5.2v5.618a7.314 7.314 0 00-1-.068V5.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 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 15h7.198a7.223 7.223 0 00-.648 3c0 .34.023.673.068 1H5.5a.5.5 0 010-1H8v-2H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C1 14.48 1 13.92 1 12.8V5.2zm7.932.618l2.121 2.122a1.5 1.5 0 010 2.12l-2.121 2.122a1.5 1.5 0 01-2.121 0l-2.122-2.121a1.5 1.5 0 010-2.121l2.122-2.122a1.5 1.5 0 012.121 0zm-.707.707a.5.5 0 00-.707 0L5.396 8.647a.5.5 0 000 .707l2.122 2.121a.5.5 0 00.707 0l2.121-2.121a.5.5 0 000-.707L8.225 6.525zm7.07 1.415l-2.12-2.122a1.5 1.5 0 00-2.122 0 .5.5 0 10.707.707.5.5 0 01.707 0l2.122 2.122a.5.5 0 010 .707l-2.122 2.121a.5.5 0 01-.707 0 .5.5 0 10-.707.707 1.5 1.5 0 002.122 0l2.12-2.121a1.5 1.5 0 000-2.121z",
20
+ fill: "url(#paint0_radial_ReplicationPlanTestVmRunning24Icon_16820_120)"
21
+ }), /*#__PURE__*/React.createElement("circle", {
22
+ cx: 18,
23
+ cy: 18,
24
+ r: 4.75,
25
+ fill: "#1EC97F",
26
+ fillOpacity: 0.1,
27
+ stroke: "#00BA5D"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M16.313 18.735v-1.47c0-.682 0-1.023.143-1.22a.75.75 0 01.528-.305c.242-.025.538.145 1.128.486l1.274.735c.591.34.887.511.986.734a.75.75 0 010 .61c-.1.223-.395.393-.986.734l-1.274.735c-.59.341-.886.511-1.128.486a.75.75 0 01-.528-.305c-.143-.197-.143-.538-.143-1.22z",
30
+ fill: "#00BA5D"
31
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
32
+ id: "paint0_radial_ReplicationPlanTestVmRunning24Icon_16820_120",
33
+ cx: 0,
34
+ cy: 0,
35
+ r: 1,
36
+ gradientUnits: "userSpaceOnUse",
37
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1 19)"
38
+ }, /*#__PURE__*/React.createElement("stop", {
39
+ stopColor: "#CCD4E3"
40
+ }), /*#__PURE__*/React.createElement("stop", {
41
+ offset: 1,
42
+ stopColor: "#6B7D99"
43
+ }))));
44
+ }
45
+ module.exports = ReplicationPlanTestVmRunning24Icon;
@@ -0,0 +1,49 @@
1
+ const React = require("react");
2
+ function ReplicationPlanTestVmStopped24Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 25,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicationPlanTestVmStopped24Icon",
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.5 5.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C3.02 2 3.58 2 4.7 2h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874c.218.428.218.988.218 2.108v5.618a7.314 7.314 0 00-1-.068V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C17.25 3 16.877 3 16.3 3H4.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2.5 4.25 2.5 4.623 2.5 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.75 15 4.123 15 4.7 15h7.198a7.223 7.223 0 00-.648 3c0 .34.023.673.068 1H6a.5.5 0 010-1h2.5v-2H4.7c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C1.5 14.48 1.5 13.92 1.5 12.8V5.2zm7.932.618l2.121 2.122a1.5 1.5 0 010 2.12l-2.121 2.122a1.5 1.5 0 01-2.121 0l-2.122-2.121a1.5 1.5 0 010-2.121l2.122-2.122a1.5 1.5 0 012.121 0zm-.707.707a.5.5 0 00-.707 0L5.896 8.647a.5.5 0 000 .707l2.122 2.121a.5.5 0 00.707 0l2.121-2.121a.5.5 0 000-.707L8.725 6.525zm7.07 1.415l-2.12-2.122a1.5 1.5 0 00-2.122 0 .5.5 0 10.707.707.5.5 0 01.707 0l2.122 2.122a.5.5 0 010 .707l-2.122 2.121a.5.5 0 01-.707 0 .5.5 0 10-.707.707 1.5 1.5 0 002.122 0l2.12-2.121a1.5 1.5 0 000-2.121z",
20
+ fill: "url(#paint0_radial_ReplicationPlanTestVmStopped24Icon_16820_122)"
21
+ }), /*#__PURE__*/React.createElement("circle", {
22
+ cx: 18.5,
23
+ cy: 18,
24
+ r: 4.75,
25
+ fill: "#6B7D99",
26
+ fillOpacity: 0.1,
27
+ stroke: "#6B7D99"
28
+ }), /*#__PURE__*/React.createElement("rect", {
29
+ x: 16.25,
30
+ y: 15.75,
31
+ width: 4.5,
32
+ height: 4.5,
33
+ rx: 0.8,
34
+ fill: "#6B7D99"
35
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
36
+ id: "paint0_radial_ReplicationPlanTestVmStopped24Icon_16820_122",
37
+ cx: 0,
38
+ cy: 0,
39
+ r: 1,
40
+ gradientUnits: "userSpaceOnUse",
41
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1.5 19)"
42
+ }, /*#__PURE__*/React.createElement("stop", {
43
+ stopColor: "#CCD4E3"
44
+ }), /*#__PURE__*/React.createElement("stop", {
45
+ offset: 1,
46
+ stopColor: "#6B7D99"
47
+ }))));
48
+ }
49
+ module.exports = ReplicationPlanTestVmStopped24Icon;
@@ -0,0 +1,47 @@
1
+ const React = require("react");
2
+ function ReplicationPlanTestVmSuspended24Icon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 25,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicationPlanTestVmSuspended24Icon",
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.5 5.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C3.02 2 3.58 2 4.7 2h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874c.218.428.218.988.218 2.108v5.618a7.314 7.314 0 00-1-.068V5.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C17.25 3 16.877 3 16.3 3H4.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2.5 4.25 2.5 4.623 2.5 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.75 15 4.123 15 4.7 15h7.198a7.223 7.223 0 00-.648 3c0 .34.023.673.068 1H6a.5.5 0 010-1h2.5v-2H4.7c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C1.5 14.48 1.5 13.92 1.5 12.8V5.2zm7.932.618l2.121 2.122a1.5 1.5 0 010 2.12l-2.121 2.122a1.5 1.5 0 01-2.121 0l-2.122-2.121a1.5 1.5 0 010-2.121l2.122-2.122a1.5 1.5 0 012.121 0zm-.707.707a.5.5 0 00-.707 0L5.896 8.647a.5.5 0 000 .707l2.122 2.121a.5.5 0 00.707 0l2.121-2.121a.5.5 0 000-.707L8.725 6.525zm7.07 1.415l-2.12-2.122a1.5 1.5 0 00-2.122 0 .5.5 0 10.707.707.5.5 0 01.707 0l2.122 2.122a.5.5 0 010 .707l-2.122 2.121a.5.5 0 01-.707 0 .5.5 0 10-.707.707 1.5 1.5 0 002.122 0l2.12-2.121a1.5 1.5 0 000-2.121z",
20
+ fill: "url(#paint0_radial_ReplicationPlanTestVmSuspended24Icon_16820_121)"
21
+ }), /*#__PURE__*/React.createElement("circle", {
22
+ cx: 18.5,
23
+ cy: 18,
24
+ r: 4.75,
25
+ fill: "#FB0",
26
+ fillOpacity: 0.1,
27
+ stroke: "#FEA008"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M17.188 15.563a.562.562 0 00-.563.562v3.75a.562.562 0 101.125 0v-3.75a.562.562 0 00-.563-.563zm2.625 0a.562.562 0 00-.563.562v3.75a.562.562 0 101.125 0v-3.75a.562.562 0 00-.563-.563z",
32
+ fill: "#FEA008"
33
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
34
+ id: "paint0_radial_ReplicationPlanTestVmSuspended24Icon_16820_121",
35
+ cx: 0,
36
+ cy: 0,
37
+ r: 1,
38
+ gradientUnits: "userSpaceOnUse",
39
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1.5 19)"
40
+ }, /*#__PURE__*/React.createElement("stop", {
41
+ stopColor: "#CCD4E3"
42
+ }), /*#__PURE__*/React.createElement("stop", {
43
+ offset: 1,
44
+ stopColor: "#6B7D99"
45
+ }))));
46
+ }
47
+ module.exports = ReplicationPlanTestVmSuspended24Icon;