@cloudtower/icons-react 0.35.1 → 0.35.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 (59) hide show
  1. package/dist/EventAuditing16BlueIcon.d.ts +4 -0
  2. package/dist/EventAuditing16GrayIcon.d.ts +4 -0
  3. package/dist/EventAuditing24GrayIcon.d.ts +4 -0
  4. package/dist/GenerateCsr16GradientBlueIcon.d.ts +4 -0
  5. package/dist/MinusUnmountRemoveCircle16OrangeIcon.d.ts +4 -0
  6. package/dist/Monitoring16GradientGrayIcon.d.ts +4 -0
  7. package/dist/OpenTerminal24GradientBlueIcon.d.ts +4 -0
  8. package/dist/OpenTerminal24GradientGrayIcon.d.ts +4 -0
  9. package/dist/Retry24GradientBlueIcon.d.ts +4 -0
  10. package/dist/SyncReplicaPlan16FillGradientBlueIcon.d.ts +4 -0
  11. package/dist/SyncReplicaPlan16FillGradientGrayIcon.d.ts +4 -0
  12. package/dist/SyncReplicaPlan24FillGradientBlueIcon.d.ts +4 -0
  13. package/dist/SyncReplicaPlan24FillGradientGrayIcon.d.ts +4 -0
  14. package/dist/SyncReplicaPlan24FillGradientOntintIcon.d.ts +4 -0
  15. package/dist/TrustedConnection16GradientBlueIcon.d.ts +4 -0
  16. package/dist/ViewEye16GradientBlueIcon.d.ts +4 -0
  17. package/dist/VirtualVolume16OntintIcon.d.ts +4 -0
  18. package/dist/VmSnapshot16GradientYellowIcon.d.ts +4 -0
  19. package/dist/cjs/EventAuditing16BlueIcon.js +35 -0
  20. package/dist/cjs/EventAuditing16GrayIcon.js +35 -0
  21. package/dist/cjs/EventAuditing24GrayIcon.js +35 -0
  22. package/dist/cjs/GenerateCsr16GradientBlueIcon.js +95 -0
  23. package/dist/cjs/MinusUnmountRemoveCircle16OrangeIcon.js +50 -0
  24. package/dist/cjs/Monitoring16GradientGrayIcon.js +35 -0
  25. package/dist/cjs/OpenTerminal24GradientBlueIcon.js +35 -0
  26. package/dist/cjs/OpenTerminal24GradientGrayIcon.js +35 -0
  27. package/dist/cjs/Retry24GradientBlueIcon.js +33 -0
  28. package/dist/cjs/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
  29. package/dist/cjs/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
  30. package/dist/cjs/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
  31. package/dist/cjs/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
  32. package/dist/cjs/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
  33. package/dist/cjs/TrustedConnection16GradientBlueIcon.js +63 -0
  34. package/dist/cjs/ViewEye16GradientBlueIcon.js +35 -0
  35. package/dist/cjs/VirtualVolume16OntintIcon.js +23 -0
  36. package/dist/cjs/VmSnapshot16GradientYellowIcon.js +23 -0
  37. package/dist/cjs/index.js +18 -0
  38. package/dist/esm/EventAuditing16BlueIcon.js +35 -0
  39. package/dist/esm/EventAuditing16GrayIcon.js +35 -0
  40. package/dist/esm/EventAuditing24GrayIcon.js +35 -0
  41. package/dist/esm/GenerateCsr16GradientBlueIcon.js +95 -0
  42. package/dist/esm/MinusUnmountRemoveCircle16OrangeIcon.js +50 -0
  43. package/dist/esm/Monitoring16GradientGrayIcon.js +35 -0
  44. package/dist/esm/OpenTerminal24GradientBlueIcon.js +35 -0
  45. package/dist/esm/OpenTerminal24GradientGrayIcon.js +35 -0
  46. package/dist/esm/Retry24GradientBlueIcon.js +33 -0
  47. package/dist/esm/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
  48. package/dist/esm/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
  49. package/dist/esm/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
  50. package/dist/esm/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
  51. package/dist/esm/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
  52. package/dist/esm/TrustedConnection16GradientBlueIcon.js +63 -0
  53. package/dist/esm/ViewEye16GradientBlueIcon.js +35 -0
  54. package/dist/esm/VirtualVolume16OntintIcon.js +23 -0
  55. package/dist/esm/VmSnapshot16GradientYellowIcon.js +23 -0
  56. package/dist/esm/index.js +18 -0
  57. package/dist/image-types.d.ts +1 -1
  58. package/dist/index.d.ts +18 -0
  59. package/package.json +3 -3
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const EventAuditing16BlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default EventAuditing16BlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const EventAuditing16GrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default EventAuditing16GrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const EventAuditing24GrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default EventAuditing24GrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const GenerateCsr16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default GenerateCsr16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const MinusUnmountRemoveCircle16OrangeIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MinusUnmountRemoveCircle16OrangeIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Monitoring16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Monitoring16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const OpenTerminal24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default OpenTerminal24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const OpenTerminal24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default OpenTerminal24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Retry24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Retry24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SyncReplicaPlan16FillGradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SyncReplicaPlan16FillGradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SyncReplicaPlan16FillGradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SyncReplicaPlan16FillGradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SyncReplicaPlan24FillGradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SyncReplicaPlan24FillGradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SyncReplicaPlan24FillGradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SyncReplicaPlan24FillGradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SyncReplicaPlan24FillGradientOntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SyncReplicaPlan24FillGradientOntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const TrustedConnection16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default TrustedConnection16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ViewEye16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ViewEye16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VirtualVolume16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VirtualVolume16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmSnapshot16GradientYellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmSnapshot16GradientYellowIcon;
4
+
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function EventAuditing16BlueIcon({
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": "EventAuditing16BlueIcon",
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: "M4.519 1.87c-.037.072-.037.168-.037.36v.272c0 .192 0 .287.037.36a.341.341 0 00.15.15c.072.037.168.037.359.037h5.737c.19 0 .287 0 .36-.037a.342.342 0 00.149-.15c.037-.073.037-.168.037-.36V2.23c0-.191 0-.287-.037-.36a.342.342 0 00-.15-.149c-.072-.037-.168-.037-.36-.037h-.437c-.043 0-.064 0-.084-.002a.546.546 0 01-.469-.34c-.019-.038-.028-.057-.038-.074a.546.546 0 00-.43-.266L9.221 1H6.57l-.084.001a.546.546 0 00-.43.266l-.039.074a.546.546 0 01-.469.34c-.02.002-.04.002-.083.002h-.438c-.191 0-.287 0-.36.037a.341.341 0 00-.15.15zM3.25 2a1.5 1.5 0 00-1.5 1.5v10a1.5 1.5 0 001.5 1.5h9.5a1.5 1.5 0 001.5-1.5v-10a1.5 1.5 0 00-1.5-1.5h-.754v1h.754a.5.5 0 01.5.5v10a.5.5 0 01-.5.5h-9.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5h.548V2H3.25zM5.6 5.5a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1 3a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1.8 3.8a.8.8 0 100-1.6.8.8 0 000 1.6zM7.1 11a.5.5 0 000 1h4.4a.5.5 0 000-1H7.1z",
20
+ fill: "url(#paint0_radial_EventAuditing16BlueIcon_9738_58074)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_EventAuditing16BlueIcon_9738_58074",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(12.5 -14 12.5 14 1.75 15)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = EventAuditing16BlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function EventAuditing16GrayIcon({
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": "EventAuditing16GrayIcon",
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: "M4.519 1.87c-.037.072-.037.168-.037.36v.272c0 .192 0 .287.037.36a.341.341 0 00.15.15c.072.037.168.037.359.037h5.737c.19 0 .287 0 .36-.037a.342.342 0 00.149-.15c.037-.073.037-.168.037-.36V2.23c0-.191 0-.287-.037-.36a.342.342 0 00-.15-.149c-.072-.037-.168-.037-.36-.037h-.437c-.043 0-.064 0-.084-.002a.546.546 0 01-.469-.34c-.019-.038-.028-.057-.038-.074a.546.546 0 00-.43-.266L9.221 1H6.57l-.084.001a.546.546 0 00-.43.266l-.039.074a.546.546 0 01-.469.34c-.02.002-.04.002-.083.002h-.438c-.191 0-.287 0-.36.037a.341.341 0 00-.15.15zM3.25 2a1.5 1.5 0 00-1.5 1.5v10a1.5 1.5 0 001.5 1.5h9.5a1.5 1.5 0 001.5-1.5v-10a1.5 1.5 0 00-1.5-1.5h-.754v1h.754a.5.5 0 01.5.5v10a.5.5 0 01-.5.5h-9.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5h.548V2H3.25zM5.6 5.5a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1 3a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1.8 3.8a.8.8 0 100-1.6.8.8 0 000 1.6zM7.1 11a.5.5 0 000 1h4.4a.5.5 0 000-1H7.1z",
20
+ fill: "url(#paint0_radial_EventAuditing16GrayIcon_17929_35)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_EventAuditing16GrayIcon_17929_35",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(12.5 -14 12.5 14 1.75 15)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = EventAuditing16GrayIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function EventAuditing24GrayIcon({
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": "EventAuditing24GrayIcon",
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: "M7.054 2.773C7 2.88 7 3.02 7 3.3v.4c0 .28 0 .42.054.527a.5.5 0 00.219.218c.107.055.247.055.527.055h8.4c.28 0 .42 0 .527-.054a.5.5 0 00.218-.219C17 4.12 17 3.98 17 3.7v-.4c0-.28 0-.42-.055-.527a.5.5 0 00-.218-.219C16.62 2.5 16.48 2.5 16.2 2.5h-.641c-.062 0-.093 0-.122-.002a.8.8 0 01-.63-.39c-.015-.024-.03-.052-.057-.108a1.76 1.76 0 00-.057-.109.8.8 0 00-.63-.389c-.029-.002-.06-.002-.122-.002h-3.882c-.062 0-.094 0-.122.002a.8.8 0 00-.63.39c-.015.024-.03.052-.057.108a1.792 1.792 0 01-.057.109.8.8 0 01-.63.389c-.028.002-.06.002-.122.002H7.8c-.28 0-.42 0-.527.054a.5.5 0 00-.218.219zm-2.962.445C4.494 3.013 5.012 3 6 3v1c-.465 0-.783.004-1.032.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 5.25 4 5.623 4 6.2v12.6c0 .576 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h11.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 19.75 20 19.377 20 18.8V6.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.783 4.004 18.465 4 18 4V3c.988 0 1.506.013 1.908.218a2 2 0 01.874.874C21 4.52 21 5.08 21 6.2v12.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 22 18.92 22 17.8 22H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 20.48 3 19.92 3 18.8V6.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874zM10.5 8.5A.5.5 0 0111 8h6.5a.5.5 0 010 1H11a.5.5 0 01-.5-.5zm.5 4a.5.5 0 000 1h6.5a.5.5 0 000-1H11zm-.5 5a.5.5 0 01.5-.5h6.5a.5.5 0 010 1H11a.5.5 0 01-.5-.5zM8 8.5a.5.5 0 11-1 0 .5.5 0 011 0zm1 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-1.5 5a.5.5 0 100-1 .5.5 0 000 1zm0 1a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm.5 3a.5.5 0 11-1 0 .5.5 0 011 0zm1 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z",
20
+ fill: "url(#paint0_radial_EventAuditing24GrayIcon_17929_31)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_EventAuditing24GrayIcon_17929_31",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(18 -20.5 18 20.5 3 22)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = EventAuditing24GrayIcon;
@@ -0,0 +1,95 @@
1
+ const React = require("react");
2
+ function GenerateCsr16GradientBlueIcon({
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": "GenerateCsr16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.033 13c.001.215.006.374.017.504.007.093.016.15.024.184l.01.03a.501.501 0 00.23.23c.005.002.014.006.03.01.035.008.091.017.184.024.2.017.468.018.904.018h5.2c.436 0 .704-.001.904-.018.093-.007.15-.016.184-.024l.03-.01.008-.003a.501.501 0 00.22-.218l.001-.003.001-.005c.002-.006.006-.015.01-.031.008-.035.017-.091.024-.184.011-.13.016-.289.017-.504h1c-.004.582-.027.915-.162 1.18a1.503 1.503 0 01-.656.657c-.321.163-.742.163-1.581.163h-5.2c-.84 0-1.26 0-1.58-.163a1.503 1.503 0 01-.657-.656c-.135-.266-.158-.599-.162-1.181h1z",
18
+ fill: "url(#paint0_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.241 8c.283 0 .531.048.744.145.214.094.382.227.504.396a.997.997 0 01.19.581h-.696a.517.517 0 00-.23-.388c-.133-.092-.308-.138-.522-.138-.15 0-.279.022-.387.066a.576.576 0 00-.248.18.431.431 0 00-.03.471.51.51 0 00.157.153c.067.04.14.075.22.102.08.028.162.052.243.07l.374.091c.15.035.296.081.435.14.14.057.266.13.376.219.111.089.2.196.264.321a.945.945 0 01.097.44c0 .228-.06.429-.179.602a1.18 1.18 0 01-.517.404 2.071 2.071 0 01-.817.145c-.31 0-.579-.047-.807-.14a1.199 1.199 0 01-.533-.41 1.193 1.193 0 01-.207-.657h.71c.011.135.054.248.13.338.075.09.173.157.293.201.122.044.258.066.409.066.157 0 .295-.022.413-.068a.67.67 0 00.28-.194.46.46 0 00.104-.292.367.367 0 00-.092-.251.671.671 0 00-.251-.167 2.461 2.461 0 00-.374-.121l-.453-.115c-.329-.082-.589-.207-.78-.374a.853.853 0 01-.284-.67c0-.228.063-.43.19-.601.129-.172.304-.306.525-.4.22-.097.47-.145.749-.145z",
21
+ fill: "url(#paint1_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M4.858 8c.222 0 .429.03.62.09.19.062.36.15.51.268.148.117.271.26.367.43.098.168.162.36.192.577h-.729a.871.871 0 00-.323-.54.877.877 0 00-.284-.143 1.136 1.136 0 00-.341-.05c-.217 0-.409.054-.576.16-.168.105-.3.26-.394.463-.095.202-.141.45-.141.742 0 .297.046.548.141.752.096.202.228.355.394.459.167.102.358.154.574.154.12 0 .231-.015.335-.046a.924.924 0 00.282-.138.835.835 0 00.333-.527l.729.003a1.544 1.544 0 01-1.04 1.237c-.195.069-.411.103-.649.103-.35 0-.663-.079-.938-.237a1.675 1.675 0 01-.65-.686c-.159-.298-.238-.656-.238-1.074 0-.419.08-.777.24-1.074.159-.299.376-.527.652-.686C4.199 8.08 4.51 8 4.858 8z",
24
+ fill: "url(#paint2_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M11.48 8.053c.306 0 .564.052.772.156.208.104.366.25.472.437.108.186.162.403.162.65 0 .25-.055.467-.164.65a1.07 1.07 0 01-.476.423c-.025.012-.052.02-.078.03l.864 1.542h-.806l-.784-1.423h-.734v1.423h-.723V8.053h1.495zm-.772 1.88h.665c.179 0 .326-.025.44-.073a.52.52 0 00.253-.214.678.678 0 00.084-.35.701.701 0 00-.084-.353.528.528 0 00-.255-.223 1.077 1.077 0 00-.442-.078h-.661v1.29z",
29
+ fill: "url(#paint3_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M9.032 1l4 4v2h-1V5.5H9.421c-.06 0-.131 0-.194-.005a.758.758 0 01-.286-.077.75.75 0 01-.327-.327.758.758 0 01-.077-.286c-.005-.063-.005-.134-.005-.194V2h-3.1c-.436 0-.704.001-.904.018a1.32 1.32 0 00-.184.024c-.016.004-.025.008-.03.01l-.009.003a.501.501 0 00-.218.218l-.003.008c-.002.006-.006.015-.01.031a1.32 1.32 0 00-.024.184c-.017.2-.018.468-.018.904V7h-1V3.4c0-.84 0-1.26.163-1.58.144-.283.374-.513.656-.657C4.172 1 4.593 1 5.432 1h3.6z",
32
+ fill: "url(#paint4_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
33
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
34
+ id: "paint0_radial_GenerateCsr16GradientBlueIcon_13778_34114",
35
+ cx: 0,
36
+ cy: 0,
37
+ r: 1,
38
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
39
+ gradientUnits: "userSpaceOnUse"
40
+ }, /*#__PURE__*/React.createElement("stop", {
41
+ stopColor: "#5BCAFF"
42
+ }), /*#__PURE__*/React.createElement("stop", {
43
+ offset: 1,
44
+ stopColor: "#06F"
45
+ })), /*#__PURE__*/React.createElement("radialGradient", {
46
+ id: "paint1_radial_GenerateCsr16GradientBlueIcon_13778_34114",
47
+ cx: 0,
48
+ cy: 0,
49
+ r: 1,
50
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
51
+ gradientUnits: "userSpaceOnUse"
52
+ }, /*#__PURE__*/React.createElement("stop", {
53
+ stopColor: "#5BCAFF"
54
+ }), /*#__PURE__*/React.createElement("stop", {
55
+ offset: 1,
56
+ stopColor: "#06F"
57
+ })), /*#__PURE__*/React.createElement("radialGradient", {
58
+ id: "paint2_radial_GenerateCsr16GradientBlueIcon_13778_34114",
59
+ cx: 0,
60
+ cy: 0,
61
+ r: 1,
62
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
63
+ gradientUnits: "userSpaceOnUse"
64
+ }, /*#__PURE__*/React.createElement("stop", {
65
+ stopColor: "#5BCAFF"
66
+ }), /*#__PURE__*/React.createElement("stop", {
67
+ offset: 1,
68
+ stopColor: "#06F"
69
+ })), /*#__PURE__*/React.createElement("radialGradient", {
70
+ id: "paint3_radial_GenerateCsr16GradientBlueIcon_13778_34114",
71
+ cx: 0,
72
+ cy: 0,
73
+ r: 1,
74
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
75
+ gradientUnits: "userSpaceOnUse"
76
+ }, /*#__PURE__*/React.createElement("stop", {
77
+ stopColor: "#5BCAFF"
78
+ }), /*#__PURE__*/React.createElement("stop", {
79
+ offset: 1,
80
+ stopColor: "#06F"
81
+ })), /*#__PURE__*/React.createElement("radialGradient", {
82
+ id: "paint4_radial_GenerateCsr16GradientBlueIcon_13778_34114",
83
+ cx: 0,
84
+ cy: 0,
85
+ r: 1,
86
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
87
+ gradientUnits: "userSpaceOnUse"
88
+ }, /*#__PURE__*/React.createElement("stop", {
89
+ stopColor: "#5BCAFF"
90
+ }), /*#__PURE__*/React.createElement("stop", {
91
+ offset: 1,
92
+ stopColor: "#06F"
93
+ }))));
94
+ }
95
+ module.exports = GenerateCsr16GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function MinusUnmountRemoveCircle16OrangeIcon({
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": "MinusUnmountRemoveCircle16OrangeIcon",
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 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
20
+ fill: "url(#paint0_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M5 7.5a.5.5 0 000 1h6a.5.5 0 000-1H5z",
23
+ fill: "url(#paint1_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905",
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: "#FFD505"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#F39600"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_MinusUnmountRemoveCircle16OrangeIcon_7687_9905",
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: "#FFD505"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#F39600"
48
+ }))));
49
+ }
50
+ module.exports = MinusUnmountRemoveCircle16OrangeIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Monitoring16GradientGrayIcon({
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": "Monitoring16GradientGrayIcon",
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.106 3.417A.62.62 0 002 3.75v8.5c0 .237.088.337.167.394a.619.619 0 00.333.106h11c.237 0 .337-.088.394-.167A.618.618 0 0014 12.25v-8.5c0-.237-.088-.337-.167-.394a.619.619 0 00-.333-.106h-11c-.237 0-.337.088-.394.167zm-.812-.584c.243-.337.643-.583 1.206-.583h11c.247 0 .606.07.917.294.337.243.583.643.583 1.206v8.5c0 .247-.07.606-.294.917-.243.337-.643.583-1.206.583h-11c-.247 0-.606-.07-.917-.294C1.246 13.213 1 12.813 1 12.25v-8.5c0-.247.07-.606.294-.917zm12.13 2.652a.5.5 0 01-.159.689l-4 2.5-.122.076H6.151l-2.874 1.916a.5.5 0 11-.554-.832l3-2 .126-.084h3.008l3.878-2.424a.5.5 0 01.689.159zm.076 3.94a.387.387 0 00-.139-.301.32.32 0 00-.304-.058l-3.389 1.109H6.281a.317.317 0 00-.099.016l-3.437 1.125a.378.378 0 00-.241.413c.024.184.17.32.34.32h10.312c.19 0 .344-.167.344-.374v-2.25z",
20
+ fill: "url(#paint0_radial_Monitoring16GradientGrayIcon_17929_27)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Monitoring16GradientGrayIcon_17929_27",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(14 -11.5 14 11.5 1 13.75)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = Monitoring16GradientGrayIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function OpenTerminal24GradientBlueIcon({
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": "OpenTerminal24GradientBlueIcon",
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: "M18.3 5.5H5.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C3.5 6.75 3.5 7.123 3.5 7.7v8.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h12.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422.023-.283.024-.655.024-1.232V7.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C19.25 5.5 18.877 5.5 18.3 5.5zm-15.582.092C2.5 6.02 2.5 6.58 2.5 7.7v8.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108V7.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.98 4.5 19.42 4.5 18.3 4.5H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zm2.843 2.169a.5.5 0 01.678-.2l2.75 1.5a.5.5 0 010 .878l-2.75 1.5a.5.5 0 11-.478-.878L7.706 9.5 5.76 8.439a.5.5 0 01-.2-.678zM10 11a.5.5 0 000 1h3a.5.5 0 000-1h-3z",
20
+ fill: "url(#paint0_radial_OpenTerminal24GradientBlueIcon_878_23914)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_OpenTerminal24GradientBlueIcon_878_23914",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(19 -15 19 15 2.5 19.5)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = OpenTerminal24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function OpenTerminal24GradientGrayIcon({
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": "OpenTerminal24GradientGrayIcon",
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: "M18.3 5.5H5.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C3.5 6.75 3.5 7.123 3.5 7.7v8.6c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h12.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422.023-.283.024-.655.024-1.232V7.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C19.25 5.5 18.877 5.5 18.3 5.5zm-15.582.092C2.5 6.02 2.5 6.58 2.5 7.7v8.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108V7.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.98 4.5 19.42 4.5 18.3 4.5H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zm2.843 2.169a.5.5 0 01.678-.2l2.75 1.5a.5.5 0 010 .878l-2.75 1.5a.5.5 0 11-.478-.878L7.706 9.5 5.76 8.439a.5.5 0 01-.2-.678zM10 11a.5.5 0 000 1h3a.5.5 0 000-1h-3z",
20
+ fill: "url(#paint0_radial_OpenTerminal24GradientGrayIcon_17929_47)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_OpenTerminal24GradientGrayIcon_17929_47",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(19 -15 19 15 2.5 19.5)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = OpenTerminal24GradientGrayIcon;
@@ -0,0 +1,33 @@
1
+ const React = require("react");
2
+ function Retry24GradientBlueIcon({
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": "Retry24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.828 3.502a8.503 8.503 0 018.381 6.293 8.501 8.501 0 01-9.56 10.596 8.5 8.5 0 01-4.884-2.615.5.5 0 11.732-.68 7.502 7.502 0 0012.405-2.163 7.502 7.502 0 00-2.4-8.93 7.5 7.5 0 00-9.791.68l.424.319.945.709c.618.463.927.695.994.945a.75.75 0 01-.115.632c-.15.21-.521.319-1.263.535l-3.36.98c-.521.151-.782.228-.988.17a.75.75 0 01-.435-.326c-.113-.182-.113-.453-.113-.996v-3.5c0-.772 0-1.16.16-1.363a.75.75 0 01.574-.287c.259-.006.568.226 1.186.69l1.184.887a8.504 8.504 0 015.924-2.576z",
18
+ fill: "url(#paint0_radial_Retry24GradientBlueIcon_17248_21)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial_Retry24GradientBlueIcon_17248_21",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientTransform: "scale(25.0319 24.0408) rotate(-45 1.085 .291)",
25
+ gradientUnits: "userSpaceOnUse"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#5BCAFF"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#06F"
31
+ }))));
32
+ }
33
+ module.exports = Retry24GradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("react");
2
+ function SyncReplicaPlan16FillGradientBlueIcon({
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": "SyncReplicaPlan16FillGradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M13.204 7.01A2 2 0 0115 9v4l-.01.204A2 2 0 0113 15H9a2 2 0 01-2-2v-2h1v2a1 1 0 001 1h4a1 1 0 001-1V9a1 1 0 00-1-1h-2V7h2l.204.01z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5.5 4h-.793L12 11.293V10.5h1V13h-2.5v-1h.793L4 4.707V5.5H3V3h2.5v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M7.204 1.01A2 2 0 019 3v2H8V3a1 1 0 00-1-1H3a1 1 0 00-1 1v4a1 1 0 001 1h2v1H3a2 2 0 01-2-2V3a2 2 0 012-2h4l.204.01z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#5BCAFF"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#06F"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_SyncReplicaPlan16FillGradientBlueIcon_17785_28",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ module.exports = SyncReplicaPlan16FillGradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("react");
2
+ function SyncReplicaPlan16FillGradientGrayIcon({
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": "SyncReplicaPlan16FillGradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M13.204 7.01A2 2 0 0115 9v4l-.01.204A2 2 0 0113 15H9a2 2 0 01-2-2v-2h1v2a1 1 0 001 1h4a1 1 0 001-1V9a1 1 0 00-1-1h-2V7h2l.204.01z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5.5 4h-.793L12 11.293V10.5h1V13h-2.5v-1h.793L4 4.707V5.5H3V3h2.5v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M7.204 1.01A2 2 0 019 3v2H8V3a1 1 0 00-1-1H3a1 1 0 00-1 1v4a1 1 0 001 1h2v1H3a2 2 0 01-2-2V3a2 2 0 012-2h4l.204.01z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#CCD4E3"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#6B7D99"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#CCD4E3"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#6B7D99"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_SyncReplicaPlan16FillGradientGrayIcon_17785_30",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#CCD4E3"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#6B7D99"
61
+ }))));
62
+ }
63
+ module.exports = SyncReplicaPlan16FillGradientGrayIcon;