@cloudtower/icons-react 0.32.23 → 0.32.25
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/Cluster16YellowIcon.d.ts +4 -0
- package/dist/DnsServer24GradientBlueIcon.d.ts +4 -0
- package/dist/DnsServer24OntintIcon.d.ts +4 -0
- package/dist/IscsiLun24OntintIcon.d.ts +4 -0
- package/dist/NfsInode16YellowIcon.d.ts +4 -0
- package/dist/NfsInode24OntintIcon.d.ts +4 -0
- package/dist/NvmeNamespaceStorageObject16YellowIcon.d.ts +4 -0
- package/dist/NvmeNamespaceStorageObject24OntintIcon.d.ts +4 -0
- package/dist/Vm24OntintIcon.d.ts +4 -0
- package/dist/cjs/Cluster16YellowIcon.js +26 -0
- package/dist/cjs/DnsServer24GradientBlueIcon.js +99 -0
- package/dist/cjs/DnsServer24OntintIcon.js +33 -0
- package/dist/cjs/IscsiLun24OntintIcon.js +24 -0
- package/dist/cjs/NfsInode16YellowIcon.js +23 -0
- package/dist/cjs/NfsInode24OntintIcon.js +30 -0
- package/dist/cjs/NvmeNamespaceStorageObject16YellowIcon.js +28 -0
- package/dist/cjs/NvmeNamespaceStorageObject24OntintIcon.js +28 -0
- package/dist/cjs/RecoverRecycleVm16GradientGrayIcon.js +13 -8
- package/dist/cjs/Vm24OntintIcon.js +26 -0
- package/dist/cjs/index.js +9 -0
- package/dist/esm/Cluster16YellowIcon.js +26 -0
- package/dist/esm/DnsServer24GradientBlueIcon.js +99 -0
- package/dist/esm/DnsServer24OntintIcon.js +33 -0
- package/dist/esm/IscsiLun24OntintIcon.js +24 -0
- package/dist/esm/NfsInode16YellowIcon.js +23 -0
- package/dist/esm/NfsInode24OntintIcon.js +30 -0
- package/dist/esm/NvmeNamespaceStorageObject16YellowIcon.js +28 -0
- package/dist/esm/NvmeNamespaceStorageObject24OntintIcon.js +28 -0
- package/dist/esm/RecoverRecycleVm16GradientGrayIcon.js +13 -8
- package/dist/esm/Vm24OntintIcon.js +26 -0
- package/dist/esm/index.js +9 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +9 -0
- package/package.json +3 -3
@@ -0,0 +1,33 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function DnsServer24OntintIcon({
|
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": "DnsServer24OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("rect", {
|
17
|
+
x: 5.5,
|
18
|
+
y: 2.5,
|
19
|
+
width: 13,
|
20
|
+
height: 7,
|
21
|
+
rx: 0.5,
|
22
|
+
stroke: "#fff"
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
24
|
+
fillRule: "evenodd",
|
25
|
+
clipRule: "evenodd",
|
26
|
+
d: "M4 5.199A10.458 10.458 0 001.5 12c0 5.799 4.701 10.5 10.5 10.5S22.5 17.799 22.5 12c0-2.594-.94-4.969-2.5-6.801v1.675a9.45 9.45 0 011.497 4.89c-.06.044-.138.098-.236.16-.301.188-.793.45-1.527.717-.706.256-1.636.515-2.836.716A19.463 19.463 0 0016.92 11h-1.002a18.752 18.752 0 01-.034 2.503 32.017 32.017 0 01-3.884.22c-1.499 0-2.785-.085-3.884-.22A18.257 18.257 0 018.082 11H7.08a19.808 19.808 0 00.022 2.357c-1.2-.2-2.13-.46-2.836-.716-.734-.266-1.226-.529-1.527-.717a3.989 3.989 0 01-.236-.16A9.451 9.451 0 014 6.875V5.2zm8 9.523c1.43 0 2.68-.075 3.767-.198-.348 2.36-1.158 3.996-1.95 5.087a7.815 7.815 0 01-1.434 1.525c-.152.12-.282.213-.383.28-.1-.067-.231-.16-.383-.28a7.821 7.821 0 01-1.435-1.525c-.791-1.091-1.6-2.727-1.95-5.087 1.088.123 2.338.198 3.768.198zm-2.627 5.476c.34.469.681.853.995 1.162a9.506 9.506 0 01-7.82-8.39c.344.188.797.4 1.377.611.82.298 1.896.59 3.28.806.346 2.666 1.247 4.541 2.168 5.811zm5.254 0c-.34.469-.681.853-.995 1.162a9.506 9.506 0 007.82-8.39 9.91 9.91 0 01-1.377.611c-.82.298-1.895.59-3.28.806-.345 2.666-1.247 4.541-2.168 5.811z",
|
27
|
+
fill: "#fff"
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
29
|
+
d: "M8.346 7.945H7V4.053h1.358c.382 0 .71.078.986.234.276.154.488.377.636.667.15.29.225.637.225 1.041 0 .406-.075.754-.225 1.045a1.563 1.563 0 01-.64.671c-.276.156-.608.234-.994.234zm-.543-.705h.51c.237 0 .437-.043.6-.13a.824.824 0 00.366-.404c.083-.184.125-.42.125-.71 0-.288-.042-.523-.125-.706a.817.817 0 00-.365-.403 1.264 1.264 0 00-.6-.129h-.51V7.24zM13.716 4.053v3.892h-.694l-1.653-2.45h-.027v2.45h-.803V4.053h.704l1.64 2.448h.033V4.053h.8zM16.178 5.172a.484.484 0 00-.19-.357c-.113-.085-.266-.127-.459-.127a.856.856 0 00-.332.057.468.468 0 00-.207.154.377.377 0 00-.07.224c-.003.07.01.13.042.182a.45.45 0 00.131.135c.056.037.12.07.193.097.073.027.151.05.234.069l.341.083c.166.038.318.089.456.152.139.064.259.142.36.234a.97.97 0 01.236.327c.057.125.086.27.087.431-.001.238-.06.445-.178.62a1.135 1.135 0 01-.505.404 1.983 1.983 0 01-.791.143c-.307 0-.574-.048-.802-.144a1.179 1.179 0 01-.53-.428 1.302 1.302 0 01-.199-.705h.778c.008.13.045.24.109.327a.61.61 0 00.261.196c.11.043.235.064.373.064a.94.94 0 00.354-.06.544.544 0 00.236-.17.397.397 0 00.083-.249.328.328 0 00-.076-.22.576.576 0 00-.218-.152 2.186 2.186 0 00-.35-.114l-.415-.107c-.32-.08-.573-.204-.758-.374-.185-.17-.278-.398-.276-.686-.002-.235.06-.441.183-.617.125-.177.296-.314.514-.413.218-.099.465-.148.742-.148.282 0 .528.05.738.148.211.099.376.236.493.413.118.176.178.38.182.611h-.77z",
|
30
|
+
fill: "#fff"
|
31
|
+
}));
|
32
|
+
}
|
33
|
+
export default DnsServer24OntintIcon;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IscsiLun24OntintIcon({
|
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": "IscsiLun24OntintIcon",
|
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: "M14.036 2.829l2.603 2.603a.5.5 0 11-.707.707l-2.588-2.588a12.922 12.922 0 00-.682-.655c-.167-.142-.27-.199-.353-.226a1 1 0 00-.618 0c-.083.027-.186.084-.353.226-.172.146-.379.352-.681.655L6.98 7.227c-.303.303-.509.51-.655.682-.142.167-.199.27-.226.353a1 1 0 000 .618c.027.083.084.186.226.353.146.172.352.379.655.681l3.676 3.677c.303.303.51.509.682.655.167.142.27.199.353.226.2.065.417.065.618 0 .084-.027.186-.084.353-.226.173-.146.379-.352.681-.655l2.59-2.588a.5.5 0 11.706.707l-2.603 2.603c-.285.285-.52.52-.726.695-.215.183-.433.33-.692.415a2 2 0 01-1.236 0c-.259-.084-.476-.232-.691-.415-.208-.175-.442-.41-.727-.695l-3.706-3.706c-.285-.285-.52-.52-.695-.726-.183-.215-.33-.433-.415-.692a2 2 0 010-1.236c.084-.26.232-.477.415-.692.175-.207.41-.441.695-.726l3.706-3.706c.285-.285.52-.52.726-.695.216-.183.433-.33.692-.415a2 2 0 011.236 0c.26.084.477.232.692.415.207.175.441.41.726.695z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M13 8.5a.5.5 0 01.5-.5h6a.5.5 0 110 1h-6a.5.5 0 01-.5-.5zM5.92 22h3.166v-.862h-2.12v-4.084H5.92V22zM12.833 17.055v3.122c0 .565-.396.973-1.004.973-.606 0-1.005-.408-1.005-.973v-3.122H9.78v3.211c0 1.082.816 1.804 2.05 1.804 1.229 0 2.05-.722 2.05-1.804v-3.211h-1.046zM17.835 17.055h1.04V22h-.902l-2.152-3.113h-.036V22h-1.046v-4.945h.918l2.134 3.11h.044v-3.11z"
|
22
|
+
})));
|
23
|
+
}
|
24
|
+
export default IscsiLun24OntintIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NfsInode16YellowIcon({
|
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": "NfsInode16YellowIcon",
|
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 8V3.4c0-.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-.017H9v2.4c0 .56 0 .84.109 1.054a1 1 0 00.437.437C9.76 6 10.04 6 10.6 6H13v2H3zm11 0a1 1 0 011 1v5a1 1 0 01-1 1H2a1 1 0 01-1-1V9a1 1 0 011-1V3.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656C3.139 1 3.559 1 4.4 1h4.606c.367 0 .55 0 .723.041.153.037.3.098.433.18.152.093.281.223.54.482l2.595 2.594c.26.26.39.39.482.54.082.135.143.281.18.434.041.173.041.356.041.723V8zM2 9h12v5H2V9zm10.756 1.863h-.888c-.018-.222-.16-.354-.46-.354-.287 0-.412.11-.414.26-.008.164.137.259.46.327l.28.06c.755.162 1.066.528 1.069 1.048-.003.675-.522 1.049-1.389 1.049-.89 0-1.472-.384-1.475-1.242h.881c.015.314.226.48.581.48.297 0 .45-.118.454-.287-.003-.155-.133-.25-.514-.333l-.34-.074c-.606-.13-.977-.427-.975-.961-.005-.651.569-1.088 1.382-1.088.828 0 1.345.444 1.348 1.115zM6.242 9.794h-.928v1.79h-.027l-1.215-1.79h-.787v3.418h.928v-1.795h.02l1.235 1.796h.774V9.793zm.739 3.418h.928v-1.335h1.329v-.747H7.909v-.588h1.475v-.748H6.981v3.418z",
|
20
|
+
fill: "#FEA008"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
export default NfsInode16YellowIcon;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NfsInode24OntintIcon({
|
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": "NfsInode24OntintIcon",
|
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: "M9.776 12.745h-.98v2.928h-.04l-2.01-2.928h-.863V17.4h.984v-2.93H6.9l2.025 2.93h.85v-4.654zM10.789 17.4h.984v-1.923h1.893v-.811h-1.893v-1.11h2.098v-.81h-3.082V17.4zM17.258 14.084h.943c-.014-.83-.696-1.402-1.732-1.402-1.02 0-1.768.563-1.764 1.409-.002.686.482 1.08 1.269 1.268l.506.127c.507.123.789.268.791.582-.002.341-.325.573-.825.573-.511 0-.88-.236-.911-.702h-.952c.025 1.006.745 1.527 1.875 1.527 1.136 0 1.804-.543 1.807-1.396-.003-.774-.587-1.186-1.396-1.368l-.418-.1c-.405-.093-.743-.243-.737-.577 0-.3.266-.52.748-.52.47 0 .76.213.796.58z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M13.5 2h.124c.384 0 .576 0 .756.045.04.01.08.022.118.035h.002c.116.04.226.094.33.16.155.101.286.241.548.522l3.977 4.26c.238.256.357.384.442.53.076.131.131.272.165.418l.005.023.001.007c.032.157.032.331.032.66v1.84h1a1 1 0 011 1v7a1 1 0 01-1 1h-1v.1c0 .84 0 1.26-.163 1.581a1.5 1.5 0 01-.656.655c-.32.164-.74.164-1.581.164H6.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 01-.656-.656C4 20.861 4 20.441 4 19.6v-.1H3a1 1 0 01-1-1v-7a1 1 0 011-1h1V4.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656C5.139 2 5.559 2 6.4 2h7.1zm.546 6.891C14.26 9 14.54 9 15.1 9H19v1.5H5V4.4c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215.5.5 0 01.222-.226l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017h7.1v4.4c0 .56 0 .84.109 1.054a1 1 0 00.437.437zM19 19.6v-.1H5v.1c0 .436 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h11.2c.436 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.007-.003h.001a.5.5 0 00.218-.219l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904zm2-8.1H3v7h18v-7z"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M9.776 12.745h-.98v2.928h-.04l-2.01-2.928h-.863V17.4h.984v-2.93H6.9l2.025 2.93h.85v-4.654zm1.013 4.655h.984v-1.923h1.893v-.811h-1.893v-1.11h2.098v-.81h-3.082V17.4zm6.469-3.316h.943c-.014-.83-.696-1.402-1.732-1.402-1.02 0-1.768.563-1.764 1.409-.002.686.482 1.08 1.269 1.268l.506.127c.507.123.789.268.791.582-.002.341-.325.573-.825.573-.511 0-.88-.236-.911-.702h-.952c.025 1.006.745 1.527 1.875 1.527 1.136 0 1.804-.543 1.807-1.396-.003-.774-.587-1.186-1.396-1.368l-.418-.1c-.405-.093-.743-.243-.737-.577 0-.3.266-.52.748-.52.47 0 .76.213.796.58z"
|
28
|
+
})));
|
29
|
+
}
|
30
|
+
export default NfsInode24OntintIcon;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NvmeNamespaceStorageObject16YellowIcon({
|
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": "NvmeNamespaceStorageObject16YellowIcon",
|
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: "M12 5v2h-2V5h2zM9 7V5H7v2h2zM6 5v2H4V5h2z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M14 5a2 2 0 00-2-2H4a2 2 0 00-2 2v2a2 2 0 002 2h8a2 2 0 002-2V5zm-1 2V5a1 1 0 00-1-1H4a1 1 0 00-1 1v2a1 1 0 001 1h8a1 1 0 001-1z"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
d: "M10.959 10.88h-.613c-.023-.23-.21-.364-.516-.364-.313 0-.486.138-.486.326-.004.21.216.304.478.362l.272.063c.525.114.905.372.906.858-.002.534-.435.875-1.173.875-.734 0-1.201-.326-1.218-.958h.619c.02.292.26.44.591.44.325 0 .535-.145.536-.358-.001-.197-.184-.288-.513-.365l-.33-.08c-.51-.118-.824-.365-.823-.795-.003-.53.483-.884 1.145-.884.673 0 1.116.36 1.125.88zM6.892 10.04h.636v2.919h-.552L5.66 11.122H5.64v1.837H5v-2.92h.56l1.305 1.837h.027V10.04z"
|
26
|
+
})));
|
27
|
+
}
|
28
|
+
export default NvmeNamespaceStorageObject16YellowIcon;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function NvmeNamespaceStorageObject24OntintIcon({
|
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": "NvmeNamespaceStorageObject24OntintIcon",
|
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: "M19 8v4h-4V8h4zM14 12V8h-4v4h4zM9 8v4H5V8h4z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M21 8a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2V8zm-1 4V8a1 1 0 00-1-1H5a1 1 0 00-1 1v4a1 1 0 001 1h14a1 1 0 001-1z"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
d: "M16.104 16.891h-.885c-.034-.343-.304-.543-.745-.543-.452 0-.701.207-.701.488-.007.313.31.454.69.541l.392.094c.758.17 1.306.556 1.308 1.282-.002.8-.628 1.309-1.694 1.309-1.059 0-1.734-.488-1.758-1.432h.893c.03.437.375.658.855.658.468 0 .771-.217.773-.537-.002-.294-.266-.43-.741-.545l-.476-.12c-.737-.176-1.19-.545-1.189-1.188-.004-.793.697-1.321 1.654-1.321.971 0 1.61.537 1.623 1.314zM10.232 15.636h.918V20h-.797l-1.898-2.747h-.032V20H7.5v-4.364h.81l1.883 2.745h.039v-2.745z"
|
26
|
+
})));
|
27
|
+
}
|
28
|
+
export default NvmeNamespaceStorageObject24OntintIcon;
|
@@ -5,8 +5,8 @@ function RecoverRecycleVm16GradientGrayIcon({
|
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 32,
|
9
|
+
height: 32,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"data-testid": "RecoverRecycleVm16GradientGrayIcon",
|
@@ -14,20 +14,25 @@ function RecoverRecycleVm16GradientGrayIcon({
|
|
14
14
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
15
|
id: titleId
|
16
16
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
-
|
18
|
-
|
17
|
+
fill: "#EDF0F7",
|
18
|
+
d: "M0 0h32v32H0z"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M9.396 13.694a.5.5 0 010-.707l3.182-3.182a.5.5 0 11.708.707l-2.329 2.329h7.293c.76 0 1.877.252 2.815 1.011.959.777 1.685 2.05 1.685 3.989 0 .747-.22 1.855-.894 2.792-.693.962-1.843 1.708-3.606 1.708h-3a.5.5 0 110-1h3c1.437 0 2.287-.588 2.794-1.292.526-.73.706-1.621.706-2.208 0-1.66-.607-2.638-1.315-3.212a3.631 3.631 0 00-2.185-.788h-7.293l2.329 2.328a.5.5 0 01-.708.707l-3.182-3.182z",
|
23
|
+
fill: "url(#paint0_radial_RecoverRecycleVm16GradientGrayIcon_4143_47735)"
|
19
24
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
20
|
-
id: "
|
25
|
+
id: "paint0_radial_RecoverRecycleVm16GradientGrayIcon_4143_47735",
|
21
26
|
cx: 0,
|
22
27
|
cy: 0,
|
23
28
|
r: 1,
|
24
29
|
gradientUnits: "userSpaceOnUse",
|
25
|
-
gradientTransform: "
|
30
|
+
gradientTransform: "matrix(13.5 -12.682 12.65728 13.47369 9.25 22.34)"
|
26
31
|
}, /*#__PURE__*/React.createElement("stop", {
|
27
|
-
stopColor: "#
|
32
|
+
stopColor: "#5BCAFF"
|
28
33
|
}), /*#__PURE__*/React.createElement("stop", {
|
29
34
|
offset: 1,
|
30
|
-
stopColor: "#
|
35
|
+
stopColor: "#06F"
|
31
36
|
}))));
|
32
37
|
}
|
33
38
|
export default RecoverRecycleVm16GradientGrayIcon;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function Vm24OntintIcon({
|
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": "Vm24OntintIcon",
|
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: "M6.5 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M3 7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2zM6.2 5h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5z"
|
24
|
+
})));
|
25
|
+
}
|
26
|
+
export default Vm24OntintIcon;
|
package/dist/esm/index.js
CHANGED
@@ -238,6 +238,7 @@ export { default as Cluster16BlueIcon } from './Cluster16BlueIcon.js'
|
|
238
238
|
export { default as Cluster16GradientBlueIcon } from './Cluster16GradientBlueIcon.js'
|
239
239
|
export { default as Cluster16GradientGrayIcon } from './Cluster16GradientGrayIcon.js'
|
240
240
|
export { default as Cluster16OntintIcon } from './Cluster16OntintIcon.js'
|
241
|
+
export { default as Cluster16YellowIcon } from './Cluster16YellowIcon.js'
|
241
242
|
export { default as Cluster16Icon } from './Cluster16Icon.js'
|
242
243
|
export { default as Cluster24BlueIcon } from './Cluster24BlueIcon.js'
|
243
244
|
export { default as Cluster24GradientBlueIcon } from './Cluster24GradientBlueIcon.js'
|
@@ -324,6 +325,8 @@ export { default as DiskUnmount16RedIcon } from './DiskUnmount16RedIcon.js'
|
|
324
325
|
export { default as DiskIcon } from './DiskIcon.js'
|
325
326
|
export { default as Distribute16GradientBlueIcon } from './Distribute16GradientBlueIcon.js'
|
326
327
|
export { default as Distribute16GradientGrayIcon } from './Distribute16GradientGrayIcon.js'
|
328
|
+
export { default as DnsServer24GradientBlueIcon } from './DnsServer24GradientBlueIcon.js'
|
329
|
+
export { default as DnsServer24OntintIcon } from './DnsServer24OntintIcon.js'
|
327
330
|
export { default as DotIntervalSeparation16TertiaryIcon } from './DotIntervalSeparation16TertiaryIcon.js'
|
328
331
|
export { default as DownIcon } from './DownIcon.js'
|
329
332
|
export { default as Download16GradientBlueIcon } from './Download16GradientBlueIcon.js'
|
@@ -563,6 +566,7 @@ export { default as IscsiLun16YellowIcon } from './IscsiLun16YellowIcon.js'
|
|
563
566
|
export { default as IscsiLun24BlueIcon } from './IscsiLun24BlueIcon.js'
|
564
567
|
export { default as IscsiLun24GradientBlueIcon } from './IscsiLun24GradientBlueIcon.js'
|
565
568
|
export { default as IscsiLun24GradientGrayIcon } from './IscsiLun24GradientGrayIcon.js'
|
569
|
+
export { default as IscsiLun24OntintIcon } from './IscsiLun24OntintIcon.js'
|
566
570
|
export { default as IscsiLun24Icon } from './IscsiLun24Icon.js'
|
567
571
|
export { default as IscsiTarget16GradientBlueIcon } from './IscsiTarget16GradientBlueIcon.js'
|
568
572
|
export { default as IscsiTarget24BlueIcon } from './IscsiTarget24BlueIcon.js'
|
@@ -808,7 +812,9 @@ export { default as NfsFile24GradientBlueIcon } from './NfsFile24GradientBlueIco
|
|
808
812
|
export { default as NfsFile24GradientGrayIcon } from './NfsFile24GradientGrayIcon.js'
|
809
813
|
export { default as NfsFolder24GradientBlueIcon } from './NfsFolder24GradientBlueIcon.js'
|
810
814
|
export { default as NfsFolder24GradientGrayIcon } from './NfsFolder24GradientGrayIcon.js'
|
815
|
+
export { default as NfsInode16YellowIcon } from './NfsInode16YellowIcon.js'
|
811
816
|
export { default as NfsInode24BlueIcon } from './NfsInode24BlueIcon.js'
|
817
|
+
export { default as NfsInode24OntintIcon } from './NfsInode24OntintIcon.js'
|
812
818
|
export { default as NfsInode24Icon } from './NfsInode24Icon.js'
|
813
819
|
export { default as Nic16GradientBlueIcon } from './Nic16GradientBlueIcon.js'
|
814
820
|
export { default as Nic24BlueIcon } from './Nic24BlueIcon.js'
|
@@ -847,8 +853,10 @@ export { default as NvmeNamespaceGroup24GrayIcon } from './NvmeNamespaceGroup24G
|
|
847
853
|
export { default as NvmeNamespaceStorageObject16GradientBlueIcon } from './NvmeNamespaceStorageObject16GradientBlueIcon.js'
|
848
854
|
export { default as NvmeNamespaceStorageObject16GradientGrayIcon } from './NvmeNamespaceStorageObject16GradientGrayIcon.js'
|
849
855
|
export { default as NvmeNamespaceStorageObject16OntintIcon } from './NvmeNamespaceStorageObject16OntintIcon.js'
|
856
|
+
export { default as NvmeNamespaceStorageObject16YellowIcon } from './NvmeNamespaceStorageObject16YellowIcon.js'
|
850
857
|
export { default as NvmeNamespaceStorageObject24BlueIcon } from './NvmeNamespaceStorageObject24BlueIcon.js'
|
851
858
|
export { default as NvmeNamespaceStorageObject24GrayIcon } from './NvmeNamespaceStorageObject24GrayIcon.js'
|
859
|
+
export { default as NvmeNamespaceStorageObject24OntintIcon } from './NvmeNamespaceStorageObject24OntintIcon.js'
|
852
860
|
export { default as NvmeSubsystemDatastoreStorageObject16GradientBlueIcon } from './NvmeSubsystemDatastoreStorageObject16GradientBlueIcon.js'
|
853
861
|
export { default as NvmeSubsystemDatastoreStorageObject16GradientGrayIcon } from './NvmeSubsystemDatastoreStorageObject16GradientGrayIcon.js'
|
854
862
|
export { default as NvmeSubsystemDatastoreStorageObject16OntintIcon } from './NvmeSubsystemDatastoreStorageObject16OntintIcon.js'
|
@@ -1523,6 +1531,7 @@ export { default as Vm16Icon } from './Vm16Icon.js'
|
|
1523
1531
|
export { default as Vm24BlueIcon } from './Vm24BlueIcon.js'
|
1524
1532
|
export { default as Vm24GradientBlueIcon } from './Vm24GradientBlueIcon.js'
|
1525
1533
|
export { default as Vm24GradientGrayIcon } from './Vm24GradientGrayIcon.js'
|
1534
|
+
export { default as Vm24OntintIcon } from './Vm24OntintIcon.js'
|
1526
1535
|
export { default as Vm24PrimaryIcon } from './Vm24PrimaryIcon.js'
|
1527
1536
|
export { default as Vm24Icon } from './Vm24Icon.js'
|
1528
1537
|
export { default as VmClone16Icon } from './VmClone16Icon.js'
|