@cloudtower/icons-react 0.29.30 → 0.29.32

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 (41) hide show
  1. package/dist/CheckItem24GradientBlueIcon.d.ts +4 -0
  2. package/dist/ReplicaVm24GradientBlueIcon.d.ts +4 -0
  3. package/dist/ReplicaVm24GradientOntintIcon.d.ts +4 -0
  4. package/dist/cjs/CheckItem24GradientBlueIcon.js +157 -0
  5. package/dist/cjs/ReplicaVm24GradientBlueIcon.js +67 -0
  6. package/dist/cjs/ReplicaVm24GradientOntintIcon.js +31 -0
  7. package/dist/cjs/index.js +3 -9
  8. package/dist/esm/CheckItem24GradientBlueIcon.js +157 -0
  9. package/dist/esm/ReplicaVm24GradientBlueIcon.js +67 -0
  10. package/dist/esm/ReplicaVm24GradientOntintIcon.js +31 -0
  11. package/dist/esm/index.js +3 -9
  12. package/dist/image-types.d.ts +1 -1
  13. package/dist/index.d.ts +3 -9
  14. package/package.json +3 -3
  15. package/dist/ReplicaVm24BlueIcon.d.ts +0 -4
  16. package/dist/ReplicaVm24OntintIcon.d.ts +0 -4
  17. package/dist/ReplicaVmFailbackState16Icon.d.ts +0 -4
  18. package/dist/ReplicaVmFailoverState16Icon.d.ts +0 -4
  19. package/dist/ReplicaVmPermanentFailoverState16Icon.d.ts +0 -4
  20. package/dist/ReplicationPlan16GrayIcon.d.ts +0 -4
  21. package/dist/ReplicationPlan24BlueIcon.d.ts +0 -4
  22. package/dist/ReplicationPlan24GrayIcon.d.ts +0 -4
  23. package/dist/ReplicationPlan24OntintIcon.d.ts +0 -4
  24. package/dist/cjs/ReplicaVm24BlueIcon.js +0 -95
  25. package/dist/cjs/ReplicaVm24OntintIcon.js +0 -29
  26. package/dist/cjs/ReplicaVmFailbackState16Icon.js +0 -65
  27. package/dist/cjs/ReplicaVmFailoverState16Icon.js +0 -69
  28. package/dist/cjs/ReplicaVmPermanentFailoverState16Icon.js +0 -50
  29. package/dist/cjs/ReplicationPlan16GrayIcon.js +0 -99
  30. package/dist/cjs/ReplicationPlan24BlueIcon.js +0 -97
  31. package/dist/cjs/ReplicationPlan24GrayIcon.js +0 -97
  32. package/dist/cjs/ReplicationPlan24OntintIcon.js +0 -34
  33. package/dist/esm/ReplicaVm24BlueIcon.js +0 -95
  34. package/dist/esm/ReplicaVm24OntintIcon.js +0 -29
  35. package/dist/esm/ReplicaVmFailbackState16Icon.js +0 -65
  36. package/dist/esm/ReplicaVmFailoverState16Icon.js +0 -69
  37. package/dist/esm/ReplicaVmPermanentFailoverState16Icon.js +0 -50
  38. package/dist/esm/ReplicationPlan16GrayIcon.js +0 -99
  39. package/dist/esm/ReplicationPlan24BlueIcon.js +0 -97
  40. package/dist/esm/ReplicationPlan24GrayIcon.js +0 -97
  41. package/dist/esm/ReplicationPlan24OntintIcon.js +0 -34
@@ -1,69 +0,0 @@
1
- const React = require("react");
2
- function ReplicaVmFailoverState16Icon({
3
- title,
4
- titleId,
5
- ...props
6
- }) {
7
- return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 16,
9
- height: 17,
10
- fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg",
12
- "data-testid": "ReplicaVmFailoverState16Icon",
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: "M0 3.844c0-.995 0-1.493.194-1.873.17-.335.442-.607.777-.777C1.35 1 1.849 1 2.844 1h10.312c.995 0 1.493 0 1.873.194.335.17.607.442.777.777.194.38.194.878.194 1.873V10.6c0 .996 0 1.494-.194 1.874-.17.334-.442.606-.777.777-.38.193-.878.193-1.873.193H9.778v1.778H13a.444.444 0 010 .89H3a.444.444 0 010-.89h3.222v-1.778H2.844c-.995 0-1.493 0-1.873-.193a1.778 1.778 0 01-.777-.777C0 12.094 0 11.596 0 10.6V3.844zM2.844 1.89h10.312c.512 0 .843 0 1.095.021.241.02.33.053.375.076a.889.889 0 01.388.388c.023.044.056.134.076.375.02.252.021.583.021 1.095V10.6c0 .513 0 .843-.021 1.095-.02.242-.053.331-.076.375a.889.889 0 01-.388.389c-.044.022-.134.056-.375.075-.252.02-.583.022-1.095.022H2.844c-.512 0-.843-.001-1.095-.022-.241-.02-.33-.053-.375-.075a.889.889 0 01-.388-.389c-.023-.044-.056-.133-.076-.375C.89 11.443.89 11.113.89 10.6V3.844c0-.512 0-.843.021-1.095.02-.241.053-.33.076-.375a.889.889 0 01.388-.388c.044-.023.134-.056.375-.076.252-.02.583-.021 1.095-.021z",
20
- fill: "url(#paint0_radial_ReplicaVmFailoverState16Icon_9626_60092)"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- fillRule: "evenodd",
23
- clipRule: "evenodd",
24
- d: "M9.7 9.562a.509.509 0 010-.72l1.289-1.29c.478-.508.478-.508 0-1.016l-1.29-1.29a.509.509 0 11.72-.72l1.366 1.367c.403.403.604.605.68.837.066.204.066.424 0 .629-.076.232-.277.433-.68.836l-1.367 1.367a.509.509 0 01-.719 0z",
25
- fill: "url(#paint1_radial_ReplicaVmFailoverState16Icon_9626_60092)"
26
- }), /*#__PURE__*/React.createElement("path", {
27
- fillRule: "evenodd",
28
- clipRule: "evenodd",
29
- d: "M12.333 7.044a.533.533 0 01-.534.534H4.48a.533.533 0 110-1.067h7.32c.294 0 .533.239.533.533z",
30
- fill: "url(#paint2_radial_ReplicaVmFailoverState16Icon_9626_60092)"
31
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
32
- id: "paint0_radial_ReplicaVmFailoverState16Icon_9626_60092",
33
- cx: 0,
34
- cy: 0,
35
- r: 1,
36
- gradientUnits: "userSpaceOnUse",
37
- gradientTransform: "matrix(16.00004 -15.11114 15.08649 15.97394 0 16.111)"
38
- }, /*#__PURE__*/React.createElement("stop", {
39
- stopColor: "#5BCAFF"
40
- }), /*#__PURE__*/React.createElement("stop", {
41
- offset: 1,
42
- stopColor: "#06F"
43
- })), /*#__PURE__*/React.createElement("radialGradient", {
44
- id: "paint1_radial_ReplicaVmFailoverState16Icon_9626_60092",
45
- cx: 0,
46
- cy: 0,
47
- r: 1,
48
- gradientUnits: "userSpaceOnUse",
49
- gradientTransform: "matrix(16.00004 -15.11114 15.08649 15.97394 0 16.111)"
50
- }, /*#__PURE__*/React.createElement("stop", {
51
- stopColor: "#5BCAFF"
52
- }), /*#__PURE__*/React.createElement("stop", {
53
- offset: 1,
54
- stopColor: "#06F"
55
- })), /*#__PURE__*/React.createElement("radialGradient", {
56
- id: "paint2_radial_ReplicaVmFailoverState16Icon_9626_60092",
57
- cx: 0,
58
- cy: 0,
59
- r: 1,
60
- gradientUnits: "userSpaceOnUse",
61
- gradientTransform: "matrix(16.00004 -15.11114 15.08649 15.97394 0 16.111)"
62
- }, /*#__PURE__*/React.createElement("stop", {
63
- stopColor: "#5BCAFF"
64
- }), /*#__PURE__*/React.createElement("stop", {
65
- offset: 1,
66
- stopColor: "#06F"
67
- }))));
68
- }
69
- module.exports = ReplicaVmFailoverState16Icon;
@@ -1,50 +0,0 @@
1
- const React = require("react");
2
- function ReplicaVmPermanentFailoverState16Icon({
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": "ReplicaVmPermanentFailoverState16Icon",
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: "M6.252 11.635a.61.61 0 010-.863l2.255-2.255H1.61a.61.61 0 010-1.22h6.896L6.252 5.042a.61.61 0 11.863-.863l2.347 2.347c.484.483.725.725.816 1.004.08.245.08.51 0 .754-.09.28-.332.52-.816 1.004l-2.347 2.347a.61.61 0 01-.863 0z",
20
- fill: "url(#paint0_radial_ReplicaVmPermanentFailoverState16Icon_9626_68494)"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M10.355 11.635a.61.61 0 010-.863l2.512-2.511a.5.5 0 000-.707l-2.512-2.512a.61.61 0 11.864-.863l2.347 2.347c.483.483.725.725.816 1.004.08.245.08.51 0 .754-.091.28-.333.52-.816 1.004l-2.347 2.347a.61.61 0 01-.864 0z",
23
- fill: "url(#paint1_radial_ReplicaVmPermanentFailoverState16Icon_9626_68494)"
24
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
- id: "paint0_radial_ReplicaVmPermanentFailoverState16Icon_9626_68494",
26
- cx: 0,
27
- cy: 0,
28
- r: 1,
29
- gradientUnits: "userSpaceOnUse",
30
- gradientTransform: "matrix(13.44132 -7.81421 6.79062 11.68064 1 11.814)"
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_ReplicaVmPermanentFailoverState16Icon_9626_68494",
38
- cx: 0,
39
- cy: 0,
40
- r: 1,
41
- gradientUnits: "userSpaceOnUse",
42
- gradientTransform: "matrix(13.44132 -7.81421 6.79062 11.68064 1 11.814)"
43
- }, /*#__PURE__*/React.createElement("stop", {
44
- stopColor: "#5BCAFF"
45
- }), /*#__PURE__*/React.createElement("stop", {
46
- offset: 1,
47
- stopColor: "#06F"
48
- }))));
49
- }
50
- module.exports = ReplicaVmPermanentFailoverState16Icon;
@@ -1,99 +0,0 @@
1
- const React = require("react");
2
- function ReplicationPlan16GrayIcon({
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": "ReplicationPlan16GrayIcon",
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.468 1.408h3.573c.753 0 1.363.61 1.363 1.364v3.572c0 .754-.61 1.364-1.363 1.364H2.468c-.753 0-1.364-.61-1.364-1.364V2.772c0-.753.611-1.364 1.364-1.364zm0 .9a.464.464 0 00-.464.464v3.572c0 .257.208.464.464.464h3.573a.464.464 0 00.463-.464V2.772a.464.464 0 00-.463-.464H2.468z",
20
- fill: "url(#paint0_radial_ReplicationPlan16GrayIcon_2911_31048)"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M8.82 2.702a.55.55 0 01.55-.55c1.198 0 2.178.443 2.853 1.203.478.54.783 1.215.917 1.959h1.131c.162 0 .244.194.132.31l-1.763 1.82a.183.183 0 01-.264 0l-1.762-1.82a.183.183 0 01.131-.31h1.271a2.828 2.828 0 00-.617-1.228c-.448-.506-1.118-.834-2.03-.834a.55.55 0 01-.55-.55z",
23
- fill: "url(#paint1_radial_ReplicationPlan16GrayIcon_2911_31048)"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- d: "M6.693 13.769a.55.55 0 000-1.1c-.911 0-1.581-.329-2.03-.834a2.829 2.829 0 01-.617-1.228h1.271a.183.183 0 00.132-.311l-1.763-1.82a.183.183 0 00-.263 0l-1.763 1.82a.183.183 0 00.132.31h1.13c.135.744.44 1.42.918 1.959.675.76 1.654 1.204 2.853 1.204z",
26
- fill: "url(#paint2_radial_ReplicationPlan16GrayIcon_2911_31048)"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- fillRule: "evenodd",
29
- clipRule: "evenodd",
30
- d: "M2.468 1.408h3.573c.753 0 1.363.61 1.363 1.364v3.572c0 .754-.61 1.364-1.363 1.364H2.468c-.753 0-1.364-.61-1.364-1.364V2.772c0-.753.611-1.364 1.364-1.364zm0 .9a.464.464 0 00-.464.464v3.572c0 .257.208.464.464.464h3.573a.464.464 0 00.463-.464V2.772a.464.464 0 00-.463-.464H2.468z",
31
- fill: "url(#paint3_radial_ReplicationPlan16GrayIcon_2911_31048)"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- fillRule: "evenodd",
34
- clipRule: "evenodd",
35
- d: "M9.864 8.408h3.572c.754 0 1.364.61 1.364 1.364v3.572c0 .754-.61 1.364-1.364 1.364H9.864c-.753 0-1.364-.61-1.364-1.364V9.772c0-.753.61-1.364 1.364-1.364zm0 .9a.464.464 0 00-.464.464v3.572c0 .257.208.464.464.464h3.572a.464.464 0 00.464-.464V9.772a.464.464 0 00-.464-.464H9.864z",
36
- fill: "url(#paint4_radial_ReplicationPlan16GrayIcon_2911_31048)"
37
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
38
- id: "paint0_radial_ReplicationPlan16GrayIcon_2911_31048",
39
- cx: 0,
40
- cy: 0,
41
- r: 1,
42
- gradientUnits: "userSpaceOnUse",
43
- gradientTransform: "rotate(-44.16 18.681 5.993) scale(19.0909 19.0827)"
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: "paint1_radial_ReplicationPlan16GrayIcon_2911_31048",
51
- cx: 0,
52
- cy: 0,
53
- r: 1,
54
- gradientUnits: "userSpaceOnUse",
55
- gradientTransform: "rotate(-44.16 18.681 5.993) scale(19.0909 19.0827)"
56
- }, /*#__PURE__*/React.createElement("stop", {
57
- stopColor: "#CCD4E3"
58
- }), /*#__PURE__*/React.createElement("stop", {
59
- offset: 1,
60
- stopColor: "#6B7D99"
61
- })), /*#__PURE__*/React.createElement("radialGradient", {
62
- id: "paint2_radial_ReplicationPlan16GrayIcon_2911_31048",
63
- cx: 0,
64
- cy: 0,
65
- r: 1,
66
- gradientUnits: "userSpaceOnUse",
67
- gradientTransform: "rotate(-44.16 18.681 5.993) scale(19.0909 19.0827)"
68
- }, /*#__PURE__*/React.createElement("stop", {
69
- stopColor: "#CCD4E3"
70
- }), /*#__PURE__*/React.createElement("stop", {
71
- offset: 1,
72
- stopColor: "#6B7D99"
73
- })), /*#__PURE__*/React.createElement("radialGradient", {
74
- id: "paint3_radial_ReplicationPlan16GrayIcon_2911_31048",
75
- cx: 0,
76
- cy: 0,
77
- r: 1,
78
- gradientUnits: "userSpaceOnUse",
79
- gradientTransform: "rotate(-44.16 18.681 5.993) scale(19.0909 19.0827)"
80
- }, /*#__PURE__*/React.createElement("stop", {
81
- stopColor: "#CCD4E3"
82
- }), /*#__PURE__*/React.createElement("stop", {
83
- offset: 1,
84
- stopColor: "#6B7D99"
85
- })), /*#__PURE__*/React.createElement("radialGradient", {
86
- id: "paint4_radial_ReplicationPlan16GrayIcon_2911_31048",
87
- cx: 0,
88
- cy: 0,
89
- r: 1,
90
- gradientUnits: "userSpaceOnUse",
91
- gradientTransform: "rotate(-44.16 18.681 5.993) scale(19.0909 19.0827)"
92
- }, /*#__PURE__*/React.createElement("stop", {
93
- stopColor: "#CCD4E3"
94
- }), /*#__PURE__*/React.createElement("stop", {
95
- offset: 1,
96
- stopColor: "#6B7D99"
97
- }))));
98
- }
99
- module.exports = ReplicationPlan16GrayIcon;
@@ -1,97 +0,0 @@
1
- const React = require("react");
2
- function ReplicationPlan24BlueIcon({
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": "ReplicationPlan24BlueIcon",
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: "M5 3.5A1.5 1.5 0 003.5 5v3.5A1.5 1.5 0 005 10h2v1H5.5a.5.5 0 000 1H9v-.5c0-.613.184-.684.5-1.159V10h.264c.55-.614 1.348-1 2.236-1h.415c.055-.156.085-.325.085-.5V5A1.5 1.5 0 0011 3.5H5zM4.5 5a.5.5 0 01.5-.5h6a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H5a.5.5 0 01-.5-.5V5z",
20
- fill: "url(#paint0_radial_ReplicationPlan24BlueIcon_12197_197134)"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M13 13a.5.5 0 000 1h1.5a.5.5 0 000-1H13z",
23
- fill: "url(#paint1_radial_ReplicationPlan24BlueIcon_12197_197134)"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M12 10.5a1.5 1.5 0 00-1.5 1.5v4a1.5 1.5 0 001.5 1.5h2v1h-1.5a.5.5 0 000 1h6a.5.5 0 000-1H17v-1h2a1.5 1.5 0 001.5-1.5v-4a1.5 1.5 0 00-1.5-1.5h-7zm-.5 1.5a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-4z",
28
- fill: "url(#paint2_radial_ReplicationPlan24BlueIcon_12197_197134)"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- d: "M17.67 9.112l-.63-.642c-.278-.282-.417-.424-.432-.55a.353.353 0 01.103-.295c.09-.087.282-.101.669-.13l.213-.015v-.001a3.18 3.18 0 00-.811-1.814 3.134 3.134 0 00-1.721-.973l.113-.707c.813.157 1.56.58 2.125 1.201.566.623.918 1.41 1.002 2.24v.002l.201-.015c.386-.028.58-.042.685.03a.375.375 0 01.16.276c.011.127-.097.286-.314.605l-.492.724c-.13.193-.196.29-.282.33a.35.35 0 01-.244.017c-.093-.026-.177-.112-.345-.283z",
31
- fill: "url(#paint3_radial_ReplicationPlan24BlueIcon_12197_197134)"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- d: "M6.33 14.488l.63.642c.278.282.417.424.432.55a.353.353 0 01-.103.295c-.09.087-.282.101-.668.13l-.214.015v.001a3.18 3.18 0 00.812 1.814 3.134 3.134 0 001.72.973l-.113.707a3.871 3.871 0 01-2.125-1.201 3.927 3.927 0 01-1.002-2.24v-.002l-.201.015c-.386.028-.58.042-.685-.03a.374.374 0 01-.16-.276c-.011-.127.097-.286.314-.605l.492-.724c.13-.193.196-.29.282-.33a.35.35 0 01.244-.017c.093.027.177.112.345.283z",
34
- fill: "url(#paint4_radial_ReplicationPlan24BlueIcon_12197_197134)"
35
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
36
- id: "paint0_radial_ReplicationPlan24BlueIcon_12197_197134",
37
- cx: 0,
38
- cy: 0,
39
- r: 1,
40
- gradientUnits: "userSpaceOnUse",
41
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
42
- }, /*#__PURE__*/React.createElement("stop", {
43
- stopColor: "#5BCAFF"
44
- }), /*#__PURE__*/React.createElement("stop", {
45
- offset: 1,
46
- stopColor: "#06F"
47
- })), /*#__PURE__*/React.createElement("radialGradient", {
48
- id: "paint1_radial_ReplicationPlan24BlueIcon_12197_197134",
49
- cx: 0,
50
- cy: 0,
51
- r: 1,
52
- gradientUnits: "userSpaceOnUse",
53
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
54
- }, /*#__PURE__*/React.createElement("stop", {
55
- stopColor: "#5BCAFF"
56
- }), /*#__PURE__*/React.createElement("stop", {
57
- offset: 1,
58
- stopColor: "#06F"
59
- })), /*#__PURE__*/React.createElement("radialGradient", {
60
- id: "paint2_radial_ReplicationPlan24BlueIcon_12197_197134",
61
- cx: 0,
62
- cy: 0,
63
- r: 1,
64
- gradientUnits: "userSpaceOnUse",
65
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
66
- }, /*#__PURE__*/React.createElement("stop", {
67
- stopColor: "#5BCAFF"
68
- }), /*#__PURE__*/React.createElement("stop", {
69
- offset: 1,
70
- stopColor: "#06F"
71
- })), /*#__PURE__*/React.createElement("radialGradient", {
72
- id: "paint3_radial_ReplicationPlan24BlueIcon_12197_197134",
73
- cx: 0,
74
- cy: 0,
75
- r: 1,
76
- gradientUnits: "userSpaceOnUse",
77
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
78
- }, /*#__PURE__*/React.createElement("stop", {
79
- stopColor: "#5BCAFF"
80
- }), /*#__PURE__*/React.createElement("stop", {
81
- offset: 1,
82
- stopColor: "#06F"
83
- })), /*#__PURE__*/React.createElement("radialGradient", {
84
- id: "paint4_radial_ReplicationPlan24BlueIcon_12197_197134",
85
- cx: 0,
86
- cy: 0,
87
- r: 1,
88
- gradientUnits: "userSpaceOnUse",
89
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
90
- }, /*#__PURE__*/React.createElement("stop", {
91
- stopColor: "#5BCAFF"
92
- }), /*#__PURE__*/React.createElement("stop", {
93
- offset: 1,
94
- stopColor: "#06F"
95
- }))));
96
- }
97
- module.exports = ReplicationPlan24BlueIcon;
@@ -1,97 +0,0 @@
1
- const React = require("react");
2
- function ReplicationPlan24GrayIcon({
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": "ReplicationPlan24GrayIcon",
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: "M5 3.5A1.5 1.5 0 003.5 5v3.5A1.5 1.5 0 005 10h2v1H5.5a.5.5 0 000 1H9v-.5c0-.613.184-.684.5-1.159V10h.264c.55-.614 1.348-1 2.236-1h.415c.055-.156.085-.325.085-.5V5A1.5 1.5 0 0011 3.5H5zM4.5 5a.5.5 0 01.5-.5h6a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H5a.5.5 0 01-.5-.5V5z",
20
- fill: "url(#paint0_radial_ReplicationPlan24GrayIcon_12197_197135)"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M13 13a.5.5 0 000 1h1.5a.5.5 0 000-1H13z",
23
- fill: "url(#paint1_radial_ReplicationPlan24GrayIcon_12197_197135)"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M12 10.5a1.5 1.5 0 00-1.5 1.5v4a1.5 1.5 0 001.5 1.5h2v1h-1.5a.5.5 0 000 1h6a.5.5 0 000-1H17v-1h2a1.5 1.5 0 001.5-1.5v-4a1.5 1.5 0 00-1.5-1.5h-7zm-.5 1.5a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-4z",
28
- fill: "url(#paint2_radial_ReplicationPlan24GrayIcon_12197_197135)"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- d: "M17.67 9.112l-.63-.642c-.278-.282-.417-.424-.432-.55a.353.353 0 01.103-.295c.09-.087.282-.101.669-.13l.213-.015v-.001a3.18 3.18 0 00-.811-1.814 3.134 3.134 0 00-1.721-.973l.113-.707c.813.157 1.56.58 2.125 1.201.566.623.918 1.41 1.002 2.24v.002l.201-.015c.386-.028.58-.042.685.03a.375.375 0 01.16.276c.011.127-.097.286-.314.605l-.492.724c-.13.193-.196.29-.282.33a.35.35 0 01-.244.017c-.093-.026-.177-.112-.345-.283z",
31
- fill: "url(#paint3_radial_ReplicationPlan24GrayIcon_12197_197135)"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- d: "M6.33 14.488l.63.642c.278.282.417.424.432.55a.353.353 0 01-.103.295c-.09.087-.282.101-.668.13l-.214.015v.001a3.18 3.18 0 00.812 1.814 3.134 3.134 0 001.72.973l-.113.707a3.871 3.871 0 01-2.125-1.201 3.927 3.927 0 01-1.002-2.24v-.002l-.201.015c-.386.028-.58.042-.685-.03a.374.374 0 01-.16-.276c-.011-.127.097-.286.314-.605l.492-.724c.13-.193.196-.29.282-.33a.35.35 0 01.244-.017c.093.027.177.112.345.283z",
34
- fill: "url(#paint4_radial_ReplicationPlan24GrayIcon_12197_197135)"
35
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
36
- id: "paint0_radial_ReplicationPlan24GrayIcon_12197_197135",
37
- cx: 0,
38
- cy: 0,
39
- r: 1,
40
- gradientUnits: "userSpaceOnUse",
41
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
42
- }, /*#__PURE__*/React.createElement("stop", {
43
- stopColor: "#CCD4E3"
44
- }), /*#__PURE__*/React.createElement("stop", {
45
- offset: 1,
46
- stopColor: "#6B7D99"
47
- })), /*#__PURE__*/React.createElement("radialGradient", {
48
- id: "paint1_radial_ReplicationPlan24GrayIcon_12197_197135",
49
- cx: 0,
50
- cy: 0,
51
- r: 1,
52
- gradientUnits: "userSpaceOnUse",
53
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
54
- }, /*#__PURE__*/React.createElement("stop", {
55
- stopColor: "#CCD4E3"
56
- }), /*#__PURE__*/React.createElement("stop", {
57
- offset: 1,
58
- stopColor: "#6B7D99"
59
- })), /*#__PURE__*/React.createElement("radialGradient", {
60
- id: "paint2_radial_ReplicationPlan24GrayIcon_12197_197135",
61
- cx: 0,
62
- cy: 0,
63
- r: 1,
64
- gradientUnits: "userSpaceOnUse",
65
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
66
- }, /*#__PURE__*/React.createElement("stop", {
67
- stopColor: "#CCD4E3"
68
- }), /*#__PURE__*/React.createElement("stop", {
69
- offset: 1,
70
- stopColor: "#6B7D99"
71
- })), /*#__PURE__*/React.createElement("radialGradient", {
72
- id: "paint3_radial_ReplicationPlan24GrayIcon_12197_197135",
73
- cx: 0,
74
- cy: 0,
75
- r: 1,
76
- gradientUnits: "userSpaceOnUse",
77
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
78
- }, /*#__PURE__*/React.createElement("stop", {
79
- stopColor: "#CCD4E3"
80
- }), /*#__PURE__*/React.createElement("stop", {
81
- offset: 1,
82
- stopColor: "#6B7D99"
83
- })), /*#__PURE__*/React.createElement("radialGradient", {
84
- id: "paint4_radial_ReplicationPlan24GrayIcon_12197_197135",
85
- cx: 0,
86
- cy: 0,
87
- r: 1,
88
- gradientUnits: "userSpaceOnUse",
89
- gradientTransform: "rotate(-43.469 26.352 5.418) scale(23.4243 23.3909)"
90
- }, /*#__PURE__*/React.createElement("stop", {
91
- stopColor: "#CCD4E3"
92
- }), /*#__PURE__*/React.createElement("stop", {
93
- offset: 1,
94
- stopColor: "#6B7D99"
95
- }))));
96
- }
97
- module.exports = ReplicationPlan24GrayIcon;
@@ -1,34 +0,0 @@
1
- const React = require("react");
2
- function ReplicationPlan24OntintIcon({
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": "ReplicationPlan24OntintIcon",
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: "M5 3.5A1.5 1.5 0 003.5 5v3.5A1.5 1.5 0 005 10h2v1H5.5a.5.5 0 000 1H9v-.5c0-.613.184-.684.5-1.159V10h.264c.55-.614 1.348-1 2.236-1h.415c.055-.156.085-.325.085-.5V5A1.5 1.5 0 0011 3.5H5zM4.5 5a.5.5 0 01.5-.5h6a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H5a.5.5 0 01-.5-.5V5z",
20
- fill: "#fff"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M13 13a.5.5 0 000 1h1.5a.5.5 0 000-1H13z",
23
- fill: "#fff"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M12 10.5a1.5 1.5 0 00-1.5 1.5v4a1.5 1.5 0 001.5 1.5h2v1h-1.5a.5.5 0 000 1h6a.5.5 0 000-1H17v-1h2a1.5 1.5 0 001.5-1.5v-4a1.5 1.5 0 00-1.5-1.5h-7zm-.5 1.5a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-4z",
28
- fill: "#fff"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- d: "M17.67 9.112l-.63-.642c-.278-.282-.417-.424-.432-.55a.353.353 0 01.103-.295c.09-.087.282-.101.669-.13l.213-.015v-.001a3.18 3.18 0 00-.811-1.814 3.134 3.134 0 00-1.721-.973l.113-.707c.813.157 1.56.58 2.125 1.201.566.623.918 1.41 1.002 2.24v.002l.201-.015c.386-.028.58-.042.685.03a.375.375 0 01.16.276c.011.127-.097.286-.314.605l-.492.724c-.13.193-.196.29-.282.33a.35.35 0 01-.244.017c-.093-.026-.177-.112-.345-.283zM6.33 14.488l.63.642c.278.282.417.424.432.55a.353.353 0 01-.103.295c-.09.087-.282.101-.668.13l-.214.015v.001a3.18 3.18 0 00.812 1.814 3.134 3.134 0 001.72.973l-.113.707a3.871 3.871 0 01-2.125-1.201 3.927 3.927 0 01-1.002-2.24v-.002l-.201.015c-.386.028-.58.042-.685-.03a.374.374 0 01-.16-.276c-.011-.127.097-.286.314-.605l.492-.724c.13-.193.196-.29.282-.33a.35.35 0 01.244-.017c.093.027.177.112.345.283z",
31
- fill: "#fff"
32
- }));
33
- }
34
- module.exports = ReplicationPlan24OntintIcon;
@@ -1,95 +0,0 @@
1
- import * as React from "react";
2
- function ReplicaVm24BlueIcon({
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": "ReplicaVm24BlueIcon",
13
- "aria-labelledby": titleId
14
- }, props), title ? /*#__PURE__*/React.createElement("title", {
15
- id: titleId
16
- }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M3.5 5A1.5 1.5 0 015 3.5h8A1.5 1.5 0 0114.5 5v2.5h-1V5a.5.5 0 00-.5-.5H5a.5.5 0 00-.5.5v5.5a.5.5 0 00.5.5h3v3.5H5.5a.5.5 0 010-1H7V12H5a1.5 1.5 0 01-1.5-1.5V5z",
18
- fill: "url(#paint0_radial_ReplicaVm24BlueIcon_12197_197140)"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- fillRule: "evenodd",
21
- clipRule: "evenodd",
22
- d: "M9.5 10.5A1.5 1.5 0 0111 9h8a1.5 1.5 0 011.5 1.5V16a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 019.5 16v-5.5zM11 10a.5.5 0 00-.5.5V16a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-5.5a.5.5 0 00-.5-.5h-8z",
23
- fill: "url(#paint1_radial_ReplicaVm24BlueIcon_12197_197140)"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- d: "M13.5 17h3v2h-3v-2z",
26
- fill: "url(#paint2_radial_ReplicaVm24BlueIcon_12197_197140)"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- d: "M11.5 19.5a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5z",
29
- fill: "url(#paint3_radial_ReplicaVm24BlueIcon_12197_197140)"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- d: "M12.5 13.5a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H13a.5.5 0 01-.5-.5z",
32
- fill: "url(#paint4_radial_ReplicaVm24BlueIcon_12197_197140)"
33
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
34
- id: "paint0_radial_ReplicaVm24BlueIcon_12197_197140",
35
- cx: 0,
36
- cy: 0,
37
- r: 1,
38
- gradientUnits: "userSpaceOnUse",
39
- gradientTransform: "matrix(16.99999 -16.49999 16.49268 16.99246 3.5 20)"
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_ReplicaVm24BlueIcon_12197_197140",
47
- cx: 0,
48
- cy: 0,
49
- r: 1,
50
- gradientUnits: "userSpaceOnUse",
51
- gradientTransform: "matrix(16.99999 -16.49999 16.49268 16.99246 3.5 20)"
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_ReplicaVm24BlueIcon_12197_197140",
59
- cx: 0,
60
- cy: 0,
61
- r: 1,
62
- gradientUnits: "userSpaceOnUse",
63
- gradientTransform: "matrix(16.99999 -16.49999 16.49268 16.99246 3.5 20)"
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_ReplicaVm24BlueIcon_12197_197140",
71
- cx: 0,
72
- cy: 0,
73
- r: 1,
74
- gradientUnits: "userSpaceOnUse",
75
- gradientTransform: "matrix(16.99999 -16.49999 16.49268 16.99246 3.5 20)"
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_ReplicaVm24BlueIcon_12197_197140",
83
- cx: 0,
84
- cy: 0,
85
- r: 1,
86
- gradientUnits: "userSpaceOnUse",
87
- gradientTransform: "matrix(16.99999 -16.49999 16.49268 16.99246 3.5 20)"
88
- }, /*#__PURE__*/React.createElement("stop", {
89
- stopColor: "#5BCAFF"
90
- }), /*#__PURE__*/React.createElement("stop", {
91
- offset: 1,
92
- stopColor: "#06F"
93
- }))));
94
- }
95
- export default ReplicaVm24BlueIcon;
@@ -1,29 +0,0 @@
1
- import * as React from "react";
2
- function ReplicaVm24OntintIcon({
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": "ReplicaVm24OntintIcon",
13
- "aria-labelledby": titleId
14
- }, props), title ? /*#__PURE__*/React.createElement("title", {
15
- id: titleId
16
- }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M3.5 5A1.5 1.5 0 015 3.5h8A1.5 1.5 0 0114.5 5v2.5h-1V5a.5.5 0 00-.5-.5H5a.5.5 0 00-.5.5v5.5a.5.5 0 00.5.5h3v3.5H5.5a.5.5 0 010-1H7V12H5a1.5 1.5 0 01-1.5-1.5V5z",
18
- fill: "#fff"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- fillRule: "evenodd",
21
- clipRule: "evenodd",
22
- d: "M9.5 10.5A1.5 1.5 0 0111 9h8a1.5 1.5 0 011.5 1.5V16a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 019.5 16v-5.5zM11 10a.5.5 0 00-.5.5V16a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-5.5a.5.5 0 00-.5-.5h-8z",
23
- fill: "#fff"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- d: "M13.5 17h3v2h-3v-2zM11.5 19.5a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5zM12.5 13.5a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H13a.5.5 0 01-.5-.5z",
26
- fill: "#fff"
27
- }));
28
- }
29
- export default ReplicaVm24OntintIcon;
@@ -1,65 +0,0 @@
1
- import * as React from "react";
2
- function ReplicaVmFailbackState16Icon({
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": "ReplicaVmFailbackState16Icon",
13
- "aria-labelledby": titleId
14
- }, props), title ? /*#__PURE__*/React.createElement("title", {
15
- id: titleId
16
- }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M6.713 4.418a2.223 2.223 0 013.373 1.017h-.434a.356.356 0 00-.296.553l.891 1.336c.14.211.451.211.592 0l.89-1.336a.356.356 0 00-.295-.553h-.416a3.112 3.112 0 00-4.824-1.738.444.444 0 00.52.721z",
18
- fill: "url(#paint0_radial_ReplicaVmFailbackState16Icon_9626_68488)"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- d: "M6.348 6.804h-.486A2.223 2.223 0 009.32 8.018a.444.444 0 01.525.717 3.112 3.112 0 01-4.894-1.931h-.385a.356.356 0 01-.296-.553l.891-1.336a.356.356 0 01.592 0l.89 1.336a.356.356 0 01-.295.553z",
21
- fill: "url(#paint1_radial_ReplicaVmFailbackState16Icon_9626_68488)"
22
- }), /*#__PURE__*/React.createElement("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M.194.97C0 1.352 0 1.85 0 2.845V9.6c0 .996 0 1.494.194 1.874.17.334.442.606.777.777.38.193.878.193 1.873.193h3.378v1.778H4a.444.444 0 000 .89h8a.444.444 0 100-.89H9.778v-1.778h3.378c.995 0 1.493 0 1.873-.193.335-.17.607-.443.777-.777.194-.38.194-.878.194-1.874V2.844c0-.995 0-1.493-.194-1.873a1.778 1.778 0 00-.777-.777C14.65 0 14.151 0 13.156 0H2.844C1.85 0 1.351 0 .971.194.636.364.364.636.194.97zM13.156.89H2.844c-.512 0-.843 0-1.095.021-.241.02-.33.053-.375.076a.889.889 0 00-.388.388c-.023.044-.056.134-.076.375-.02.252-.021.583-.021 1.095V9.6c0 .513 0 .843.021 1.095.02.242.053.331.076.375a.889.889 0 00.388.389c.044.022.134.056.375.075.252.02.583.022 1.095.022h10.312c.512 0 .843-.001 1.095-.022.241-.02.33-.053.375-.075a.889.889 0 00.388-.389c.023-.044.056-.133.076-.375A15.1 15.1 0 0015.11 9.6V2.844c0-.512 0-.843-.021-1.095-.02-.241-.053-.33-.076-.375a.889.889 0 00-.388-.388C14.582.963 14.492.93 14.25.91 13.999.89 13.668.89 13.156.89z",
26
- fill: "url(#paint2_radial_ReplicaVmFailbackState16Icon_9626_68488)"
27
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
28
- id: "paint0_radial_ReplicaVmFailbackState16Icon_9626_68488",
29
- cx: 0,
30
- cy: 0,
31
- r: 1,
32
- gradientUnits: "userSpaceOnUse",
33
- gradientTransform: "matrix(16.00004 -15.11114 15.08649 15.97394 0 15.111)"
34
- }, /*#__PURE__*/React.createElement("stop", {
35
- stopColor: "#5BCAFF"
36
- }), /*#__PURE__*/React.createElement("stop", {
37
- offset: 1,
38
- stopColor: "#06F"
39
- })), /*#__PURE__*/React.createElement("radialGradient", {
40
- id: "paint1_radial_ReplicaVmFailbackState16Icon_9626_68488",
41
- cx: 0,
42
- cy: 0,
43
- r: 1,
44
- gradientUnits: "userSpaceOnUse",
45
- gradientTransform: "matrix(16.00004 -15.11114 15.08649 15.97394 0 15.111)"
46
- }, /*#__PURE__*/React.createElement("stop", {
47
- stopColor: "#5BCAFF"
48
- }), /*#__PURE__*/React.createElement("stop", {
49
- offset: 1,
50
- stopColor: "#06F"
51
- })), /*#__PURE__*/React.createElement("radialGradient", {
52
- id: "paint2_radial_ReplicaVmFailbackState16Icon_9626_68488",
53
- cx: 0,
54
- cy: 0,
55
- r: 1,
56
- gradientUnits: "userSpaceOnUse",
57
- gradientTransform: "matrix(16.00004 -15.11114 15.08649 15.97394 0 15.111)"
58
- }, /*#__PURE__*/React.createElement("stop", {
59
- stopColor: "#5BCAFF"
60
- }), /*#__PURE__*/React.createElement("stop", {
61
- offset: 1,
62
- stopColor: "#06F"
63
- }))));
64
- }
65
- export default ReplicaVmFailbackState16Icon;