metal-icons 0.1.1 → 0.1.2
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/LICENSE +21 -0
- package/README.md +1 -1
- package/dist/16/outline/index.esm.js +101 -0
- package/dist/16/solid/index.esm.js +97 -0
- package/dist/24/outline/index.esm.js +100 -0
- package/dist/24/solid/index.esm.js +94 -0
- package/package.json +26 -10
- package/dist/index.esm.js/index.js +0 -206
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Jason Melgoza
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgActivity = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 16,
|
|
7
|
+
height: 16,
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016 1Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
const SvgAlarm = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
width: 16,
|
|
18
|
+
height: 16,
|
|
19
|
+
fill: "none"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
d: "M8.5 5.75a.75.75 0 1 0-1.5 0v3.67l3.607 2.219a.75.75 0 0 0 .786-1.278L8.5 8.581V5.75Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M8 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM4.288 5.288a5.25 5.25 0 1 1 7.424 7.424 5.25 5.25 0 0 1-7.424-7.424Z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M1.856 4.698a7.5 7.5 0 0 1 3.702-2.79L5.07.49A9 9 0 0 0 .628 3.838l1.228.86Zm13.516-.86A9 9 0 0 0 10.93.49l-.488 1.419a7.5 7.5 0 0 1 3.702 2.79l1.228-.861Z"
|
|
29
|
+
}));
|
|
30
|
+
|
|
31
|
+
const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
width: 16,
|
|
34
|
+
height: 16,
|
|
35
|
+
fill: "none"
|
|
36
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fill: "currentColor",
|
|
38
|
+
d: "M7 11a1 1 0 0 1 1-1h.007a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1Zm1.75-5.25a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0v-2.5Z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
fill: "currentColor",
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
d: "M6.953 1.273a2.143 2.143 0 0 1 2.874.751l.002.004 5.884 9.774a2.126 2.126 0 0 1-.768 2.905 2.147 2.147 0 0 1-1.06.293H2.115a2.142 2.142 0 0 1-1.833-1.074 2.125 2.125 0 0 1 .006-2.124l.006-.01 5.878-9.764.002-.004c.191-.313.46-.571.78-.75l-.001-.001Zm.502 1.53-.001.002-5.872 9.754a.626.626 0 0 0 .231.853.644.644 0 0 0 .314.088h11.746a.643.643 0 0 0 .544-.32.625.625 0 0 0 0-.62l-5.87-9.755-.002-.001a.635.635 0 0 0-.857-.223.64.64 0 0 0-.233.222Z"
|
|
43
|
+
}));
|
|
44
|
+
|
|
45
|
+
const SvgAlignBottom = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 16,
|
|
48
|
+
height: 16,
|
|
49
|
+
fill: "none"
|
|
50
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
d: "M7.75 1a.75.75 0 0 1 .75.75v7.614l2.955-3.129a.75.75 0 0 1 1.09 1.03l-4.25 4.5a.747.747 0 0 1-.533.235h-.024a.747.747 0 0 1-.51-.211l-.004-.005a.898.898 0 0 1-.02-.02l-4.25-4.499a.75.75 0 0 1 1.091-1.03L7 9.364V1.75A.75.75 0 0 1 7.75 1ZM2.5 13.5a.75.75 0 1 0 0 1.5H13a.75.75 0 1 0 0-1.5H2.5Z"
|
|
53
|
+
}));
|
|
54
|
+
|
|
55
|
+
const SvgAlignTop = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
+
width: 16,
|
|
58
|
+
height: 16,
|
|
59
|
+
fill: "none"
|
|
60
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
fill: "currentColor",
|
|
62
|
+
d: "M7.75 15a.75.75 0 0 1-.75-.75V6.636L4.045 9.765a.75.75 0 0 1-1.09-1.03l4.25-4.5A.747.747 0 0 1 7.738 4h.024a.75.75 0 0 1 .51.211l.004.005a.857.857 0 0 1 .02.02l4.25 4.499a.751.751 0 0 1-1.091 1.03L8.5 6.636v7.614a.75.75 0 0 1-.75.75ZM13 2.5A.75.75 0 1 0 13 1H2.5a.75.75 0 0 0 0 1.5H13Z"
|
|
63
|
+
}));
|
|
64
|
+
|
|
65
|
+
const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
66
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
67
|
+
width: 16,
|
|
68
|
+
height: 16,
|
|
69
|
+
fill: "none"
|
|
70
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
fill: "currentColor",
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
d: "M9.722 10.5h3.028a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.028L8 12.945 9.722 10.5ZM10.5 12h2.25A2.25 2.25 0 0 0 15 9.75v-6.5A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v6.5A2.25 2.25 0 0 0 3.25 12H5.5l1.887 2.68a.75.75 0 0 0 1.226 0L10.5 12Z"
|
|
74
|
+
}));
|
|
75
|
+
|
|
76
|
+
const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
77
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
78
|
+
width: 16,
|
|
79
|
+
height: 16,
|
|
80
|
+
fill: "none"
|
|
81
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
fill: "currentColor",
|
|
83
|
+
d: "M6.75 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z"
|
|
84
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
85
|
+
fill: "currentColor",
|
|
86
|
+
fillRule: "evenodd",
|
|
87
|
+
d: "M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V5.832A1.75 1.75 0 0 1 0 4.25v-1.5Zm13.5 10V6h-11v6.75c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75Zm1-8.5a.25.25 0 0 1-.25.25H1.75a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v1.5Z"
|
|
88
|
+
}));
|
|
89
|
+
|
|
90
|
+
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
91
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
92
|
+
width: 16,
|
|
93
|
+
height: 16,
|
|
94
|
+
fill: "none"
|
|
95
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
fill: "currentColor",
|
|
97
|
+
fillRule: "evenodd",
|
|
98
|
+
d: "M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v7.5A2.25 2.25 0 0 1 13.75 15H2.25A2.25 2.25 0 0 1 0 12.75v-9.5c0-.597.237-1.169.659-1.591ZM1.5 7v5.749a.75.75 0 0 0 .75.75h11.5a.75.75 0 0 0 .75-.75V7h-13Zm13-1.5h-13V3.25a.75.75 0 0 1 .75-.75h4.379c.199 0 .39.08.53.22L8.28 3.84a2.25 2.25 0 0 0 1.591.659h3.879a.75.75 0 0 1 .75.75V5.5Z"
|
|
99
|
+
}));
|
|
100
|
+
|
|
101
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgActivity = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 16,
|
|
7
|
+
height: 16,
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016 1Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
const SvgAlarm = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
width: 16,
|
|
18
|
+
height: 16,
|
|
19
|
+
fill: "none"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
d: "M5.558 1.909a7.5 7.5 0 0 0-3.702 2.79L.628 3.837A9 9 0 0 1 5.07.49l.488 1.419Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M8 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5Zm.5 3.5a.75.75 0 1 0-1.5 0v3.67l3.607 2.219a.75.75 0 0 0 .786-1.278L8.5 8.581V5.75Z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M15.372 3.838A9 9 0 0 0 10.93.49l-.488 1.419a7.5 7.5 0 0 1 3.702 2.79l1.228-.861Z"
|
|
30
|
+
}));
|
|
31
|
+
|
|
32
|
+
const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: 16,
|
|
35
|
+
height: 16,
|
|
36
|
+
fill: "none"
|
|
37
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "currentColor",
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M8.541 1.07a2.143 2.143 0 0 0-1.588.203l.001.001c-.32.179-.589.437-.78.75l-.002.004-5.878 9.764-.006.01a2.125 2.125 0 0 0 .768 2.904c.321.189.686.29 1.059.294h11.77a2.148 2.148 0 0 0 1.06-.293 2.126 2.126 0 0 0 .768-2.905L9.829 2.028l-.002-.004a2.143 2.143 0 0 0-1.286-.954Zm-1.248 9.223A1 1 0 0 0 8 12h.007a1 1 0 0 0 0-2H8a1 1 0 0 0-.707.293ZM8.53 5.22c.141.14.22.331.22.53v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.53Z"
|
|
41
|
+
}));
|
|
42
|
+
|
|
43
|
+
const SvgAlignBottom = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
width: 16,
|
|
46
|
+
height: 16,
|
|
47
|
+
fill: "none"
|
|
48
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
d: "M7.75 1a.75.75 0 0 1 .75.75v7.614l2.955-3.129a.75.75 0 0 1 1.09 1.03l-4.25 4.5a.747.747 0 0 1-.533.235h-.024a.747.747 0 0 1-.51-.211l-.004-.005a.898.898 0 0 1-.02-.02l-4.25-4.499a.75.75 0 0 1 1.091-1.03L7 9.364V1.75A.75.75 0 0 1 7.75 1ZM2.5 13.5a.75.75 0 1 0 0 1.5H13a.75.75 0 1 0 0-1.5H2.5Z"
|
|
51
|
+
}));
|
|
52
|
+
|
|
53
|
+
const SvgAlignTop = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
55
|
+
width: 16,
|
|
56
|
+
height: 16,
|
|
57
|
+
fill: "none"
|
|
58
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
fill: "currentColor",
|
|
60
|
+
d: "M7.75 15a.75.75 0 0 1-.75-.75V6.636L4.045 9.765a.75.75 0 0 1-1.09-1.03l4.25-4.5A.747.747 0 0 1 7.738 4h.024a.75.75 0 0 1 .51.211l.004.005a.857.857 0 0 1 .02.02l4.25 4.499a.751.751 0 0 1-1.091 1.03L8.5 6.636v7.614a.75.75 0 0 1-.75.75ZM13 2.5A.75.75 0 1 0 13 1H2.5a.75.75 0 0 0 0 1.5H13Z"
|
|
61
|
+
}));
|
|
62
|
+
|
|
63
|
+
const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
64
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
65
|
+
width: 16,
|
|
66
|
+
height: 16,
|
|
67
|
+
fill: "none"
|
|
68
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
fill: "currentColor",
|
|
70
|
+
d: "M12.75 1A2.25 2.25 0 0 1 15 3.25v6.5A2.25 2.25 0 0 1 12.75 12H10.5l-1.887 2.68a.75.75 0 0 1-1.226 0L5.5 12H3.25A2.25 2.25 0 0 1 1 9.75v-6.5A2.25 2.25 0 0 1 3.25 1h9.5Z"
|
|
71
|
+
}));
|
|
72
|
+
|
|
73
|
+
const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
74
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
+
width: 16,
|
|
76
|
+
height: 16,
|
|
77
|
+
fill: "none"
|
|
78
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
fill: "currentColor",
|
|
80
|
+
d: "M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .696-.407 1.297-.996 1.58H.996A1.75 1.75 0 0 1 0 4.25v-1.5Z"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
fill: "currentColor",
|
|
83
|
+
fillRule: "evenodd",
|
|
84
|
+
d: "M1 7.51h14v5.24A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V7.51Zm5.22 1.71A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.53-1.28Z"
|
|
85
|
+
}));
|
|
86
|
+
|
|
87
|
+
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
88
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
+
width: 16,
|
|
90
|
+
height: 16,
|
|
91
|
+
fill: "none"
|
|
92
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
93
|
+
fill: "currentColor",
|
|
94
|
+
d: "M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v.25H0V3.25c0-.597.237-1.169.659-1.591ZM0 7v5.75A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75V7H0Z"
|
|
95
|
+
}));
|
|
96
|
+
|
|
97
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgActivity = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M9.003 2a.75.75 0 0 1 .71.519l5.278 16.27 2.294-7.265A.75.75 0 0 1 18 11h4a.75.75 0 1 1 0 1.5h-3.45l-2.835 8.976a.75.75 0 0 1-1.428.005L8.99 5.151l-2.278 6.836A.75.75 0 0 1 6 12.5H2A.75.75 0 1 1 2 11h3.46l2.828-8.487A.75.75 0 0 1 9.003 2Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
const SvgAlarm = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
width: 24,
|
|
18
|
+
height: 24,
|
|
19
|
+
fill: "none"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
d: "M7.73 3.408A10.5 10.5 0 0 0 2.906 7.75L1.607 7A12 12 0 0 1 7.12 2.037l.61 1.37ZM12.5 7.75a.75.75 0 0 0-1.5 0v5.678l5.868 3.468a.75.75 0 0 0 .764-1.292L12.5 12.572V7.75Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M12 3a10 10 0 1 0 0 20 10 10 0 0 0 0-20ZM5.99 6.99a8.5 8.5 0 1 1 12.02 12.02A8.5 8.5 0 0 1 5.99 6.99Z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M21.093 7.75a10.5 10.5 0 0 0-4.822-4.342l.61-1.37A12 12 0 0 1 22.392 7l-1.299.75Z"
|
|
30
|
+
}));
|
|
31
|
+
|
|
32
|
+
const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
width: 24,
|
|
35
|
+
height: 24,
|
|
36
|
+
fill: "currentColor"
|
|
37
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "M11 17a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H12a1 1 0 0 1-1-1Zm1.75-8.25a.75.75 0 1 0-1.5 0v4.5a.75.75 0 1 0 1.5 0v-4.5Z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
d: "M10.658 2.366a2.651 2.651 0 0 1 2.684 0c.407.239.745.581.984.99l.002.004 8.315 14.46a2.86 2.86 0 0 1 .008 2.758 2.75 2.75 0 0 1-.976 1.03c-.41.25-.877.386-1.357.392H3.682a2.653 2.653 0 0 1-1.357-.393 2.757 2.757 0 0 1-.975-1.029 2.86 2.86 0 0 1 .007-2.758l.006-.01 8.31-14.45.001-.004c.237-.41.576-.75.984-.99Zm.313 1.744L2.665 18.552a1.36 1.36 0 0 0 0 1.306c.108.198.262.36.443.47.18.11.382.169.586.172h16.61c.204-.003.406-.061.586-.172.181-.11.335-.272.444-.47a1.36 1.36 0 0 0-.001-1.306L13.03 4.112l-.001-.002a1.25 1.25 0 0 0-.446-.45 1.15 1.15 0 0 0-1.166 0 1.25 1.25 0 0 0-.446.45Z"
|
|
42
|
+
}));
|
|
43
|
+
|
|
44
|
+
const SvgAlignBottom = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
width: 24,
|
|
47
|
+
height: 24,
|
|
48
|
+
fill: "none"
|
|
49
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
fill: "currentColor",
|
|
51
|
+
d: "M11.75 2a.75.75 0 0 1 .75.75v12.638l4.96-5.158a.75.75 0 1 1 1.08 1.04l-6.25 6.5a.751.751 0 0 1-1.08 0l-6.25-6.5a.75.75 0 1 1 1.08-1.04L11 15.388V2.75a.75.75 0 0 1 .75-.75ZM3.5 20.5a.75.75 0 1 0 0 1.5H20a.75.75 0 1 0 0-1.5H3.5Z"
|
|
52
|
+
}));
|
|
53
|
+
|
|
54
|
+
const SvgAlignTop = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
55
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
56
|
+
width: 24,
|
|
57
|
+
height: 24,
|
|
58
|
+
fill: "none"
|
|
59
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "currentColor",
|
|
61
|
+
d: "M11.75 22a.75.75 0 0 1-.75-.75V8.612L6.04 13.77a.75.75 0 1 1-1.08-1.04l6.25-6.5a.75.75 0 0 1 1.08 0l6.25 6.5a.75.75 0 1 1-1.08 1.04L12.5 8.612V21.25a.75.75 0 0 1-.75.75ZM20 3.5A.75.75 0 1 0 20 2H3.5a.75.75 0 0 0 0 1.5H20Z"
|
|
62
|
+
}));
|
|
63
|
+
|
|
64
|
+
const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
66
|
+
width: 24,
|
|
67
|
+
height: 24,
|
|
68
|
+
fill: "none"
|
|
69
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
fillRule: "evenodd",
|
|
72
|
+
d: "M15.031 16.5h5.219c.69 0 1.25-.56 1.25-1.25v-9.5c0-.69-.56-1.25-1.25-1.25H3.75c-.69 0-1.25.56-1.25 1.25v8.875c0 1.036.84 1.875 1.875 1.875h4.594L12 20.27l3.031-3.77ZM23 5.75A2.75 2.75 0 0 0 20.25 3H3.75A2.75 2.75 0 0 0 1 5.75v8.875A3.375 3.375 0 0 0 4.375 18H8.25l2.83 3.519a1.125 1.125 0 0 0 1.84 0L15.75 18h4.5A2.75 2.75 0 0 0 23 15.25v-9.5Z"
|
|
73
|
+
}));
|
|
74
|
+
|
|
75
|
+
const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
76
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
77
|
+
width: 24,
|
|
78
|
+
height: 24,
|
|
79
|
+
fill: "none"
|
|
80
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
81
|
+
fill: "currentColor",
|
|
82
|
+
d: "M9.75 11a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5h-4.5Z"
|
|
83
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
fill: "currentColor",
|
|
85
|
+
fillRule: "evenodd",
|
|
86
|
+
d: "M1 4.25A2.25 2.25 0 0 1 3.25 2h17.5A2.25 2.25 0 0 1 23 4.25v1.5c0 .78-.397 1.467-1 1.871V19.25A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25V7.621A2.248 2.248 0 0 1 1 5.75v-1.5ZM3.5 8h17v11.25c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25V8Zm-.25-4.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h17.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75H3.25Z"
|
|
87
|
+
}));
|
|
88
|
+
|
|
89
|
+
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
90
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
91
|
+
width: 24,
|
|
92
|
+
height: 24,
|
|
93
|
+
fill: "none"
|
|
94
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
95
|
+
fill: "currentColor",
|
|
96
|
+
fillRule: "evenodd",
|
|
97
|
+
d: "M1.805 2.805A2.75 2.75 0 0 1 3.75 2h5.672c.73 0 1.428.29 1.944.805l.829.829c.234.234.552.366.883.366h7.172A2.75 2.75 0 0 1 23 6.75v12.5A2.75 2.75 0 0 1 20.25 22H3.75A2.75 2.75 0 0 1 1 19.25V4.75c0-.73.29-1.429.805-1.945ZM2.5 8.5v10.75c0 .69.56 1.25 1.25 1.25h16.5c.69 0 1.25-.56 1.25-1.25V8.5h-19Zm19-1.5h-19V4.75c0-.69.56-1.25 1.25-1.25h5.672c.331 0 .649.132.883.366l.829.829a2.75 2.75 0 0 0 1.944.805h7.172c.69 0 1.25.56 1.25 1.25V7Z"
|
|
98
|
+
}));
|
|
99
|
+
|
|
100
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgActivity = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M9.003 2a.75.75 0 0 1 .71.519l5.278 16.27 2.294-7.265A.75.75 0 0 1 18 11h4a.75.75 0 1 1 0 1.5h-3.45l-2.835 8.976a.75.75 0 0 1-1.428.005L8.99 5.151l-2.278 6.836A.75.75 0 0 1 6 12.5H2A.75.75 0 1 1 2 11h3.46l2.828-8.487A.75.75 0 0 1 9.003 2Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
const SvgAlarm = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
width: 24,
|
|
18
|
+
height: 24,
|
|
19
|
+
fill: "none"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
d: "M2.907 7.75a10.5 10.5 0 0 1 4.822-4.342l-.61-1.37A12 12 0 0 0 1.608 7l1.299.75Zm18.186 0a10.5 10.5 0 0 0-4.822-4.342l.61-1.37A12 12 0 0 1 22.392 7l-1.299.75Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M12 3a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-.25 4a.75.75 0 0 1 .75.75v4.822l5.131 3.032a.75.75 0 1 1-.762 1.292L11 13.428V7.75a.75.75 0 0 1 .75-.75Z"
|
|
27
|
+
}));
|
|
28
|
+
|
|
29
|
+
const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
width: 24,
|
|
32
|
+
height: 24,
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
fillRule: "evenodd",
|
|
37
|
+
d: "M12 2.001c-.472 0-.935.126-1.342.365a2.75 2.75 0 0 0-.984.99l-.001.004-8.31 14.45-.006.01a2.86 2.86 0 0 0-.007 2.758c.23.422.566.777.975 1.029.409.251.877.387 1.357.393h16.636c.48-.006.947-.142 1.357-.392.41-.252.746-.607.976-1.03a2.86 2.86 0 0 0-.008-2.758L14.328 3.36l-.002-.004a2.762 2.762 0 0 0-.984-.99A2.651 2.651 0 0 0 12 2.001Zm-.707 14.292A1 1 0 0 0 12 18h.01a1 1 0 1 0 0-2H12a1 1 0 0 0-.707.293ZM12.53 8.22c.141.14.22.331.22.53v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 1.28-.53Z"
|
|
38
|
+
}));
|
|
39
|
+
|
|
40
|
+
const SvgAlignBottom = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
41
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
+
width: 24,
|
|
43
|
+
height: 24,
|
|
44
|
+
fill: "none"
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
d: "M11.75 2a.75.75 0 0 1 .75.75v12.638l4.96-5.158a.75.75 0 1 1 1.08 1.04l-6.25 6.5a.751.751 0 0 1-1.08 0l-6.25-6.5a.75.75 0 1 1 1.08-1.04L11 15.388V2.75a.75.75 0 0 1 .75-.75ZM3.5 20.5a.75.75 0 1 0 0 1.5H20a.75.75 0 1 0 0-1.5H3.5Z"
|
|
48
|
+
}));
|
|
49
|
+
|
|
50
|
+
const SvgAlignTop = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
width: 24,
|
|
53
|
+
height: 24,
|
|
54
|
+
fill: "none"
|
|
55
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fill: "currentColor",
|
|
57
|
+
d: "M11.75 22a.75.75 0 0 1-.75-.75V8.612L6.04 13.77a.75.75 0 1 1-1.08-1.04l6.25-6.5a.75.75 0 0 1 1.08 0l6.25 6.5a.75.75 0 1 1-1.08 1.04L12.5 8.612V21.25a.75.75 0 0 1-.75.75ZM20 3.5A.75.75 0 1 0 20 2H3.5a.75.75 0 0 0 0 1.5H20Z"
|
|
58
|
+
}));
|
|
59
|
+
|
|
60
|
+
const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
61
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
62
|
+
width: 24,
|
|
63
|
+
height: 24,
|
|
64
|
+
fill: "none"
|
|
65
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
fill: "currentColor",
|
|
67
|
+
d: "M20.25 3A2.75 2.75 0 0 1 23 5.75v9.5A2.75 2.75 0 0 1 20.25 18h-4.5l-2.83 3.519a1.125 1.125 0 0 1-1.84 0L8.25 18H4.375A3.375 3.375 0 0 1 1 14.625V5.75A2.75 2.75 0 0 1 3.75 3h16.5Z"
|
|
68
|
+
}));
|
|
69
|
+
|
|
70
|
+
const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
71
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
72
|
+
width: 24,
|
|
73
|
+
height: 24,
|
|
74
|
+
fill: "none"
|
|
75
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
fill: "currentColor",
|
|
77
|
+
d: "M1 4.25A2.25 2.25 0 0 1 3.25 2h17.5A2.25 2.25 0 0 1 23 4.25v1.5c0 .78-.396 1.466-.999 1.87H1.998A2.248 2.248 0 0 1 1 5.75v-1.5Z"
|
|
78
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
fill: "currentColor",
|
|
80
|
+
fillRule: "evenodd",
|
|
81
|
+
d: "M2 9h20v10.25A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25V9Zm7.22 3.22a.75.75 0 0 1 .53-.22h4.5a.75.75 0 1 1 0 1.5h-4.5a.75.75 0 0 1-.53-1.28Z"
|
|
82
|
+
}));
|
|
83
|
+
|
|
84
|
+
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
85
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
86
|
+
width: 24,
|
|
87
|
+
height: 24,
|
|
88
|
+
fill: "none"
|
|
89
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
fill: "currentColor",
|
|
91
|
+
d: "M1.805 2.805A2.75 2.75 0 0 1 3.75 2h5.672c.73 0 1.428.29 1.944.805l.829.829c.234.234.552.366.883.366h7.172A2.75 2.75 0 0 1 23 6.75V7H1V4.75c0-.73.29-1.429.805-1.945ZM1 8.5v10.75A2.75 2.75 0 0 0 3.75 22h16.5A2.75 2.75 0 0 0 23 19.25V8.5H1Z"
|
|
92
|
+
}));
|
|
93
|
+
|
|
94
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
|
package/package.json
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "metal-icons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A flexible React icon set",
|
|
5
5
|
"author": "Jason Melgoza",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./dist/16/solid/index.esm.js"
|
|
10
|
+
},
|
|
11
|
+
"./16/outline": {
|
|
12
|
+
"import": "./dist/16/outline/index.esm.js"
|
|
13
|
+
},
|
|
14
|
+
"./16/solid": {
|
|
15
|
+
"import": "./dist/16/solid/index.esm.js"
|
|
16
|
+
},
|
|
17
|
+
"./24/outline": {
|
|
18
|
+
"import": "./dist/24/outline/index.esm.js"
|
|
19
|
+
},
|
|
20
|
+
"./24/solid": {
|
|
21
|
+
"import": "./dist/24/solid/index.esm.js"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
8
24
|
"files": ["dist"],
|
|
9
25
|
"scripts": {
|
|
10
26
|
"clean": "rimraf package *.tgz",
|
|
@@ -12,14 +28,14 @@
|
|
|
12
28
|
"construct": "yarn construct:line:16 && yarn construct:line:24 && yarn construct:solid:16 && yarn construct:solid:24",
|
|
13
29
|
"prebuild": "rimraf dist",
|
|
14
30
|
"build": "rollup -c --bundleConfigAsCjs",
|
|
15
|
-
"optimize:line:16": "rimraf ./optimized/16/outline && svgo -q -p 8 -f ./raw/16/outline -o ./optimized/16/outline",
|
|
16
|
-
"optimize:line:24": "rimraf ./optimized/24/outline && svgo -q -p 8 -f ./raw/24/outline -o ./optimized/24/outline",
|
|
17
|
-
"optimize:solid:16": "rimraf ./optimized/16/solid && svgo -q -p 8 -f ./raw/16/solid -o ./optimized/16/solid",
|
|
18
|
-
"optimize:solid:24": "rimraf ./optimized/24/solid && svgo -q -p 8 -f ./raw/24/solid -o ./optimized/24/solid",
|
|
19
|
-
"construct:line:16": "svgr --out-dir src/16/outline -- optimized/16/outline",
|
|
20
|
-
"construct:line:24": "svgr --out-dir src/24/outline -- optimized/
|
|
21
|
-
"construct:solid:16": "svgr --out-dir src/16/solid -- optimized/16/solid",
|
|
22
|
-
"construct:solid:24": "svgr --out-dir src/24/solid -- optimized/24/solid"
|
|
31
|
+
"optimize:line:16": "rimraf ./optimized/16/outline && svgo --config=svgo.config.mjs -q -p 8 -f ./raw/16/outline -o ./optimized/16/outline",
|
|
32
|
+
"optimize:line:24": "rimraf ./optimized/24/outline && svgo --config=svgo.config.mjs -q -p 8 -f ./raw/24/outline -o ./optimized/24/outline",
|
|
33
|
+
"optimize:solid:16": "rimraf ./optimized/16/solid && svgo --config=svgo.config.mjs -q -p 8 -f ./raw/16/solid -o ./optimized/16/solid",
|
|
34
|
+
"optimize:solid:24": "rimraf ./optimized/24/solid && svgo --config=svgo.config.mjs -q -p 8 -f ./raw/24/solid -o ./optimized/24/solid",
|
|
35
|
+
"construct:line:16": "rimraf ./src/16/outline && svgr --out-dir src/16/outline -- optimized/16/outline",
|
|
36
|
+
"construct:line:24": "rimraf ./src/24/outline && svgr --out-dir src/24/outline -- optimized/24/outline",
|
|
37
|
+
"construct:solid:16": "rimraf ./src/16/solid && svgr --out-dir src/16/solid -- optimized/16/solid",
|
|
38
|
+
"construct:solid:24": "rimraf ./src/24/solid && svgr --out-dir src/24/solid -- optimized/24/solid"
|
|
23
39
|
},
|
|
24
40
|
"devDependencies": {
|
|
25
41
|
"@babel/plugin-transform-runtime": "^7.23.2",
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgActivity = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: 16,
|
|
7
|
-
height: 16,
|
|
8
|
-
fill: "none",
|
|
9
|
-
viewBox: "0 0 16 16"
|
|
10
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
fillRule: "evenodd",
|
|
13
|
-
d: "M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016 1Z"
|
|
14
|
-
}));
|
|
15
|
-
|
|
16
|
-
const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
17
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
width: 16,
|
|
19
|
-
height: 16,
|
|
20
|
-
fill: "currentColor",
|
|
21
|
-
viewBox: "0 0 16 16"
|
|
22
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
23
|
-
fillRule: "evenodd",
|
|
24
|
-
d: "M8.541 1.07a2.143 2.143 0 0 0-1.588.203l.001.001c-.32.179-.589.437-.78.75l-.002.004-5.878 9.764-.006.01a2.125 2.125 0 0 0 .768 2.904c.321.189.686.29 1.059.294h11.77a2.148 2.148 0 0 0 1.06-.293 2.126 2.126 0 0 0 .768-2.905L9.829 2.028l-.002-.004a2.143 2.143 0 0 0-1.286-.954Zm-1.248 9.223A1 1 0 0 0 8 12h.007a1 1 0 0 0 0-2H8a1 1 0 0 0-.707.293ZM8.53 5.22c.141.14.22.331.22.53v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.53Z"
|
|
25
|
-
}));
|
|
26
|
-
|
|
27
|
-
const SvgAlignCenter = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
28
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
-
width: 16,
|
|
30
|
-
height: 16,
|
|
31
|
-
fill: "currentColor",
|
|
32
|
-
viewBox: "0 0 16 16"
|
|
33
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm2 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM3.75 12a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5Z"
|
|
35
|
-
}));
|
|
36
|
-
|
|
37
|
-
const SvgAlignJustify = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
38
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
-
width: 16,
|
|
40
|
-
height: 16,
|
|
41
|
-
fill: "currentColor",
|
|
42
|
-
viewBox: "0 0 16 16"
|
|
43
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
d: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm0 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM1.75 12a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Z"
|
|
45
|
-
}));
|
|
46
|
-
|
|
47
|
-
const SvgAlignLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
48
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
-
width: 16,
|
|
50
|
-
height: 16,
|
|
51
|
-
fill: "currentColor",
|
|
52
|
-
viewBox: "0 0 16 16"
|
|
53
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm0 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM1.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5Z"
|
|
55
|
-
}));
|
|
56
|
-
|
|
57
|
-
const SvgAlignRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
58
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
59
|
-
width: 16,
|
|
60
|
-
height: 16,
|
|
61
|
-
fill: "currentColor",
|
|
62
|
-
viewBox: "0 0 16 16"
|
|
63
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
64
|
-
d: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm3 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM4.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5Z"
|
|
65
|
-
}));
|
|
66
|
-
|
|
67
|
-
const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
68
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
-
width: 16,
|
|
70
|
-
height: 16,
|
|
71
|
-
fill: "none",
|
|
72
|
-
viewBox: "0 0 16 16"
|
|
73
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
74
|
-
fill: "currentColor",
|
|
75
|
-
fillRule: "evenodd",
|
|
76
|
-
d: "M9.722 10.5h3.028a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.028L8 12.945 9.722 10.5ZM10.5 12h2.25A2.25 2.25 0 0 0 15 9.75v-6.5A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v6.5A2.25 2.25 0 0 0 3.25 12H5.5l1.887 2.68a.75.75 0 0 0 1.226 0L10.5 12Z"
|
|
77
|
-
}));
|
|
78
|
-
|
|
79
|
-
const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
80
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
81
|
-
width: 16,
|
|
82
|
-
height: 16,
|
|
83
|
-
fill: "none",
|
|
84
|
-
viewBox: "0 0 16 16"
|
|
85
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
86
|
-
fill: "currentColor",
|
|
87
|
-
d: "M6.75 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z"
|
|
88
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
89
|
-
fill: "currentColor",
|
|
90
|
-
fillRule: "evenodd",
|
|
91
|
-
d: "M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V5.832A1.75 1.75 0 0 1 0 4.25v-1.5Zm13.5 10V6h-11v6.75c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75Zm1-8.5a.25.25 0 0 1-.25.25H1.75a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v1.5Z"
|
|
92
|
-
}));
|
|
93
|
-
|
|
94
|
-
const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
95
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
-
width: 16,
|
|
97
|
-
height: 16,
|
|
98
|
-
fill: "none",
|
|
99
|
-
viewBox: "0 0 16 16"
|
|
100
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
101
|
-
fill: "currentColor",
|
|
102
|
-
d: "M12.78 4.28a.75.75 0 0 0-1.06-1.06L4.5 10.44V6.75a.75.75 0 1 0-1.5 0v5.5a.748.748 0 0 0 .75.75h5.5a.75.75 0 1 0 0-1.5H5.56l7.22-7.22Z"
|
|
103
|
-
}));
|
|
104
|
-
|
|
105
|
-
const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
106
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
-
width: 16,
|
|
108
|
-
height: 16,
|
|
109
|
-
fill: "none",
|
|
110
|
-
viewBox: "0 0 16 16"
|
|
111
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
112
|
-
fill: "currentColor",
|
|
113
|
-
d: "M3.22 4.28a.75.75 0 0 1 1.06-1.06l7.22 7.22V6.75a.75.75 0 1 1 1.5 0v5.5a.746.746 0 0 1-.75.75h-5.5a.75.75 0 1 1 0-1.5h3.69L3.22 4.28Z"
|
|
114
|
-
}));
|
|
115
|
-
|
|
116
|
-
const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
117
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
118
|
-
width: 16,
|
|
119
|
-
height: 16,
|
|
120
|
-
fill: "none",
|
|
121
|
-
viewBox: "0 0 16 16"
|
|
122
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
123
|
-
fill: "currentColor",
|
|
124
|
-
d: "M8.5 2.75a.75.75 0 1 0-1.5 0v8.614L4.045 8.235a.75.75 0 0 0-1.09 1.03l4.248 4.498a.747.747 0 0 0 .535.236L7.75 14h.012a.747.747 0 0 0 .533-.235l4.25-4.5a.75.75 0 0 0-1.09-1.03L8.5 11.364V2.75Z"
|
|
125
|
-
}));
|
|
126
|
-
|
|
127
|
-
const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
128
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
129
|
-
width: 16,
|
|
130
|
-
height: 16,
|
|
131
|
-
fill: "none",
|
|
132
|
-
viewBox: "0 0 16 16"
|
|
133
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
134
|
-
fill: "currentColor",
|
|
135
|
-
d: "M7.765 4.045a.75.75 0 0 0 .176-.239.75.75 0 0 0-1.206-.851L2.237 7.203a.748.748 0 0 0-.001 1.093l4.499 4.25a.75.75 0 0 0 1.03-1.091L4.636 8.5h8.614a.75.75 0 1 0 0-1.5H4.636l3.129-2.955Z"
|
|
136
|
-
}));
|
|
137
|
-
|
|
138
|
-
const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
139
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
140
|
-
width: 16,
|
|
141
|
-
height: 16,
|
|
142
|
-
fill: "none",
|
|
143
|
-
viewBox: "0 0 16 16"
|
|
144
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
145
|
-
fill: "currentColor",
|
|
146
|
-
d: "M8.235 4.045a.75.75 0 1 1 1.03-1.09l4.5 4.25a.751.751 0 0 1 0 1.09l-4.5 4.25a.75.75 0 0 1-1.03-1.09L11.364 8.5H2.75a.75.75 0 0 1 0-1.5h8.614L8.235 4.045Z"
|
|
147
|
-
}));
|
|
148
|
-
|
|
149
|
-
const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
150
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
-
width: 16,
|
|
152
|
-
height: 16,
|
|
153
|
-
fill: "none",
|
|
154
|
-
viewBox: "0 0 16 16"
|
|
155
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
156
|
-
fill: "currentColor",
|
|
157
|
-
d: "M3.057 3.463A.748.748 0 0 1 3.75 3h5.5a.75.75 0 0 1 0 1.5H5.56l7.22 7.22a.75.75 0 1 1-1.06 1.06L4.5 5.56v3.69a.75.75 0 0 1-1.5 0v-5.5c0-.102.02-.199.057-.287Z"
|
|
158
|
-
}));
|
|
159
|
-
|
|
160
|
-
const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
161
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
-
width: 16,
|
|
163
|
-
height: 16,
|
|
164
|
-
fill: "none",
|
|
165
|
-
viewBox: "0 0 16 16"
|
|
166
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
167
|
-
fill: "currentColor",
|
|
168
|
-
d: "M12.943 3.463A.748.748 0 0 0 12.25 3h-5.5a.75.75 0 0 0 0 1.5h3.69l-7.22 7.22a.75.75 0 1 0 1.06 1.06l7.22-7.22v3.69a.75.75 0 1 0 1.5 0v-5.5a.746.746 0 0 0-.057-.287Z"
|
|
169
|
-
}));
|
|
170
|
-
|
|
171
|
-
const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
172
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
173
|
-
width: 16,
|
|
174
|
-
height: 16,
|
|
175
|
-
fill: "none",
|
|
176
|
-
viewBox: "0 0 16 16"
|
|
177
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
178
|
-
fill: "currentColor",
|
|
179
|
-
d: "M4.045 7.765a.75.75 0 1 1-1.09-1.03l4.25-4.5a.75.75 0 0 1 1.09 0l4.25 4.5a.75.75 0 0 1-1.09 1.03L8.5 4.636v8.614a.75.75 0 1 1-1.5 0V4.636L4.045 7.765Z"
|
|
180
|
-
}));
|
|
181
|
-
|
|
182
|
-
const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
183
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
184
|
-
width: 16,
|
|
185
|
-
height: 16,
|
|
186
|
-
fill: "none",
|
|
187
|
-
viewBox: "0 0 16 16"
|
|
188
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
189
|
-
fill: "currentColor",
|
|
190
|
-
fillRule: "evenodd",
|
|
191
|
-
d: "M9.818.21a8 8 0 1 0 3.046 14.141.75.75 0 1 0-.912-1.19A6.5 6.5 0 1 1 14.5 8v1c0 .908-.54 1.5-1.25 1.5-.4 0-.691-.157-.894-.399C12.142 9.847 12 9.463 12 9V4.75a.75.75 0 1 0-1.5 0v.127a4 4 0 1 0 .449 5.825c.076.128.162.25.258.364.484.577 1.194.934 2.043.934C15.04 12 16 10.461 16 9V8A8 8 0 0 0 9.818.21ZM10.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"
|
|
192
|
-
}));
|
|
193
|
-
|
|
194
|
-
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
195
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
196
|
-
width: 16,
|
|
197
|
-
height: 16,
|
|
198
|
-
fill: "none",
|
|
199
|
-
viewBox: "0 0 16 16"
|
|
200
|
-
}, props), /*#__PURE__*/React.createElement("path", {
|
|
201
|
-
fill: "currentColor",
|
|
202
|
-
fillRule: "evenodd",
|
|
203
|
-
d: "M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v7.5A2.25 2.25 0 0 1 13.75 15H2.25A2.25 2.25 0 0 1 0 12.75v-9.5c0-.597.237-1.169.659-1.591ZM1.5 7v5.749a.75.75 0 0 0 .75.75h11.5a.75.75 0 0 0 .75-.75V7h-13Zm13-1.5h-13V3.25a.75.75 0 0 1 .75-.75h4.379c.199 0 .39.08.53.22L8.28 3.84a2.25 2.25 0 0 0 1.591.659h3.879a.75.75 0 0 1 .75.75V5.5Z"
|
|
204
|
-
}));
|
|
205
|
-
|
|
206
|
-
export { SvgActivity as Activity, SvgAlert as Alert, SvgAlignCenter as AlignCenter, SvgAlignJustify as AlignJustify, SvgAlignLeft as AlignLeft, SvgAlignRight as AlignRight, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgAt as At, SvgFolder as Folder };
|