metal-icons 0.1.2 → 0.1.4
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/README.md +1 -1
- package/dist/16/outline/index.esm.js +174 -1
- package/dist/16/solid/index.esm.js +169 -1
- package/dist/24/outline/index.esm.js +174 -1
- package/dist/24/solid/index.esm.js +169 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -87,6 +87,179 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
87
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
88
|
}));
|
|
89
89
|
|
|
90
|
+
const SvgArrowDownLeft = 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
|
+
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"
|
|
98
|
+
}));
|
|
99
|
+
|
|
100
|
+
const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
101
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
102
|
+
width: 16,
|
|
103
|
+
height: 16,
|
|
104
|
+
fill: "none"
|
|
105
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
106
|
+
fill: "currentColor",
|
|
107
|
+
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"
|
|
108
|
+
}));
|
|
109
|
+
|
|
110
|
+
const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
111
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
112
|
+
width: 16,
|
|
113
|
+
height: 16,
|
|
114
|
+
fill: "none"
|
|
115
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
116
|
+
fill: "currentColor",
|
|
117
|
+
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"
|
|
118
|
+
}));
|
|
119
|
+
|
|
120
|
+
const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
121
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
122
|
+
width: 16,
|
|
123
|
+
height: 16,
|
|
124
|
+
fill: "none"
|
|
125
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
126
|
+
fill: "currentColor",
|
|
127
|
+
d: "M7.765 4.045a.75.75 0 1 0-1.03-1.09L2.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"
|
|
128
|
+
}));
|
|
129
|
+
|
|
130
|
+
const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
131
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
132
|
+
width: 16,
|
|
133
|
+
height: 16,
|
|
134
|
+
fill: "none"
|
|
135
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
fill: "currentColor",
|
|
137
|
+
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"
|
|
138
|
+
}));
|
|
139
|
+
|
|
140
|
+
const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
141
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
142
|
+
width: 16,
|
|
143
|
+
height: 16,
|
|
144
|
+
fill: "none"
|
|
145
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
146
|
+
fill: "currentColor",
|
|
147
|
+
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"
|
|
148
|
+
}));
|
|
149
|
+
|
|
150
|
+
const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
151
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
152
|
+
width: 16,
|
|
153
|
+
height: 16,
|
|
154
|
+
fill: "none"
|
|
155
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
156
|
+
fill: "currentColor",
|
|
157
|
+
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"
|
|
158
|
+
}));
|
|
159
|
+
|
|
160
|
+
const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
+
width: 16,
|
|
163
|
+
height: 16,
|
|
164
|
+
fill: "none"
|
|
165
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
166
|
+
fill: "currentColor",
|
|
167
|
+
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"
|
|
168
|
+
}));
|
|
169
|
+
|
|
170
|
+
const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
172
|
+
width: 16,
|
|
173
|
+
height: 16,
|
|
174
|
+
fill: "none"
|
|
175
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
176
|
+
fill: "currentColor",
|
|
177
|
+
fillRule: "evenodd",
|
|
178
|
+
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"
|
|
179
|
+
}));
|
|
180
|
+
|
|
181
|
+
const SvgBattery = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
183
|
+
width: 16,
|
|
184
|
+
height: 16,
|
|
185
|
+
fill: "none"
|
|
186
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
187
|
+
fill: "currentColor",
|
|
188
|
+
fillRule: "evenodd",
|
|
189
|
+
d: "M2.25 3A2.25 2.25 0 0 0 0 5.25v5.5A2.25 2.25 0 0 0 2.25 13h8.5A2.25 2.25 0 0 0 13 10.75v-5.5A2.25 2.25 0 0 0 10.75 3h-8.5ZM1.5 5.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-8.5a.75.75 0 0 1-.75-.75v-5.5Z"
|
|
190
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
191
|
+
fill: "currentColor",
|
|
192
|
+
d: "M15.5 6.75a.75.75 0 1 0-1.5 0v2.5a.75.75 0 1 0 1.5 0v-2.5Z"
|
|
193
|
+
}));
|
|
194
|
+
|
|
195
|
+
const SvgBeaker = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
197
|
+
width: 16,
|
|
198
|
+
height: 16,
|
|
199
|
+
fill: "currentColor"
|
|
200
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
201
|
+
fillRule: "evenodd",
|
|
202
|
+
d: "M4.608 2H3.75a.75.75 0 1 0 0 1.5h.394l.987 2.154c.03.065.03.14 0 .205l-2.948 6.685A1.75 1.75 0 0 0 3.783 15h8.433a1.75 1.75 0 0 0 1.6-2.456l-2.948-6.685a.252.252 0 0 1 0-.205l.988-2.154h.394a.75.75 0 1 0 0-1.5H4.608Zm5.598 1.5H5.794l.7 1.529c.209.455.213.977.01 1.435L5.828 8h4.346l-.678-1.536a1.75 1.75 0 0 1 .01-1.435l.7-1.529Zm-6.65 9.65 1.61-3.65h5.669l1.61 3.65a.25.25 0 0 1-.23.35h-8.43a.25.25 0 0 1-.23-.35Z"
|
|
203
|
+
}));
|
|
204
|
+
|
|
205
|
+
const SvgBell = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
206
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
207
|
+
width: 16,
|
|
208
|
+
height: 16,
|
|
209
|
+
fill: "currentColor"
|
|
210
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
211
|
+
fillRule: "evenodd",
|
|
212
|
+
d: "M13 8.78c0 1.334.788 1.72 1.25 1.72a.75.75 0 1 1 0 1.5H1.75a.75.75 0 1 1 0-1.5c.462 0 1.25-.386 1.25-1.72V6.405C3 3.665 4.907 1 8 1s5 2.665 5 5.405V8.78ZM4.5 6.405C4.5 4.275 5.938 2.5 8 2.5c2.062 0 3.5 1.776 3.5 3.905V8.78c0 .677.145 1.252.387 1.72H4.113c.242-.468.387-1.043.387-1.72V6.405Z"
|
|
213
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
214
|
+
d: "M6.898 12.872a.75.75 0 1 0-1.296.756A2.773 2.773 0 0 0 8 15c1.023 0 1.918-.55 2.398-1.372a.75.75 0 1 0-1.296-.756c-.219.374-.63.628-1.102.628-.473 0-.883-.254-1.102-.628Z"
|
|
215
|
+
}));
|
|
216
|
+
|
|
217
|
+
const SvgBookClosed = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
218
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
219
|
+
width: 16,
|
|
220
|
+
height: 16,
|
|
221
|
+
fill: "none"
|
|
222
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
223
|
+
fill: "currentColor",
|
|
224
|
+
fillRule: "evenodd",
|
|
225
|
+
d: "M2.5 2.25a.75.75 0 0 1 .75-.75h10a.25.25 0 0 1 .25.25v8.5H3.75c-.45 0-.875.108-1.25.3v-8.3ZM2.5 13v.75c0 .414.336.75.75.75h10a.25.25 0 0 0 .25-.25v-2.5H3.75c-.69 0-1.25.56-1.25 1.25ZM1 13V2.25A2.25 2.25 0 0 1 3.25 0h10C14.216 0 15 .784 15 1.75V14.5a1.5 1.5 0 0 1-1.5 1.5H3.25A2.25 2.25 0 0 1 1 13.75V13Z"
|
|
226
|
+
}));
|
|
227
|
+
|
|
228
|
+
const SvgBookOpen = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
229
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
230
|
+
width: 16,
|
|
231
|
+
height: 16,
|
|
232
|
+
fill: "none"
|
|
233
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
234
|
+
fill: "currentColor",
|
|
235
|
+
fillRule: "evenodd",
|
|
236
|
+
d: "m7.368 14.654-.462-.717c-.444-.69-.59-.9-.762-1.047a1.639 1.639 0 0 0-.57-.316h-.001c-.207-.066-.449-.074-1.254-.074H2.25A2.25 2.25 0 0 1 0 10.25v-7A2.25 2.25 0 0 1 2.25 1h1.916c.649 0 1.183 0 1.618.037.451.038.862.12 1.247.322.373.197.702.467.969.79a3.18 3.18 0 0 1 .969-.79c.384-.202.796-.284 1.247-.322C10.651 1 11.186 1 11.835 1h1.915A2.25 2.25 0 0 1 16 3.25v7a2.25 2.25 0 0 1-2.25 2.25h-2.07c-.804 0-1.046.008-1.253.073a1.648 1.648 0 0 0-.571.317c-.173.147-.318.357-.762 1.047l-.462.717a.748.748 0 0 1-1.264 0ZM6.332 2.686c-.134-.07-.32-.125-.675-.155-.364-.03-.834-.031-1.524-.031H2.25a.75.75 0 0 0-.75.75v7c0 .414.336.75.75.75h2.173c.655 0 1.145 0 1.6.143a3.14 3.14 0 0 1 1.227.727V5.75c0-.712 0-1.202-.03-1.583-.03-.372-.084-.574-.156-.72a1.71 1.71 0 0 0-.732-.761ZM8.75 11.87a3.14 3.14 0 0 1 1.226-.727c.456-.144.946-.143 1.6-.143h2.174a.75.75 0 0 0 .75-.75v-7a.75.75 0 0 0-.75-.75h-1.883c-.69 0-1.16 0-1.524.031-.355.03-.541.085-.675.155a1.71 1.71 0 0 0-.732.76c-.072.147-.126.349-.155.721-.03.38-.031.871-.031 1.583v6.12Z"
|
|
237
|
+
}));
|
|
238
|
+
|
|
239
|
+
const SvgBookmarkPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
240
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
241
|
+
width: 16,
|
|
242
|
+
height: 16,
|
|
243
|
+
fill: "none"
|
|
244
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
245
|
+
fill: "currentColor",
|
|
246
|
+
d: "M8.53 4.22a.75.75 0 0 0-1.28.53V6H6a.75.75 0 0 0 0 1.5h1.25v1.25a.75.75 0 0 0 1.5 0V7.5H10A.75.75 0 1 0 10 6H8.75V4.75a.75.75 0 0 0-.22-.53Z"
|
|
247
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
248
|
+
fill: "currentColor",
|
|
249
|
+
fillRule: "evenodd",
|
|
250
|
+
d: "M2.659 1.659A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.479.878l4.403-2.394a.25.25 0 0 1 .238 0l4.402 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75 1h-7.5a2.25 2.25 0 0 0-1.591.659Zm1.06 1.06A.75.75 0 0 1 4.25 2.5h7.5a.75.75 0 0 1 .75.75v9.989l-3.664-1.992a1.75 1.75 0 0 0-1.672 0L3.5 13.239V3.25a.75.75 0 0 1 .22-.53Z"
|
|
251
|
+
}));
|
|
252
|
+
|
|
253
|
+
const SvgBookmark = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
254
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
255
|
+
width: 16,
|
|
256
|
+
height: 16,
|
|
257
|
+
fill: "currentColor"
|
|
258
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
259
|
+
fillRule: "evenodd",
|
|
260
|
+
d: "M2 3.25A2.25 2.25 0 0 1 4.25 1h7.5A2.25 2.25 0 0 1 14 3.25v10.83a1 1 0 0 1-1.478.878L8.12 12.564a.25.25 0 0 0-.238 0l-4.403 2.394A1 1 0 0 1 2 14.08V3.25Zm2.25-.75a.75.75 0 0 0-.75.75v9.989l3.664-1.992a1.75 1.75 0 0 1 1.672 0l3.664 1.992V3.25a.75.75 0 0 0-.75-.75h-7.5Z"
|
|
261
|
+
}));
|
|
262
|
+
|
|
90
263
|
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
91
264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
92
265
|
width: 16,
|
|
@@ -98,4 +271,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
98
271
|
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
272
|
}));
|
|
100
273
|
|
|
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 };
|
|
274
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, 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, SvgBattery as Battery, SvgBeaker as Beaker, SvgBell as Bell, SvgBookClosed as BookClosed, SvgBookOpen as BookOpen, SvgBookmark as Bookmark, SvgBookmarkPlus as BookmarkPlus, SvgFolder as Folder };
|
|
@@ -84,6 +84,174 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
84
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
85
|
}));
|
|
86
86
|
|
|
87
|
+
const SvgArrowDownLeft = 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: "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"
|
|
95
|
+
}));
|
|
96
|
+
|
|
97
|
+
const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
98
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
99
|
+
width: 16,
|
|
100
|
+
height: 16,
|
|
101
|
+
fill: "none"
|
|
102
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
103
|
+
fill: "currentColor",
|
|
104
|
+
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"
|
|
105
|
+
}));
|
|
106
|
+
|
|
107
|
+
const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
108
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
109
|
+
width: 16,
|
|
110
|
+
height: 16,
|
|
111
|
+
fill: "none"
|
|
112
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
113
|
+
fill: "currentColor",
|
|
114
|
+
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"
|
|
115
|
+
}));
|
|
116
|
+
|
|
117
|
+
const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
119
|
+
width: 16,
|
|
120
|
+
height: 16,
|
|
121
|
+
fill: "none"
|
|
122
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
123
|
+
fill: "currentColor",
|
|
124
|
+
d: "M7.765 4.045a.75.75 0 1 0-1.03-1.09L2.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"
|
|
125
|
+
}));
|
|
126
|
+
|
|
127
|
+
const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
129
|
+
width: 16,
|
|
130
|
+
height: 16,
|
|
131
|
+
fill: "none"
|
|
132
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
133
|
+
fill: "currentColor",
|
|
134
|
+
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"
|
|
135
|
+
}));
|
|
136
|
+
|
|
137
|
+
const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
+
width: 16,
|
|
140
|
+
height: 16,
|
|
141
|
+
fill: "none"
|
|
142
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
143
|
+
fill: "currentColor",
|
|
144
|
+
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"
|
|
145
|
+
}));
|
|
146
|
+
|
|
147
|
+
const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
width: 16,
|
|
150
|
+
height: 16,
|
|
151
|
+
fill: "none"
|
|
152
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
fill: "currentColor",
|
|
154
|
+
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"
|
|
155
|
+
}));
|
|
156
|
+
|
|
157
|
+
const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
158
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
159
|
+
width: 16,
|
|
160
|
+
height: 16,
|
|
161
|
+
fill: "none"
|
|
162
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
163
|
+
fill: "currentColor",
|
|
164
|
+
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"
|
|
165
|
+
}));
|
|
166
|
+
|
|
167
|
+
const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
168
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
169
|
+
width: 16,
|
|
170
|
+
height: 16,
|
|
171
|
+
fill: "none"
|
|
172
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
173
|
+
fill: "currentColor",
|
|
174
|
+
fillRule: "evenodd",
|
|
175
|
+
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"
|
|
176
|
+
}));
|
|
177
|
+
|
|
178
|
+
const SvgBattery = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
179
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
180
|
+
width: 16,
|
|
181
|
+
height: 16,
|
|
182
|
+
fill: "none"
|
|
183
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
184
|
+
fill: "currentColor",
|
|
185
|
+
fillRule: "evenodd",
|
|
186
|
+
d: "M2.25 3A2.25 2.25 0 0 0 0 5.25v5.5A2.25 2.25 0 0 0 2.25 13h8.5A2.25 2.25 0 0 0 13 10.75v-5.5A2.25 2.25 0 0 0 10.75 3h-8.5Z"
|
|
187
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
fill: "currentColor",
|
|
189
|
+
d: "M15.5 6.75a.75.75 0 1 0-1.5 0v2.5a.75.75 0 1 0 1.5 0v-2.5Z"
|
|
190
|
+
}));
|
|
191
|
+
|
|
192
|
+
const SvgBeaker = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
193
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
194
|
+
width: 16,
|
|
195
|
+
height: 16,
|
|
196
|
+
fill: "currentColor"
|
|
197
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
198
|
+
fillRule: "evenodd",
|
|
199
|
+
d: "M4.608 2H3.75a.75.75 0 1 0 0 1.5h.394l.987 2.154c.03.065.03.14 0 .205l-2.948 6.685A1.75 1.75 0 0 0 3.783 15h8.433a1.75 1.75 0 0 0 1.6-2.456l-2.948-6.685a.252.252 0 0 1 0-.205l.988-2.154h.394a.75.75 0 1 0 0-1.5H4.608Zm5.598 1.5H5.794l.7 1.529c.209.455.213.977.01 1.435L5.828 8h4.346l-.678-1.536a1.75 1.75 0 0 1 .01-1.435l.7-1.529Z"
|
|
200
|
+
}));
|
|
201
|
+
|
|
202
|
+
const SvgBell = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
204
|
+
width: 16,
|
|
205
|
+
height: 16,
|
|
206
|
+
fill: "currentColor"
|
|
207
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
208
|
+
fillRule: "evenodd",
|
|
209
|
+
d: "M13 8.78c0 1.334.788 1.72 1.25 1.72a.75.75 0 1 1 0 1.5H1.75a.75.75 0 1 1 0-1.5c.462 0 1.25-.386 1.25-1.72V6.405C3 3.665 4.907 1 8 1s5 2.665 5 5.405V8.78Z"
|
|
210
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
211
|
+
d: "M6.898 12.872a.75.75 0 1 0-1.296.756A2.773 2.773 0 0 0 8 15c1.023 0 1.918-.55 2.398-1.372a.75.75 0 1 0-1.296-.756c-.219.374-.63.628-1.102.628-.473 0-.883-.254-1.102-.628Z"
|
|
212
|
+
}));
|
|
213
|
+
|
|
214
|
+
const SvgBookClosed = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
215
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
216
|
+
width: 16,
|
|
217
|
+
height: 16,
|
|
218
|
+
fill: "none"
|
|
219
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
220
|
+
fill: "currentColor",
|
|
221
|
+
fillRule: "evenodd",
|
|
222
|
+
d: "M1 2.298A2.25 2.25 0 0 1 3.25.048H13.5a1.5 1.5 0 0 1 1.5 1.5V14.5a1.5 1.5 0 0 1-1.5 1.5H3.25A2.25 2.25 0 0 1 1 13.75V2.298Zm2.75 9.452c-.69 0-1.25.56-1.25 1.25v.75c0 .414.336.75.75.75H13.5v-2.75H3.75Z"
|
|
223
|
+
}));
|
|
224
|
+
|
|
225
|
+
const SvgBookOpen = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
227
|
+
width: 16,
|
|
228
|
+
height: 16,
|
|
229
|
+
fill: "none"
|
|
230
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
231
|
+
fill: "currentColor",
|
|
232
|
+
d: "M7.25 1.486a3.152 3.152 0 0 0-.22-.127c-.384-.202-.795-.284-1.246-.322C5.349 1 4.814 1 4.166 1H2.25A2.25 2.25 0 0 0 0 3.25v7a2.25 2.25 0 0 0 2.25 2.25h2.07c.804 0 1.046.008 1.253.073.208.066.402.173.571.317.173.147.318.358.763 1.047l.343.534V1.486Zm1.5 12.984.344-.533c.444-.69.59-.9.762-1.047.17-.144.363-.251.57-.316h.001c.207-.066.449-.074 1.254-.074h2.069A2.25 2.25 0 0 0 16 10.25v-7A2.25 2.25 0 0 0 13.75 1h-1.915c-.65 0-1.184 0-1.619.037-.451.038-.863.12-1.247.322-.075.04-.148.082-.219.127v12.985Z"
|
|
233
|
+
}));
|
|
234
|
+
|
|
235
|
+
const SvgBookmarkPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
237
|
+
width: 16,
|
|
238
|
+
height: 16,
|
|
239
|
+
fill: "none"
|
|
240
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
241
|
+
fill: "currentColor",
|
|
242
|
+
fillRule: "evenodd",
|
|
243
|
+
d: "M4.25 1A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.478.878l4.403-2.394a.25.25 0 0 1 .238 0l4.403 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75 1h-7.5Zm3 3.75a.75.75 0 0 1 1.5 0V6H10a.75.75 0 1 1 0 1.5H8.75v1.25a.75.75 0 0 1-1.5 0V7.5H6A.75.75 0 0 1 6 6h1.25V4.75Z"
|
|
244
|
+
}));
|
|
245
|
+
|
|
246
|
+
const SvgBookmark = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
247
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
248
|
+
width: 16,
|
|
249
|
+
height: 16,
|
|
250
|
+
fill: "currentColor"
|
|
251
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
252
|
+
d: "M4.25 1A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.478.878l4.403-2.394a.25.25 0 0 1 .238 0l4.403 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75 1h-7.5Z"
|
|
253
|
+
}));
|
|
254
|
+
|
|
87
255
|
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
88
256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
89
257
|
width: 16,
|
|
@@ -94,4 +262,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
94
262
|
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
263
|
}));
|
|
96
264
|
|
|
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 };
|
|
265
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, 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, SvgBattery as Battery, SvgBeaker as Beaker, SvgBell as Bell, SvgBookClosed as BookClosed, SvgBookOpen as BookOpen, SvgBookmark as Bookmark, SvgBookmarkPlus as BookmarkPlus, SvgFolder as Folder };
|
|
@@ -86,6 +86,179 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
86
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
87
|
}));
|
|
88
88
|
|
|
89
|
+
const SvgArrowDownLeft = 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
|
+
d: "M18.78 6.28a.75.75 0 0 0-1.06-1.06L6.5 16.44V8.75a.75.75 0 0 0-1.5 0v9.5c0 .198.078.389.218.529l.002.001.001.002c.14.14.33.218.529.218h9.5a.75.75 0 1 0 0-1.5H7.56L18.78 6.28Z"
|
|
97
|
+
}));
|
|
98
|
+
|
|
99
|
+
const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
100
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
101
|
+
width: 24,
|
|
102
|
+
height: 24,
|
|
103
|
+
fill: "none"
|
|
104
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
105
|
+
fill: "currentColor",
|
|
106
|
+
d: "M5.22 7.28a.75.75 0 0 1 1.06-1.06L17.5 17.44V9.75a.75.75 0 1 1 1.5 0v9.5a.746.746 0 0 1-.75.75h-9.5a.75.75 0 1 1 0-1.5h7.69L5.22 7.28Z"
|
|
107
|
+
}));
|
|
108
|
+
|
|
109
|
+
const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
110
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
111
|
+
width: 24,
|
|
112
|
+
height: 24,
|
|
113
|
+
fill: "none"
|
|
114
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
115
|
+
fill: "currentColor",
|
|
116
|
+
d: "M12.5 3.75a.75.75 0 1 0-1.5 0v14.645l-5.96-6.166a.75.75 0 1 0-1.08 1.042l7.25 7.5a.752.752 0 0 0 1.08 0l7.25-7.5a.751.751 0 0 0-1.08-1.042l-5.96 6.166V3.75Z"
|
|
117
|
+
}));
|
|
118
|
+
|
|
119
|
+
const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
120
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
121
|
+
width: 24,
|
|
122
|
+
height: 24,
|
|
123
|
+
fill: "none"
|
|
124
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
125
|
+
fill: "currentColor",
|
|
126
|
+
d: "M11.771 5.04a.75.75 0 1 0-1.042-1.08l-7.5 7.25a.75.75 0 0 0 0 1.08l7.5 7.25a.751.751 0 0 0 1.042-1.08L5.605 12.5H20.25a.75.75 0 1 0 0-1.5H5.605l6.166-5.96Z"
|
|
127
|
+
}));
|
|
128
|
+
|
|
129
|
+
const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
131
|
+
width: 24,
|
|
132
|
+
height: 24,
|
|
133
|
+
fill: "none"
|
|
134
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
fill: "currentColor",
|
|
136
|
+
d: "M12.229 5.04a.75.75 0 1 1 1.042-1.08l7.5 7.25a.751.751 0 0 1 0 1.08l-7.5 7.25a.751.751 0 0 1-1.042-1.08l6.166-5.96H3.75a.75.75 0 1 1 0-1.5h14.645l-6.166-5.96Z"
|
|
137
|
+
}));
|
|
138
|
+
|
|
139
|
+
const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
140
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
141
|
+
width: 24,
|
|
142
|
+
height: 24,
|
|
143
|
+
fill: "none"
|
|
144
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
145
|
+
fill: "currentColor",
|
|
146
|
+
d: "M6.5 15.25a.75.75 0 1 1-1.5 0v-9.5c0-.206.083-.393.218-.529l.002-.001.001-.002c.14-.14.33-.218.529-.218h9.5a.75.75 0 1 1 0 1.5H7.56l11.22 11.22a.75.75 0 1 1-1.06 1.06L6.5 7.56v7.69Z"
|
|
147
|
+
}));
|
|
148
|
+
|
|
149
|
+
const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
150
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
+
width: 24,
|
|
152
|
+
height: 24,
|
|
153
|
+
fill: "none"
|
|
154
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
155
|
+
fill: "currentColor",
|
|
156
|
+
d: "M18.943 5.463a.747.747 0 0 0-.161-.242l-.002-.001-.001-.002A.748.748 0 0 0 18.25 5h-9.5a.75.75 0 0 0 0 1.5h7.69L5.22 17.72a.75.75 0 1 0 1.06 1.06L17.5 7.56v7.69a.75.75 0 1 0 1.5 0v-9.5a.746.746 0 0 0-.057-.287Z"
|
|
157
|
+
}));
|
|
158
|
+
|
|
159
|
+
const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
+
width: 24,
|
|
162
|
+
height: 24,
|
|
163
|
+
fill: "none"
|
|
164
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
fill: "currentColor",
|
|
166
|
+
d: "M5.04 10.771A.75.75 0 0 1 3.96 9.73l7.25-7.5a.751.751 0 0 1 1.08 0l7.25 7.5a.751.751 0 0 1-1.08 1.042L12.5 4.605V20.25a.75.75 0 1 1-1.5 0V4.605l-5.96 6.166Z"
|
|
167
|
+
}));
|
|
168
|
+
|
|
169
|
+
const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
170
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
171
|
+
width: 24,
|
|
172
|
+
height: 24,
|
|
173
|
+
fill: "none"
|
|
174
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
175
|
+
fill: "currentColor",
|
|
176
|
+
fillRule: "evenodd",
|
|
177
|
+
d: "M14.5 1.288a11 11 0 1 0 4.188 19.445.75.75 0 1 0-.912-1.19 9.5 9.5 0 1 1 3.724-7.544v1.025c0 1.258-.995 2.476-2.325 2.476-1.288 0-2.175-1.142-2.175-2.476V7.75a.75.75 0 0 0-1.5 0v.68a5 5 0 1 0 .488 6.587c.58 1.12 1.666 1.983 3.187 1.983C21.495 17 23 14.94 23 13.024V12a11 11 0 0 0-8.5-10.711v-.001ZM15.5 12a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0Z"
|
|
178
|
+
}));
|
|
179
|
+
|
|
180
|
+
const SvgBattery = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
182
|
+
width: 24,
|
|
183
|
+
height: 24,
|
|
184
|
+
fill: "none"
|
|
185
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
fill: "currentColor",
|
|
187
|
+
fillRule: "evenodd",
|
|
188
|
+
d: "M1.805 5.805A2.75 2.75 0 0 1 3.75 5h14.5A2.75 2.75 0 0 1 21 7.75v8.5A2.75 2.75 0 0 1 18.25 19H3.75A2.75 2.75 0 0 1 1 16.25v-8.5c0-.73.29-1.429.805-1.945ZM3.75 6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H3.75Z"
|
|
189
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
190
|
+
fill: "currentColor",
|
|
191
|
+
d: "M23.28 10.22c.141.14.22.331.22.53v2.5a.75.75 0 1 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.53Z"
|
|
192
|
+
}));
|
|
193
|
+
|
|
194
|
+
const SvgBeaker = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
195
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
196
|
+
width: 24,
|
|
197
|
+
height: 24,
|
|
198
|
+
fill: "currentColor"
|
|
199
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
200
|
+
fillRule: "evenodd",
|
|
201
|
+
d: "M6.75 4a.75.75 0 0 0 0 1.5h.662l1.441 2.883a.25.25 0 0 1 0 .226l-4.657 9.118C3.432 19.224 4.52 21 6.2 21h11.6c1.68 0 2.768-1.776 2.004-3.273l-4.656-9.118a.25.25 0 0 1 0-.226l1.44-2.883h.662a.75.75 0 0 0 0-1.5H6.75Zm8.162 1.5H9.088l1.106 2.213a1.75 1.75 0 0 1-.007 1.578L8.805 12h6.39l-1.383-2.709a1.75 1.75 0 0 1-.007-1.578L14.912 5.5Zm-9.38 12.909L8.04 13.5h7.922l2.507 4.909A.75.75 0 0 1 17.8 19.5H6.2a.75.75 0 0 1-.668-1.091Z"
|
|
202
|
+
}));
|
|
203
|
+
|
|
204
|
+
const SvgBell = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
205
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
206
|
+
width: 24,
|
|
207
|
+
height: 24,
|
|
208
|
+
fill: "currentColor"
|
|
209
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
210
|
+
fillRule: "evenodd",
|
|
211
|
+
d: "M20 14.15c0 1.304 1.019 2.35 2.25 2.35a.75.75 0 1 1 0 1.5H1.75a.75.75 0 1 1 0-1.5C2.981 16.5 4 15.454 4 14.15V8.983C4 4.665 7.702 1 12 1s8 3.665 8 7.983v5.167ZM5.5 8.983C5.5 5.5 8.524 2.5 12 2.5s6.5 3 6.5 6.483v5.167c0 .873.29 1.693.782 2.35H4.718a3.917 3.917 0 0 0 .782-2.35V8.983Z"
|
|
212
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
213
|
+
d: "M10.42 20.414a.75.75 0 0 0-1.34.672C9.63 22.188 10.703 23 12 23c1.296 0 2.369-.812 2.92-1.914a.75.75 0 1 0-1.34-.672c-.347.691-.953 1.086-1.58 1.086-.627 0-1.233-.395-1.58-1.086Z"
|
|
214
|
+
}));
|
|
215
|
+
|
|
216
|
+
const SvgBookClosed = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
217
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
218
|
+
width: 24,
|
|
219
|
+
height: 24,
|
|
220
|
+
fill: "none"
|
|
221
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
222
|
+
fill: "currentColor",
|
|
223
|
+
fillRule: "evenodd",
|
|
224
|
+
d: "M5.75 1A2.75 2.75 0 0 0 3 3.75v16.5A2.75 2.75 0 0 0 5.75 23h13.5A1.75 1.75 0 0 0 21 21.25V2.75A1.75 1.75 0 0 0 19.25 1H5.75ZM19.5 17.5V2.75a.25.25 0 0 0-.25-.25H5.75c-.69 0-1.25.56-1.25 1.25V17.8c.375-.192.8-.3 1.25-.3H19.5Zm-15 2.75c0 .69.56 1.25 1.25 1.25h13.5a.25.25 0 0 0 .25-.25V19H5.75c-.69 0-1.25.56-1.25 1.25Z"
|
|
225
|
+
}));
|
|
226
|
+
|
|
227
|
+
const SvgBookOpen = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
229
|
+
width: 24,
|
|
230
|
+
height: 24,
|
|
231
|
+
fill: "none"
|
|
232
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
233
|
+
fill: "currentColor",
|
|
234
|
+
fillRule: "evenodd",
|
|
235
|
+
d: "M12 4.732a4.134 4.134 0 0 0-1.533-1.295c-.487-.24-1.016-.341-1.63-.39C8.236 3 7.494 3 6.564 3H3.75A2.75 2.75 0 0 0 1 5.75v9.2a2.75 2.75 0 0 0 2.75 2.75h3.046c1.115 0 1.523.007 1.88.112.338.1.92.475.92.475s.513.543 1.132 1.44l.655.949a.75.75 0 0 0 1.234 0l.655-.95c.62-.896 1.132-1.439 1.132-1.439s.582-.375.92-.474c.357-.106.764-.113 1.88-.113h3.046A2.75 2.75 0 0 0 23 14.95v-9.2A2.75 2.75 0 0 0 20.25 3h-2.815c-.93 0-1.672 0-2.271.047-.615.049-1.144.15-1.631.39A4.134 4.134 0 0 0 12 4.732Zm-1.47 12.381c.26.207.484.454.72.76V9.03c0-.937 0-1.593-.044-2.104-.042-.502-.122-.797-.242-1.024a2.61 2.61 0 0 0-1.16-1.12c-.245-.12-.56-.198-1.086-.24-.533-.041-1.216-.042-2.185-.042H3.75c-.69 0-1.25.56-1.25 1.25v9.2c0 .69.56 1.25 1.25 1.25h3.16c.96 0 1.599 0 2.19.174a4.2 4.2 0 0 1 1.43.739Zm2.94 0c-.26.207-.484.454-.72.76V9.03c0-.937 0-1.593.044-2.104.042-.502.122-.797.242-1.024a2.61 2.61 0 0 1 1.16-1.12c.245-.12.56-.198 1.086-.24.533-.041 1.216-.042 2.185-.042h2.783c.69 0 1.25.56 1.25 1.25v9.2c0 .69-.56 1.25-1.25 1.25h-3.16c-.96 0-1.599 0-2.19.174a4.205 4.205 0 0 0-1.43.739Z"
|
|
236
|
+
}));
|
|
237
|
+
|
|
238
|
+
const SvgBookmarkPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
239
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
240
|
+
width: 24,
|
|
241
|
+
height: 24,
|
|
242
|
+
fill: "none"
|
|
243
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
244
|
+
fill: "currentColor",
|
|
245
|
+
d: "M12.53 7.22a.75.75 0 0 0-1.28.53V10H9a.75.75 0 1 0 0 1.5h2.25v2.25a.75.75 0 1 0 1.5 0V11.5H15a.75.75 0 1 0 0-1.5h-2.25V7.75a.75.75 0 0 0-.22-.53Z"
|
|
246
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
247
|
+
fill: "currentColor",
|
|
248
|
+
fillRule: "evenodd",
|
|
249
|
+
d: "M4.805 2.805A2.75 2.75 0 0 0 4 4.75v16.376a1 1 0 0 0 1.382.924l6.522-2.699a.249.249 0 0 1 .192 0l6.522 2.699A1 1 0 0 0 20 21.126V4.75A2.75 2.75 0 0 0 17.25 2H6.75c-.73 0-1.429.29-1.945.805ZM5.5 4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v15.628l-5.83-2.413a1.75 1.75 0 0 0-1.34 0L5.5 20.378V4.75Z"
|
|
250
|
+
}));
|
|
251
|
+
|
|
252
|
+
const SvgBookmark = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
253
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
254
|
+
width: 24,
|
|
255
|
+
height: 24,
|
|
256
|
+
fill: "currentColor"
|
|
257
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
fillRule: "evenodd",
|
|
259
|
+
d: "M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v16.376a1 1 0 0 1-1.382.924l-6.522-2.699a.249.249 0 0 0-.192 0L5.382 22.05A1 1 0 0 1 4 21.126V4.75ZM6.75 3.5c-.69 0-1.25.56-1.25 1.25v15.628l5.83-2.413a1.75 1.75 0 0 1 1.34 0l5.83 2.413V4.75c0-.69-.56-1.25-1.25-1.25H6.75Z"
|
|
260
|
+
}));
|
|
261
|
+
|
|
89
262
|
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
90
263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
91
264
|
width: 24,
|
|
@@ -97,4 +270,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
97
270
|
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
271
|
}));
|
|
99
272
|
|
|
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 };
|
|
273
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, 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, SvgBattery as Battery, SvgBeaker as Beaker, SvgBell as Bell, SvgBookClosed as BookClosed, SvgBookOpen as BookOpen, SvgBookmark as Bookmark, SvgBookmarkPlus as BookmarkPlus, SvgFolder as Folder };
|
|
@@ -81,6 +81,174 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
81
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
82
|
}));
|
|
83
83
|
|
|
84
|
+
const SvgArrowDownLeft = 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: "M18.78 6.28a.75.75 0 0 0-1.06-1.06L6.5 16.44V8.75a.75.75 0 0 0-1.5 0v9.5c0 .198.078.389.218.529l.002.001.001.002c.14.14.33.218.529.218h9.5a.75.75 0 1 0 0-1.5H7.56L18.78 6.28Z"
|
|
92
|
+
}));
|
|
93
|
+
|
|
94
|
+
const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
width: 24,
|
|
97
|
+
height: 24,
|
|
98
|
+
fill: "none"
|
|
99
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
fill: "currentColor",
|
|
101
|
+
d: "M5.22 7.28a.75.75 0 0 1 1.06-1.06L17.5 17.44V9.75a.75.75 0 1 1 1.5 0v9.5a.746.746 0 0 1-.75.75h-9.5a.75.75 0 1 1 0-1.5h7.69L5.22 7.28Z"
|
|
102
|
+
}));
|
|
103
|
+
|
|
104
|
+
const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
105
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
106
|
+
width: 24,
|
|
107
|
+
height: 24,
|
|
108
|
+
fill: "none"
|
|
109
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
110
|
+
fill: "currentColor",
|
|
111
|
+
d: "M12.5 3.75a.75.75 0 1 0-1.5 0v14.645l-5.96-6.166a.75.75 0 1 0-1.08 1.042l7.25 7.5a.752.752 0 0 0 1.08 0l7.25-7.5a.751.751 0 0 0-1.08-1.042l-5.96 6.166V3.75Z"
|
|
112
|
+
}));
|
|
113
|
+
|
|
114
|
+
const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
116
|
+
width: 24,
|
|
117
|
+
height: 24,
|
|
118
|
+
fill: "none"
|
|
119
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
120
|
+
fill: "currentColor",
|
|
121
|
+
d: "M11.771 5.04a.75.75 0 1 0-1.042-1.08l-7.5 7.25a.75.75 0 0 0 0 1.08l7.5 7.25a.751.751 0 0 0 1.042-1.08L5.605 12.5H20.25a.75.75 0 1 0 0-1.5H5.605l6.166-5.96Z"
|
|
122
|
+
}));
|
|
123
|
+
|
|
124
|
+
const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
126
|
+
width: 24,
|
|
127
|
+
height: 24,
|
|
128
|
+
fill: "none"
|
|
129
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
130
|
+
fill: "currentColor",
|
|
131
|
+
d: "M12.229 5.04a.75.75 0 1 1 1.042-1.08l7.5 7.25a.751.751 0 0 1 0 1.08l-7.5 7.25a.751.751 0 0 1-1.042-1.08l6.166-5.96H3.75a.75.75 0 1 1 0-1.5h14.645l-6.166-5.96Z"
|
|
132
|
+
}));
|
|
133
|
+
|
|
134
|
+
const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
135
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
136
|
+
width: 24,
|
|
137
|
+
height: 24,
|
|
138
|
+
fill: "none"
|
|
139
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
140
|
+
fill: "currentColor",
|
|
141
|
+
d: "M6.5 15.25a.75.75 0 1 1-1.5 0v-9.5c0-.206.083-.393.218-.529l.002-.001.001-.002c.14-.14.33-.218.529-.218h9.5a.75.75 0 1 1 0 1.5H7.56l11.22 11.22a.75.75 0 1 1-1.06 1.06L6.5 7.56v7.69Z"
|
|
142
|
+
}));
|
|
143
|
+
|
|
144
|
+
const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
145
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
146
|
+
width: 24,
|
|
147
|
+
height: 24,
|
|
148
|
+
fill: "none"
|
|
149
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
150
|
+
fill: "currentColor",
|
|
151
|
+
d: "M18.943 5.463a.747.747 0 0 0-.161-.242l-.002-.001-.001-.002A.748.748 0 0 0 18.25 5h-9.5a.75.75 0 0 0 0 1.5h7.69L5.22 17.72a.75.75 0 1 0 1.06 1.06L17.5 7.56v7.69a.75.75 0 1 0 1.5 0v-9.5a.746.746 0 0 0-.057-.287Z"
|
|
152
|
+
}));
|
|
153
|
+
|
|
154
|
+
const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
155
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
156
|
+
width: 24,
|
|
157
|
+
height: 24,
|
|
158
|
+
fill: "none"
|
|
159
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
160
|
+
fill: "currentColor",
|
|
161
|
+
d: "M5.04 10.771A.75.75 0 0 1 3.96 9.73l7.25-7.5a.751.751 0 0 1 1.08 0l7.25 7.5a.751.751 0 0 1-1.08 1.042L12.5 4.605V20.25a.75.75 0 1 1-1.5 0V4.605l-5.96 6.166Z"
|
|
162
|
+
}));
|
|
163
|
+
|
|
164
|
+
const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
165
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
166
|
+
width: 24,
|
|
167
|
+
height: 24,
|
|
168
|
+
fill: "none"
|
|
169
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
170
|
+
fill: "currentColor",
|
|
171
|
+
fillRule: "evenodd",
|
|
172
|
+
d: "M14.5 1.288a11 11 0 1 0 4.188 19.445.75.75 0 1 0-.912-1.19 9.5 9.5 0 1 1 3.724-7.544v1.025c0 1.258-.995 2.476-2.325 2.476-1.288 0-2.175-1.142-2.175-2.476V7.75a.75.75 0 0 0-1.5 0v.68a5 5 0 1 0 .488 6.587c.58 1.12 1.666 1.983 3.187 1.983C21.495 17 23 14.94 23 13.024V12a11 11 0 0 0-8.5-10.711v-.001ZM15.5 12a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0Z"
|
|
173
|
+
}));
|
|
174
|
+
|
|
175
|
+
const SvgBattery = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
+
width: 24,
|
|
178
|
+
height: 24,
|
|
179
|
+
fill: "none"
|
|
180
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
181
|
+
fill: "currentColor",
|
|
182
|
+
fillRule: "evenodd",
|
|
183
|
+
d: "M1.805 5.805A2.75 2.75 0 0 1 3.75 5h14.5A2.75 2.75 0 0 1 21 7.75v8.5A2.75 2.75 0 0 1 18.25 19H3.75A2.75 2.75 0 0 1 1 16.25v-8.5c0-.73.29-1.429.805-1.945Z"
|
|
184
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
185
|
+
fill: "currentColor",
|
|
186
|
+
d: "M23.28 10.22c.141.14.22.331.22.53v2.5a.75.75 0 1 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.53Z"
|
|
187
|
+
}));
|
|
188
|
+
|
|
189
|
+
const SvgBeaker = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
190
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
191
|
+
width: 24,
|
|
192
|
+
height: 24,
|
|
193
|
+
fill: "currentColor"
|
|
194
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
195
|
+
fillRule: "evenodd",
|
|
196
|
+
d: "M6.75 4a.75.75 0 0 0 0 1.5h.662l1.441 2.883a.25.25 0 0 1 0 .226l-4.657 9.118C3.432 19.224 4.52 21 6.2 21h11.6c1.68 0 2.768-1.776 2.004-3.273l-4.656-9.118a.25.25 0 0 1 0-.226l1.44-2.883h.662a.75.75 0 0 0 0-1.5H6.75Zm8.162 1.5H9.088l1.106 2.213a1.75 1.75 0 0 1-.007 1.578L8.805 12h6.39l-1.383-2.709a1.75 1.75 0 0 1-.007-1.578L14.912 5.5Z"
|
|
197
|
+
}));
|
|
198
|
+
|
|
199
|
+
const SvgBell = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
200
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
201
|
+
width: 24,
|
|
202
|
+
height: 24,
|
|
203
|
+
fill: "currentColor"
|
|
204
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
205
|
+
fillRule: "evenodd",
|
|
206
|
+
d: "M20 14.15c0 1.304 1.019 2.35 2.25 2.35a.75.75 0 1 1 0 1.5H1.75a.75.75 0 1 1 0-1.5C2.981 16.5 4 15.454 4 14.15V8.983C4 4.665 7.702 1 12 1s8 3.665 8 7.983v5.167Z"
|
|
207
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
208
|
+
d: "M10.42 20.414a.75.75 0 0 0-1.34.672C9.63 22.188 10.703 23 12 23c1.296 0 2.369-.812 2.92-1.914a.75.75 0 1 0-1.34-.672c-.347.691-.953 1.086-1.58 1.086-.627 0-1.233-.395-1.58-1.086Z"
|
|
209
|
+
}));
|
|
210
|
+
|
|
211
|
+
const SvgBookClosed = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
213
|
+
width: 24,
|
|
214
|
+
height: 24,
|
|
215
|
+
fill: "none"
|
|
216
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
217
|
+
fill: "currentColor",
|
|
218
|
+
fillRule: "evenodd",
|
|
219
|
+
d: "M5.75 1A2.75 2.75 0 0 0 3 3.75v16.5A2.75 2.75 0 0 0 5.75 23h13.5A1.75 1.75 0 0 0 21 21.25V2.75A1.75 1.75 0 0 0 19.25 1H5.75ZM4.5 20.25c0-.69.56-1.25 1.25-1.25H19.5v2.25a.25.25 0 0 1-.25.25H5.75c-.69 0-1.25-.56-1.25-1.25Z"
|
|
220
|
+
}));
|
|
221
|
+
|
|
222
|
+
const SvgBookOpen = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
223
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
224
|
+
width: 24,
|
|
225
|
+
height: 24,
|
|
226
|
+
fill: "none"
|
|
227
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
228
|
+
fill: "currentColor",
|
|
229
|
+
d: "M11.25 3.938a4.18 4.18 0 0 0-.783-.501c-.487-.24-1.016-.341-1.63-.39C8.236 3 7.494 3 6.564 3H3.75A2.75 2.75 0 0 0 1 5.75v9.2a2.75 2.75 0 0 0 2.75 2.75h3.046c1.115 0 1.523.007 1.88.112.338.1.92.475.92.475s.513.543 1.132 1.44l.522.757V3.938Zm1.5 16.546.522-.757c.62-.897 1.132-1.44 1.132-1.44s.582-.375.92-.474c.357-.106.764-.113 1.88-.113h3.046A2.75 2.75 0 0 0 23 14.95v-9.2A2.75 2.75 0 0 0 20.25 3h-2.815c-.93 0-1.672 0-2.271.047-.615.049-1.144.15-1.631.39-.28.138-.543.306-.783.5v16.547Z"
|
|
230
|
+
}));
|
|
231
|
+
|
|
232
|
+
const SvgBookmarkPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
234
|
+
width: 24,
|
|
235
|
+
height: 24,
|
|
236
|
+
fill: "none"
|
|
237
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
238
|
+
fill: "currentColor",
|
|
239
|
+
fillRule: "evenodd",
|
|
240
|
+
d: "M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v16.376a1 1 0 0 1-1.382.924l-6.522-2.699a.249.249 0 0 0-.192 0L5.382 22.05A1 1 0 0 1 4 21.126V4.75ZM12 7a.75.75 0 0 0-.75.75V10H9a.75.75 0 1 0 0 1.5h2.25v2.25a.75.75 0 1 0 1.5 0V11.5H15a.75.75 0 1 0 0-1.5h-2.25V7.75A.75.75 0 0 0 12 7Z"
|
|
241
|
+
}));
|
|
242
|
+
|
|
243
|
+
const SvgBookmark = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
244
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
245
|
+
width: 24,
|
|
246
|
+
height: 24,
|
|
247
|
+
fill: "currentColor"
|
|
248
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
249
|
+
d: "M6.75 2A2.75 2.75 0 0 0 4 4.75v16.376a1 1 0 0 0 1.382.924l6.522-2.699a.249.249 0 0 1 .192 0l6.522 2.699A1 1 0 0 0 20 21.126V4.75A2.75 2.75 0 0 0 17.25 2H6.75Z"
|
|
250
|
+
}));
|
|
251
|
+
|
|
84
252
|
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
85
253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
86
254
|
width: 24,
|
|
@@ -91,4 +259,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
91
259
|
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
260
|
}));
|
|
93
261
|
|
|
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 };
|
|
262
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, 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, SvgBattery as Battery, SvgBeaker as Beaker, SvgBell as Bell, SvgBookClosed as BookClosed, SvgBookOpen as BookOpen, SvgBookmark as Bookmark, SvgBookmarkPlus as BookmarkPlus, SvgFolder as Folder };
|