@cloudtower/icons-react 0.34.13 → 0.34.15
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.
- package/dist/GpuDevice16OntintIcon.d.ts +4 -0
- package/dist/HaTriggered16GradientBlueIcon.d.ts +4 -0
- package/dist/HaTriggered16GradientGrayIcon.d.ts +4 -0
- package/dist/HaTriggered16GradientRedIcon.d.ts +4 -0
- package/dist/PciDevice16OntintIcon.d.ts +4 -0
- package/dist/PortNetwork16OntintIcon.d.ts +4 -0
- package/dist/SuspendedPause24GradientBlueIcon.d.ts +4 -0
- package/dist/SyncReplicaPlan16FillGradientBlueIcon.d.ts +4 -0
- package/dist/SyncReplicaPlan16FillGradientGrayIcon.d.ts +4 -0
- package/dist/SyncReplicaPlan24FillGradientBlueIcon.d.ts +4 -0
- package/dist/SyncReplicaPlan24FillGradientGrayIcon.d.ts +4 -0
- package/dist/SyncReplicaPlan24FillGradientOntintIcon.d.ts +4 -0
- package/dist/cjs/GpuDevice16OntintIcon.js +28 -0
- package/dist/cjs/HaTriggered16GradientBlueIcon.js +50 -0
- package/dist/cjs/HaTriggered16GradientGrayIcon.js +50 -0
- package/dist/cjs/HaTriggered16GradientRedIcon.js +50 -0
- package/dist/cjs/PciDevice16OntintIcon.js +23 -0
- package/dist/cjs/PortNetwork16OntintIcon.js +23 -0
- package/dist/cjs/SuspendedPause24GradientBlueIcon.js +35 -0
- package/dist/cjs/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
- package/dist/cjs/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
- package/dist/cjs/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
- package/dist/cjs/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
- package/dist/cjs/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
- package/dist/cjs/index.js +12 -0
- package/dist/esm/GpuDevice16OntintIcon.js +28 -0
- package/dist/esm/HaTriggered16GradientBlueIcon.js +50 -0
- package/dist/esm/HaTriggered16GradientGrayIcon.js +50 -0
- package/dist/esm/HaTriggered16GradientRedIcon.js +50 -0
- package/dist/esm/PciDevice16OntintIcon.js +23 -0
- package/dist/esm/PortNetwork16OntintIcon.js +23 -0
- package/dist/esm/SuspendedPause24GradientBlueIcon.js +35 -0
- package/dist/esm/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
- package/dist/esm/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
- package/dist/esm/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
- package/dist/esm/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
- package/dist/esm/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
- package/dist/esm/index.js +12 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +12 -0
- package/package.json +3 -3
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function GpuDevice16OntintIcon({
|
|
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": "GpuDevice16OntintIcon",
|
|
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.787 7.018a.83.83 0 00-.83.83v2.177c0 .458.372.83.83.83h7.398a.83.83 0 00.83-.83V7.848a.83.83 0 00-.83-.83H4.787zm.135 2.873V7.982h7.129v1.909H4.92z",
|
|
20
|
+
fill: "#fff"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M1.315 1.994a.482.482 0 000 .964h.872v10.993a.482.482 0 10.964 0v-1.137h9.566c.413 0 .796-.217 1.009-.571l.983-1.638c.11-.183.169-.392.169-.606V6.107c0-.214-.059-.425-.17-.608l-.983-1.628a1.177 1.177 0 00-1.007-.568H3.15V1.994H1.315zm4.402 2.273h4.977l-.454.841H6.182l-.465-.841zm-.34 1.377l-.761-1.377H3.15v7.583h9.566c.074 0 .144-.04.182-.103l.984-1.638a.213.213 0 00.03-.11V6.107a.213.213 0 00-.03-.11L12.9 4.37a.213.213 0 00-.182-.103h-.929l-.739 1.37a.83.83 0 01-.73.435H6.102a.83.83 0 01-.726-.428z",
|
|
25
|
+
fill: "#fff"
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
module.exports = GpuDevice16OntintIcon;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function HaTriggered16GradientBlueIcon({
|
|
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": "HaTriggered16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.073 4.6a.55.55 0 01.551.55v6.172a.551.551 0 01-1.102 0v-2.62H2.897v2.622a.55.55 0 01-1.097 0V5.148a.548.548 0 011.097 0V7.76h3.625V5.15a.55.55 0 01.551-.55z",
|
|
18
|
+
fill: "url(#paint0_radial_HaTriggered16GradientBlueIcon_17260_41)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M11.55 4.6c.381 0 .72.238.85.596l2.14 5.946a.546.546 0 11-1.03.363l-.538-1.557H10.13l-.54 1.557a.546.546 0 11-1.028-.363l2.14-5.946a.902.902 0 01.848-.596zm-1.1 4.424h2.202l-1.07-3.104h-.058L10.45 9.024z",
|
|
23
|
+
fill: "url(#paint1_radial_HaTriggered16GradientBlueIcon_17260_41)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
25
|
+
id: "paint0_radial_HaTriggered16GradientBlueIcon_17260_41",
|
|
26
|
+
cx: 0,
|
|
27
|
+
cy: 0,
|
|
28
|
+
r: 1,
|
|
29
|
+
gradientTransform: "scale(18.0622 10.28481) rotate(-45 1.443 .457)",
|
|
30
|
+
gradientUnits: "userSpaceOnUse"
|
|
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_HaTriggered16GradientBlueIcon_17260_41",
|
|
38
|
+
cx: 0,
|
|
39
|
+
cy: 0,
|
|
40
|
+
r: 1,
|
|
41
|
+
gradientTransform: "scale(18.0622 10.28481) rotate(-45 1.443 .457)",
|
|
42
|
+
gradientUnits: "userSpaceOnUse"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
44
|
+
stopColor: "#5BCAFF"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
46
|
+
offset: 1,
|
|
47
|
+
stopColor: "#06F"
|
|
48
|
+
}))));
|
|
49
|
+
}
|
|
50
|
+
module.exports = HaTriggered16GradientBlueIcon;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function HaTriggered16GradientGrayIcon({
|
|
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": "HaTriggered16GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.073 4.6a.55.55 0 01.551.55v6.172a.551.551 0 01-1.102 0v-2.62H2.897v2.622a.55.55 0 01-1.097 0V5.148a.548.548 0 011.097 0V7.76h3.625V5.15a.55.55 0 01.551-.55z",
|
|
18
|
+
fill: "url(#paint0_radial_HaTriggered16GradientGrayIcon_17260_37)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M11.55 4.6c.381 0 .72.238.85.596l2.14 5.946a.546.546 0 11-1.03.363l-.538-1.557H10.13l-.54 1.557a.546.546 0 11-1.028-.363l2.14-5.946a.902.902 0 01.848-.596zm-1.1 4.424h2.202l-1.07-3.104h-.058L10.45 9.024z",
|
|
23
|
+
fill: "url(#paint1_radial_HaTriggered16GradientGrayIcon_17260_37)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
25
|
+
id: "paint0_radial_HaTriggered16GradientGrayIcon_17260_37",
|
|
26
|
+
cx: 0,
|
|
27
|
+
cy: 0,
|
|
28
|
+
r: 1,
|
|
29
|
+
gradientTransform: "scale(18.0622 10.28481) rotate(-45 1.443 .457)",
|
|
30
|
+
gradientUnits: "userSpaceOnUse"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
32
|
+
stopColor: "#CCD4E3"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
34
|
+
offset: 1,
|
|
35
|
+
stopColor: "#6B7D99"
|
|
36
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
37
|
+
id: "paint1_radial_HaTriggered16GradientGrayIcon_17260_37",
|
|
38
|
+
cx: 0,
|
|
39
|
+
cy: 0,
|
|
40
|
+
r: 1,
|
|
41
|
+
gradientTransform: "scale(18.0622 10.28481) rotate(-45 1.443 .457)",
|
|
42
|
+
gradientUnits: "userSpaceOnUse"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
44
|
+
stopColor: "#CCD4E3"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
46
|
+
offset: 1,
|
|
47
|
+
stopColor: "#6B7D99"
|
|
48
|
+
}))));
|
|
49
|
+
}
|
|
50
|
+
module.exports = HaTriggered16GradientGrayIcon;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function HaTriggered16GradientRedIcon({
|
|
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": "HaTriggered16GradientRedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.073 4.6a.55.55 0 01.551.55v6.172a.551.551 0 01-1.102 0v-2.62H2.897v2.622a.55.55 0 01-1.097 0V5.148a.548.548 0 011.097 0V7.76h3.625V5.15a.55.55 0 01.551-.55z",
|
|
18
|
+
fill: "url(#paint0_radial_HaTriggered16GradientRedIcon_17267_95634)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M11.55 4.6c.381 0 .72.238.85.596l2.14 5.946a.546.546 0 11-1.03.363l-.538-1.557H10.13l-.54 1.557a.546.546 0 11-1.028-.363l2.14-5.946a.902.902 0 01.848-.596zm-1.1 4.424h2.202l-1.07-3.104h-.058L10.45 9.024z",
|
|
23
|
+
fill: "url(#paint1_radial_HaTriggered16GradientRedIcon_17267_95634)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
25
|
+
id: "paint0_radial_HaTriggered16GradientRedIcon_17267_95634",
|
|
26
|
+
cx: 0,
|
|
27
|
+
cy: 0,
|
|
28
|
+
r: 1,
|
|
29
|
+
gradientTransform: "scale(18.0622 10.28481) rotate(-45 1.443 .457)",
|
|
30
|
+
gradientUnits: "userSpaceOnUse"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
32
|
+
stopColor: "#FF5C78"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
34
|
+
offset: 1,
|
|
35
|
+
stopColor: "#DC0000"
|
|
36
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
37
|
+
id: "paint1_radial_HaTriggered16GradientRedIcon_17267_95634",
|
|
38
|
+
cx: 0,
|
|
39
|
+
cy: 0,
|
|
40
|
+
r: 1,
|
|
41
|
+
gradientTransform: "scale(18.0622 10.28481) rotate(-45 1.443 .457)",
|
|
42
|
+
gradientUnits: "userSpaceOnUse"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
44
|
+
stopColor: "#FF5C78"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
46
|
+
offset: 1,
|
|
47
|
+
stopColor: "#DC0000"
|
|
48
|
+
}))));
|
|
49
|
+
}
|
|
50
|
+
module.exports = HaTriggered16GradientRedIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function PciDevice16OntintIcon({
|
|
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": "PciDevice16OntintIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M3 13.5c0 .247 0 .382-.007.48l-.001.012h-.013A8.096 8.096 0 012.5 14c-.247 0-.382 0-.48-.007l-.012-.001v-.013A8.131 8.131 0 012 13.5v-11c0-.247 0-.382.007-.48l.001-.012h.013C2.118 2 2.253 2 2.5 2c.247 0 .382 0 .48.007l.012.001v.013C3 2.118 3 2.253 3 2.5v11zM4 12v1.5c0 .466 0 .699-.076.883a1 1 0 01-.541.54C3.199 15 2.966 15 2.5 15s-.699 0-.883-.076a1 1 0 01-.54-.541C1 14.199 1 13.966 1 13.5v-11c0-.466 0-.699.076-.883a1 1 0 01.541-.54C1.801 1 2.034 1 2.5 1s.699 0 .883.076a1 1 0 01.54.541C4 1.801 4 2.034 4 2.5h8.6c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v4.7c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H12v.3c0 .42 0 .63-.082.79a.751.751 0 01-.327.328c-.16.082-.371.082-.791.082H7.2c-.42 0-.63 0-.79-.082a.75.75 0 01-.328-.327C6 12.93 6 12.72 6 12.3V12H4zm0-1h3v1.5h4V11h1.6c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904V4.9c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215.5.5 0 00-.222-.226l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H4V11z",
|
|
20
|
+
fill: "#fff"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
module.exports = PciDevice16OntintIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function PortNetwork16OntintIcon({
|
|
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": "PortNetwork16OntintIcon",
|
|
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.2 3h7.6c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C14 4.25 14 4.623 14 5.2v5.6c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C12.75 13 12.377 13 11.8 13H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C2 11.75 2 11.377 2 10.8V5.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C3.25 3 3.623 3 4.2 3zM1 5.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C2.52 2 3.08 2 4.2 2h7.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C15 3.52 15 4.08 15 5.2v5.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C13.48 14 12.92 14 11.8 14H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C1 12.48 1 11.92 1 10.8V5.2zM5.5 10V9H4V5h1v2a.5.5 0 001 0V5h.667v2a.5.5 0 101 0V5h.666v2a.5.5 0 001 0V5H10v2a.5.5 0 001 0V5h1v4h-1.5v1H9v1H7v-1H5.5zm7.227-.055C12.62 10 12.48 10 12.2 10h-.7v.2c0 .28 0 .42-.055.527a.5.5 0 01-.218.218C11.12 11 10.98 11 10.7 11H10v.2c0 .28 0 .42-.055.527a.5.5 0 01-.218.218C9.62 12 9.48 12 9.2 12H6.8c-.28 0-.42 0-.527-.055a.5.5 0 01-.218-.218C6 11.62 6 11.48 6 11.2V11h-.7c-.28 0-.42 0-.527-.055a.5.5 0 01-.218-.218C4.5 10.62 4.5 10.48 4.5 10.2V10h-.7c-.28 0-.42 0-.527-.055a.5.5 0 01-.219-.218C3 9.62 3 9.48 3 9.2V4.8c0-.28 0-.42.054-.527a.5.5 0 01.219-.218C3.38 4 3.52 4 3.8 4h8.4c.28 0 .42 0 .527.054a.5.5 0 01.218.219C13 4.38 13 4.52 13 4.8v4.4c0 .28 0 .42-.055.527a.5.5 0 01-.218.218z",
|
|
20
|
+
fill: "#fff"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
module.exports = PortNetwork16OntintIcon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SuspendedPause24GradientBlueIcon({
|
|
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": "SuspendedPause24GradientBlueIcon",
|
|
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.563 6A.563.563 0 007 6.563v10.875a.562.562 0 101.125 0V6.563A.563.563 0 007.562 6zm8.875 0a.562.562 0 00-.563.563v10.875a.562.562 0 101.125 0V6.563A.562.562 0 0016.437 6z",
|
|
20
|
+
fill: "url(#paint0_radial_SuspendedPause24GradientBlueIcon_878_23942)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
22
|
+
id: "paint0_radial_SuspendedPause24GradientBlueIcon_878_23942",
|
|
23
|
+
cx: 0,
|
|
24
|
+
cy: 0,
|
|
25
|
+
r: 1,
|
|
26
|
+
gradientTransform: "matrix(10 -12 10 12 7 18)",
|
|
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 = SuspendedPause24GradientBlueIcon;
|
|
@@ -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;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SyncReplicaPlan24FillGradientBlueIcon({
|
|
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": "SyncReplicaPlan24FillGradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
|
|
18
|
+
fill: "url(#paint0_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
|
|
21
|
+
fill: "url(#paint1_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
|
|
24
|
+
fill: "url(#paint2_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
26
|
+
id: "paint0_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
|
|
27
|
+
cx: 0,
|
|
28
|
+
cy: 0,
|
|
29
|
+
r: 1,
|
|
30
|
+
gradientUnits: "userSpaceOnUse",
|
|
31
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
|
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_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
|
|
39
|
+
cx: 0,
|
|
40
|
+
cy: 0,
|
|
41
|
+
r: 1,
|
|
42
|
+
gradientUnits: "userSpaceOnUse",
|
|
43
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
|
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_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
|
|
51
|
+
cx: 0,
|
|
52
|
+
cy: 0,
|
|
53
|
+
r: 1,
|
|
54
|
+
gradientUnits: "userSpaceOnUse",
|
|
55
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
|
56
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
stopColor: "#5BCAFF"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
59
|
+
offset: 1,
|
|
60
|
+
stopColor: "#06F"
|
|
61
|
+
}))));
|
|
62
|
+
}
|
|
63
|
+
module.exports = SyncReplicaPlan24FillGradientBlueIcon;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SyncReplicaPlan24FillGradientGrayIcon({
|
|
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": "SyncReplicaPlan24FillGradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
|
|
18
|
+
fill: "url(#paint0_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
|
|
21
|
+
fill: "url(#paint1_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
|
|
24
|
+
fill: "url(#paint2_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
26
|
+
id: "paint0_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
|
|
27
|
+
cx: 0,
|
|
28
|
+
cy: 0,
|
|
29
|
+
r: 1,
|
|
30
|
+
gradientUnits: "userSpaceOnUse",
|
|
31
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
|
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_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
|
|
39
|
+
cx: 0,
|
|
40
|
+
cy: 0,
|
|
41
|
+
r: 1,
|
|
42
|
+
gradientUnits: "userSpaceOnUse",
|
|
43
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
|
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_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
|
|
51
|
+
cx: 0,
|
|
52
|
+
cy: 0,
|
|
53
|
+
r: 1,
|
|
54
|
+
gradientUnits: "userSpaceOnUse",
|
|
55
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
|
56
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
stopColor: "#CCD4E3"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
59
|
+
offset: 1,
|
|
60
|
+
stopColor: "#6B7D99"
|
|
61
|
+
}))));
|
|
62
|
+
}
|
|
63
|
+
module.exports = SyncReplicaPlan24FillGradientGrayIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SyncReplicaPlan24FillGradientOntintIcon({
|
|
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": "SyncReplicaPlan24FillGradientOntintIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
|
|
18
|
+
fill: "#fff"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
|
|
21
|
+
fill: "#fff"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
|
|
24
|
+
fill: "#fff"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
module.exports = SyncReplicaPlan24FillGradientOntintIcon;
|