@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,35 @@
1
+ import * as React from "react";
2
+ function ReplicaFailoverTest16BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTest16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11.179 3.017a.5.5 0 00-.062.705l3.607 4.298-3.59 4.279a.5.5 0 10.766.643l3.857-4.597a.5.5 0 00.033-.598.506.506 0 00-.05-.072L11.883 3.08a.5.5 0 00-.704-.062zm-2.033 1.63a.5.5 0 01.708 0l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708l3-3zm.354 1.06L7.207 8 9.5 10.293 11.793 8 9.5 5.707zM4.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm1 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTest16BlueIcon_16593_16)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTest16BlueIcon_16593_16",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-33.615 21.968 5.732) scale(18.4605 17.0217)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default ReplicaFailoverTest16BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function ReplicaFailoverTest24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTest24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M16.799 5.476a.5.5 0 00-.062.705l4.893 5.83-4.876 5.81a.5.5 0 00.766.644l5.142-6.129a.5.5 0 00.034-.598.499.499 0 00-.05-.072l-5.143-6.128a.5.5 0 00-.704-.062zM4.5 13.993a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6zm8.39-7.589a.5.5 0 01.706 0l4.243 4.243a.5.5 0 010 .707l-4.243 4.243a.5.5 0 01-.707 0l-4.243-4.243a.5.5 0 010-.707l4.243-4.243zm.353 1.06l-3.536 3.537 3.536 3.535 3.535-3.535-3.535-3.536z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTest24BlueIcon_16593_20)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTest24BlueIcon_16593_20",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(21.27916 -13.284 11.93458 19.11759 1.5 18.643)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default ReplicaFailoverTest24BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function ReplicaFailoverTestStop16BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTestStop16BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11.179 3.017a.5.5 0 00-.062.705l3.607 4.298-3.59 4.279a.5.5 0 10.766.643l3.857-4.597a.5.5 0 00.033-.598.506.506 0 00-.05-.072L11.883 3.08a.5.5 0 00-.704-.062zm-2.283 1.63a.5.5 0 01.708 0l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708l3-3zm.354 1.06L6.957 8l2.293 2.293L11.543 8 9.25 5.707zm-8.604-.06a.5.5 0 01.708 0L3 7.292l1.646-1.647a.5.5 0 11.708.708L3.707 8l1.647 1.646a.5.5 0 01-.708.708L3 8.707l-1.646 1.647a.5.5 0 01-.708-.708L2.293 8 .646 6.354a.5.5 0 010-.708z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTestStop16BlueIcon_16593_36)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTestStop16BlueIcon_16593_36",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-33.615 21.968 5.732) scale(18.4605 17.0217)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default ReplicaFailoverTestStop16BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function ReplicaFailoverTestStop24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "ReplicaFailoverTestStop24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M16.8 5.476a.5.5 0 00-.062.705l4.893 5.83-4.876 5.81a.5.5 0 00.766.644l5.142-6.129a.5.5 0 00.034-.598.499.499 0 00-.05-.072l-5.143-6.128a.5.5 0 00-.704-.062zM1.646 8.818a.5.5 0 01.708 0l2.353 2.354 2.354-2.354a.5.5 0 01.707.707l-2.44 2.441a.503.503 0 010 .069l2.44 2.44a.5.5 0 11-.707.707L4.707 12.83l-2.353 2.353a.5.5 0 01-.708-.707l2.441-2.44a.503.503 0 010-.069l-2.44-2.44a.5.5 0 010-.708zM12.89 7.404a.5.5 0 01.707 0l4.243 4.243a.5.5 0 010 .707l-4.243 4.243a.5.5 0 01-.707 0l-4.243-4.243a.5.5 0 010-.707l4.243-4.243zm.354 1.06l-3.536 3.537 3.536 3.535 3.535-3.535-3.535-3.536z",
20
+ fill: "url(#paint0_radial_ReplicaFailoverTestStop24BlueIcon_16593_29)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ReplicaFailoverTestStop24BlueIcon_16593_29",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(21.28036 -13.28397 11.93424 19.11815 1.5 18.643)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default ReplicaFailoverTestStop24BlueIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "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
+ export default ReplicationObjectCurveLinkDoubleIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "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
+ export default ReplicationObjectCurveLinkSingleIcon;
@@ -0,0 +1,45 @@
1
+ import * as React from "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
+ export default ReplicationPlanTestVmRunning24Icon;
@@ -0,0 +1,49 @@
1
+ import * as React from "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
+ export default ReplicationPlanTestVmStopped24Icon;
@@ -0,0 +1,47 @@
1
+ import * as React from "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
+ export default ReplicationPlanTestVmSuspended24Icon;
@@ -0,0 +1,45 @@
1
+ import * as React from "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
+ export default ReplicationPlanTestVmUnknown24Icon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function TaskReportMailNotification24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskReportMailNotification24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
20
+ fill: "#1A82FF"
21
+ }));
22
+ }
23
+ export default TaskReportMailNotification24BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function TaskReportMailNotification24GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskReportMailNotification24GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
20
+ fill: "url(#paint0_radial_TaskReportMailNotification24GrayIcon_16639_130180)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_TaskReportMailNotification24GrayIcon_16639_130180",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default TaskReportMailNotification24GrayIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function TaskReportMailNotification24OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskReportMailNotification24OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zM7 9a1 1 0 11-2 0 1 1 0 012 0zm0 3a1 1 0 11-2 0 1 1 0 012 0zm-1 4a1 1 0 100-2 1 1 0 000 2zm2.5-7a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm.5 2.5a.5.5 0 000 1h9a.5.5 0 000-1H9zM8.5 15a.5.5 0 01.5-.5h9a.5.5 0 010 1H9a.5.5 0 01-.5-.5z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ export default TaskReportMailNotification24OntintIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function TaskResultMailNotification24BlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskResultMailNotification24BlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
20
+ fill: "url(#paint0_radial_TaskResultMailNotification24BlueIcon_16639_130077)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_TaskResultMailNotification24BlueIcon_16639_130077",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default TaskResultMailNotification24BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function TaskResultMailNotification24GrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskResultMailNotification24GrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
20
+ fill: "url(#paint0_radial_TaskResultMailNotification24GrayIcon_16639_130172)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_TaskResultMailNotification24GrayIcon_16639_130172",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-35.538 30.644 6.38) scale(25.807 24.412)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default TaskResultMailNotification24GrayIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ function TaskResultMailNotification24OntintIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ "data-testid": "TaskResultMailNotification24OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M23 6a2 2 0 11-4 0 2 2 0 014 0zm-1 2.83v7.602c0 .252 0 .498-.017.706a2.022 2.022 0 01-.201.77 2 2 0 01-.874.874 2.022 2.022 0 01-.77.201c-.208.017-.454.017-.706.017H4.568c-.252 0-.498 0-.706-.017a2.022 2.022 0 01-.77-.201 2 2 0 01-.874-.874 2.022 2.022 0 01-.201-.77C2 16.93 2 16.684 2 16.432V7.568c0-.252 0-.498.017-.706.019-.229.063-.499.201-.77a2 2 0 01.874-.874c.271-.138.541-.182.77-.201C4.07 5 4.316 5 4.568 5H18.17c-.11.313-.17.65-.17 1H4.6c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C3 6.76 3 7.04 3 7.6v8.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C3.76 18 4.04 18 4.6 18h14.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C21 17.24 21 16.96 21 16.4V9c.35 0 .687-.06 1-.17zm-3.646-.476a.5.5 0 00-.708-.708l-6.292 6.293a.5.5 0 01-.708 0l-3.792-3.793a.5.5 0 00-.708.708l3.793 3.792a1.5 1.5 0 002.122 0l6.293-6.292z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ export default TaskResultMailNotification24OntintIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "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
+ export default TimelineNotStart16GrayIcon;
@@ -0,0 +1,50 @@
1
+ import * as React from "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
+ export default Upgrade24GradientBlueIcon;