@cloudtower/icons-react 4100.0.13 → 4100.0.14
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/Cluster16GradientBlueOutlinedIcon.d.ts +4 -0
- package/dist/Cluster16GradientGrayOutlinedIcon.d.ts +4 -0
- package/dist/Cluster16OntintOutlinedIcon.d.ts +4 -0
- package/dist/Cluster16OntintSolidIcon.d.ts +4 -0
- package/dist/Cluster16YellowOutlinedIcon.d.ts +4 -0
- package/dist/Cluster24GradientBlueOutlinedIcon.d.ts +4 -0
- package/dist/DatastoreDefault16GradientBlueIcon.d.ts +4 -0
- package/dist/DatastoreDefault16GradientGrayIcon.d.ts +4 -0
- package/dist/DatastoreDefault16OntintIcon.d.ts +4 -0
- package/dist/DatastoreDefault16YellowIcon.d.ts +4 -0
- package/dist/DatastoreDefault24GradientBlueIcon.d.ts +4 -0
- package/dist/DatastoreDefault24GradientGrayIcon.d.ts +4 -0
- package/dist/DatastoreDefault32ColorfulIcon.d.ts +4 -0
- package/dist/DatastoreDisconnected16GradientBlueIcon.d.ts +4 -0
- package/dist/DatastoreDisconnected16OntintIcon.d.ts +4 -0
- package/dist/cjs/Cluster16GradientBlueOutlinedIcon.js +86 -0
- package/dist/cjs/Cluster16GradientGrayOutlinedIcon.js +80 -0
- package/dist/cjs/Cluster16OntintOutlinedIcon.js +32 -0
- package/dist/cjs/Cluster16OntintSolidIcon.js +23 -0
- package/dist/cjs/Cluster16YellowOutlinedIcon.js +26 -0
- package/dist/cjs/Cluster24GradientBlueOutlinedIcon.js +80 -0
- package/dist/cjs/DatastoreDefault16GradientBlueIcon.js +33 -0
- package/dist/cjs/DatastoreDefault16GradientGrayIcon.js +33 -0
- package/dist/cjs/DatastoreDefault16OntintIcon.js +21 -0
- package/dist/cjs/DatastoreDefault16YellowIcon.js +21 -0
- package/dist/cjs/DatastoreDefault24GradientBlueIcon.js +33 -0
- package/dist/cjs/DatastoreDefault24GradientGrayIcon.js +35 -0
- package/dist/cjs/DatastoreDefault32ColorfulIcon.js +47 -0
- package/dist/cjs/DatastoreDisconnected16GradientBlueIcon.js +39 -0
- package/dist/cjs/DatastoreDisconnected16OntintIcon.js +27 -0
- package/dist/cjs/index.js +15 -0
- package/dist/esm/Cluster16GradientBlueOutlinedIcon.js +86 -0
- package/dist/esm/Cluster16GradientGrayOutlinedIcon.js +80 -0
- package/dist/esm/Cluster16OntintOutlinedIcon.js +32 -0
- package/dist/esm/Cluster16OntintSolidIcon.js +23 -0
- package/dist/esm/Cluster16YellowOutlinedIcon.js +26 -0
- package/dist/esm/Cluster24GradientBlueOutlinedIcon.js +80 -0
- package/dist/esm/DatastoreDefault16GradientBlueIcon.js +33 -0
- package/dist/esm/DatastoreDefault16GradientGrayIcon.js +33 -0
- package/dist/esm/DatastoreDefault16OntintIcon.js +21 -0
- package/dist/esm/DatastoreDefault16YellowIcon.js +21 -0
- package/dist/esm/DatastoreDefault24GradientBlueIcon.js +33 -0
- package/dist/esm/DatastoreDefault24GradientGrayIcon.js +35 -0
- package/dist/esm/DatastoreDefault32ColorfulIcon.js +47 -0
- package/dist/esm/DatastoreDisconnected16GradientBlueIcon.js +39 -0
- package/dist/esm/DatastoreDisconnected16OntintIcon.js +27 -0
- package/dist/esm/index.js +15 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +15 -0
- package/package.json +2 -2
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function DatastoreDefault32ColorfulIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 32,
|
|
9
|
+
height: 32,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "DatastoreDefault32ColorfulIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("rect", {
|
|
17
|
+
x: 13.5,
|
|
18
|
+
y: 26,
|
|
19
|
+
width: 5,
|
|
20
|
+
height: 3,
|
|
21
|
+
rx: 1,
|
|
22
|
+
fill: "#7E41FF",
|
|
23
|
+
fillOpacity: 0.2
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M24 6v15c0 1.657-3.582 3-8 3s-8-1.343-8-3V6c0-1.657 3.582-3 8-3s8 1.343 8 3z",
|
|
28
|
+
fill: "#7E41FF",
|
|
29
|
+
fillOpacity: 0.2
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M16 3c4.418 0 8 1.343 8 3v15c0 1.594-3.315 2.896-7.5 2.993V26h1a1 1 0 011 1H28l.1.01a.5.5 0 010 .98L28 28h-9.5a1 1 0 01-.898.995L17.5 29h-3l-.102-.005a1 1 0 01-.893-.893L13.5 28H4a.5.5 0 010-1h9.5a1 1 0 011-1h1v-2.007C11.315 23.896 8 22.593 8 21V6c0-1.657 3.582-3 8-3zm-1.5 25h3v-1h-3v1zM23 17.453C21.635 18.375 19.012 19 16 19s-5.635-.625-7-1.547V21c0 .026.01.17.292.42.28.249.744.518 1.402.765 1.31.49 3.185.815 5.306.815s3.997-.325 5.306-.815c.658-.247 1.121-.516 1.402-.765.282-.25.292-.395.292-.42v-3.547zm0-5C21.635 13.375 19.012 14 16 14s-5.635-.625-7-1.547V16c0 .026.01.17.292.42.28.249.744.518 1.402.765 1.31.49 3.185.815 5.306.815s3.997-.325 5.306-.815c.658-.247 1.121-.516 1.402-.765.282-.25.292-.395.292-.42v-3.547zm0-5C21.635 8.375 19.012 9 16 9s-5.635-.625-7-1.547V11c0 .025.01.17.292.42.28.249.744.518 1.402.765 1.31.49 3.185.815 5.306.815s3.997-.325 5.306-.815c.658-.247 1.121-.516 1.402-.765.282-.25.292-.395.292-.42V7.453zM16 4c-2.121 0-3.996.325-5.306.815-.658.247-1.121.516-1.402.765C9.01 5.83 9 5.974 9 6c0 .026.01.17.292.42.28.249.744.518 1.402.765C12.004 7.675 13.88 8 16 8s3.997-.325 5.306-.815c.658-.247 1.121-.516 1.402-.765.282-.25.292-.394.292-.42 0-.026-.01-.17-.292-.42-.28-.249-.744-.518-1.402-.765C19.996 4.325 18.12 4 16 4z",
|
|
32
|
+
fill: "url(#paint0_radial_DatastoreDefault32ColorfulIcon_19241_22)"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
34
|
+
id: "paint0_radial_DatastoreDefault32ColorfulIcon_19241_22",
|
|
35
|
+
cx: 0,
|
|
36
|
+
cy: 0,
|
|
37
|
+
r: 1,
|
|
38
|
+
gradientTransform: "matrix(25 -26.1665 3.48879 187.504 3.5 29.166)",
|
|
39
|
+
gradientUnits: "userSpaceOnUse"
|
|
40
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
41
|
+
stopColor: "#E441FF"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
43
|
+
offset: 1,
|
|
44
|
+
stopColor: "#7331FF"
|
|
45
|
+
}))));
|
|
46
|
+
}
|
|
47
|
+
module.exports = DatastoreDefault32ColorfulIcon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function DatastoreDisconnected16GradientBlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 18,
|
|
9
|
+
height: 18,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "DatastoreDisconnected16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.993 2.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V4.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435.79-.225 1.851-.358 3.003-.358zm3.553 8.556a4.85 4.85 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.858 4.858 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.204.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.518.518 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V5.599zM7.993 3.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
|
|
18
|
+
fill: "url(#paint0_radial_DatastoreDisconnected16GradientBlueIcon_19772_1982)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
20
|
+
cx: 14,
|
|
21
|
+
cy: 4,
|
|
22
|
+
r: 3.5,
|
|
23
|
+
fill: "#F0483E",
|
|
24
|
+
stroke: "#fff"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
26
|
+
id: "paint0_radial_DatastoreDisconnected16GradientBlueIcon_19772_1982",
|
|
27
|
+
cx: 0,
|
|
28
|
+
cy: 0,
|
|
29
|
+
r: 1,
|
|
30
|
+
gradientTransform: "matrix(13 -14.834 13 14.834 1.5 17.667)",
|
|
31
|
+
gradientUnits: "userSpaceOnUse"
|
|
32
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
33
|
+
stopColor: "#5BCAFF"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
35
|
+
offset: 1,
|
|
36
|
+
stopColor: "#06F"
|
|
37
|
+
}))));
|
|
38
|
+
}
|
|
39
|
+
module.exports = DatastoreDisconnected16GradientBlueIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function DatastoreDisconnected16OntintIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 18,
|
|
9
|
+
height: 18,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "DatastoreDisconnected16OntintIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.993 2.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V4.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435.79-.225 1.851-.358 3.003-.358zm3.553 8.556a4.85 4.85 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.858 4.858 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.204.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.518.518 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V5.599zM7.993 3.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
|
|
18
|
+
fill: "#fff"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
20
|
+
cx: 14,
|
|
21
|
+
cy: 4,
|
|
22
|
+
r: 3.5,
|
|
23
|
+
fill: "#F0483E",
|
|
24
|
+
stroke: "#fff"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
module.exports = DatastoreDisconnected16OntintIcon;
|
package/dist/cjs/index.js
CHANGED
|
@@ -246,12 +246,18 @@ module.exports.CloneIcon = require("./CloneIcon.js")
|
|
|
246
246
|
module.exports.CloseRedIcon = require("./CloseRedIcon.js")
|
|
247
247
|
module.exports.CloseIcon = require("./CloseIcon.js")
|
|
248
248
|
module.exports.Cluster16BlueIcon = require("./Cluster16BlueIcon.js")
|
|
249
|
+
module.exports.Cluster16GradientBlueOutlinedIcon = require("./Cluster16GradientBlueOutlinedIcon.js")
|
|
249
250
|
module.exports.Cluster16GradientBlueIcon = require("./Cluster16GradientBlueIcon.js")
|
|
251
|
+
module.exports.Cluster16GradientGrayOutlinedIcon = require("./Cluster16GradientGrayOutlinedIcon.js")
|
|
250
252
|
module.exports.Cluster16GradientGrayIcon = require("./Cluster16GradientGrayIcon.js")
|
|
253
|
+
module.exports.Cluster16OntintOutlinedIcon = require("./Cluster16OntintOutlinedIcon.js")
|
|
254
|
+
module.exports.Cluster16OntintSolidIcon = require("./Cluster16OntintSolidIcon.js")
|
|
251
255
|
module.exports.Cluster16OntintIcon = require("./Cluster16OntintIcon.js")
|
|
256
|
+
module.exports.Cluster16YellowOutlinedIcon = require("./Cluster16YellowOutlinedIcon.js")
|
|
252
257
|
module.exports.Cluster16YellowIcon = require("./Cluster16YellowIcon.js")
|
|
253
258
|
module.exports.Cluster16Icon = require("./Cluster16Icon.js")
|
|
254
259
|
module.exports.Cluster24BlueIcon = require("./Cluster24BlueIcon.js")
|
|
260
|
+
module.exports.Cluster24GradientBlueOutlinedIcon = require("./Cluster24GradientBlueOutlinedIcon.js")
|
|
255
261
|
module.exports.Cluster24GradientBlueIcon = require("./Cluster24GradientBlueIcon.js")
|
|
256
262
|
module.exports.Cluster24GradientGrayIcon = require("./Cluster24GradientGrayIcon.js")
|
|
257
263
|
module.exports.Cluster24OntintIcon = require("./Cluster24OntintIcon.js")
|
|
@@ -336,6 +342,15 @@ module.exports.Datastore16YellowIcon = require("./Datastore16YellowIcon.js")
|
|
|
336
342
|
module.exports.Datastore24GradientBlueIcon = require("./Datastore24GradientBlueIcon.js")
|
|
337
343
|
module.exports.Datastore24GradientGrayIcon = require("./Datastore24GradientGrayIcon.js")
|
|
338
344
|
module.exports.Datastore32ColorfulIcon = require("./Datastore32ColorfulIcon.js")
|
|
345
|
+
module.exports.DatastoreDefault16GradientBlueIcon = require("./DatastoreDefault16GradientBlueIcon.js")
|
|
346
|
+
module.exports.DatastoreDefault16GradientGrayIcon = require("./DatastoreDefault16GradientGrayIcon.js")
|
|
347
|
+
module.exports.DatastoreDefault16OntintIcon = require("./DatastoreDefault16OntintIcon.js")
|
|
348
|
+
module.exports.DatastoreDefault16YellowIcon = require("./DatastoreDefault16YellowIcon.js")
|
|
349
|
+
module.exports.DatastoreDefault24GradientBlueIcon = require("./DatastoreDefault24GradientBlueIcon.js")
|
|
350
|
+
module.exports.DatastoreDefault24GradientGrayIcon = require("./DatastoreDefault24GradientGrayIcon.js")
|
|
351
|
+
module.exports.DatastoreDefault32ColorfulIcon = require("./DatastoreDefault32ColorfulIcon.js")
|
|
352
|
+
module.exports.DatastoreDisconnected16GradientBlueIcon = require("./DatastoreDisconnected16GradientBlueIcon.js")
|
|
353
|
+
module.exports.DatastoreDisconnected16OntintIcon = require("./DatastoreDisconnected16OntintIcon.js")
|
|
339
354
|
module.exports.DeleteIcon = require("./DeleteIcon.js")
|
|
340
355
|
module.exports.DirectoryIcon = require("./DirectoryIcon.js")
|
|
341
356
|
module.exports.Disable24GradientBlueIcon = require("./Disable24GradientBlueIcon.js")
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Cluster16GradientBlueOutlinedIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 18,
|
|
9
|
+
height: 18,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "Cluster16GradientBlueOutlinedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M4.5 6A.75.75 0 113 6a.75.75 0 011.5 0z",
|
|
18
|
+
fill: "url(#paint0_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M3.75 10.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
|
|
21
|
+
fill: "url(#paint1_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M3.75 14.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
|
|
24
|
+
fill: "url(#paint2_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M1 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.656c-.32.163-.74.163-1.581.163H3.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C1 15.361 1 14.941 1 14.1V5.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V5.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.218l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 8.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z",
|
|
29
|
+
fill: "url(#paint3_radial_Cluster16GradientBlueOutlinedIcon_19771_2)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
|
|
31
|
+
cx: 14,
|
|
32
|
+
cy: 4,
|
|
33
|
+
r: 3.5,
|
|
34
|
+
fill: "#F0483E",
|
|
35
|
+
stroke: "#fff"
|
|
36
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
37
|
+
id: "paint0_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
|
|
38
|
+
cx: 0,
|
|
39
|
+
cy: 0,
|
|
40
|
+
r: 1,
|
|
41
|
+
gradientTransform: "matrix(14 -13 14 13 1 16.5)",
|
|
42
|
+
gradientUnits: "userSpaceOnUse"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
44
|
+
stopColor: "#5BCAFF"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
46
|
+
offset: 1,
|
|
47
|
+
stopColor: "#06F"
|
|
48
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
49
|
+
id: "paint1_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
|
|
50
|
+
cx: 0,
|
|
51
|
+
cy: 0,
|
|
52
|
+
r: 1,
|
|
53
|
+
gradientTransform: "matrix(14 -13 14 13 1 16.5)",
|
|
54
|
+
gradientUnits: "userSpaceOnUse"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
56
|
+
stopColor: "#5BCAFF"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
58
|
+
offset: 1,
|
|
59
|
+
stopColor: "#06F"
|
|
60
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
61
|
+
id: "paint2_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
|
|
62
|
+
cx: 0,
|
|
63
|
+
cy: 0,
|
|
64
|
+
r: 1,
|
|
65
|
+
gradientTransform: "matrix(14 -13 14 13 1 16.5)",
|
|
66
|
+
gradientUnits: "userSpaceOnUse"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
68
|
+
stopColor: "#5BCAFF"
|
|
69
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
70
|
+
offset: 1,
|
|
71
|
+
stopColor: "#06F"
|
|
72
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
73
|
+
id: "paint3_radial_Cluster16GradientBlueOutlinedIcon_19771_2",
|
|
74
|
+
cx: 0,
|
|
75
|
+
cy: 0,
|
|
76
|
+
r: 1,
|
|
77
|
+
gradientTransform: "matrix(14 -13 14 13 1 16.5)",
|
|
78
|
+
gradientUnits: "userSpaceOnUse"
|
|
79
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
80
|
+
stopColor: "#5BCAFF"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
82
|
+
offset: 1,
|
|
83
|
+
stopColor: "#06F"
|
|
84
|
+
}))));
|
|
85
|
+
}
|
|
86
|
+
export default Cluster16GradientBlueOutlinedIcon;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Cluster16GradientGrayOutlinedIcon({
|
|
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": "Cluster16GradientGrayOutlinedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M4.5 4A.75.75 0 113 4a.75.75 0 011.5 0z",
|
|
18
|
+
fill: "url(#paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
|
|
21
|
+
fill: "url(#paint1_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M3.75 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
|
|
24
|
+
fill: "url(#paint2_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M1 3.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1V3.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V3.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.219s.003 0 .008-.003a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 6.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z",
|
|
29
|
+
fill: "url(#paint3_radial_Cluster16GradientGrayOutlinedIcon_11270_59275)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
31
|
+
id: "paint0_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
|
|
32
|
+
cx: 0,
|
|
33
|
+
cy: 0,
|
|
34
|
+
r: 1,
|
|
35
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
|
36
|
+
gradientUnits: "userSpaceOnUse"
|
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
38
|
+
stopColor: "#CCD4E3"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
40
|
+
offset: 1,
|
|
41
|
+
stopColor: "#6B7D99"
|
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
43
|
+
id: "paint1_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
|
|
44
|
+
cx: 0,
|
|
45
|
+
cy: 0,
|
|
46
|
+
r: 1,
|
|
47
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
|
48
|
+
gradientUnits: "userSpaceOnUse"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
50
|
+
stopColor: "#CCD4E3"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
52
|
+
offset: 1,
|
|
53
|
+
stopColor: "#6B7D99"
|
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
55
|
+
id: "paint2_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
|
|
56
|
+
cx: 0,
|
|
57
|
+
cy: 0,
|
|
58
|
+
r: 1,
|
|
59
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
|
60
|
+
gradientUnits: "userSpaceOnUse"
|
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
62
|
+
stopColor: "#CCD4E3"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
64
|
+
offset: 1,
|
|
65
|
+
stopColor: "#6B7D99"
|
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
67
|
+
id: "paint3_radial_Cluster16GradientGrayOutlinedIcon_11270_59275",
|
|
68
|
+
cx: 0,
|
|
69
|
+
cy: 0,
|
|
70
|
+
r: 1,
|
|
71
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
|
72
|
+
gradientUnits: "userSpaceOnUse"
|
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
74
|
+
stopColor: "#CCD4E3"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
76
|
+
offset: 1,
|
|
77
|
+
stopColor: "#6B7D99"
|
|
78
|
+
}))));
|
|
79
|
+
}
|
|
80
|
+
export default Cluster16GradientGrayOutlinedIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Cluster16OntintOutlinedIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 18,
|
|
9
|
+
height: 18,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "Cluster16OntintOutlinedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
fill: "#fff"
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M4.5 6A.75.75 0 113 6a.75.75 0 011.5 0zM3.75 10.75a.75.75 0 100-1.5.75.75 0 000 1.5zM3.75 14.75a.75.75 0 100-1.5.75.75 0 000 1.5z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M1 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.656c-.32.163-.74.163-1.581.163H3.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C1 15.361 1 14.941 1 14.1V5.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V5.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.218l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 8.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z"
|
|
24
|
+
})), /*#__PURE__*/React.createElement("circle", {
|
|
25
|
+
cx: 14,
|
|
26
|
+
cy: 4,
|
|
27
|
+
r: 3.5,
|
|
28
|
+
fill: "#F0483E",
|
|
29
|
+
stroke: "#fff"
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
export default Cluster16OntintOutlinedIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Cluster16OntintSolidIcon({
|
|
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": "Cluster16OntintSolidIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M1.163 2.319C1 2.639 1 3.059 1 3.9v1.267h14V3.9c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.32-.163-.74-.163-1.581-.163H3.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 00-.656.656zM3.75 4.083a.75.75 0 100-1.5.75.75 0 000 1.5zM15 6.167H1v3.666h14V6.167zM3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5zM1 10.833h14V12.1c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1v-1.267zm3.5 1.834a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",
|
|
20
|
+
fill: "#fff"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
export default Cluster16OntintSolidIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Cluster16YellowOutlinedIcon({
|
|
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": "Cluster16YellowOutlinedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
fill: "#FEA008"
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M4.5 4A.75.75 0 113 4a.75.75 0 011.5 0zM3.75 8.75a.75.75 0 100-1.5.75.75 0 000 1.5zM3.75 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M1 3.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h9.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v8.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164H3.4c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C1 13.361 1 12.941 1 12.1V3.9zm2.4-1.4h9.2c.437 0 .704 0 .904.017a1.281 1.281 0 01.215.034.5.5 0 01.23.23 1.29 1.29 0 01.034.215c.016.2.017.467.017.904v1.6H2V3.9c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215l.003-.008a.5.5 0 01.219-.219s.003 0 .008-.003a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017zM2 6.5v3h12v-3H2zm0 5.6v-1.6h12v1.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z"
|
|
24
|
+
})));
|
|
25
|
+
}
|
|
26
|
+
export default Cluster16YellowOutlinedIcon;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Cluster24GradientBlueOutlinedIcon({
|
|
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": "Cluster24GradientBlueOutlinedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M5 8a1 1 0 100-2 1 1 0 000 2z",
|
|
18
|
+
fill: "url(#paint0_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M6 12a1 1 0 11-2 0 1 1 0 012 0z",
|
|
21
|
+
fill: "url(#paint1_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M5 18a1 1 0 100-2 1 1 0 000 2z",
|
|
24
|
+
fill: "url(#paint2_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M2 7.2v9.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C3.52 20 4.08 20 5.2 20h13.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C22 18.48 22 17.92 22 16.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C20.48 4 19.92 4 18.8 4H5.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874C2 5.52 2 6.08 2 7.2zM18.8 5H5.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C3 6.25 3 6.623 3 7.2V9h18V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C19.75 5 19.377 5 18.8 5zM3 10h18v4H3v-4zm18 5H3v1.8c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 00.437.437c.05.025.15.063.422.085C4.25 19 4.623 19 5.2 19h13.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C21 17.75 21 17.377 21 16.8V15z",
|
|
29
|
+
fill: "url(#paint3_radial_Cluster24GradientBlueOutlinedIcon_877_857)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
31
|
+
id: "paint0_radial_Cluster24GradientBlueOutlinedIcon_877_857",
|
|
32
|
+
cx: 0,
|
|
33
|
+
cy: 0,
|
|
34
|
+
r: 1,
|
|
35
|
+
gradientTransform: "matrix(20 -16 20 16 2 20)",
|
|
36
|
+
gradientUnits: "userSpaceOnUse"
|
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
38
|
+
stopColor: "#5BCAFF"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
40
|
+
offset: 1,
|
|
41
|
+
stopColor: "#06F"
|
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
43
|
+
id: "paint1_radial_Cluster24GradientBlueOutlinedIcon_877_857",
|
|
44
|
+
cx: 0,
|
|
45
|
+
cy: 0,
|
|
46
|
+
r: 1,
|
|
47
|
+
gradientTransform: "matrix(20 -16 20 16 2 20)",
|
|
48
|
+
gradientUnits: "userSpaceOnUse"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
50
|
+
stopColor: "#5BCAFF"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
52
|
+
offset: 1,
|
|
53
|
+
stopColor: "#06F"
|
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
55
|
+
id: "paint2_radial_Cluster24GradientBlueOutlinedIcon_877_857",
|
|
56
|
+
cx: 0,
|
|
57
|
+
cy: 0,
|
|
58
|
+
r: 1,
|
|
59
|
+
gradientTransform: "matrix(20 -16 20 16 2 20)",
|
|
60
|
+
gradientUnits: "userSpaceOnUse"
|
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
62
|
+
stopColor: "#5BCAFF"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
64
|
+
offset: 1,
|
|
65
|
+
stopColor: "#06F"
|
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
67
|
+
id: "paint3_radial_Cluster24GradientBlueOutlinedIcon_877_857",
|
|
68
|
+
cx: 0,
|
|
69
|
+
cy: 0,
|
|
70
|
+
r: 1,
|
|
71
|
+
gradientTransform: "matrix(20 -16 20 16 2 20)",
|
|
72
|
+
gradientUnits: "userSpaceOnUse"
|
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
74
|
+
stopColor: "#5BCAFF"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
76
|
+
offset: 1,
|
|
77
|
+
stopColor: "#06F"
|
|
78
|
+
}))));
|
|
79
|
+
}
|
|
80
|
+
export default Cluster24GradientBlueOutlinedIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function DatastoreDefault16GradientBlueIcon({
|
|
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": "DatastoreDefault16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
|
|
18
|
+
fill: "url(#paint0_radial_DatastoreDefault16GradientBlueIcon_19245_157)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_DatastoreDefault16GradientBlueIcon_19245_157",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(13 -14.834 13 14.834 1.5 15.667)",
|
|
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
|
+
export default DatastoreDefault16GradientBlueIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function DatastoreDefault16GradientGrayIcon({
|
|
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": "DatastoreDefault16GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
|
|
18
|
+
fill: "url(#paint0_radial_DatastoreDefault16GradientGrayIcon_19445_29)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_DatastoreDefault16GradientGrayIcon_19445_29",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(13 -14.834 13 14.834 1.5 15.667)",
|
|
25
|
+
gradientUnits: "userSpaceOnUse"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
27
|
+
stopColor: "#CCD4E3"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#6B7D99"
|
|
31
|
+
}))));
|
|
32
|
+
}
|
|
33
|
+
export default DatastoreDefault16GradientGrayIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function DatastoreDefault16OntintIcon({
|
|
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": "DatastoreDefault16OntintIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
|
|
18
|
+
fill: "#fff"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
export default DatastoreDefault16OntintIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function DatastoreDefault16YellowIcon({
|
|
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": "DatastoreDefault16YellowIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.993.833c1.152 0 2.214.133 3.003.358.391.112.744.255 1.01.435.25.168.54.452.54.865v8.684c0 .413-.29.697-.54.865-.266.18-.619.323-1.01.435-.672.192-1.542.315-2.496.348v.844h.167l.135.014a.665.665 0 01.508.486H14a.5.5 0 010 1H9.31a.667.667 0 01-.508.486l-.135.014H7.334l-.135-.014a.666.666 0 01-.509-.486H2a.5.5 0 010-1h4.69a.665.665 0 01.51-.486l.134-.014H7.5v-.843c-.96-.032-1.834-.156-2.51-.35-.39-.111-.744-.254-1.01-.434-.25-.168-.54-.452-.54-.865V2.49l.013-.15c.059-.333.308-.568.526-.715.267-.18.62-.323 1.011-.435C5.78.966 6.841.833 7.993.833zm3.553 8.556a4.84 4.84 0 01-.55.191c-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.854 4.854 0 01-.55-.19v1.739a.503.503 0 00.1.083c.143.097.383.203.725.3.677.194 1.642.321 2.728.321 1.086 0 2.051-.127 2.729-.32.341-.098.582-.204.725-.301a.506.506 0 00.099-.083v-1.74zm0-2.896c-.17.072-.355.137-.55.193-.79.225-1.851.358-3.003.358-1.152 0-2.213-.133-3.003-.358a4.847 4.847 0 01-.55-.192v1.74a.514.514 0 00.1.082c.143.097.383.205.725.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082v-1.74zm0-2.894c-.17.071-.355.135-.55.191-.79.226-1.851.358-3.003.358-1.152 0-2.213-.132-3.003-.358a4.85 4.85 0 01-.55-.19v1.74a.516.516 0 00.1.082c.143.097.383.204.725.302.677.193 1.642.32 2.728.32 1.086 0 2.051-.127 2.729-.32.341-.098.582-.205.725-.302a.515.515 0 00.099-.082V3.599zM7.993 1.833c-1.086 0-2.051.127-2.728.32-.342.098-.582.204-.726.301l-.048.036c.014.01.029.024.048.037.144.097.384.204.726.302.677.194 1.642.32 2.728.32 1.086 0 2.051-.126 2.729-.32.341-.098.582-.205.725-.302.019-.012.033-.027.046-.037-.013-.01-.027-.023-.046-.036-.143-.097-.384-.203-.725-.3-.678-.194-1.643-.32-2.729-.321z",
|
|
18
|
+
fill: "#FEA008"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
export default DatastoreDefault16YellowIcon;
|