@cloudtower/icons-react 0.27.6 → 0.27.9
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/FileCluster24BlueIcon.d.ts +4 -0
- package/dist/FileCluster24BlueIcon.js +64 -0
- package/dist/FileController24BlueIcon.d.ts +4 -0
- package/dist/FileController24BlueIcon.js +64 -0
- package/dist/FileNamespace24BlueIcon.d.ts +4 -0
- package/dist/FileNamespace24BlueIcon.js +79 -0
- package/dist/Jump16GradientBlueIcon.d.ts +4 -0
- package/dist/Jump16GradientBlueIcon.js +34 -0
- package/dist/Jump16GradientGrayIcon.d.ts +4 -0
- package/dist/Jump16GradientGrayIcon.js +34 -0
- package/dist/SfsEntrance26BlueIcon.d.ts +4 -0
- package/dist/SfsEntrance26BlueIcon.js +141 -0
- package/dist/esm/FileCluster24BlueIcon.d.ts +4 -0
- package/dist/esm/FileCluster24BlueIcon.js +64 -0
- package/dist/esm/FileController24BlueIcon.d.ts +4 -0
- package/dist/esm/FileController24BlueIcon.js +64 -0
- package/dist/esm/FileNamespace24BlueIcon.d.ts +4 -0
- package/dist/esm/FileNamespace24BlueIcon.js +79 -0
- package/dist/esm/Jump16GradientBlueIcon.d.ts +4 -0
- package/dist/esm/Jump16GradientBlueIcon.js +34 -0
- package/dist/esm/Jump16GradientGrayIcon.d.ts +4 -0
- package/dist/esm/Jump16GradientGrayIcon.js +34 -0
- package/dist/esm/SfsEntrance26BlueIcon.d.ts +4 -0
- package/dist/esm/SfsEntrance26BlueIcon.js +141 -0
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.js +6 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/package.json +3 -3
@@ -0,0 +1,79 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FileNamespace24BlueIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M8.5 6a.5.5 0 000 1h1a.5.5 0 000-1h-1z",
|
17
|
+
fill: "url(#paint0_radial_FileNamespace24BlueIcon_7613_14287)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M8.5 8.5a.5.5 0 000 1h3a.5.5 0 000-1h-3z",
|
20
|
+
fill: "url(#paint1_radial_FileNamespace24BlueIcon_7613_14287)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M8 11.5a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5z",
|
23
|
+
fill: "url(#paint2_radial_FileNamespace24BlueIcon_7613_14287)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M8 3a2 2 0 00-2 2v4.025a.2.2 0 00-.06.05L2.48 14.4c-.295.274-.48.666-.48 1.1V19a2 2 0 002 2h16a2 2 0 002-2v-3.5c0-.434-.184-.825-.48-1.099l-3.46-5.326a.2.2 0 00-.06-.05V7.96a2 2 0 00-.75-1.561l-3.702-2.962A2 2 0 0012.298 3H8zm10 7.6V14h1.92L18 10.6zM16 14h1V7.961a1 1 0 00-.113-.461H13.5a1 1 0 01-1-1V4.02a1 1 0 00-.202-.02H8a1 1 0 00-1 1v9h1a1 1 0 011 1 1 1 0 001 1h4a1 1 0 001-1 1 1 0 011-1zM6 14v-3.4L4.08 14H6zm15 5v-3.5a.5.5 0 00-.5-.5H16a2 2 0 01-2 2h-4a2 2 0 01-2-2H3.5a.5.5 0 00-.5.5V19a1 1 0 001 1h16a1 1 0 001-1z",
|
28
|
+
fill: "url(#paint3_radial_FileNamespace24BlueIcon_7613_14287)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_FileNamespace24BlueIcon_7613_14287",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
35
|
+
gradientTransform: "matrix(19.99997 -17.99996 17.90056 19.88951 2 21)"
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
37
|
+
stopColor: "#5BCAFF"
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
39
|
+
offset: 1,
|
40
|
+
stopColor: "#06F"
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
42
|
+
id: "paint1_radial_FileNamespace24BlueIcon_7613_14287",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientUnits: "userSpaceOnUse",
|
47
|
+
gradientTransform: "matrix(19.99997 -17.99996 17.90056 19.88951 2 21)"
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
49
|
+
stopColor: "#5BCAFF"
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
51
|
+
offset: 1,
|
52
|
+
stopColor: "#06F"
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
54
|
+
id: "paint2_radial_FileNamespace24BlueIcon_7613_14287",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientUnits: "userSpaceOnUse",
|
59
|
+
gradientTransform: "matrix(19.99997 -17.99996 17.90056 19.88951 2 21)"
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
61
|
+
stopColor: "#5BCAFF"
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
63
|
+
offset: 1,
|
64
|
+
stopColor: "#06F"
|
65
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
66
|
+
id: "paint3_radial_FileNamespace24BlueIcon_7613_14287",
|
67
|
+
cx: 0,
|
68
|
+
cy: 0,
|
69
|
+
r: 1,
|
70
|
+
gradientUnits: "userSpaceOnUse",
|
71
|
+
gradientTransform: "matrix(19.99997 -17.99996 17.90056 19.88951 2 21)"
|
72
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
73
|
+
stopColor: "#5BCAFF"
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
75
|
+
offset: 1,
|
76
|
+
stopColor: "#06F"
|
77
|
+
}))));
|
78
|
+
}
|
79
|
+
export default FileNamespace24BlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function Jump16GradientBlueIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M11.3 2.5H4.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2.5 3.75 2.5 4.123 2.5 4.7v6.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h6.6c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422.023-.283.024-.655.024-1.232V4.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C12.25 2.5 11.877 2.5 11.3 2.5zm-9.582.092C1.5 3.02 1.5 3.58 1.5 4.7v6.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h6.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108V4.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C12.98 1.5 12.42 1.5 11.3 1.5H4.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM4.5 8a.5.5 0 01.5-.5h3.505l1.494.03-.692-.59-1.06-1.061a.5.5 0 01.707-.708l2.474 2.475a.5.5 0 010 .707l-2.474 2.475a.5.5 0 01-.707-.707l1.06-1.06.692-.59-1.494.029H5a.5.5 0 01-.5-.5z",
|
19
|
+
fill: "url(#paint0_radial_Jump16GradientBlueIcon_1933_46201)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_Jump16GradientBlueIcon_1933_46201",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 18.253 5.44) scale(18.3848)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default Jump16GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function Jump16GradientGrayIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M11.3 2.5H4.7c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C2.5 3.75 2.5 4.123 2.5 4.7v6.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h6.6c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422.023-.283.024-.655.024-1.232V4.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C12.25 2.5 11.877 2.5 11.3 2.5zm-9.582.092C1.5 3.02 1.5 3.58 1.5 4.7v6.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h6.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108V4.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C12.98 1.5 12.42 1.5 11.3 1.5H4.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM4.5 8a.5.5 0 01.5-.5h3.505l1.494.03-.692-.59-1.06-1.061a.5.5 0 01.707-.708l2.474 2.475a.5.5 0 010 .707l-2.474 2.475a.5.5 0 01-.707-.707l1.06-1.06.692-.59-1.494.029H5a.5.5 0 01-.5-.5z",
|
19
|
+
fill: "url(#paint0_radial_Jump16GradientGrayIcon_11408_59275)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_Jump16GradientGrayIcon_11408_59275",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 18.253 5.44) scale(18.3848)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default Jump16GradientGrayIcon;
|
@@ -0,0 +1,141 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function SfsEntrance26BlueIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 26,
|
9
|
+
height: 27,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M7.053 15.002V2.937a2 2 0 012-2h6.597a2 2 0 011.385.557l5.403 5.186a2 2 0 01.615 1.443V18h-1V7.697h-4.5a1.5 1.5 0 01-1.5-1.5v-4.26h-7a1 1 0 00-1 1v12.18a3.938 3.938 0 00-.26-.055 4.6 4.6 0 00-.74-.06z",
|
17
|
+
fill: "url(#paint0_radial_SfsEntrance26BlueIcon_7615_15068)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M10.803 4.937a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5h-1.5z",
|
20
|
+
fill: "url(#paint1_radial_SfsEntrance26BlueIcon_7615_15068)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M10.053 9.187a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z",
|
23
|
+
fill: "url(#paint2_radial_SfsEntrance26BlueIcon_7615_15068)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
d: "M10.803 11.937a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z",
|
26
|
+
fill: "url(#paint3_radial_SfsEntrance26BlueIcon_7615_15068)"
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
28
|
+
opacity: 0.7,
|
29
|
+
d: "M6.053 15V4.172l-1.857.395c-.821.174-1.232.262-1.512.488a1.5 1.5 0 00-.505.778c-.093.348-.006.759.169 1.58L3.96 15h2.093z",
|
30
|
+
fill: "url(#paint4_radial_SfsEntrance26BlueIcon_7615_15068)"
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
32
|
+
d: "M24.053 18h.169c.283 0 .555 0 .784.02.188.016.405.049.626.135l.184-2.584c.064-.893.096-1.34-.058-1.684a1.5 1.5 0 00-.66-.709c-.243-.13-.548-.165-1.045-.175V18z",
|
33
|
+
fill: "url(#paint5_radial_SfsEntrance26BlueIcon_7615_15068)",
|
34
|
+
fillOpacity: 0.3
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
36
|
+
d: "M2.938 15l-1.062-4.996c-.465.011-.756.047-.99.172a1.5 1.5 0 00-.659.699c-.156.34-.13.782-.078 1.666l.155 2.624c.23-.095.456-.13.652-.146C1.18 15 1.444 15 1.718 15h1.22z",
|
37
|
+
fill: "url(#paint6_radial_SfsEntrance26BlueIcon_7615_15068)",
|
38
|
+
fillOpacity: 0.3
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
40
|
+
d: "M.159 17.745c-.055-.605-.083-.908.018-1.142a1 1 0 01.44-.481C.841 16 1.144 16 1.752 16h5.28c.36 0 .54 0 .713.031.155.028.306.073.45.136.162.07.312.17.611.37l2.888 1.926c.3.2.45.3.611.37.144.063.295.108.45.136.174.031.354.031.714.031h10.828c.592 0 .889 0 1.11.118a1 1 0 01.439.467c.103.228.085.523.048 1.115l-.206 3.3c-.066 1.056-.1 1.584-.326 1.985a2 2 0 01-.866.814c-.415.201-.944.201-2.002.201H3.922c-1.031 0-1.547 0-1.955-.194a2 2 0 01-.861-.787c-.23-.388-.277-.902-.37-1.93l-.577-6.344z",
|
41
|
+
fill: "url(#paint7_radial_SfsEntrance26BlueIcon_7615_15068)",
|
42
|
+
fillOpacity: 0.5
|
43
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
44
|
+
id: "paint0_radial_SfsEntrance26BlueIcon_7615_15068",
|
45
|
+
cx: 0,
|
46
|
+
cy: 0,
|
47
|
+
r: 1,
|
48
|
+
gradientUnits: "userSpaceOnUse",
|
49
|
+
gradientTransform: "matrix(10.00003 -1.5 .4401 2.93399 10.053 13.437)"
|
50
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
51
|
+
stopColor: "#6B53FF"
|
52
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
53
|
+
offset: 1,
|
54
|
+
stopColor: "#4081FF"
|
55
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
56
|
+
id: "paint1_radial_SfsEntrance26BlueIcon_7615_15068",
|
57
|
+
cx: 0,
|
58
|
+
cy: 0,
|
59
|
+
r: 1,
|
60
|
+
gradientUnits: "userSpaceOnUse",
|
61
|
+
gradientTransform: "matrix(10.00003 -1.5 .4401 2.93399 10.053 13.437)"
|
62
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
63
|
+
stopColor: "#6B53FF"
|
64
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
65
|
+
offset: 1,
|
66
|
+
stopColor: "#4081FF"
|
67
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
68
|
+
id: "paint2_radial_SfsEntrance26BlueIcon_7615_15068",
|
69
|
+
cx: 0,
|
70
|
+
cy: 0,
|
71
|
+
r: 1,
|
72
|
+
gradientUnits: "userSpaceOnUse",
|
73
|
+
gradientTransform: "matrix(10.00003 -1.5 .4401 2.93399 10.053 13.437)"
|
74
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
75
|
+
stopColor: "#6B53FF"
|
76
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
77
|
+
offset: 1,
|
78
|
+
stopColor: "#4081FF"
|
79
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
80
|
+
id: "paint3_radial_SfsEntrance26BlueIcon_7615_15068",
|
81
|
+
cx: 0,
|
82
|
+
cy: 0,
|
83
|
+
r: 1,
|
84
|
+
gradientUnits: "userSpaceOnUse",
|
85
|
+
gradientTransform: "matrix(10.00003 -1.5 .4401 2.93399 10.053 13.437)"
|
86
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
87
|
+
stopColor: "#6B53FF"
|
88
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
89
|
+
offset: 1,
|
90
|
+
stopColor: "#4081FF"
|
91
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
92
|
+
id: "paint4_radial_SfsEntrance26BlueIcon_7615_15068",
|
93
|
+
cx: 0,
|
94
|
+
cy: 0,
|
95
|
+
r: 1,
|
96
|
+
gradientUnits: "userSpaceOnUse",
|
97
|
+
gradientTransform: "matrix(10.00003 -1.5 .4401 2.93399 10.053 13.437)"
|
98
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
99
|
+
stopColor: "#6B53FF"
|
100
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
101
|
+
offset: 1,
|
102
|
+
stopColor: "#4081FF"
|
103
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
104
|
+
id: "paint5_radial_SfsEntrance26BlueIcon_7615_15068",
|
105
|
+
cx: 0,
|
106
|
+
cy: 0,
|
107
|
+
r: 1,
|
108
|
+
gradientUnits: "userSpaceOnUse",
|
109
|
+
gradientTransform: "matrix(26.00001 -17.05265 15.6406 23.84706 0 27)"
|
110
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
111
|
+
stopColor: "#6B53FF"
|
112
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
113
|
+
offset: 1,
|
114
|
+
stopColor: "#4081FF"
|
115
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
116
|
+
id: "paint6_radial_SfsEntrance26BlueIcon_7615_15068",
|
117
|
+
cx: 0,
|
118
|
+
cy: 0,
|
119
|
+
r: 1,
|
120
|
+
gradientUnits: "userSpaceOnUse",
|
121
|
+
gradientTransform: "matrix(26.00001 -17.05265 15.6406 23.84706 0 27)"
|
122
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
123
|
+
stopColor: "#6B53FF"
|
124
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
125
|
+
offset: 1,
|
126
|
+
stopColor: "#4081FF"
|
127
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
128
|
+
id: "paint7_radial_SfsEntrance26BlueIcon_7615_15068",
|
129
|
+
cx: 0,
|
130
|
+
cy: 0,
|
131
|
+
r: 1,
|
132
|
+
gradientUnits: "userSpaceOnUse",
|
133
|
+
gradientTransform: "matrix(25.99995 -12.07142 9.22142 19.8615 0 27)"
|
134
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
135
|
+
stopColor: "#6B53FF"
|
136
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
137
|
+
offset: 1,
|
138
|
+
stopColor: "#4081FF"
|
139
|
+
}))));
|
140
|
+
}
|
141
|
+
export default SfsEntrance26BlueIcon;
|
package/dist/esm/index.d.ts
CHANGED
@@ -390,6 +390,9 @@ export { default as ExternalSubnet24OntintIcon } from './ExternalSubnet24OntintI
|
|
390
390
|
export { default as Failback24BlueIcon } from './Failback24BlueIcon'
|
391
391
|
export { default as Failover24BlueIcon } from './Failover24BlueIcon'
|
392
392
|
export { default as File16GradientBlueIcon } from './File16GradientBlueIcon'
|
393
|
+
export { default as FileCluster24BlueIcon } from './FileCluster24BlueIcon'
|
394
|
+
export { default as FileController24BlueIcon } from './FileController24BlueIcon'
|
395
|
+
export { default as FileNamespace24BlueIcon } from './FileNamespace24BlueIcon'
|
393
396
|
export { default as FileNormalIcon } from './FileNormalIcon'
|
394
397
|
export { default as Filter16BlueSolidIcon } from './Filter16BlueSolidIcon'
|
395
398
|
export { default as Filter16BlueIcon } from './Filter16BlueIcon'
|
@@ -527,6 +530,8 @@ export { default as IsoImageDisc24OntintIcon } from './IsoImageDisc24OntintIcon'
|
|
527
530
|
export { default as IsoIcon } from './IsoIcon'
|
528
531
|
export { default as Isolation16BlueIcon } from './Isolation16BlueIcon'
|
529
532
|
export { default as Isolation24BlueIcon } from './Isolation24BlueIcon'
|
533
|
+
export { default as Jump16GradientBlueIcon } from './Jump16GradientBlueIcon'
|
534
|
+
export { default as Jump16GradientGrayIcon } from './Jump16GradientGrayIcon'
|
530
535
|
export { default as L2Gw16GradientBlueIcon } from './L2Gw16GradientBlueIcon'
|
531
536
|
export { default as L2Gw16GradientGreyIcon } from './L2Gw16GradientGreyIcon'
|
532
537
|
export { default as L2Gw16OntintIcon } from './L2Gw16OntintIcon'
|
@@ -1059,6 +1064,7 @@ export { default as SettingsGearFill24GradientBlueIcon } from './SettingsGearFil
|
|
1059
1064
|
export { default as SettingsGearFill24GradientGrayIcon } from './SettingsGearFill24GradientGrayIcon'
|
1060
1065
|
export { default as SettingsGearUserPersonal24GradientBlueIcon } from './SettingsGearUserPersonal24GradientBlueIcon'
|
1061
1066
|
export { default as SettingsGearUserPersonal24GradientGrayIcon } from './SettingsGearUserPersonal24GradientGrayIcon'
|
1067
|
+
export { default as SfsEntrance26BlueIcon } from './SfsEntrance26BlueIcon'
|
1062
1068
|
export { default as SharedVirtualVolume24GradientBlueIcon } from './SharedVirtualVolume24GradientBlueIcon'
|
1063
1069
|
export { default as SharedVirtualVolume24GradientGrayIcon } from './SharedVirtualVolume24GradientGrayIcon'
|
1064
1070
|
export { default as SharedVolume24BlueIcon } from './SharedVolume24BlueIcon'
|
package/dist/esm/index.js
CHANGED
@@ -390,6 +390,9 @@ export { default as ExternalSubnet24OntintIcon } from './ExternalSubnet24OntintI
|
|
390
390
|
export { default as Failback24BlueIcon } from './Failback24BlueIcon.js'
|
391
391
|
export { default as Failover24BlueIcon } from './Failover24BlueIcon.js'
|
392
392
|
export { default as File16GradientBlueIcon } from './File16GradientBlueIcon.js'
|
393
|
+
export { default as FileCluster24BlueIcon } from './FileCluster24BlueIcon.js'
|
394
|
+
export { default as FileController24BlueIcon } from './FileController24BlueIcon.js'
|
395
|
+
export { default as FileNamespace24BlueIcon } from './FileNamespace24BlueIcon.js'
|
393
396
|
export { default as FileNormalIcon } from './FileNormalIcon.js'
|
394
397
|
export { default as Filter16BlueSolidIcon } from './Filter16BlueSolidIcon.js'
|
395
398
|
export { default as Filter16BlueIcon } from './Filter16BlueIcon.js'
|
@@ -527,6 +530,8 @@ export { default as IsoImageDisc24OntintIcon } from './IsoImageDisc24OntintIcon.
|
|
527
530
|
export { default as IsoIcon } from './IsoIcon.js'
|
528
531
|
export { default as Isolation16BlueIcon } from './Isolation16BlueIcon.js'
|
529
532
|
export { default as Isolation24BlueIcon } from './Isolation24BlueIcon.js'
|
533
|
+
export { default as Jump16GradientBlueIcon } from './Jump16GradientBlueIcon.js'
|
534
|
+
export { default as Jump16GradientGrayIcon } from './Jump16GradientGrayIcon.js'
|
530
535
|
export { default as L2Gw16GradientBlueIcon } from './L2Gw16GradientBlueIcon.js'
|
531
536
|
export { default as L2Gw16GradientGreyIcon } from './L2Gw16GradientGreyIcon.js'
|
532
537
|
export { default as L2Gw16OntintIcon } from './L2Gw16OntintIcon.js'
|
@@ -1059,6 +1064,7 @@ export { default as SettingsGearFill24GradientBlueIcon } from './SettingsGearFil
|
|
1059
1064
|
export { default as SettingsGearFill24GradientGrayIcon } from './SettingsGearFill24GradientGrayIcon.js'
|
1060
1065
|
export { default as SettingsGearUserPersonal24GradientBlueIcon } from './SettingsGearUserPersonal24GradientBlueIcon.js'
|
1061
1066
|
export { default as SettingsGearUserPersonal24GradientGrayIcon } from './SettingsGearUserPersonal24GradientGrayIcon.js'
|
1067
|
+
export { default as SfsEntrance26BlueIcon } from './SfsEntrance26BlueIcon.js'
|
1062
1068
|
export { default as SharedVirtualVolume24GradientBlueIcon } from './SharedVirtualVolume24GradientBlueIcon.js'
|
1063
1069
|
export { default as SharedVirtualVolume24GradientGrayIcon } from './SharedVirtualVolume24GradientGrayIcon.js'
|
1064
1070
|
export { default as SharedVolume24BlueIcon } from './SharedVolume24BlueIcon.js'
|