@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,45 @@
1
+ const React = require("react");
2
+ function ReplicationPlanTestVmUnknown24Icon({
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": "ReplicationPlanTestVmUnknown24Icon",
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_ReplicationPlanTestVmUnknown24Icon_16820_123)"
21
+ }), /*#__PURE__*/React.createElement("circle", {
22
+ cx: 18.5,
23
+ cy: 18,
24
+ r: 4.75,
25
+ fill: "#FF4A4A",
26
+ fillOpacity: 0.1,
27
+ stroke: "#F0483E"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M18.413 19.322c.286 0 .443-.157.503-.427.053-.339.174-.512.71-.822.567-.334.861-.75.861-1.358 0-.938-.77-1.567-1.913-1.567-.866 0-1.51.343-1.769.875a.997.997 0 00-.12.479c0 .306.197.504.515.504.246 0 .427-.113.528-.371.129-.359.395-.552.79-.552.443 0 .749.274.749.669 0 .37-.157.572-.677.882-.475.278-.721.592-.721 1.067v.057c0 .33.201.564.544.564zm.008 1.792c.366 0 .66-.278.66-.632 0-.355-.294-.633-.66-.633a.642.642 0 00-.657.633c0 .354.294.632.657.632z",
30
+ fill: "#F0483E"
31
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
32
+ id: "paint0_radial_ReplicationPlanTestVmUnknown24Icon_16820_123",
33
+ cx: 0,
34
+ cy: 0,
35
+ r: 1,
36
+ gradientUnits: "userSpaceOnUse",
37
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 1.5 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 = ReplicationPlanTestVmUnknown24Icon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function TaskReportMailNotification24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskReportMailNotification24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
20
+ fill: "#1A82FF"
21
+ }));
22
+ }
23
+ module.exports = TaskReportMailNotification24BlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function TaskReportMailNotification24GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskReportMailNotification24GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
20
+ fill: "url(#paint0_radial_TaskReportMailNotification24GrayIcon_16639_130180)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_TaskReportMailNotification24GrayIcon_16639_130180",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = TaskReportMailNotification24GrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function TaskReportMailNotification24OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskReportMailNotification24OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = TaskReportMailNotification24OntintIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function TaskResultMailNotification24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskResultMailNotification24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
20
+ fill: "url(#paint0_radial_TaskResultMailNotification24BlueIcon_16639_130077)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_TaskResultMailNotification24BlueIcon_16639_130077",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = TaskResultMailNotification24BlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function TaskResultMailNotification24GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskResultMailNotification24GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
20
+ fill: "url(#paint0_radial_TaskResultMailNotification24GrayIcon_16639_130172)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_TaskResultMailNotification24GrayIcon_16639_130172",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = TaskResultMailNotification24GrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function TaskResultMailNotification24OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskResultMailNotification24OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = TaskResultMailNotification24OntintIcon;
@@ -0,0 +1,25 @@
1
+ const React = require("react");
2
+ function TimelineNotStart16GrayIcon({
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": "TimelineNotStart16GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("rect", {
17
+ x: 5,
18
+ y: 5,
19
+ width: 6,
20
+ height: 6,
21
+ rx: 3,
22
+ fill: "#A3B4CC"
23
+ }));
24
+ }
25
+ module.exports = TimelineNotStart16GrayIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function Upgrade24GradientBlueIcon({
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": "Upgrade24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.46 10.396a.332.332 0 00.247.552h2.298c0 2-.167 5.045-2.13 6.341-.04.027-.007.106.04.092 3.426-1.026 4.171-2.41 4.467-6.433h2.305a.332.332 0 00.248-.552l-3.49-3.926a.332.332 0 00-.496 0l-3.49 3.926z",
18
+ fill: "url(#paint0_radial_Upgrade24GradientBlueIcon_7493_57267)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-1 0a8 8 0 11-16 0 8 8 0 0116 0z",
23
+ fill: "url(#paint1_radial_Upgrade24GradientBlueIcon_7493_57267)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_Upgrade24GradientBlueIcon_7493_57267",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
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_Upgrade24GradientBlueIcon_7493_57267",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = Upgrade24GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function Upgrade24GradientGrayIcon({
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": "Upgrade24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.46 10.396a.332.332 0 00.247.552h2.298c0 2-.167 5.045-2.13 6.341-.04.027-.007.106.04.092 3.426-1.026 4.171-2.41 4.467-6.433h2.305a.332.332 0 00.248-.552l-3.49-3.926a.332.332 0 00-.496 0l-3.49 3.926z",
18
+ fill: "url(#paint0_radial_Upgrade24GradientGrayIcon_7493_57268)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-1 0a8 8 0 11-16 0 8 8 0 0116 0z",
23
+ fill: "url(#paint1_radial_Upgrade24GradientGrayIcon_7493_57268)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_Upgrade24GradientGrayIcon_7493_57268",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#CCD4E3"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#6B7D99"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_Upgrade24GradientGrayIcon_7493_57268",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#CCD4E3"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#6B7D99"
48
+ }))));
49
+ }
50
+ module.exports = Upgrade24GradientGrayIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("react");
2
+ function Upgrade24OntintIcon({
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": "Upgrade24OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.46 10.396a.332.332 0 00.247.552h2.298c0 2-.167 5.045-2.13 6.341-.04.027-.007.106.04.092 3.426-1.026 4.171-2.41 4.467-6.433h2.305a.332.332 0 00.248-.552l-3.49-3.926a.332.332 0 00-.496 0l-3.49 3.926z",
18
+ fill: "#fff"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-1 0a8 8 0 11-16 0 8 8 0 0116 0z",
23
+ fill: "#fff"
24
+ }));
25
+ }
26
+ module.exports = Upgrade24OntintIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function XmarkCloseCircleFill16OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "XmarkCloseCircleFill16OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm2.121-9.828a.5.5 0 11.707.707L8.708 8l2.12 2.121a.5.5 0 11-.707.707L8 8.709l-2.121 2.12a.5.5 0 11-.707-.707L7.292 8l-2.12-2.121a.5.5 0 01.707-.707L8 7.292l2.121-2.12z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = XmarkCloseCircleFill16OntintIcon;
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ function XmarkCloseCircleFill16OntintLightIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "XmarkCloseCircleFill16OntintLightIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm2.121-9.828a.5.5 0 11.707.707L8.708 8l2.12 2.121a.5.5 0 11-.707.707L8 8.709l-2.121 2.12a.5.5 0 11-.707-.707L7.292 8l-2.12-2.121a.5.5 0 01.707-.707L8 7.292l2.121-2.12z",
20
+ fill: "#fff",
21
+ fillOpacity: 0.6
22
+ }));
23
+ }
24
+ module.exports = XmarkCloseCircleFill16OntintLightIcon;
package/dist/cjs/index.js CHANGED
@@ -195,6 +195,7 @@ module.exports.ChartStackingArea24GradientBlueIcon = require("./ChartStackingAre
195
195
  module.exports.ChartStackingArea24GradientGrayIcon = require("./ChartStackingArea24GradientGrayIcon.js")
196
196
  module.exports.CheckGreenIcon = require("./CheckGreenIcon.js")
197
197
  module.exports.CheckItem24GradientBlueIcon = require("./CheckItem24GradientBlueIcon.js")
198
+ module.exports.CheckMarkSolvedCircle16GradientBlueIcon = require("./CheckMarkSolvedCircle16GradientBlueIcon.js")
198
199
  module.exports.CheckmarkAddedCircleFill16BlueIcon = require("./CheckmarkAddedCircleFill16BlueIcon.js")
199
200
  module.exports.CheckmarkAddedCircleFill16SecondaryIcon = require("./CheckmarkAddedCircleFill16SecondaryIcon.js")
200
201
  module.exports.CheckmarkAddedCircleFill24BlueIcon = require("./CheckmarkAddedCircleFill24BlueIcon.js")
@@ -366,6 +367,7 @@ module.exports.Eject16SecondaryIcon = require("./Eject16SecondaryIcon.js")
366
367
  module.exports.Eject24GradientBlueIcon = require("./Eject24GradientBlueIcon.js")
367
368
  module.exports.Eject24GradientGrayIcon = require("./Eject24GradientGrayIcon.js")
368
369
  module.exports.Eject24SecondaryIcon = require("./Eject24SecondaryIcon.js")
370
+ module.exports.Empty36GradientGrayIcon = require("./Empty36GradientGrayIcon.js")
369
371
  module.exports.Enable16BlueIcon = require("./Enable16BlueIcon.js")
370
372
  module.exports.Enable16GrayIcon = require("./Enable16GrayIcon.js")
371
373
  module.exports.Enable24BlueIcon = require("./Enable24BlueIcon.js")
@@ -413,6 +415,15 @@ module.exports.ExternalSubnet24GradientGreyIcon = require("./ExternalSubnet24Gra
413
415
  module.exports.ExternalSubnet24OntintIcon = require("./ExternalSubnet24OntintIcon.js")
414
416
  module.exports.Failback24BlueIcon = require("./Failback24BlueIcon.js")
415
417
  module.exports.Failover24BlueIcon = require("./Failover24BlueIcon.js")
418
+ module.exports.FailoverTestVm16BlueIcon = require("./FailoverTestVm16BlueIcon.js")
419
+ module.exports.FailoverTestVm16GrayIcon = require("./FailoverTestVm16GrayIcon.js")
420
+ module.exports.FailoverTestVm16OntintIcon = require("./FailoverTestVm16OntintIcon.js")
421
+ module.exports.FailoverTestVm20BlueIcon = require("./FailoverTestVm20BlueIcon.js")
422
+ module.exports.FailoverTestVm20GrayIcon = require("./FailoverTestVm20GrayIcon.js")
423
+ module.exports.FailoverTestVm20OntintIcon = require("./FailoverTestVm20OntintIcon.js")
424
+ module.exports.FailoverTestVm24BlueIcon = require("./FailoverTestVm24BlueIcon.js")
425
+ module.exports.FailoverTestVm24GrayIcon = require("./FailoverTestVm24GrayIcon.js")
426
+ module.exports.FailoverTestVm24OntintIcon = require("./FailoverTestVm24OntintIcon.js")
416
427
  module.exports.File16GradientBlueIcon = require("./File16GradientBlueIcon.js")
417
428
  module.exports.FileCluster24BlueIcon = require("./FileCluster24BlueIcon.js")
418
429
  module.exports.FileCluster24OntintIcon = require("./FileCluster24OntintIcon.js")
@@ -626,6 +637,8 @@ module.exports.LbGw16OntintIcon = require("./LbGw16OntintIcon.js")
626
637
  module.exports.LbGw24GradientBlueIcon = require("./LbGw24GradientBlueIcon.js")
627
638
  module.exports.LbGw24GradientGreyIcon = require("./LbGw24GradientGreyIcon.js")
628
639
  module.exports.LbGw24OntintIcon = require("./LbGw24OntintIcon.js")
640
+ module.exports.Lbg24GradientBlueIcon = require("./Lbg24GradientBlueIcon.js")
641
+ module.exports.Lbi24GradientBlueIcon = require("./Lbi24GradientBlueIcon.js")
629
642
  module.exports.Ldap24GradientBlueIcon = require("./Ldap24GradientBlueIcon.js")
630
643
  module.exports.Ldap24WhiteIcon = require("./Ldap24WhiteIcon.js")
631
644
  module.exports.LdapSync16WhiteIcon = require("./LdapSync16WhiteIcon.js")
@@ -800,6 +813,8 @@ module.exports.NetworkVm16BlueIcon = require("./NetworkVm16BlueIcon.js")
800
813
  module.exports.NetworkVm16GradientBlueIcon = require("./NetworkVm16GradientBlueIcon.js")
801
814
  module.exports.NetworkVm16GradientRedIcon = require("./NetworkVm16GradientRedIcon.js")
802
815
  module.exports.NetworkVm16GradientYellowIcon = require("./NetworkVm16GradientYellowIcon.js")
816
+ module.exports.NewRecoverRecycleVm16GradientBlueIcon = require("./NewRecoverRecycleVm16GradientBlueIcon.js")
817
+ module.exports.NewVm16YellowIcon = require("./NewVm16YellowIcon.js")
803
818
  module.exports.NewWindow16BlueIcon = require("./NewWindow16BlueIcon.js")
804
819
  module.exports.NewWindow16GrayIcon = require("./NewWindow16GrayIcon.js")
805
820
  module.exports.NfsDatastoreStorageObject24GradientBlueIcon = require("./NfsDatastoreStorageObject24GradientBlueIcon.js")
@@ -1056,6 +1071,7 @@ module.exports.RefreshSync16Icon = require("./RefreshSync16Icon.js")
1056
1071
  module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
1057
1072
  module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
1058
1073
  module.exports.RefreshIcon = require("./RefreshIcon.js")
1074
+ module.exports.ReplicaActionStopFailoverTest40GradientBlueIcon = require("./ReplicaActionStopFailoverTest40GradientBlueIcon.js")
1059
1075
  module.exports.ReplicaActionsFailback40GradientBlueIcon = require("./ReplicaActionsFailback40GradientBlueIcon.js")
1060
1076
  module.exports.ReplicaActionsFailover40GradientBlueIcon = require("./ReplicaActionsFailover40GradientBlueIcon.js")
1061
1077
  module.exports.ReplicaActionsFailoverTest40GradientBlueIcon = require("./ReplicaActionsFailoverTest40GradientBlueIcon.js")
@@ -1064,6 +1080,10 @@ module.exports.ReplicaFailback16GradientBlueIcon = require("./ReplicaFailback16G
1064
1080
  module.exports.ReplicaFailback24GradientBlueIcon = require("./ReplicaFailback24GradientBlueIcon.js")
1065
1081
  module.exports.ReplicaFailover16GradientBlueIcon = require("./ReplicaFailover16GradientBlueIcon.js")
1066
1082
  module.exports.ReplicaFailover24GradientBlueIcon = require("./ReplicaFailover24GradientBlueIcon.js")
1083
+ module.exports.ReplicaFailoverTest16BlueIcon = require("./ReplicaFailoverTest16BlueIcon.js")
1084
+ module.exports.ReplicaFailoverTest24BlueIcon = require("./ReplicaFailoverTest24BlueIcon.js")
1085
+ module.exports.ReplicaFailoverTestStop16BlueIcon = require("./ReplicaFailoverTestStop16BlueIcon.js")
1086
+ module.exports.ReplicaFailoverTestStop24BlueIcon = require("./ReplicaFailoverTestStop24BlueIcon.js")
1067
1087
  module.exports.ReplicaObjectVm24GradientBlueIcon = require("./ReplicaObjectVm24GradientBlueIcon.js")
1068
1088
  module.exports.ReplicaObjectVm24GradientGrayIcon = require("./ReplicaObjectVm24GradientGrayIcon.js")
1069
1089
  module.exports.ReplicaObjectVm24OntintIcon = require("./ReplicaObjectVm24OntintIcon.js")
@@ -1124,6 +1144,8 @@ module.exports.ReplicaVolume16OntintIcon = require("./ReplicaVolume16OntintIcon.
1124
1144
  module.exports.ReplicaVolume24GradientBlueIcon = require("./ReplicaVolume24GradientBlueIcon.js")
1125
1145
  module.exports.ReplicaVolume24GradientGrayIcon = require("./ReplicaVolume24GradientGrayIcon.js")
1126
1146
  module.exports.ReplicaVolume24OntintIcon = require("./ReplicaVolume24OntintIcon.js")
1147
+ module.exports.ReplicationObjectCurveLinkDoubleIcon = require("./ReplicationObjectCurveLinkDoubleIcon.js")
1148
+ module.exports.ReplicationObjectCurveLinkSingleIcon = require("./ReplicationObjectCurveLinkSingleIcon.js")
1127
1149
  module.exports.ReplicationPlanOriginVmNull24Icon = require("./ReplicationPlanOriginVmNull24Icon.js")
1128
1150
  module.exports.ReplicationPlanOriginVmRunning24Icon = require("./ReplicationPlanOriginVmRunning24Icon.js")
1129
1151
  module.exports.ReplicationPlanOriginVmStopped24Icon = require("./ReplicationPlanOriginVmStopped24Icon.js")
@@ -1136,6 +1158,10 @@ module.exports.ReplicationPlanReplicaVmRunning24Icon = require("./ReplicationPla
1136
1158
  module.exports.ReplicationPlanReplicaVmStopped24Icon = require("./ReplicationPlanReplicaVmStopped24Icon.js")
1137
1159
  module.exports.ReplicationPlanReplicaVmSuspended24Icon = require("./ReplicationPlanReplicaVmSuspended24Icon.js")
1138
1160
  module.exports.ReplicationPlanReplicaVmUnknown24Icon = require("./ReplicationPlanReplicaVmUnknown24Icon.js")
1161
+ module.exports.ReplicationPlanTestVmRunning24Icon = require("./ReplicationPlanTestVmRunning24Icon.js")
1162
+ module.exports.ReplicationPlanTestVmStopped24Icon = require("./ReplicationPlanTestVmStopped24Icon.js")
1163
+ module.exports.ReplicationPlanTestVmSuspended24Icon = require("./ReplicationPlanTestVmSuspended24Icon.js")
1164
+ module.exports.ReplicationPlanTestVmUnknown24Icon = require("./ReplicationPlanTestVmUnknown24Icon.js")
1139
1165
  module.exports.ReplicationService16GradientGrayIcon = require("./ReplicationService16GradientGrayIcon.js")
1140
1166
  module.exports.ReplicationService24BlueIcon = require("./ReplicationService24BlueIcon.js")
1141
1167
  module.exports.ReplicationService24OntintIcon = require("./ReplicationService24OntintIcon.js")
@@ -1413,7 +1439,14 @@ module.exports.TaskCenterFill24GradientRedIcon = require("./TaskCenterFill24Grad
1413
1439
  module.exports.TaskCenterFill24GradientYellowIcon = require("./TaskCenterFill24GradientYellowIcon.js")
1414
1440
  module.exports.TaskCenterFill24Icon = require("./TaskCenterFill24Icon.js")
1415
1441
  module.exports.TaskPreviewIcon = require("./TaskPreviewIcon.js")
1442
+ module.exports.TaskReportMailNotification24BlueIcon = require("./TaskReportMailNotification24BlueIcon.js")
1443
+ module.exports.TaskReportMailNotification24GrayIcon = require("./TaskReportMailNotification24GrayIcon.js")
1444
+ module.exports.TaskReportMailNotification24OntintIcon = require("./TaskReportMailNotification24OntintIcon.js")
1445
+ module.exports.TaskResultMailNotification24BlueIcon = require("./TaskResultMailNotification24BlueIcon.js")
1446
+ module.exports.TaskResultMailNotification24GrayIcon = require("./TaskResultMailNotification24GrayIcon.js")
1447
+ module.exports.TaskResultMailNotification24OntintIcon = require("./TaskResultMailNotification24OntintIcon.js")
1416
1448
  module.exports.TaskIcon = require("./TaskIcon.js")
1449
+ module.exports.TimelineNotStart16GrayIcon = require("./TimelineNotStart16GrayIcon.js")
1417
1450
  module.exports.Topn24GradientBlueIcon = require("./Topn24GradientBlueIcon.js")
1418
1451
  module.exports.Topn24GradientGrayIcon = require("./Topn24GradientGrayIcon.js")
1419
1452
  module.exports.TrafficVisualization16GradientBlueIcon = require("./TrafficVisualization16GradientBlueIcon.js")
@@ -1442,6 +1475,9 @@ module.exports.UnknownCircleIcon = require("./UnknownCircleIcon.js")
1442
1475
  module.exports.UnmountedIcon = require("./UnmountedIcon.js")
1443
1476
  module.exports.UnopenedStatusIcon = require("./UnopenedStatusIcon.js")
1444
1477
  module.exports.Upgrade16BlueIcon = require("./Upgrade16BlueIcon.js")
1478
+ module.exports.Upgrade24GradientBlueIcon = require("./Upgrade24GradientBlueIcon.js")
1479
+ module.exports.Upgrade24GradientGrayIcon = require("./Upgrade24GradientGrayIcon.js")
1480
+ module.exports.Upgrade24OntintIcon = require("./Upgrade24OntintIcon.js")
1445
1481
  module.exports.UpgradeFile16GrayIcon = require("./UpgradeFile16GrayIcon.js")
1446
1482
  module.exports.UpgradeFile24BlueIcon = require("./UpgradeFile24BlueIcon.js")
1447
1483
  module.exports.UpgradeService24BlueIcon = require("./UpgradeService24BlueIcon.js")
@@ -1658,6 +1694,8 @@ module.exports.WorkloadClusters16GradientBlueIcon = require("./WorkloadClusters1
1658
1694
  module.exports.XlsxIcon = require("./XlsxIcon.js")
1659
1695
  module.exports.XmarkClearFill24SecondaryIcon = require("./XmarkClearFill24SecondaryIcon.js")
1660
1696
  module.exports.XmarkClearFill24TertiaryIcon = require("./XmarkClearFill24TertiaryIcon.js")
1697
+ module.exports.XmarkCloseCircleFill16OntintLightIcon = require("./XmarkCloseCircleFill16OntintLightIcon.js")
1698
+ module.exports.XmarkCloseCircleFill16OntintIcon = require("./XmarkCloseCircleFill16OntintIcon.js")
1661
1699
  module.exports.XmarkCloseCircleFill16SecondaryIcon = require("./XmarkCloseCircleFill16SecondaryIcon.js")
1662
1700
  module.exports.XmarkCloseCircleFill16TertiaryIcon = require("./XmarkCloseCircleFill16TertiaryIcon.js")
1663
1701
  module.exports.XmarkCloseFill16PrimaryIcon = require("./XmarkCloseFill16PrimaryIcon.js")
@@ -0,0 +1,50 @@
1
+ import * as React from "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
+ export default CheckMarkSolvedCircle16GradientBlueIcon;