@cloudtower/icons-react 490.0.6 → 490.0.7
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/Datastore16GradientBlueIcon.d.ts +4 -0
- package/dist/Datastore24GradientBlueIcon.d.ts +4 -0
- package/dist/Datastore32ColorfulIcon.d.ts +4 -0
- package/dist/ExpandCapacity16GradientBlueIcon.d.ts +4 -0
- package/dist/ExpandCapacity16GradientGrayIcon.d.ts +4 -0
- package/dist/ExpandCapacity24GradientBlueIcon.d.ts +4 -0
- package/dist/ExpandCapacity24GradientGrayIcon.d.ts +4 -0
- package/dist/MinusUnmountRemoveCircle16GradientBlueIcon.d.ts +4 -0
- package/dist/MinusUnmountRemoveCircle24GradientBlueIcon.d.ts +4 -0
- package/dist/NetworkSecurity32ColorfulIcon.d.ts +4 -0
- package/dist/PlusAddCircle24GradientBlueIcon.d.ts +4 -0
- package/dist/Rescan16GradientBlueIcon.d.ts +4 -0
- package/dist/Rescan16GradientGrayIcon.d.ts +4 -0
- package/dist/Rescan24GradientBlueIcon.d.ts +4 -0
- package/dist/StorageAdapter16GradientBlueIcon.d.ts +4 -0
- package/dist/StorageAdapter16GradientGrayIcon.d.ts +4 -0
- package/dist/StorageAdapter24GradientBlueIcon.d.ts +4 -0
- package/dist/StorageAdapter24GradientGrayIcon.d.ts +4 -0
- package/dist/StorageDevice16GradientBlueIcon.d.ts +4 -0
- package/dist/StorageDevice16GradientGrayIcon.d.ts +4 -0
- package/dist/StorageDevice24GradientBlueIcon.d.ts +4 -0
- package/dist/StorageDevice24GradientGrayIcon.d.ts +4 -0
- package/dist/cjs/Datastore16GradientBlueIcon.js +33 -0
- package/dist/cjs/Datastore24GradientBlueIcon.js +33 -0
- package/dist/cjs/Datastore32ColorfulIcon.js +47 -0
- package/dist/cjs/ExpandCapacity16GradientBlueIcon.js +33 -0
- package/dist/cjs/ExpandCapacity16GradientGrayIcon.js +33 -0
- package/dist/cjs/ExpandCapacity24GradientBlueIcon.js +33 -0
- package/dist/cjs/ExpandCapacity24GradientGrayIcon.js +33 -0
- package/dist/cjs/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
- package/dist/cjs/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
- package/dist/cjs/NetworkSecurity32ColorfulIcon.js +35 -0
- package/dist/cjs/PlusAddCircle24GradientBlueIcon.js +50 -0
- package/dist/cjs/Rescan16GradientBlueIcon.js +50 -0
- package/dist/cjs/Rescan16GradientGrayIcon.js +50 -0
- package/dist/cjs/Rescan24GradientBlueIcon.js +50 -0
- package/dist/cjs/StorageAdapter16GradientBlueIcon.js +33 -0
- package/dist/cjs/StorageAdapter16GradientGrayIcon.js +33 -0
- package/dist/cjs/StorageAdapter24GradientBlueIcon.js +33 -0
- package/dist/cjs/StorageAdapter24GradientGrayIcon.js +33 -0
- package/dist/cjs/StorageDevice16GradientBlueIcon.js +51 -0
- package/dist/cjs/StorageDevice16GradientGrayIcon.js +51 -0
- package/dist/cjs/StorageDevice24GradientBlueIcon.js +35 -0
- package/dist/cjs/StorageDevice24GradientGrayIcon.js +33 -0
- package/dist/cjs/index.js +22 -0
- package/dist/esm/Datastore16GradientBlueIcon.js +33 -0
- package/dist/esm/Datastore24GradientBlueIcon.js +33 -0
- package/dist/esm/Datastore32ColorfulIcon.js +47 -0
- package/dist/esm/ExpandCapacity16GradientBlueIcon.js +33 -0
- package/dist/esm/ExpandCapacity16GradientGrayIcon.js +33 -0
- package/dist/esm/ExpandCapacity24GradientBlueIcon.js +33 -0
- package/dist/esm/ExpandCapacity24GradientGrayIcon.js +33 -0
- package/dist/esm/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
- package/dist/esm/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
- package/dist/esm/NetworkSecurity32ColorfulIcon.js +35 -0
- package/dist/esm/PlusAddCircle24GradientBlueIcon.js +50 -0
- package/dist/esm/Rescan16GradientBlueIcon.js +50 -0
- package/dist/esm/Rescan16GradientGrayIcon.js +50 -0
- package/dist/esm/Rescan24GradientBlueIcon.js +50 -0
- package/dist/esm/StorageAdapter16GradientBlueIcon.js +33 -0
- package/dist/esm/StorageAdapter16GradientGrayIcon.js +33 -0
- package/dist/esm/StorageAdapter24GradientBlueIcon.js +33 -0
- package/dist/esm/StorageAdapter24GradientGrayIcon.js +33 -0
- package/dist/esm/StorageDevice16GradientBlueIcon.js +51 -0
- package/dist/esm/StorageDevice16GradientGrayIcon.js +51 -0
- package/dist/esm/StorageDevice24GradientBlueIcon.js +35 -0
- package/dist/esm/StorageDevice24GradientGrayIcon.js +33 -0
- package/dist/esm/index.js +22 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +22 -0
- package/package.json +3 -3
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function Rescan16GradientGrayIcon({
|
|
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": "Rescan16GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M6.717 3.876a3.072 3.072 0 11.4 6.117.384.384 0 010-.767 2.304 2.304 0 10-1.995-1.153c.359-.207.542-.308.675-.286.118.02.22.094.276.2.064.123.019.336-.072.764l-.107.51c-.05.23-.075.347-.14.422a.385.385 0 01-.218.126c-.097.018-.209-.02-.433-.092l-.497-.16c-.415-.135-.623-.204-.697-.32a.384.384 0 01-.035-.34c.047-.125.226-.233.583-.439l-.117-.225a3.072 3.072 0 012.377-4.357z",
|
|
18
|
+
fill: "url(#paint0_radial_Rescan16GradientGrayIcon_19259_21)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M7 2a5 5 0 013.83 8.215 1 1 0 011.036.237l2.66 2.66a1 1 0 01-1.414 1.414l-2.66-2.66a1 1 0 01-.237-1.036A5 5 0 117 2zm0 1a4 4 0 100 8 4 4 0 000-8z",
|
|
23
|
+
fill: "url(#paint1_radial_Rescan16GradientGrayIcon_19259_21)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
25
|
+
id: "paint0_radial_Rescan16GradientGrayIcon_19259_21",
|
|
26
|
+
cx: 0,
|
|
27
|
+
cy: 0,
|
|
28
|
+
r: 1,
|
|
29
|
+
gradientTransform: "matrix(12.8191 -12.8192 12.8191 12.8192 2 14.82)",
|
|
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_Rescan16GradientGrayIcon_19259_21",
|
|
38
|
+
cx: 0,
|
|
39
|
+
cy: 0,
|
|
40
|
+
r: 1,
|
|
41
|
+
gradientTransform: "matrix(12.8191 -12.8192 12.8191 12.8192 2 14.82)",
|
|
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 = Rescan16GradientGrayIcon;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function Rescan24GradientBlueIcon({
|
|
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": "Rescan24GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M10.133 6.435a4.001 4.001 0 012.958 7.14 4 4 0 01-2.436.825.5.5 0 010-1 3 3 0 10-2.597-1.5c.467-.27.706-.403.879-.374a.5.5 0 01.359.262c.083.16.024.438-.094.994l-.14.664c-.064.301-.096.452-.18.55a.5.5 0 01-.285.163c-.126.024-.273-.023-.566-.118l-.644-.21c-.541-.176-.812-.264-.908-.416a.5.5 0 01-.047-.442c.06-.164.295-.303.76-.572a4.004 4.004 0 01.635-4.829 4 4 0 012.306-1.137z",
|
|
18
|
+
fill: "url(#paint0_radial_Rescan24GradientBlueIcon_19248_368)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M10.5 4a6.5 6.5 0 014.805 10.878 1 1 0 011.168.18l4.029 4.03a1.001 1.001 0 01-1.414 1.415l-4.03-4.03a1 1 0 01-.18-1.168A6.5 6.5 0 1110.5 4zm0 1a5.5 5.5 0 100 11 5.5 5.5 0 000-11z",
|
|
23
|
+
fill: "url(#paint1_radial_Rescan24GradientBlueIcon_19248_368)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
25
|
+
id: "paint0_radial_Rescan24GradientBlueIcon_19248_368",
|
|
26
|
+
cx: 0,
|
|
27
|
+
cy: 0,
|
|
28
|
+
r: 1,
|
|
29
|
+
gradientTransform: "matrix(16.7948 -16.7956 16.7948 16.7956 4 20.796)",
|
|
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_Rescan24GradientBlueIcon_19248_368",
|
|
38
|
+
cx: 0,
|
|
39
|
+
cy: 0,
|
|
40
|
+
r: 1,
|
|
41
|
+
gradientTransform: "matrix(16.7948 -16.7956 16.7948 16.7956 4 20.796)",
|
|
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 = Rescan24GradientBlueIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageAdapter16GradientBlueIcon({
|
|
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": "StorageAdapter16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M2.5 2a.5.5 0 01.5.5V4h10.5A1.5 1.5 0 0115 5.5V11a1 1 0 01-1 1h-2v.5a1 1 0 01-1 1H6a1 1 0 01-1-1V12H3v1.5a.5.5 0 01-1 0V3h-.5a.5.5 0 010-1h1zm.5 9h2.5a.5.5 0 01.5.5v1h5v-1a.5.5 0 01.5-.5H14V5.5a.5.5 0 00-.5-.5H3v6zm8.5-.5h-6v-5h6v5zm-5-1h4v-1h-4v1zm0-2h4v-1h-4v1z",
|
|
18
|
+
fill: "url(#paint0_radial_StorageAdapter16GradientBlueIcon_19247_261)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_StorageAdapter16GradientBlueIcon_19247_261",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(14 -12 14 12 1 14)",
|
|
25
|
+
gradientUnits: "userSpaceOnUse"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
27
|
+
stopColor: "#5BCAFF"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#06F"
|
|
31
|
+
}))));
|
|
32
|
+
}
|
|
33
|
+
module.exports = StorageAdapter16GradientBlueIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageAdapter16GradientGrayIcon({
|
|
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": "StorageAdapter16GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M2.5 2a.5.5 0 01.5.5V4h10.5A1.5 1.5 0 0115 5.5V11a1 1 0 01-1 1h-2v.5a1 1 0 01-1 1H6a1 1 0 01-1-1V12H3v1.5a.5.5 0 01-1 0V3h-.5a.5.5 0 010-1h1zm.5 9h2.5a.5.5 0 01.5.5v1h5v-1a.5.5 0 01.5-.5H14V5.5a.5.5 0 00-.5-.5H3v6zm8.5-.5h-6v-5h6v5zm-5-1h4v-1h-4v1zm0-2h4v-1h-4v1z",
|
|
18
|
+
fill: "url(#paint0_radial_StorageAdapter16GradientGrayIcon_19247_255)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_StorageAdapter16GradientGrayIcon_19247_255",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(14 -12 14 12 1 14)",
|
|
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
|
+
module.exports = StorageAdapter16GradientGrayIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageAdapter24GradientBlueIcon({
|
|
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": "StorageAdapter24GradientBlueIcon",
|
|
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 3a.5.5 0 01.5.5V5h14.5A2.5 2.5 0 0122 7.5v7a1.5 1.5 0 01-1.5 1.5h-2.75v1a1.5 1.5 0 01-1.5 1.5h-6.5a1.5 1.5 0 01-1.5-1.5v-1H5v4a.5.5 0 01-1 0V4H2.5a.5.5 0 010-1h2zM5 15h3.75a.5.5 0 01.5.5V17a.5.5 0 00.5.5h6.5a.5.5 0 00.5-.5v-1.5a.5.5 0 01.5-.5h3.25a.5.5 0 00.5-.5v-7A1.5 1.5 0 0019.5 6H5v9zm12.5-.5h-9v-7h9v7zm-8-1h7v-2h-7v2zm0-3h7v-2h-7v2z",
|
|
18
|
+
fill: "url(#paint0_radial_StorageAdapter24GradientBlueIcon_19245_225)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_StorageAdapter24GradientBlueIcon_19245_225",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(20 -17.5 20 17.5 2 20.5)",
|
|
25
|
+
gradientUnits: "userSpaceOnUse"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
27
|
+
stopColor: "#5BCAFF"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#06F"
|
|
31
|
+
}))));
|
|
32
|
+
}
|
|
33
|
+
module.exports = StorageAdapter24GradientBlueIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageAdapter24GradientGrayIcon({
|
|
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": "StorageAdapter24GradientGrayIcon",
|
|
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 3a.5.5 0 01.5.5V5h14.5A2.5 2.5 0 0122 7.5v7a1.5 1.5 0 01-1.5 1.5h-2.75v1a1.5 1.5 0 01-1.5 1.5h-6.5a1.5 1.5 0 01-1.5-1.5v-1H5v4a.5.5 0 01-1 0V4H2.5a.5.5 0 010-1h2zM5 15h3.75a.5.5 0 01.5.5V17a.5.5 0 00.5.5h6.5a.5.5 0 00.5-.5v-1.5a.5.5 0 01.5-.5h3.25a.5.5 0 00.5-.5v-7A1.5 1.5 0 0019.5 6H5v9zm12.5-.5h-9v-7h9v7zm-8-1h7v-2h-7v2zm0-3h7v-2h-7v2z",
|
|
18
|
+
fill: "url(#paint0_radial_StorageAdapter24GradientGrayIcon_19247_249)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_StorageAdapter24GradientGrayIcon_19247_249",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(20 -17.5 20 17.5 2 20.5)",
|
|
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
|
+
module.exports = StorageAdapter24GradientGrayIcon;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageDevice16GradientBlueIcon({
|
|
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": "StorageDevice16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M8 2.5c1.685 0 3.227.168 4.362.448.564.14 1.056.313 1.418.525.328.19.72.515.72 1.008v2.54c0 .494-.392.818-.72 1.01-.362.211-.854.385-1.418.524-1.135.28-2.677.448-4.362.448s-3.227-.168-4.362-.448c-.564-.14-1.056-.313-1.418-.525-.328-.19-.72-.515-.72-1.009v-2.54c0-.493.392-.817.72-1.008.362-.212.854-.386 1.418-.525C4.773 2.668 6.315 2.5 8 2.5zm5.5 3.134c-.32.147-.708.275-1.138.38-1.135.28-2.677.449-4.362.449s-3.227-.168-4.362-.448A6.476 6.476 0 012.5 5.634v1.358c.014.02.064.082.224.175.244.143.631.288 1.153.417 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.419c.522-.129.909-.274 1.153-.417.16-.093.21-.155.224-.175V5.634zM8 3.5c-1.629 0-3.087.163-4.123.419-.522.129-.909.275-1.153.418a.91.91 0 00-.197.144c.03.031.087.081.197.145.244.143.631.29 1.153.418 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.42c.522-.128.909-.274 1.153-.417a.905.905 0 00.196-.145.904.904 0 00-.196-.144c-.244-.143-.631-.29-1.153-.418C11.087 3.663 9.629 3.5 8 3.5z",
|
|
21
|
+
fill: "url(#paint0_radial_StorageDevice16GradientBlueIcon_19248_100)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M8 8.5a.5.5 0 01.5.5v1.5h.333c.368 0 .667.299.667.667v.333h4a.5.5 0 010 1h-4v.333a.667.667 0 01-.667.667H7.167l-.135-.014a.667.667 0 01-.532-.653V12.5h-4a.5.5 0 010-1h4v-.333c0-.322.228-.591.532-.653l.135-.014H7.5V9a.5.5 0 01.5-.5zm-.5 4h1v-1h-1v1z",
|
|
24
|
+
fill: "url(#paint1_radial_StorageDevice16GradientBlueIcon_19248_100)"
|
|
25
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
26
|
+
id: "paint0_radial_StorageDevice16GradientBlueIcon_19248_100",
|
|
27
|
+
cx: 0,
|
|
28
|
+
cy: 0,
|
|
29
|
+
r: 1,
|
|
30
|
+
gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
|
|
31
|
+
gradientUnits: "userSpaceOnUse"
|
|
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_StorageDevice16GradientBlueIcon_19248_100",
|
|
39
|
+
cx: 0,
|
|
40
|
+
cy: 0,
|
|
41
|
+
r: 1,
|
|
42
|
+
gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
|
|
43
|
+
gradientUnits: "userSpaceOnUse"
|
|
44
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
stopColor: "#5BCAFF"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
47
|
+
offset: 1,
|
|
48
|
+
stopColor: "#06F"
|
|
49
|
+
}))));
|
|
50
|
+
}
|
|
51
|
+
module.exports = StorageDevice16GradientBlueIcon;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageDevice16GradientGrayIcon({
|
|
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": "StorageDevice16GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M8 2.5c1.685 0 3.227.168 4.362.448.564.14 1.056.313 1.418.525.328.19.72.515.72 1.008v2.54c0 .494-.392.818-.72 1.01-.362.211-.854.385-1.418.524-1.135.28-2.677.448-4.362.448s-3.227-.168-4.362-.448c-.564-.14-1.056-.313-1.418-.525-.328-.19-.72-.515-.72-1.009v-2.54c0-.493.392-.817.72-1.008.362-.212.854-.386 1.418-.525C4.773 2.668 6.315 2.5 8 2.5zm5.5 3.134c-.32.147-.708.275-1.138.38-1.135.28-2.677.449-4.362.449s-3.227-.168-4.362-.448A6.476 6.476 0 012.5 5.634v1.358c.014.02.064.082.224.175.244.143.631.288 1.153.417 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.419c.522-.129.909-.274 1.153-.417.16-.093.21-.155.224-.175V5.634zM8 3.5c-1.629 0-3.087.163-4.123.419-.522.129-.909.275-1.153.418a.91.91 0 00-.197.144c.03.031.087.081.197.145.244.143.631.29 1.153.418 1.036.256 2.494.419 4.123.419s3.087-.163 4.123-.42c.522-.128.909-.274 1.153-.417a.905.905 0 00.196-.145.904.904 0 00-.196-.144c-.244-.143-.631-.29-1.153-.418C11.087 3.663 9.629 3.5 8 3.5z",
|
|
21
|
+
fill: "url(#paint0_radial_StorageDevice16GradientGrayIcon_19248_87)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M8 8.5a.5.5 0 01.5.5v1.5h.333c.368 0 .667.299.667.667v.333h4a.5.5 0 010 1h-4v.333a.667.667 0 01-.667.667H7.167l-.135-.014a.667.667 0 01-.532-.653V12.5h-4a.5.5 0 010-1h4v-.333c0-.322.228-.591.532-.653l.135-.014H7.5V9a.5.5 0 01.5-.5zm-.5 4h1v-1h-1v1z",
|
|
24
|
+
fill: "url(#paint1_radial_StorageDevice16GradientGrayIcon_19248_87)"
|
|
25
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
26
|
+
id: "paint0_radial_StorageDevice16GradientGrayIcon_19248_87",
|
|
27
|
+
cx: 0,
|
|
28
|
+
cy: 0,
|
|
29
|
+
r: 1,
|
|
30
|
+
gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
|
|
31
|
+
gradientUnits: "userSpaceOnUse"
|
|
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_StorageDevice16GradientGrayIcon_19248_87",
|
|
39
|
+
cx: 0,
|
|
40
|
+
cy: 0,
|
|
41
|
+
r: 1,
|
|
42
|
+
gradientTransform: "matrix(13 -11 13 11 1.5 13.5)",
|
|
43
|
+
gradientUnits: "userSpaceOnUse"
|
|
44
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
stopColor: "#CCD4E3"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
47
|
+
offset: 1,
|
|
48
|
+
stopColor: "#6B7D99"
|
|
49
|
+
}))));
|
|
50
|
+
}
|
|
51
|
+
module.exports = StorageDevice16GradientGrayIcon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageDevice24GradientBlueIcon({
|
|
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": "StorageDevice24GradientBlueIcon",
|
|
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: "M12 5c2.513 0 4.805.25 6.483.665.836.206 1.547.46 2.062.76.48.28.955.702.955 1.298v3.554c0 .596-.476 1.017-.955 1.297-.515.3-1.226.555-2.062.761-1.566.387-3.667.627-5.984.658L12.5 14v2h.5l.102.005A1 1 0 0114 17h6a.5.5 0 010 1h-6a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 18H4a.5.5 0 010-1h6a1 1 0 011-1h.5v-2.007c-2.316-.03-4.417-.271-5.983-.658-.836-.206-1.547-.46-2.062-.76-.48-.28-.955-.702-.955-1.298V7.723c0-.596.476-1.017.955-1.297.515-.3 1.226-.555 2.062-.761C7.195 5.251 9.487 5 12 5zm-1 13h2v-1h-2v1zm9.5-8.957c-.51.29-1.205.536-2.017.736-1.678.415-3.97.665-6.483.665-2.513 0-4.805-.25-6.483-.665-.812-.2-1.506-.447-2.017-.736v2.234c0 .018.028.182.459.434.396.231 1.003.456 1.797.652C7.335 12.753 9.543 13 12 13s4.665-.247 6.244-.637c.794-.196 1.4-.42 1.797-.652.431-.252.459-.416.459-.434V9.043zM12 6c-2.457 0-4.665.247-6.244.637-.794.196-1.4.42-1.797.652-.431.252-.459.416-.459.434 0 .02.031.182.459.432.396.232 1.003.458 1.797.654 1.579.39 3.787.635 6.244.635s4.665-.246 6.244-.635c.794-.196 1.4-.422 1.797-.654.428-.25.459-.412.459-.432 0-.018-.028-.182-.459-.434-.396-.231-1.003-.456-1.797-.652C16.665 6.247 14.457 6 12 6z",
|
|
20
|
+
fill: "url(#paint0_radial_StorageDevice24GradientBlueIcon_19247_268)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
22
|
+
id: "paint0_radial_StorageDevice24GradientBlueIcon_19247_268",
|
|
23
|
+
cx: 0,
|
|
24
|
+
cy: 0,
|
|
25
|
+
r: 1,
|
|
26
|
+
gradientTransform: "matrix(19 -14 19 14 2.5 19)",
|
|
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 = StorageDevice24GradientBlueIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StorageDevice24GradientGrayIcon({
|
|
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": "StorageDevice24GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M12 5c2.513 0 4.805.25 6.483.665.836.206 1.547.46 2.062.76.48.28.955.702.955 1.298v3.554c0 .596-.476 1.017-.955 1.297-.515.3-1.226.555-2.062.761-1.566.387-3.667.627-5.984.658L12.5 14v2h.5l.102.005A1 1 0 0114 17h6a.5.5 0 010 1h-6a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 18H4a.5.5 0 010-1h6a1 1 0 011-1h.5v-2.007c-2.316-.03-4.417-.271-5.983-.658-.836-.206-1.547-.46-2.062-.76-.48-.28-.955-.702-.955-1.298V7.723c0-.596.476-1.017.955-1.297.515-.3 1.226-.555 2.062-.761C7.195 5.251 9.487 5 12 5zm-1 13h2v-1h-2v1zm9.5-8.957c-.51.29-1.205.536-2.017.736-1.678.415-3.97.665-6.483.665-2.513 0-4.805-.25-6.483-.665-.812-.2-1.506-.447-2.017-.736v2.234c0 .018.028.182.459.434.396.231 1.003.456 1.797.652C7.335 12.753 9.543 13 12 13s4.665-.247 6.244-.637c.794-.196 1.4-.42 1.797-.652.431-.252.459-.416.459-.434V9.043zM12 6c-2.457 0-4.665.247-6.244.637-.794.196-1.4.42-1.797.652-.431.252-.459.416-.459.434 0 .02.031.182.459.432.396.232 1.003.458 1.797.654 1.579.39 3.787.635 6.244.635s4.665-.246 6.244-.635c.794-.196 1.4-.422 1.797-.654.428-.25.459-.412.459-.432 0-.018-.028-.182-.459-.434-.396-.231-1.003-.456-1.797-.652C16.665 6.247 14.457 6 12 6z",
|
|
18
|
+
fill: "url(#paint0_radial_StorageDevice24GradientGrayIcon_19247_274)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_StorageDevice24GradientGrayIcon_19247_274",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "matrix(19 -14 19 14 2.5 19)",
|
|
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
|
+
module.exports = StorageDevice24GradientGrayIcon;
|
package/dist/cjs/index.js
CHANGED
|
@@ -327,6 +327,9 @@ module.exports.DatacenterFill16OntintIcon = require("./DatacenterFill16OntintIco
|
|
|
327
327
|
module.exports.DatacenterIcon = require("./DatacenterIcon.js")
|
|
328
328
|
module.exports.DatacenterActivatedIcon = require("./DatacenterActivatedIcon.js")
|
|
329
329
|
module.exports.DatacenterNormalIcon = require("./DatacenterNormalIcon.js")
|
|
330
|
+
module.exports.Datastore16GradientBlueIcon = require("./Datastore16GradientBlueIcon.js")
|
|
331
|
+
module.exports.Datastore24GradientBlueIcon = require("./Datastore24GradientBlueIcon.js")
|
|
332
|
+
module.exports.Datastore32ColorfulIcon = require("./Datastore32ColorfulIcon.js")
|
|
330
333
|
module.exports.DeleteIcon = require("./DeleteIcon.js")
|
|
331
334
|
module.exports.DirectoryIcon = require("./DirectoryIcon.js")
|
|
332
335
|
module.exports.Disable24GradientBlueIcon = require("./Disable24GradientBlueIcon.js")
|
|
@@ -409,6 +412,10 @@ module.exports.ExclamationErrorCircleFill16RedIcon = require("./ExclamationError
|
|
|
409
412
|
module.exports.ExclamationErrorCircleSolid16RedWhiteIcon = require("./ExclamationErrorCircleSolid16RedWhiteIcon.js")
|
|
410
413
|
module.exports.ExclamationErrorCircleSolid18RedIcon = require("./ExclamationErrorCircleSolid18RedIcon.js")
|
|
411
414
|
module.exports.ExclamtionMark16OntintIcon = require("./ExclamtionMark16OntintIcon.js")
|
|
415
|
+
module.exports.ExpandCapacity16GradientBlueIcon = require("./ExpandCapacity16GradientBlueIcon.js")
|
|
416
|
+
module.exports.ExpandCapacity16GradientGrayIcon = require("./ExpandCapacity16GradientGrayIcon.js")
|
|
417
|
+
module.exports.ExpandCapacity24GradientBlueIcon = require("./ExpandCapacity24GradientBlueIcon.js")
|
|
418
|
+
module.exports.ExpandCapacity24GradientGrayIcon = require("./ExpandCapacity24GradientGrayIcon.js")
|
|
412
419
|
module.exports.Export16GradientBlueIcon = require("./Export16GradientBlueIcon.js")
|
|
413
420
|
module.exports.Export16GradientGrayIcon = require("./Export16GradientGrayIcon.js")
|
|
414
421
|
module.exports.Export16RegularOntintIcon = require("./Export16RegularOntintIcon.js")
|
|
@@ -751,8 +758,10 @@ module.exports.MigrateEncryption16GradientGrayIcon = require("./MigrateEncryptio
|
|
|
751
758
|
module.exports.MigrateIcon = require("./MigrateIcon.js")
|
|
752
759
|
module.exports.MigrationNetwork16BlueIcon = require("./MigrationNetwork16BlueIcon.js")
|
|
753
760
|
module.exports.Minus16BoldOntintIcon = require("./Minus16BoldOntintIcon.js")
|
|
761
|
+
module.exports.MinusUnmountRemoveCircle16GradientBlueIcon = require("./MinusUnmountRemoveCircle16GradientBlueIcon.js")
|
|
754
762
|
module.exports.MinusUnmountRemoveCircle16GradientRedIcon = require("./MinusUnmountRemoveCircle16GradientRedIcon.js")
|
|
755
763
|
module.exports.MinusUnmountRemoveCircle16OrangeIcon = require("./MinusUnmountRemoveCircle16OrangeIcon.js")
|
|
764
|
+
module.exports.MinusUnmountRemoveCircle24GradientBlueIcon = require("./MinusUnmountRemoveCircle24GradientBlueIcon.js")
|
|
756
765
|
module.exports.MinusUnmountRemoveCircle24GradientRedIconIcon = require("./MinusUnmountRemoveCircle24GradientRedIconIcon.js")
|
|
757
766
|
module.exports.Monitoring16GradientBlueIcon = require("./Monitoring16GradientBlueIcon.js")
|
|
758
767
|
module.exports.Monitoring16GradientGrayIcon = require("./Monitoring16GradientGrayIcon.js")
|
|
@@ -823,6 +832,7 @@ module.exports.NetworkMirroring16OntinitIcon = require("./NetworkMirroring16Onti
|
|
|
823
832
|
module.exports.NetworkMirroring16RedIcon = require("./NetworkMirroring16RedIcon.js")
|
|
824
833
|
module.exports.NetworkMirroring16YellowIcon = require("./NetworkMirroring16YellowIcon.js")
|
|
825
834
|
module.exports.NetworkMirroring24GradientBlueIcon = require("./NetworkMirroring24GradientBlueIcon.js")
|
|
835
|
+
module.exports.NetworkSecurity32ColorfulIcon = require("./NetworkSecurity32ColorfulIcon.js")
|
|
826
836
|
module.exports.NetworkSecurityPolicy16GradientBlueIcon = require("./NetworkSecurityPolicy16GradientBlueIcon.js")
|
|
827
837
|
module.exports.NetworkSecurityPolicy16GrayIcon = require("./NetworkSecurityPolicy16GrayIcon.js")
|
|
828
838
|
module.exports.NetworkSecurityPolicy24BlueIcon = require("./NetworkSecurityPolicy24BlueIcon.js")
|
|
@@ -1058,6 +1068,7 @@ module.exports.Placeholder16Icon = require("./Placeholder16Icon.js")
|
|
|
1058
1068
|
module.exports.PlusAddCircle16BlueIcon = require("./PlusAddCircle16BlueIcon.js")
|
|
1059
1069
|
module.exports.PlusAddCircle16SecondaryIcon = require("./PlusAddCircle16SecondaryIcon.js")
|
|
1060
1070
|
module.exports.PlusAddCircle24BlueIcon = require("./PlusAddCircle24BlueIcon.js")
|
|
1071
|
+
module.exports.PlusAddCircle24GradientBlueIcon = require("./PlusAddCircle24GradientBlueIcon.js")
|
|
1061
1072
|
module.exports.PlusAddCircle24PrimaryIcon = require("./PlusAddCircle24PrimaryIcon.js")
|
|
1062
1073
|
module.exports.PlusAddCircle24SecondaryIcon = require("./PlusAddCircle24SecondaryIcon.js")
|
|
1063
1074
|
module.exports.PlusAddCircleDisabled24GraySecondaryIcon = require("./PlusAddCircleDisabled24GraySecondaryIcon.js")
|
|
@@ -1254,6 +1265,9 @@ module.exports.Repository16OntintIcon = require("./Repository16OntintIcon.js")
|
|
|
1254
1265
|
module.exports.Repository24GradientBlueIcon = require("./Repository24GradientBlueIcon.js")
|
|
1255
1266
|
module.exports.Repository24GradientGrayIcon = require("./Repository24GradientGrayIcon.js")
|
|
1256
1267
|
module.exports.Repository24OntintIcon = require("./Repository24OntintIcon.js")
|
|
1268
|
+
module.exports.Rescan16GradientBlueIcon = require("./Rescan16GradientBlueIcon.js")
|
|
1269
|
+
module.exports.Rescan16GradientGrayIcon = require("./Rescan16GradientGrayIcon.js")
|
|
1270
|
+
module.exports.Rescan24GradientBlueIcon = require("./Rescan24GradientBlueIcon.js")
|
|
1257
1271
|
module.exports.Reslice16GradientBlueIcon = require("./Reslice16GradientBlueIcon.js")
|
|
1258
1272
|
module.exports.Reslice16OntintIcon = require("./Reslice16OntintIcon.js")
|
|
1259
1273
|
module.exports.ResliceSriov16BlueIcon = require("./ResliceSriov16BlueIcon.js")
|
|
@@ -1503,6 +1517,14 @@ module.exports.StatusUnknownQuestionMark16GreyIconIcon = require("./StatusUnknow
|
|
|
1503
1517
|
module.exports.StatusUnknownQuestionmark16RedIcon = require("./StatusUnknownQuestionmark16RedIcon.js")
|
|
1504
1518
|
module.exports.StopFlashLight16GradientBlueIcon = require("./StopFlashLight16GradientBlueIcon.js")
|
|
1505
1519
|
module.exports.StopIcon = require("./StopIcon.js")
|
|
1520
|
+
module.exports.StorageAdapter16GradientBlueIcon = require("./StorageAdapter16GradientBlueIcon.js")
|
|
1521
|
+
module.exports.StorageAdapter16GradientGrayIcon = require("./StorageAdapter16GradientGrayIcon.js")
|
|
1522
|
+
module.exports.StorageAdapter24GradientBlueIcon = require("./StorageAdapter24GradientBlueIcon.js")
|
|
1523
|
+
module.exports.StorageAdapter24GradientGrayIcon = require("./StorageAdapter24GradientGrayIcon.js")
|
|
1524
|
+
module.exports.StorageDevice16GradientBlueIcon = require("./StorageDevice16GradientBlueIcon.js")
|
|
1525
|
+
module.exports.StorageDevice16GradientGrayIcon = require("./StorageDevice16GradientGrayIcon.js")
|
|
1526
|
+
module.exports.StorageDevice24GradientBlueIcon = require("./StorageDevice24GradientBlueIcon.js")
|
|
1527
|
+
module.exports.StorageDevice24GradientGrayIcon = require("./StorageDevice24GradientGrayIcon.js")
|
|
1506
1528
|
module.exports.SuspendIcon = require("./SuspendIcon.js")
|
|
1507
1529
|
module.exports.SuspendedPause16GradientBlueIcon = require("./SuspendedPause16GradientBlueIcon.js")
|
|
1508
1530
|
module.exports.SuspendedPause16GradientGrayIcon = require("./SuspendedPause16GradientGrayIcon.js")
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Datastore16GradientBlueIcon({
|
|
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": "Datastore16GradientBlueIcon",
|
|
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_Datastore16GradientBlueIcon_19245_157)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_Datastore16GradientBlueIcon_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 Datastore16GradientBlueIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Datastore24GradientBlueIcon({
|
|
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": "Datastore24GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M11.998 2.5c1.457 0 2.795.169 3.784.451.491.14.926.317 1.248.534.305.206.625.531.625.989v11.052c0 .458-.32.782-.625.989-.322.218-.757.393-1.248.534-.874.25-2.021.41-3.282.443V19h.5l.102.005A1 1 0 0114 20h8a.5.5 0 010 1h-8a1 1 0 01-1 1h-2a1 1 0 01-.995-.898L10 21H2a.5.5 0 010-1h8a1 1 0 011-1h.5v-1.508c-1.262-.034-2.412-.193-3.287-.443-.491-.14-.926-.316-1.248-.534-.305-.207-.625-.532-.625-.989V4.474c0-.457.32-.783.625-.989.322-.217.757-.393 1.248-.534.99-.283 2.328-.451 3.785-.451zM11 21h2v-1h-2v1zm5.655-7.962a5.487 5.487 0 01-.873.327c-.99.283-2.327.45-3.784.45-1.457 0-2.796-.167-3.785-.45a5.486 5.486 0 01-.873-.327v2.475c.007.014.041.075.185.172.2.135.521.277.963.403.878.25 2.119.412 3.51.412 1.391 0 2.633-.162 3.51-.412.442-.126.763-.268.963-.403.143-.097.177-.157.184-.172v-2.475zm0-3.684a5.498 5.498 0 01-.873.327c-.99.282-2.327.45-3.784.45-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.014.04.075.185.173.2.135.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.267.963-.402.144-.098.178-.158.184-.173V9.354zm0-3.684a5.497 5.497 0 01-.873.326c-.99.283-2.327.451-3.784.451-1.457 0-2.796-.168-3.785-.45a5.494 5.494 0 01-.873-.327v2.474c.006.013.039.074.185.173.2.135.522.276.963.402.878.25 2.119.413 3.51.413 1.391 0 2.633-.163 3.51-.413.442-.127.763-.267.963-.402.145-.098.178-.16.184-.173V5.67zM11.998 3.5c-1.391 0-2.632.162-3.51.412-.442.126-.763.268-.963.402a.62.62 0 00-.177.16c.016.026.061.08.177.159.2.134.521.276.963.402.878.25 2.119.412 3.51.412 1.391 0 2.633-.161 3.51-.412.442-.126.763-.268.963-.402a.613.613 0 00.177-.16.613.613 0 00-.177-.159c-.2-.134-.521-.276-.963-.402-.877-.25-2.119-.412-3.51-.412z",
|
|
18
|
+
fill: "url(#paint0_radial_Datastore24GradientBlueIcon_19245_99)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_Datastore24GradientBlueIcon_19245_99",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientTransform: "scale(29.34 27.58) rotate(-45 .99 .332)",
|
|
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 Datastore24GradientBlueIcon;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function Datastore32ColorfulIcon({
|
|
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": "Datastore32ColorfulIcon",
|
|
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_Datastore32ColorfulIcon_19241_22)"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
34
|
+
id: "paint0_radial_Datastore32ColorfulIcon_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
|
+
export default Datastore32ColorfulIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function ExpandCapacity16GradientBlueIcon({
|
|
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": "ExpandCapacity16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M12.204 2.01A2 2 0 0114 4v8l-.01.204a2 2 0 01-1.786 1.785L12 14H4a2 2 0 01-1.99-1.796L2 12V4a2 2 0 012-2h8l.204.01zM4 3a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1V4a1 1 0 00-1-1H4zm4 1.5a.5.5 0 01.5.5v2.5H11a.5.5 0 010 1H8.5V11a.5.5 0 01-1 0V8.5H5a.5.5 0 010-1h2.5V5a.5.5 0 01.5-.5z",
|
|
18
|
+
fill: "url(#paint0_radial_ExpandCapacity16GradientBlueIcon_19248_284)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_ExpandCapacity16GradientBlueIcon_19248_284",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientUnits: "userSpaceOnUse",
|
|
25
|
+
gradientTransform: "rotate(-45 17.9 4.586) scale(16.9706)"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
27
|
+
stopColor: "#5BCAFF"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#06F"
|
|
31
|
+
}))));
|
|
32
|
+
}
|
|
33
|
+
export default ExpandCapacity16GradientBlueIcon;
|