@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,64 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function FileCluster24BlueIcon({
|
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: "M6 9.25a1 1 0 100-2 1 1 0 000 2z",
|
17
|
+
fill: "url(#paint0_radial_FileCluster24BlueIcon_7613_3049)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M7 15.75a1 1 0 11-2 0 1 1 0 012 0z",
|
20
|
+
fill: "url(#paint1_radial_FileCluster24BlueIcon_7613_3049)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M22 9.926a2 2 0 00-.706-1.525l-4.79-4.065A2 2 0 0015.394 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V9.926zM21 11.5V9.993a1 1 0 00-.346-.757L20.381 9H17a1 1 0 01-1-1V5.212l-.05-.044A1 1 0 0015.393 5H4a1 1 0 00-1 1v5.5h18zm0 1H3V18a1 1 0 001 1h16a1 1 0 001-1v-5.5z",
|
25
|
+
fill: "url(#paint2_radial_FileCluster24BlueIcon_7613_3049)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_FileCluster24BlueIcon_7613_3049",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(20 -16 15.60975 19.5122 2 20)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_FileCluster24BlueIcon_7613_3049",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(20 -16 15.60975 19.5122 2 20)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
+
id: "paint2_radial_FileCluster24BlueIcon_7613_3049",
|
52
|
+
cx: 0,
|
53
|
+
cy: 0,
|
54
|
+
r: 1,
|
55
|
+
gradientUnits: "userSpaceOnUse",
|
56
|
+
gradientTransform: "matrix(20 -16 15.60975 19.5122 2 20)"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#5BCAFF"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: 1,
|
61
|
+
stopColor: "#06F"
|
62
|
+
}))));
|
63
|
+
}
|
64
|
+
module.exports = FileCluster24BlueIcon;
|
@@ -0,0 +1,64 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function FileController24BlueIcon({
|
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: "M6 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",
|
17
|
+
fill: "url(#paint0_radial_FileController24BlueIcon_7613_14317)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M6.5 12a.5.5 0 000 1h7a.5.5 0 000-1h-7z",
|
20
|
+
fill: "url(#paint1_radial_FileController24BlueIcon_7613_14317)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M21 16a2 2 0 01-2 2h-5v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H5a2 2 0 01-2-2V6a2 2 0 012-2h10.298a2 2 0 011.25.438L20.249 7.4A2 2 0 0121 8.96V16zm-5-7h4v7a1 1 0 01-1 1H5a1 1 0 01-1-1V6a1 1 0 011-1h10v3a1 1 0 001 1z",
|
25
|
+
fill: "url(#paint2_radial_FileController24BlueIcon_7613_14317)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_FileController24BlueIcon_7613_14317",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_FileController24BlueIcon_7613_14317",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
+
id: "paint2_radial_FileController24BlueIcon_7613_14317",
|
52
|
+
cx: 0,
|
53
|
+
cy: 0,
|
54
|
+
r: 1,
|
55
|
+
gradientUnits: "userSpaceOnUse",
|
56
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#5BCAFF"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: 1,
|
61
|
+
stopColor: "#06F"
|
62
|
+
}))));
|
63
|
+
}
|
64
|
+
module.exports = FileController24BlueIcon;
|
@@ -0,0 +1,79 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = FileNamespace24BlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = Jump16GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = Jump16GradientGrayIcon;
|
@@ -0,0 +1,141 @@
|
|
1
|
+
const React = require("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
|
+
module.exports = SfsEntrance26BlueIcon;
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FileCluster24BlueIcon({
|
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: "M6 9.25a1 1 0 100-2 1 1 0 000 2z",
|
17
|
+
fill: "url(#paint0_radial_FileCluster24BlueIcon_7613_3049)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M7 15.75a1 1 0 11-2 0 1 1 0 012 0z",
|
20
|
+
fill: "url(#paint1_radial_FileCluster24BlueIcon_7613_3049)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M22 9.926a2 2 0 00-.706-1.525l-4.79-4.065A2 2 0 0015.394 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V9.926zM21 11.5V9.993a1 1 0 00-.346-.757L20.381 9H17a1 1 0 01-1-1V5.212l-.05-.044A1 1 0 0015.393 5H4a1 1 0 00-1 1v5.5h18zm0 1H3V18a1 1 0 001 1h16a1 1 0 001-1v-5.5z",
|
25
|
+
fill: "url(#paint2_radial_FileCluster24BlueIcon_7613_3049)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_FileCluster24BlueIcon_7613_3049",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(20 -16 15.60975 19.5122 2 20)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_FileCluster24BlueIcon_7613_3049",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(20 -16 15.60975 19.5122 2 20)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
+
id: "paint2_radial_FileCluster24BlueIcon_7613_3049",
|
52
|
+
cx: 0,
|
53
|
+
cy: 0,
|
54
|
+
r: 1,
|
55
|
+
gradientUnits: "userSpaceOnUse",
|
56
|
+
gradientTransform: "matrix(20 -16 15.60975 19.5122 2 20)"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#5BCAFF"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: 1,
|
61
|
+
stopColor: "#06F"
|
62
|
+
}))));
|
63
|
+
}
|
64
|
+
export default FileCluster24BlueIcon;
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function FileController24BlueIcon({
|
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: "M6 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",
|
17
|
+
fill: "url(#paint0_radial_FileController24BlueIcon_7613_14317)"
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M6.5 12a.5.5 0 000 1h7a.5.5 0 000-1h-7z",
|
20
|
+
fill: "url(#paint1_radial_FileController24BlueIcon_7613_14317)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M21 16a2 2 0 01-2 2h-5v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H5a2 2 0 01-2-2V6a2 2 0 012-2h10.298a2 2 0 011.25.438L20.249 7.4A2 2 0 0121 8.96V16zm-5-7h4v7a1 1 0 01-1 1H5a1 1 0 01-1-1V6a1 1 0 011-1h10v3a1 1 0 001 1z",
|
25
|
+
fill: "url(#paint2_radial_FileController24BlueIcon_7613_14317)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_FileController24BlueIcon_7613_14317",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_FileController24BlueIcon_7613_14317",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
51
|
+
id: "paint2_radial_FileController24BlueIcon_7613_14317",
|
52
|
+
cx: 0,
|
53
|
+
cy: 0,
|
54
|
+
r: 1,
|
55
|
+
gradientUnits: "userSpaceOnUse",
|
56
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#5BCAFF"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: 1,
|
61
|
+
stopColor: "#06F"
|
62
|
+
}))));
|
63
|
+
}
|
64
|
+
export default FileController24BlueIcon;
|