@digitalpromise/design 3.0.0 → 4.2.0

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.
Files changed (43) hide show
  1. package/dist/components/button.d.ts +1 -1
  2. package/dist/components/forms/checkbox.d.ts +7 -0
  3. package/dist/components/forms/checkbox.d.ts.map +1 -0
  4. package/dist/components/forms/dropzone.d.ts +11 -0
  5. package/dist/components/forms/dropzone.d.ts.map +1 -0
  6. package/dist/components/forms/form-field.d.ts +11 -0
  7. package/dist/components/forms/form-field.d.ts.map +1 -0
  8. package/dist/components/forms/form.d.ts +5 -0
  9. package/dist/components/forms/form.d.ts.map +1 -0
  10. package/dist/components/forms/index.d.ts +9 -0
  11. package/dist/components/forms/index.d.ts.map +1 -0
  12. package/dist/components/forms/label.d.ts +8 -0
  13. package/dist/components/forms/label.d.ts.map +1 -0
  14. package/dist/components/forms/list.d.ts +8 -0
  15. package/dist/components/forms/list.d.ts.map +1 -0
  16. package/dist/components/forms/select.d.ts +10 -0
  17. package/dist/components/forms/select.d.ts.map +1 -0
  18. package/dist/components/forms/text-input.d.ts +7 -0
  19. package/dist/components/forms/text-input.d.ts.map +1 -0
  20. package/dist/components/forms/textarea.d.ts +7 -0
  21. package/dist/components/forms/textarea.d.ts.map +1 -0
  22. package/dist/components/forms/types.d.ts +9 -0
  23. package/dist/components/forms/types.d.ts.map +1 -0
  24. package/dist/components/icon.d.ts +14 -0
  25. package/dist/components/icon.d.ts.map +1 -0
  26. package/dist/components/index.d.ts +8 -0
  27. package/dist/components/index.d.ts.map +1 -0
  28. package/dist/components/search.d.ts.map +1 -1
  29. package/dist/components/tab-list.d.ts +11 -0
  30. package/dist/components/tab-list.d.ts.map +1 -0
  31. package/dist/components/table.d.ts +1 -1
  32. package/dist/components/tag-list.d.ts +4 -0
  33. package/dist/components/tag-list.d.ts.map +1 -0
  34. package/dist/forms.cjs +1 -0
  35. package/dist/forms.js +199 -0
  36. package/dist/icon-BR2zaZo5.js +3057 -0
  37. package/dist/icon-DjGt_3uE.cjs +1 -0
  38. package/dist/index.cjs +1 -1
  39. package/dist/index.js +85 -91
  40. package/package.json +21 -16
  41. package/dist/index.d.ts +0 -8
  42. package/dist/index.d.ts.map +0 -1
  43. /package/dist/{main.css → theme.css} +0 -0
@@ -0,0 +1,3057 @@
1
+ import { jsx as l, jsxs as o } from "react/jsx-runtime";
2
+ function J2({
3
+ className: e,
4
+ variant: v = "primary",
5
+ state: n = "default",
6
+ ...h
7
+ }) {
8
+ const r = [v, n].map((t) => "btn-" + t).join(" ");
9
+ return /* @__PURE__ */ l("button", { className: `btn ${r} ${e ?? ""}`.trim(), ...h });
10
+ }
11
+ const i = (e) => /* @__PURE__ */ o(
12
+ "svg",
13
+ {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ fill: "none",
16
+ viewBox: "0 0 24 24",
17
+ ...e,
18
+ children: [
19
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0" }),
20
+ /* @__PURE__ */ l(
21
+ "path",
22
+ {
23
+ fill: "currentColor",
24
+ fillRule: "evenodd",
25
+ d: "M6 14a4 4 0 1 1 0 8 4 4 0 0 1 0-8m-2 4a2 2 0 1 0 4 0 2 2 0 0 0-4 0m2-8a4 4 0 1 1 0-8 4 4 0 0 1 0 8m2-4a2 2 0 1 0-4 0 2 2 0 0 0 4 0m14 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0m-4-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4",
26
+ clipRule: "evenodd"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ ), d = (e) => /* @__PURE__ */ o(
32
+ "svg",
33
+ {
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ fill: "none",
36
+ viewBox: "0 0 24 24",
37
+ ...e,
38
+ children: [
39
+ /* @__PURE__ */ l(
40
+ "path",
41
+ {
42
+ fill: "currentColor",
43
+ fillRule: "evenodd",
44
+ d: "M3 7a5 5 0 1 1 10 0A5 5 0 0 1 3 7m5 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6",
45
+ clipRule: "evenodd"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ l(
49
+ "path",
50
+ {
51
+ fill: "currentColor",
52
+ d: "M14 21a6 6 0 0 0-12 0v1H0v-1a8 8 0 1 1 16 0v1h-2z"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ l(
56
+ "path",
57
+ {
58
+ fill: "currentColor",
59
+ fillRule: "evenodd",
60
+ d: "M21 12h3v2h-3v3h-2v-3h-3v-2h3V9h2z",
61
+ clipRule: "evenodd"
62
+ }
63
+ )
64
+ ]
65
+ }
66
+ ), c = (e) => /* @__PURE__ */ o(
67
+ "svg",
68
+ {
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ fill: "none",
71
+ viewBox: "0 0 24 24",
72
+ ...e,
73
+ children: [
74
+ /* @__PURE__ */ o("g", { fill: "currentColor", clipPath: "url(#add-question_svg__a)", children: [
75
+ /* @__PURE__ */ l("path", { d: "M11 20c1.052 0 2.062-.18 3-.512v2.098A11 11 0 0 1 11 22C4.925 22 0 17.075 0 11S4.925 0 11 0s11 4.925 11 11a11 11 0 0 1-.414 3h-2.098A9 9 0 1 0 11 20" }),
76
+ /* @__PURE__ */ l("path", { d: "M11 10a1 1 0 1 0-1-1H8a3 3 0 1 1 4 2.83V13h-2v-3zm10 6v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm-11 0v-2h2v2z" })
77
+ ] }),
78
+ /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "add-question_svg__a", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
79
+ ]
80
+ }
81
+ ), w = (e) => /* @__PURE__ */ o(
82
+ "svg",
83
+ {
84
+ xmlns: "http://www.w3.org/2000/svg",
85
+ fill: "none",
86
+ viewBox: "0 0 24 24",
87
+ ...e,
88
+ children: [
89
+ /* @__PURE__ */ l(
90
+ "path",
91
+ {
92
+ fill: "currentColor",
93
+ d: "M1 5V3h22v2zm10 5h2v3h3v2h-3v3h-2v-3H8v-2h3z"
94
+ }
95
+ ),
96
+ /* @__PURE__ */ l(
97
+ "path",
98
+ {
99
+ fill: "currentColor",
100
+ fillRule: "evenodd",
101
+ d: "M23 7v14H1V7zm-2 2H3v10h18z",
102
+ clipRule: "evenodd"
103
+ }
104
+ )
105
+ ]
106
+ }
107
+ ), s = (e) => /* @__PURE__ */ o(
108
+ "svg",
109
+ {
110
+ xmlns: "http://www.w3.org/2000/svg",
111
+ fill: "none",
112
+ viewBox: "0 0 24 24",
113
+ ...e,
114
+ children: [
115
+ /* @__PURE__ */ l(
116
+ "path",
117
+ {
118
+ fill: "currentColor",
119
+ fillRule: "evenodd",
120
+ d: "M8 19h6v2H1V1h20v13h-2V8H8zM6 3H3v3h3zm2 0v3h11V3zM6 8H3v11h3z",
121
+ clipRule: "evenodd"
122
+ }
123
+ ),
124
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M21 19h3v2h-3v3h-2v-3h-3v-2h3v-3h2z" })
125
+ ]
126
+ }
127
+ ), a = (e) => /* @__PURE__ */ o(
128
+ "svg",
129
+ {
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ fill: "none",
132
+ viewBox: "0 0 24 24",
133
+ ...e,
134
+ children: [
135
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M19 3H3v16h11v2H1V1h20v13h-2z" }),
136
+ /* @__PURE__ */ l(
137
+ "path",
138
+ {
139
+ fill: "currentColor",
140
+ d: "M21 19h3v2h-3v3h-2v-3h-3v-2h3v-3h2zM5 6h12v2H5zm0 4h9v2H5zm9 6H5v-2h9z"
141
+ }
142
+ )
143
+ ]
144
+ }
145
+ ), g = (e) => /* @__PURE__ */ o(
146
+ "svg",
147
+ {
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ fill: "none",
150
+ viewBox: "0 0 24 24",
151
+ ...e,
152
+ children: [
153
+ /* @__PURE__ */ l(
154
+ "path",
155
+ {
156
+ fill: "currentColor",
157
+ d: "M8 13a8 8 0 0 1 8 8v1h-2v-1a6 6 0 0 0-12 0v1H0v-1a8 8 0 0 1 8-8"
158
+ }
159
+ ),
160
+ /* @__PURE__ */ l(
161
+ "path",
162
+ {
163
+ fill: "currentColor",
164
+ fillRule: "evenodd",
165
+ d: "M8 2a5 5 0 1 1 0 10A5 5 0 0 1 8 2m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6m11 3q.372 0 .73.053l.61 1.714 1.64-.782c.393.292.741.64 1.034 1.034l-.78 1.641 1.712.609a5 5 0 0 1 0 1.462l-1.713.609.78 1.64c-.292.393-.64.742-1.033 1.034l-1.64-.78-.61 1.712a5 5 0 0 1-1.461 0l-.609-1.713-1.641.78a5 5 0 0 1-1.034-1.033l.782-1.64-1.714-.61a5 5 0 0 1 0-1.461l1.714-.609-.782-1.641a5 5 0 0 1 1.034-1.034l1.641.782.609-1.714Q18.627 7 19 7m0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4",
166
+ clipRule: "evenodd"
167
+ }
168
+ )
169
+ ]
170
+ }
171
+ ), p = (e) => /* @__PURE__ */ l(
172
+ "svg",
173
+ {
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ fill: "none",
176
+ viewBox: "0 0 24 24",
177
+ ...e,
178
+ children: /* @__PURE__ */ l(
179
+ "path",
180
+ {
181
+ fill: "currentColor",
182
+ d: "m15.037 6.364 6.516-3.258.894 1.788-7.484 3.742-5.968-3.481-6.499 3.713-.992-1.736 7.501-4.287zM9 21H7V10h2zm-4 0H3v-8h2zm6-9h2v9h-2zm6 9h-2v-8h2zm2-10h2v10h-2z"
183
+ }
184
+ )
185
+ }
186
+ ), f = (e) => /* @__PURE__ */ o(
187
+ "svg",
188
+ {
189
+ xmlns: "http://www.w3.org/2000/svg",
190
+ fill: "none",
191
+ viewBox: "0 0 24 24",
192
+ ...e,
193
+ children: [
194
+ /* @__PURE__ */ l(
195
+ "path",
196
+ {
197
+ fill: "currentColor",
198
+ fillRule: "evenodd",
199
+ d: "M9 4v5H8V7H7v2H5V5h1V4zM7 5v1h1V5zm7 2h-2v2h-2V4h4zm-1-1V5h-1v1z",
200
+ clipRule: "evenodd"
201
+ }
202
+ ),
203
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M18 5v3h1v1h-4V8h1V5h-1V4h4v1z" }),
204
+ /* @__PURE__ */ l(
205
+ "path",
206
+ {
207
+ fill: "currentColor",
208
+ fillRule: "evenodd",
209
+ d: "M13 24h-2v-8H6v2h3v6H1v-6h3v-4h7v-2H2V1h20v11h-9zm7-21H4v7h16zM3 20v2h4v-2z",
210
+ clipRule: "evenodd"
211
+ }
212
+ ),
213
+ /* @__PURE__ */ l(
214
+ "path",
215
+ {
216
+ fill: "currentColor",
217
+ fillRule: "evenodd",
218
+ d: "M14 16v-2h6v4h3v6h-8v-6h3v-2zm7 6v-2h-4v2z",
219
+ clipRule: "evenodd"
220
+ }
221
+ )
222
+ ]
223
+ }
224
+ ), u = (e) => /* @__PURE__ */ o(
225
+ "svg",
226
+ {
227
+ xmlns: "http://www.w3.org/2000/svg",
228
+ fill: "none",
229
+ viewBox: "0 0 24 24",
230
+ ...e,
231
+ children: [
232
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M16 13H8v-2h8z" }),
233
+ /* @__PURE__ */ l(
234
+ "path",
235
+ {
236
+ fill: "currentColor",
237
+ fillRule: "evenodd",
238
+ d: "M1 3h22v6h-2v12H3V9H1zm20 2H3v2h18zM5 19h14V9H5z",
239
+ clipRule: "evenodd"
240
+ }
241
+ )
242
+ ]
243
+ }
244
+ ), z = (e) => /* @__PURE__ */ l(
245
+ "svg",
246
+ {
247
+ xmlns: "http://www.w3.org/2000/svg",
248
+ fill: "none",
249
+ viewBox: "0 0 24 24",
250
+ ...e,
251
+ children: /* @__PURE__ */ l(
252
+ "path",
253
+ {
254
+ fill: "currentColor",
255
+ d: "M22.707 2.707 16.414 9H21v2h-8V3h2v4.586l6.293-6.293zM11 13v8H9v-4.586l-6.293 6.293-1.414-1.414L7.586 15H3v-2z"
256
+ }
257
+ )
258
+ }
259
+ ), m = (e) => /* @__PURE__ */ l(
260
+ "svg",
261
+ {
262
+ xmlns: "http://www.w3.org/2000/svg",
263
+ fill: "none",
264
+ viewBox: "0 0 24 24",
265
+ ...e,
266
+ children: /* @__PURE__ */ l(
267
+ "path",
268
+ {
269
+ fill: "currentColor",
270
+ d: "M16.5 12.5 18 14l-6 6-6-6 1.5-1.5L11 16V4h2v12z"
271
+ }
272
+ )
273
+ }
274
+ ), H = (e) => /* @__PURE__ */ l(
275
+ "svg",
276
+ {
277
+ xmlns: "http://www.w3.org/2000/svg",
278
+ fill: "none",
279
+ viewBox: "0 0 24 24",
280
+ ...e,
281
+ children: /* @__PURE__ */ l(
282
+ "path",
283
+ {
284
+ fill: "currentColor",
285
+ d: "M16.5 14.5 18 16l-6 6-6-6 1.5-1.5L11 18V2h2v16z"
286
+ }
287
+ )
288
+ }
289
+ ), M = (e) => /* @__PURE__ */ l(
290
+ "svg",
291
+ {
292
+ xmlns: "http://www.w3.org/2000/svg",
293
+ fill: "none",
294
+ viewBox: "0 0 24 24",
295
+ ...e,
296
+ children: /* @__PURE__ */ l(
297
+ "path",
298
+ {
299
+ fill: "currentColor",
300
+ d: "M22 2v8h-2V5.414l-5.793 5.793-1.414-1.414L18.586 4H14V2zM2 22v-8h2v4.586l5.793-5.793 1.414 1.414L5.414 20H10v2z"
301
+ }
302
+ )
303
+ }
304
+ ), C = (e) => /* @__PURE__ */ l(
305
+ "svg",
306
+ {
307
+ xmlns: "http://www.w3.org/2000/svg",
308
+ fill: "none",
309
+ viewBox: "0 0 24 24",
310
+ ...e,
311
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M6.5 8.5 12 14l5.5-5.5L19 10l-7 7-7-7z" })
312
+ }
313
+ ), x = (e) => /* @__PURE__ */ l(
314
+ "svg",
315
+ {
316
+ xmlns: "http://www.w3.org/2000/svg",
317
+ fill: "none",
318
+ viewBox: "0 0 24 24",
319
+ ...e,
320
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10.5 6.5 5 12l5.5 5.5L9 19l-7-7 7-7z" })
321
+ }
322
+ ), V = (e) => /* @__PURE__ */ l(
323
+ "svg",
324
+ {
325
+ xmlns: "http://www.w3.org/2000/svg",
326
+ fill: "none",
327
+ viewBox: "0 0 24 24",
328
+ ...e,
329
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15 5 7 7-7 7-1.5-1.5L19 12l-5.5-5.5z" })
330
+ }
331
+ ), S = (e) => /* @__PURE__ */ l(
332
+ "svg",
333
+ {
334
+ xmlns: "http://www.w3.org/2000/svg",
335
+ fill: "none",
336
+ viewBox: "0 0 24 24",
337
+ ...e,
338
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m5 14 7-7 7 7-1.5 1.5L12 10l-5.5 5.5z" })
339
+ }
340
+ ), R = (e) => /* @__PURE__ */ l(
341
+ "svg",
342
+ {
343
+ xmlns: "http://www.w3.org/2000/svg",
344
+ fill: "none",
345
+ viewBox: "0 0 24 24",
346
+ ...e,
347
+ children: /* @__PURE__ */ l(
348
+ "path",
349
+ {
350
+ fill: "currentColor",
351
+ d: "M19 13H1v-2h18l-3.5-3.5L17 6l6 6-6 6-1.5-1.5z"
352
+ }
353
+ )
354
+ }
355
+ ), B = (e) => /* @__PURE__ */ l(
356
+ "svg",
357
+ {
358
+ xmlns: "http://www.w3.org/2000/svg",
359
+ fill: "none",
360
+ viewBox: "0 0 24 24",
361
+ ...e,
362
+ children: /* @__PURE__ */ l(
363
+ "path",
364
+ {
365
+ fill: "currentColor",
366
+ d: "M16 18V4h2v14l2-2 1.5 1.5L17 22l-4.5-4.5L14 16zM4 9 2.5 7.5 7 3l4.5 4.5L10 9 8 7v14H6V7z"
367
+ }
368
+ )
369
+ }
370
+ ), L = (e) => /* @__PURE__ */ l(
371
+ "svg",
372
+ {
373
+ xmlns: "http://www.w3.org/2000/svg",
374
+ fill: "none",
375
+ viewBox: "0 0 24 24",
376
+ ...e,
377
+ children: /* @__PURE__ */ l(
378
+ "path",
379
+ {
380
+ fill: "currentColor",
381
+ d: "M18 8H3V6h15l-2-2 1.5-1.5L22 7l-4.5 4.5L16 10zM8 20l-1.5 1.5L2 17l4.5-4.5L8 14l-2 2h15v2H6z"
382
+ }
383
+ )
384
+ }
385
+ ), A = (e) => /* @__PURE__ */ l(
386
+ "svg",
387
+ {
388
+ xmlns: "http://www.w3.org/2000/svg",
389
+ fill: "none",
390
+ viewBox: "0 0 24 24",
391
+ ...e,
392
+ children: /* @__PURE__ */ l(
393
+ "path",
394
+ {
395
+ fill: "currentColor",
396
+ d: "M12.5 17a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2zM18 8l-1.5 1.5L13 6v9h-2V6L7.5 9.5 6 8l6-6zm-5.5 13a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2z"
397
+ }
398
+ )
399
+ }
400
+ ), D = (e) => /* @__PURE__ */ l(
401
+ "svg",
402
+ {
403
+ xmlns: "http://www.w3.org/2000/svg",
404
+ fill: "none",
405
+ viewBox: "0 0 24 24",
406
+ ...e,
407
+ children: /* @__PURE__ */ l(
408
+ "path",
409
+ {
410
+ fill: "currentColor",
411
+ d: "M13 8v12h-2V8l-3.5 3.5L6 10l6-6 6 6-1.5 1.5z"
412
+ }
413
+ )
414
+ }
415
+ ), b = (e) => /* @__PURE__ */ l(
416
+ "svg",
417
+ {
418
+ xmlns: "http://www.w3.org/2000/svg",
419
+ fill: "none",
420
+ viewBox: "0 0 24 24",
421
+ ...e,
422
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M13 6v16h-2V6L7.5 9.5 6 8l6-6 6 6-1.5 1.5z" })
423
+ }
424
+ ), k = (e) => /* @__PURE__ */ l(
425
+ "svg",
426
+ {
427
+ xmlns: "http://www.w3.org/2000/svg",
428
+ fill: "none",
429
+ viewBox: "0 0 24 24",
430
+ ...e,
431
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15 15-5-5h10z" })
432
+ }
433
+ ), P = (e) => /* @__PURE__ */ l(
434
+ "svg",
435
+ {
436
+ xmlns: "http://www.w3.org/2000/svg",
437
+ fill: "none",
438
+ viewBox: "0 0 24 24",
439
+ ...e,
440
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15 9 5 5H10z" })
441
+ }
442
+ ), T = (e) => /* @__PURE__ */ o(
443
+ "svg",
444
+ {
445
+ xmlns: "http://www.w3.org/2000/svg",
446
+ fill: "none",
447
+ viewBox: "0 0 24 24",
448
+ ...e,
449
+ children: [
450
+ /* @__PURE__ */ l(
451
+ "path",
452
+ {
453
+ fill: "currentColor",
454
+ fillRule: "evenodd",
455
+ d: "M7 10a5 5 0 0 1 5-5 5 5 0 1 1-5 5m5 3a3 3 0 0 0 3-3 3 3 0 1 0-3 3",
456
+ clipRule: "evenodd"
457
+ }
458
+ ),
459
+ /* @__PURE__ */ l(
460
+ "path",
461
+ {
462
+ fill: "currentColor",
463
+ fillRule: "evenodd",
464
+ d: "M9.23 1.725C9.727.742 10.737 0 12 0c1.26 0 2.269.742 2.764 1.723.962-.523 2.224-.577 3.272.15 1.042.722 1.422 1.897 1.266 2.966 1.055.137 2.116.8 2.535 2.026.414 1.212-.003 2.379-.762 3.135.76.756 1.176 1.923.762 3.135-.42 1.227-1.48 1.89-2.536 2.026.156 1.069-.223 2.243-1.265 2.966a3 3 0 0 1-1.117.482L20 24h-7l-1-1.75L11 24H4l3.082-5.394a3 3 0 0 1-1.124-.484c-1.04-.723-1.42-1.895-1.265-2.962-1.054-.14-2.112-.803-2.53-2.028-.413-1.21.002-2.375.758-3.132-.756-.757-1.17-1.922-.758-3.132.418-1.225 1.476-1.888 2.53-2.027-.155-1.068.224-2.24 1.265-2.963 1.047-.728 2.31-.675 3.272-.153M9.732 19H9.16l-1.715 3H9.84l.857-1.5h2.608l.857 1.5h2.393l-1.715-3h-.574c-.55.6-1.34 1-2.265 1-.926 0-1.717-.4-2.268-1m1.193-16.142-.034.129a1.4 1.4 0 0 1-.673.862c-.481.27-1.114.27-1.613-.128l-.155-.124c-.394-.314-.945-.359-1.352-.076-.419.29-.55.835-.35 1.311l.048.116a1.372 1.372 0 0 1-1.383 1.881l-.228-.014c-.506-.033-.974.242-1.13.7-.16.466.058.978.498 1.243l.122.073c.89.536.89 1.802 0 2.338l-.122.073c-.44.265-.657.777-.498 1.244.156.458.624.732 1.13.7l.228-.015a1.372 1.372 0 0 1 1.383 1.881l-.048.116c-.2.476-.069 1.02.35 1.311.406.283.958.238 1.352-.076l.155-.124c.831-.663 2.033-.224 2.286.734l.034.129c.13.495.562.858 1.075.858.509 0 .936-.36 1.065-.85l.036-.137c.253-.958 1.456-1.397 2.287-.734l.16.128c.392.313.943.358 1.349.077a1 1 0 0 0 .174-.153 1.09 1.09 0 0 0 .176-1.158l-.05-.118a1.374 1.374 0 0 1 1.386-1.884l.235.015c.504.032.971-.241 1.127-.697.159-.467-.057-.977-.497-1.242l-.126-.076a1.36 1.36 0 0 1 0-2.342l.126-.076c.44-.265.656-.775.497-1.241-.156-.457-.623-.73-1.127-.698l-.235.015a1.374 1.374 0 0 1-1.385-1.885l.05-.117c.198-.476.068-1.02-.351-1.31-.406-.282-.957-.237-1.35.076l-.16.128c-.83.663-2.032.224-2.286-.734l-.036-.138C12.936 2.36 12.51 2 12 2c-.513 0-.944.364-1.075.858",
465
+ clipRule: "evenodd"
466
+ }
467
+ )
468
+ ]
469
+ }
470
+ ), E = (e) => /* @__PURE__ */ o(
471
+ "svg",
472
+ {
473
+ xmlns: "http://www.w3.org/2000/svg",
474
+ fill: "none",
475
+ viewBox: "0 0 24 24",
476
+ ...e,
477
+ children: [
478
+ /* @__PURE__ */ l(
479
+ "path",
480
+ {
481
+ fill: "currentColor",
482
+ fillRule: "evenodd",
483
+ d: "M11 22H2v-9h9zm-7-2h5v-5H4zm18 2h-9v-9h9zm-7-2h5v-5h-5zm-4-9H2V2h9zM4 9h5V4H4z",
484
+ clipRule: "evenodd"
485
+ }
486
+ ),
487
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M24 3.5 16.5 11 12 6.5 13.5 5l3 3 6-6z" })
488
+ ]
489
+ }
490
+ ), y = (e) => /* @__PURE__ */ o(
491
+ "svg",
492
+ {
493
+ xmlns: "http://www.w3.org/2000/svg",
494
+ fill: "none",
495
+ viewBox: "0 0 24 24",
496
+ ...e,
497
+ children: [
498
+ /* @__PURE__ */ l(
499
+ "path",
500
+ {
501
+ fill: "currentColor",
502
+ fillRule: "evenodd",
503
+ d: "M11 22H2v-9h9zm-7-2h5v-5H4zm18 2h-9v-9h9zm-7-2h5v-5h-5zm-4-9H2V2h9zM4 9h5V4H4z",
504
+ clipRule: "evenodd"
505
+ }
506
+ ),
507
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M24 3.5 16.5 11 12 6.5 13.5 5l3 3 6-6z" })
508
+ ]
509
+ }
510
+ ), U = (e) => /* @__PURE__ */ l(
511
+ "svg",
512
+ {
513
+ xmlns: "http://www.w3.org/2000/svg",
514
+ fill: "none",
515
+ viewBox: "0 0 24 24",
516
+ ...e,
517
+ children: /* @__PURE__ */ l(
518
+ "path",
519
+ {
520
+ fill: "currentColor",
521
+ fillRule: "evenodd",
522
+ d: "M2 2h9v9H2zm2 7h5V4H4zm9-7h9v9h-9zm2 7h5V4h-5zm-4 4v9H2v-9zm-2 2H4v5h5zm4-2h9v9h-9zm2 7h5v-5h-5z",
523
+ clipRule: "evenodd"
524
+ }
525
+ )
526
+ }
527
+ ), I = (e) => /* @__PURE__ */ l(
528
+ "svg",
529
+ {
530
+ xmlns: "http://www.w3.org/2000/svg",
531
+ fill: "none",
532
+ viewBox: "0 0 24 24",
533
+ ...e,
534
+ children: /* @__PURE__ */ l(
535
+ "path",
536
+ {
537
+ fill: "currentColor",
538
+ fillRule: "evenodd",
539
+ d: "M5 2h8.5a5.5 5.5 0 0 1 4.082 9.186A6 6 0 0 1 14 22H7V5H5zm5 8h3.5a2.5 2.5 0 0 0 0-5H10zm0 3v6h4a3 3 0 1 0 0-6z",
540
+ clipRule: "evenodd"
541
+ }
542
+ )
543
+ }
544
+ ), q = (e) => /* @__PURE__ */ l(
545
+ "svg",
546
+ {
547
+ xmlns: "http://www.w3.org/2000/svg",
548
+ fill: "none",
549
+ viewBox: "0 0 24 24",
550
+ ...e,
551
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m10 8 1-1 5 5-5 5-1-1 4-4z" })
552
+ }
553
+ ), F = (e) => /* @__PURE__ */ l(
554
+ "svg",
555
+ {
556
+ xmlns: "http://www.w3.org/2000/svg",
557
+ fill: "none",
558
+ viewBox: "0 0 24 24",
559
+ ...e,
560
+ children: /* @__PURE__ */ l(
561
+ "path",
562
+ {
563
+ fill: "currentColor",
564
+ d: "M14 20V4H3v16h4v-2h3v2zm6-2h-3v-2h3zM8 16H5v-2h3zm4 0H9v-2h3zm8-2h-3v-2h3zM8 12H5v-2h3zm4 0H9v-2h3zM8 8H5V6h3zm4 0H9V6h3zm9 12V10h-5v10zm2 2H1V2h15v6h7z"
565
+ }
566
+ )
567
+ }
568
+ ), O = (e) => /* @__PURE__ */ l(
569
+ "svg",
570
+ {
571
+ xmlns: "http://www.w3.org/2000/svg",
572
+ fill: "none",
573
+ viewBox: "0 0 24 24",
574
+ ...e,
575
+ children: /* @__PURE__ */ l(
576
+ "path",
577
+ {
578
+ fill: "currentColor",
579
+ d: "M16 23h-2v1h-4v-1H8v-2h8zM12 4a8 8 0 0 1 4 14.927V20h-2v-2.227l.998-.578a6 6 0 1 0-5.996 0l.998.578V20H8v-1.073A8 8 0 0 1 12 4m-9 7H0V9h3zm21 0h-3V9h3zM5.5 4 4 5.5l-2-2L3.5 2zM22 3.5l-2 2L18.5 4l2-2zM13 3h-2V0h2z"
580
+ }
581
+ )
582
+ }
583
+ ), _ = (e) => /* @__PURE__ */ o(
584
+ "svg",
585
+ {
586
+ xmlns: "http://www.w3.org/2000/svg",
587
+ fill: "none",
588
+ viewBox: "0 0 24 24",
589
+ ...e,
590
+ children: [
591
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 18v-4h4v4z" }),
592
+ /* @__PURE__ */ l(
593
+ "path",
594
+ {
595
+ fill: "currentColor",
596
+ fillRule: "evenodd",
597
+ d: "M6 1h2v2h8V1h2v2h4v19H2V3h4zm14 4H4v2h16zm0 4H4v11h16z",
598
+ clipRule: "evenodd"
599
+ }
600
+ )
601
+ ]
602
+ }
603
+ ), Q = (e) => /* @__PURE__ */ o(
604
+ "svg",
605
+ {
606
+ xmlns: "http://www.w3.org/2000/svg",
607
+ fill: "none",
608
+ viewBox: "0 0 24 24",
609
+ ...e,
610
+ children: [
611
+ /* @__PURE__ */ l(
612
+ "path",
613
+ {
614
+ fill: "currentColor",
615
+ d: "M20 8H4V6h16zM4 9h16v2h-5a1 1 0 0 0-1 1 1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1 1 1 0 0 0-1-1H4z"
616
+ }
617
+ ),
618
+ /* @__PURE__ */ l(
619
+ "path",
620
+ {
621
+ fill: "currentColor",
622
+ fillRule: "evenodd",
623
+ d: "M1 21V3h22v18zm2-2h18V5H3z",
624
+ clipRule: "evenodd"
625
+ }
626
+ )
627
+ ]
628
+ }
629
+ ), j = (e) => /* @__PURE__ */ o(
630
+ "svg",
631
+ {
632
+ xmlns: "http://www.w3.org/2000/svg",
633
+ fill: "none",
634
+ viewBox: "0 0 24 24",
635
+ ...e,
636
+ children: [
637
+ /* @__PURE__ */ l(
638
+ "path",
639
+ {
640
+ fill: "currentColor",
641
+ d: "M10.5 17.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M13 14l-1 .5-1-.5-.5-9h3z"
642
+ }
643
+ ),
644
+ /* @__PURE__ */ l(
645
+ "path",
646
+ {
647
+ fill: "currentColor",
648
+ fillRule: "evenodd",
649
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 0 0-18 9 9 0 0 0 0 18",
650
+ clipRule: "evenodd"
651
+ }
652
+ )
653
+ ]
654
+ }
655
+ ), N = (e) => /* @__PURE__ */ o(
656
+ "svg",
657
+ {
658
+ xmlns: "http://www.w3.org/2000/svg",
659
+ fill: "none",
660
+ viewBox: "0 0 24 24",
661
+ ...e,
662
+ children: [
663
+ /* @__PURE__ */ l(
664
+ "path",
665
+ {
666
+ fill: "currentColor",
667
+ fillRule: "evenodd",
668
+ d: "M12 7a5 5 0 0 1 4 8v9l-4-2.5L8 24v-9a5 5 0 0 1 4-8m2 9.584A5 5 0 0 1 12 17a5 5 0 0 1-2-.416v3.808l2-1.25 2 1.25zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6",
669
+ clipRule: "evenodd"
670
+ }
671
+ ),
672
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M23 16h-5v-2h3V3H3v11h3v2H1V1h22z" }),
673
+ /* @__PURE__ */ l(
674
+ "path",
675
+ {
676
+ fill: "currentColor",
677
+ d: "M8.684 7a6 6 0 0 0-1.88 2H4V7zM20 7v2h-2.805a6 6 0 0 0-1.879-2zm0-1H4V4h16z"
678
+ }
679
+ )
680
+ ]
681
+ }
682
+ ), W = (e) => /* @__PURE__ */ o(
683
+ "svg",
684
+ {
685
+ xmlns: "http://www.w3.org/2000/svg",
686
+ fill: "none",
687
+ viewBox: "0 0 24 24",
688
+ ...e,
689
+ children: [
690
+ /* @__PURE__ */ l(
691
+ "path",
692
+ {
693
+ fill: "currentColor",
694
+ d: "M10 5a1 1 0 0 0-1 1H7a3 3 0 1 1 4 2.83V10H9V7h1a1 1 0 1 0 0-2m-1 8v-2h2v2z"
695
+ }
696
+ ),
697
+ /* @__PURE__ */ l(
698
+ "path",
699
+ {
700
+ fill: "currentColor",
701
+ fillRule: "evenodd",
702
+ d: "M3 21v-5H0V0h20v16H10zm2-3.886L9.36 14H18V2H2v12h3z",
703
+ clipRule: "evenodd"
704
+ }
705
+ ),
706
+ /* @__PURE__ */ l(
707
+ "path",
708
+ {
709
+ fill: "currentColor",
710
+ d: "M10 17h2v1h3.472L19 19.764V18h3v-7h-1V9h3v11h-3v3l-6-3h-5z"
711
+ }
712
+ )
713
+ ]
714
+ }
715
+ ), $ = (e) => /* @__PURE__ */ l(
716
+ "svg",
717
+ {
718
+ xmlns: "http://www.w3.org/2000/svg",
719
+ fill: "none",
720
+ viewBox: "0 0 24 24",
721
+ ...e,
722
+ children: /* @__PURE__ */ l(
723
+ "path",
724
+ {
725
+ fill: "currentColor",
726
+ d: "M3 12.5 4.5 11l5.5 5.5 11-11L22.5 7 10 19.5z"
727
+ }
728
+ )
729
+ }
730
+ ), G = (e) => /* @__PURE__ */ l(
731
+ "svg",
732
+ {
733
+ xmlns: "http://www.w3.org/2000/svg",
734
+ fill: "none",
735
+ viewBox: "0 0 24 24",
736
+ ...e,
737
+ children: /* @__PURE__ */ l(
738
+ "path",
739
+ {
740
+ fill: "currentColor",
741
+ d: "M3 21h3v2H1v-5h2zm12 2H9v-2h6zm8 0h-5v-2h3v-3h2zM19.5 8.5l-9 9L5 12l2-2 3.5 3.5 7-7zM3 15H1V9h2zm20 0h-2V9h2zM6 3H3v3H1V1h5zm17 3h-2V3h-3V1h5zm-8-3H9V1h6z"
742
+ }
743
+ )
744
+ }
745
+ ), K = (e) => /* @__PURE__ */ o(
746
+ "svg",
747
+ {
748
+ xmlns: "http://www.w3.org/2000/svg",
749
+ fill: "none",
750
+ viewBox: "0 0 24 24",
751
+ ...e,
752
+ children: [
753
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "m10.5 13.5 7-7 2 2-9 9L5 12l2-2z" }),
754
+ /* @__PURE__ */ l(
755
+ "path",
756
+ {
757
+ fill: "currentColor",
758
+ fillRule: "evenodd",
759
+ d: "M2 22V2h20v20zm2-2h16V4H4z",
760
+ clipRule: "evenodd"
761
+ }
762
+ )
763
+ ]
764
+ }
765
+ ), J = (e) => /* @__PURE__ */ l(
766
+ "svg",
767
+ {
768
+ xmlns: "http://www.w3.org/2000/svg",
769
+ fill: "none",
770
+ viewBox: "0 0 24 24",
771
+ ...e,
772
+ children: /* @__PURE__ */ l(
773
+ "path",
774
+ {
775
+ fill: "currentColor",
776
+ fillRule: "evenodd",
777
+ d: "M1 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v14H1zm2 0v2h6V7h6v2h6V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2m6 4H3v8h18v-8h-6v1a3 3 0 1 1-6 0zm4-2h-2v3a1 1 0 1 0 2 0z",
778
+ clipRule: "evenodd"
779
+ }
780
+ )
781
+ }
782
+ ), X = (e) => /* @__PURE__ */ o(
783
+ "svg",
784
+ {
785
+ xmlns: "http://www.w3.org/2000/svg",
786
+ fill: "none",
787
+ viewBox: "0 0 24 24",
788
+ ...e,
789
+ children: [
790
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 6h2v6h5v2h-7z" }),
791
+ /* @__PURE__ */ l(
792
+ "path",
793
+ {
794
+ fill: "currentColor",
795
+ fillRule: "evenodd",
796
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 0 0-18 9 9 0 0 0 0 18",
797
+ clipRule: "evenodd"
798
+ }
799
+ )
800
+ ]
801
+ }
802
+ ), Y = (e) => /* @__PURE__ */ l(
803
+ "svg",
804
+ {
805
+ xmlns: "http://www.w3.org/2000/svg",
806
+ fill: "none",
807
+ viewBox: "0 0 24 24",
808
+ ...e,
809
+ children: /* @__PURE__ */ l(
810
+ "path",
811
+ {
812
+ fill: "currentColor",
813
+ d: "m6.853 18.647-1.5-1.5L10.5 12 5.353 6.853l1.5-1.5L12 10.5l5.147-5.147 1.5 1.5L13.5 12l5.147 5.147-1.5 1.5L12 13.5z"
814
+ }
815
+ )
816
+ }
817
+ ), Z = (e) => /* @__PURE__ */ l(
818
+ "svg",
819
+ {
820
+ xmlns: "http://www.w3.org/2000/svg",
821
+ fill: "none",
822
+ viewBox: "0 0 24 24",
823
+ ...e,
824
+ children: /* @__PURE__ */ l(
825
+ "path",
826
+ {
827
+ fill: "currentColor",
828
+ d: "M10.5 21H8l5-18h2.5zM7 7.414l-4.2 4.243L7 15.899l-1.4 1.415L0 11.657 5.6 6zM18.4 6l5.6 5.657-5.6 5.657-1.4-1.415 4.2-4.242L17 7.414z"
829
+ }
830
+ )
831
+ }
832
+ ), l1 = (e) => /* @__PURE__ */ o(
833
+ "svg",
834
+ {
835
+ xmlns: "http://www.w3.org/2000/svg",
836
+ fill: "none",
837
+ viewBox: "0 0 24 24",
838
+ ...e,
839
+ children: [
840
+ /* @__PURE__ */ l(
841
+ "path",
842
+ {
843
+ fill: "currentColor",
844
+ fillRule: "evenodd",
845
+ d: "M3 7a5 5 0 1 1 10 0A5 5 0 0 1 3 7m5 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6m14-.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M18.5 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3",
846
+ clipRule: "evenodd"
847
+ }
848
+ ),
849
+ /* @__PURE__ */ l(
850
+ "path",
851
+ {
852
+ fill: "currentColor",
853
+ d: "M14 21a6 6 0 0 0-12 0v1H0v-1a8 8 0 1 1 16 0v1h-2zm1.816-6.238A5.1 5.1 0 0 1 18.5 14c3.038 0 5.5 2.686 5.5 6v2h-2v-2c0-2.376-1.727-4-3.5-4-.553 0-1.101.158-1.594.447q-.462-.902-1.09-1.685"
854
+ }
855
+ )
856
+ ]
857
+ }
858
+ ), e1 = (e) => /* @__PURE__ */ o(
859
+ "svg",
860
+ {
861
+ xmlns: "http://www.w3.org/2000/svg",
862
+ fill: "none",
863
+ viewBox: "0 0 24 24",
864
+ ...e,
865
+ children: [
866
+ /* @__PURE__ */ l(
867
+ "path",
868
+ {
869
+ fill: "currentColor",
870
+ fillRule: "evenodd",
871
+ d: "M11.193 9.404 18 6l-3.404 6.807a4 4 0 0 1-1.789 1.79L6 18l3.404-6.807a4 4 0 0 1 1.789-1.79M11 12a1 1 0 1 0 2 0 1 1 0 0 0-2 0",
872
+ clipRule: "evenodd"
873
+ }
874
+ ),
875
+ /* @__PURE__ */ l(
876
+ "path",
877
+ {
878
+ fill: "currentColor",
879
+ fillRule: "evenodd",
880
+ d: "M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12m1-21.95V4h-2V2.05A10 10 0 0 0 2.05 11H4v2H2.05A10 10 0 0 0 11 21.95V20h2v1.95A10 10 0 0 0 21.95 13H20v-2h1.95A10 10 0 0 0 13 2.05",
881
+ clipRule: "evenodd"
882
+ }
883
+ )
884
+ ]
885
+ }
886
+ ), o1 = (e) => /* @__PURE__ */ o(
887
+ "svg",
888
+ {
889
+ xmlns: "http://www.w3.org/2000/svg",
890
+ fill: "none",
891
+ viewBox: "0 0 24 24",
892
+ ...e,
893
+ children: [
894
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 5h6v2h-6zm0 12h6v2h-6z" }),
895
+ /* @__PURE__ */ l(
896
+ "path",
897
+ {
898
+ fill: "currentColor",
899
+ fillRule: "evenodd",
900
+ d: "M22 2v8H7V7H4v10h3v-3h15v8H7v-3H2V5h5V2zM9 8h11V4H9zm0 12h11v-4H9z",
901
+ clipRule: "evenodd"
902
+ }
903
+ )
904
+ ]
905
+ }
906
+ ), v1 = (e) => /* @__PURE__ */ l(
907
+ "svg",
908
+ {
909
+ xmlns: "http://www.w3.org/2000/svg",
910
+ fill: "none",
911
+ viewBox: "0 0 24 24",
912
+ ...e,
913
+ children: /* @__PURE__ */ l(
914
+ "path",
915
+ {
916
+ fill: "currentColor",
917
+ fillRule: "evenodd",
918
+ d: "M12 1a4 4 0 0 1 2.79 6.864l4.157 7.277A4.003 4.003 0 0 1 24 19a4 4 0 0 1-7.874 1H7.874A4.002 4.002 0 0 1 0 19a4 4 0 0 1 5.054-3.86L9.21 7.866A4 4 0 0 1 12 1M4 17a2 2 0 1 0 0 4 2 2 0 0 0 0-4m16 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-6.946-8.142a4 4 0 0 1-2.108 0L6.79 16.134A4 4 0 0 1 7.875 18h8.252a4 4 0 0 1 1.085-1.867zM12 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4",
919
+ clipRule: "evenodd"
920
+ }
921
+ )
922
+ }
923
+ ), n1 = (e) => /* @__PURE__ */ o(
924
+ "svg",
925
+ {
926
+ xmlns: "http://www.w3.org/2000/svg",
927
+ fill: "none",
928
+ viewBox: "0 0 24 24",
929
+ ...e,
930
+ children: [
931
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 17V7l8 5z" }),
932
+ /* @__PURE__ */ l(
933
+ "path",
934
+ {
935
+ fill: "currentColor",
936
+ fillRule: "evenodd",
937
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 0 0-18 9 9 0 0 0 0 18",
938
+ clipRule: "evenodd"
939
+ }
940
+ )
941
+ ]
942
+ }
943
+ ), h1 = (e) => /* @__PURE__ */ l(
944
+ "svg",
945
+ {
946
+ xmlns: "http://www.w3.org/2000/svg",
947
+ fill: "none",
948
+ viewBox: "0 0 24 24",
949
+ ...e,
950
+ children: /* @__PURE__ */ l(
951
+ "path",
952
+ {
953
+ fill: "currentColor",
954
+ d: "M16 5V3H4v14h2V5zM8 21h12V7H8zm14 2H6v-4H2V1h16v4h4z"
955
+ }
956
+ )
957
+ }
958
+ ), r1 = (e) => /* @__PURE__ */ l(
959
+ "svg",
960
+ {
961
+ xmlns: "http://www.w3.org/2000/svg",
962
+ fill: "none",
963
+ viewBox: "0 0 24 24",
964
+ ...e,
965
+ children: /* @__PURE__ */ l(
966
+ "path",
967
+ {
968
+ fill: "currentColor",
969
+ d: "M22 4a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L22 20H2l-.204-.01A2 2 0 0 1 0 18V6a2 2 0 0 1 2-2zM2 18h20v-8H2zm18-2h-4v-2h4zM2 8h20V6H2z"
970
+ }
971
+ )
972
+ }
973
+ ), t1 = (e) => /* @__PURE__ */ l(
974
+ "svg",
975
+ {
976
+ xmlns: "http://www.w3.org/2000/svg",
977
+ fill: "none",
978
+ viewBox: "0 0 24 24",
979
+ ...e,
980
+ children: /* @__PURE__ */ l(
981
+ "path",
982
+ {
983
+ fill: "currentColor",
984
+ d: "M4 2h2v14.586L16.586 6H8V4h10.586l1.207-1.207 1.414 1.414L20 5.414V18h2v2h-2v2h-2V7.414L7.414 18H16v2H4V6H2V4h2z"
985
+ }
986
+ )
987
+ }
988
+ ), i1 = (e) => /* @__PURE__ */ l(
989
+ "svg",
990
+ {
991
+ xmlns: "http://www.w3.org/2000/svg",
992
+ fill: "none",
993
+ viewBox: "0 0 24 24",
994
+ ...e,
995
+ children: /* @__PURE__ */ l(
996
+ "path",
997
+ {
998
+ fill: "currentColor",
999
+ fillRule: "evenodd",
1000
+ d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11M5.156 6.156a9 9 0 0 0 12.689 12.689zM21 12A9 9 0 0 0 6.715 4.715l12.57 12.57A8.96 8.96 0 0 0 21 12",
1001
+ clipRule: "evenodd"
1002
+ }
1003
+ )
1004
+ }
1005
+ ), d1 = (e) => /* @__PURE__ */ o(
1006
+ "svg",
1007
+ {
1008
+ xmlns: "http://www.w3.org/2000/svg",
1009
+ fill: "none",
1010
+ viewBox: "0 0 24 24",
1011
+ ...e,
1012
+ children: [
1013
+ /* @__PURE__ */ l(
1014
+ "path",
1015
+ {
1016
+ fill: "currentColor",
1017
+ d: "M9 2h6v2H9zm11 3v2H4V5zM5 22V9h2v11h10V9h2v13z"
1018
+ }
1019
+ ),
1020
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 10h2v8H9zm6 8h-2v-8h2z" })
1021
+ ]
1022
+ }
1023
+ ), c1 = (e) => /* @__PURE__ */ l(
1024
+ "svg",
1025
+ {
1026
+ xmlns: "http://www.w3.org/2000/svg",
1027
+ fill: "none",
1028
+ viewBox: "0 0 24 24",
1029
+ ...e,
1030
+ children: /* @__PURE__ */ l(
1031
+ "path",
1032
+ {
1033
+ fill: "currentColor",
1034
+ d: "M3 21h3v2H1v-5h2zm12 2H9v-2h6zm8 0h-5v-2h3v-3h2zM18.407 7.094 13.5 12l4.906 4.907-1.5 1.5L12 13.5l-4.907 4.907-1.5-1.5L10.5 12 5.594 7.094l1.5-1.5L12 10.5l4.907-4.907zM3 15H1V9h2zm20 0h-2V9h2zM6 3H3v3H1V1h5zm17 3h-2V3h-3V1h5zm-8-3H9V1h6z"
1035
+ }
1036
+ )
1037
+ }
1038
+ ), w1 = (e) => /* @__PURE__ */ l(
1039
+ "svg",
1040
+ {
1041
+ xmlns: "http://www.w3.org/2000/svg",
1042
+ fill: "none",
1043
+ viewBox: "0 0 24 24",
1044
+ ...e,
1045
+ children: /* @__PURE__ */ l(
1046
+ "path",
1047
+ {
1048
+ fill: "currentColor",
1049
+ fillRule: "evenodd",
1050
+ d: "M14.707 6.121 5 15.828V19h3.172l9.707-9.707zM21.172 6 18 2.828l-1.879 1.879 3.172 3.172zM9 21H3v-6L16.586 1.414a2 2 0 0 1 2.828 0l3.172 3.172a2 2 0 0 1 0 2.828z",
1051
+ clipRule: "evenodd"
1052
+ }
1053
+ )
1054
+ }
1055
+ ), s1 = (e) => /* @__PURE__ */ o(
1056
+ "svg",
1057
+ {
1058
+ xmlns: "http://www.w3.org/2000/svg",
1059
+ fill: "none",
1060
+ viewBox: "0 0 24 24",
1061
+ ...e,
1062
+ children: [
1063
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 14h-4v-2h4z" }),
1064
+ /* @__PURE__ */ l(
1065
+ "path",
1066
+ {
1067
+ fill: "currentColor",
1068
+ fillRule: "evenodd",
1069
+ d: "M23 2v15h-8v2h2v2H7v-2h2v-2H1V2zm-2 2H3v11h18zm-8 15v-2h-2v2z",
1070
+ clipRule: "evenodd"
1071
+ }
1072
+ )
1073
+ ]
1074
+ }
1075
+ ), a1 = (e) => /* @__PURE__ */ o(
1076
+ "svg",
1077
+ {
1078
+ xmlns: "http://www.w3.org/2000/svg",
1079
+ fill: "none",
1080
+ viewBox: "0 0 24 24",
1081
+ ...e,
1082
+ children: [
1083
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M24 23H0v-2h24z" }),
1084
+ /* @__PURE__ */ l(
1085
+ "path",
1086
+ {
1087
+ fill: "currentColor",
1088
+ fillRule: "evenodd",
1089
+ d: "M15 5h-2v2.047c5.606.505 10 5.215 10 10.953v2H1v-2C1 12.262 5.394 7.552 11 7.047V5H9V3h6zm-3 4a9 9 0 0 0-8.988 8.537L3 18h18a9 9 0 0 0-9-9",
1090
+ clipRule: "evenodd"
1091
+ }
1092
+ )
1093
+ ]
1094
+ }
1095
+ ), g1 = (e) => /* @__PURE__ */ o(
1096
+ "svg",
1097
+ {
1098
+ xmlns: "http://www.w3.org/2000/svg",
1099
+ fill: "none",
1100
+ viewBox: "0 0 24 24",
1101
+ ...e,
1102
+ children: [
1103
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 9h8v2h-8zm0 4h6v2h-6zm8 6h-8v-2h8z" }),
1104
+ /* @__PURE__ */ l(
1105
+ "path",
1106
+ {
1107
+ fill: "currentColor",
1108
+ fillRule: "evenodd",
1109
+ d: "M6 19H2V1h16v4h4v18H6zm-2-2h2V5h10V3H4zm4 4h12V7H8z",
1110
+ clipRule: "evenodd"
1111
+ }
1112
+ )
1113
+ ]
1114
+ }
1115
+ ), p1 = (e) => /* @__PURE__ */ o(
1116
+ "svg",
1117
+ {
1118
+ xmlns: "http://www.w3.org/2000/svg",
1119
+ fill: "none",
1120
+ viewBox: "0 0 24 24",
1121
+ ...e,
1122
+ children: [
1123
+ /* @__PURE__ */ l(
1124
+ "path",
1125
+ {
1126
+ fill: "currentColor",
1127
+ d: "M11 1h2v12l3.5-3.5L18 11l-6 6-6-6 1.5-1.5L11 13z"
1128
+ }
1129
+ ),
1130
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 19h16v-4h2v6H2v-6h2z" })
1131
+ ]
1132
+ }
1133
+ ), f1 = (e) => /* @__PURE__ */ o(
1134
+ "svg",
1135
+ {
1136
+ xmlns: "http://www.w3.org/2000/svg",
1137
+ fill: "none",
1138
+ viewBox: "0 0 24 24",
1139
+ ...e,
1140
+ children: [
1141
+ /* @__PURE__ */ l(
1142
+ "path",
1143
+ {
1144
+ fill: "currentColor",
1145
+ d: "M8 10V9h1V7.268A2 2 0 0 1 12 9v1a2 2 0 1 1-4 0m6 0V9h1V7.268A2 2 0 0 1 18 9v1a2 2 0 1 1-4 0m-4 4h6l-2.333 2h-1.334z"
1146
+ }
1147
+ ),
1148
+ /* @__PURE__ */ l(
1149
+ "path",
1150
+ {
1151
+ fill: "currentColor",
1152
+ fillRule: "evenodd",
1153
+ d: "M3.043 19.8C3 19.313 3 18.728 3 18.114V5.62c0-.576 0-1.128.04-1.59.043-.501.145-1.102.476-1.69A4 4 0 0 1 5.546.58c.63-.246 1.238-.262 1.74-.234.464.026 1.01.105 1.58.186l7.727 1.104c.437.062.869.124 1.234.205.406.09.873.232 1.333.527a4 4 0 0 1 1.478 1.704c.227.497.302.98.334 1.394.028.373.028.81.028 1.252v9.75c0 .414 0 .825-.026 1.178-.029.393-.097.85-.302 1.324a4 4 0 0 1-1.351 1.671c-.421.3-.853.462-1.232.573-.34.1-.741.186-1.146.272L9.22 23.142c-.601.128-1.173.25-1.657.311-.52.065-1.161.091-1.833-.134a4 4 0 0 1-2.171-1.755c-.361-.61-.47-1.242-.515-1.764m13.21-16.192-7.6-1.086c-1.26-.18-1.89-.27-2.38-.08a2 2 0 0 0-1.015.881C5 3.781 5 4.417 5 5.69v12.352c0 1.354 0 2.032.279 2.503a2 2 0 0 0 1.085.877c.52.174 1.182.032 2.506-.251l7.6-1.629c.903-.193 1.354-.29 1.69-.53a2 2 0 0 0 .676-.835c.164-.38.164-.841.164-1.764V6.775c0-.984 0-1.476-.181-1.872a2 2 0 0 0-.739-.852c-.366-.235-.853-.304-1.827-.443",
1154
+ clipRule: "evenodd"
1155
+ }
1156
+ )
1157
+ ]
1158
+ }
1159
+ ), u1 = (e) => /* @__PURE__ */ l(
1160
+ "svg",
1161
+ {
1162
+ xmlns: "http://www.w3.org/2000/svg",
1163
+ fill: "none",
1164
+ viewBox: "0 0 24 24",
1165
+ ...e,
1166
+ children: /* @__PURE__ */ l(
1167
+ "path",
1168
+ {
1169
+ fill: "currentColor",
1170
+ fillRule: "evenodd",
1171
+ d: "M12.5 1c1.23 0 2.251.89 2.46 2.06q.26-.06.54-.06A2.5 2.5 0 0 1 18 5.5v.55q.244-.05.5-.05A2.5 2.5 0 0 1 21 8.5v9.499l-.009.309a6 6 0 0 1-5.682 5.683l-.31.008h-4.468l-.198-.005a4 4 0 0 1-2.486-1.03l-.144-.137-4.87-5.869a2.96 2.96 0 0 1-.104-4.075l.104-.11A2.96 2.96 0 0 1 7 12.753V5.5a2.5 2.5 0 0 1 3.04-2.44A2.5 2.5 0 0 1 12.5 1m0 2a.5.5 0 0 0-.5.5V12h-2V5.5a.5.5 0 0 0-1 0v13.02l-3.401-4.34a.96.96 0 0 0-1.278-.059l-.073.065a.96.96 0 0 0 0 1.358l4.87 5.87a2 2 0 0 0 1.414.585h4.467a4 4 0 0 0 4-4L19 8.5a.5.5 0 0 0-1 0V12h-2V5.5a.5.5 0 0 0-1 0V12h-2V3.5a.5.5 0 0 0-.5-.5",
1172
+ clipRule: "evenodd"
1173
+ }
1174
+ )
1175
+ }
1176
+ ), z1 = (e) => /* @__PURE__ */ o(
1177
+ "svg",
1178
+ {
1179
+ xmlns: "http://www.w3.org/2000/svg",
1180
+ fill: "none",
1181
+ viewBox: "0 0 24 24",
1182
+ ...e,
1183
+ children: [
1184
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M17.5 14 14 10h7z" }),
1185
+ /* @__PURE__ */ l(
1186
+ "path",
1187
+ {
1188
+ fill: "currentColor",
1189
+ fillRule: "evenodd",
1190
+ d: "M0 4h24v16H0zm2 14h20V6H2z",
1191
+ clipRule: "evenodd"
1192
+ }
1193
+ )
1194
+ ]
1195
+ }
1196
+ ), m1 = (e) => /* @__PURE__ */ o(
1197
+ "svg",
1198
+ {
1199
+ xmlns: "http://www.w3.org/2000/svg",
1200
+ fill: "none",
1201
+ viewBox: "0 0 24 24",
1202
+ ...e,
1203
+ children: [
1204
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M15 13h3v2h-3v3h-2v-3h-3v-2h3v-3h2z" }),
1205
+ /* @__PURE__ */ l(
1206
+ "path",
1207
+ {
1208
+ fill: "currentColor",
1209
+ fillRule: "evenodd",
1210
+ d: "M18 5h4v18H6v-4H2V1h16zM8 21h12V7H8zm-4-4h2V5h10V3H4z",
1211
+ clipRule: "evenodd"
1212
+ }
1213
+ )
1214
+ ]
1215
+ }
1216
+ ), H1 = (e) => /* @__PURE__ */ o(
1217
+ "svg",
1218
+ {
1219
+ xmlns: "http://www.w3.org/2000/svg",
1220
+ fill: "none",
1221
+ viewBox: "0 0 24 24",
1222
+ ...e,
1223
+ children: [
1224
+ /* @__PURE__ */ l(
1225
+ "path",
1226
+ {
1227
+ fill: "currentColor",
1228
+ d: "m20 2 2 2-2 2-2-2zm-7 3H4v15h15v-9h2v11H2V3h11z"
1229
+ }
1230
+ ),
1231
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 16v-2l9-9 2 2-9 9z" })
1232
+ ]
1233
+ }
1234
+ ), M1 = (e) => /* @__PURE__ */ o(
1235
+ "svg",
1236
+ {
1237
+ xmlns: "http://www.w3.org/2000/svg",
1238
+ fill: "none",
1239
+ viewBox: "0 0 24 24",
1240
+ ...e,
1241
+ children: [
1242
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M22.5 5 22 7 12 4 2 7l-.5-2L12 2z" }),
1243
+ /* @__PURE__ */ l(
1244
+ "path",
1245
+ {
1246
+ fill: "currentColor",
1247
+ fillRule: "evenodd",
1248
+ d: "M4.386 8.89c1.28-.035 2.892-.043 3.798.127.894.168 1.978.58 2.79.921.407.172.766.334 1.026.455.26-.121.619-.283 1.027-.455.811-.341 1.895-.753 2.789-.92.906-.17 2.519-.163 3.798-.127a74 74 0 0 1 2.252.099l.147.009.039.002.014.001L22 10l.066-.998.934.062v10.827l-.933.108-.141.017a96 96 0 0 0-2.197.29c-1.322.192-2.74.433-3.43.649a43 43 0 0 0-2.521.91c-.398.155-.747.295-.997.396q-.19.076-.293.12l-.079.032-.409.17-.385-.16-.024-.01-.079-.032-.293-.12c-.25-.101-.6-.241-.997-.396a43 43 0 0 0-2.52-.91c-.691-.216-2.109-.457-3.431-.648a94 94 0 0 0-2.197-.291l-.14-.017L1 19.891V9.064l.934-.062L2 10l-.066-.998h.014l.04-.003.146-.009a69 69 0 0 1 2.252-.1M3 10.947v7.17c.426.054.972.127 1.558.212 1.287.186 2.87.446 3.74.718.816.255 1.843.64 2.651.956l.051.02v-7.888a29 29 0 0 0-.802-.352c-.798-.336-1.714-.674-2.382-.799-.656-.123-2.043-.13-3.374-.093-.535.015-1.038.036-1.442.056m12.702 8.1c.87-.272 2.453-.532 3.74-.718A96 96 0 0 1 21 18.116v-7.17c-.404-.02-.907-.041-1.442-.056-1.33-.037-2.718-.03-3.374.093-.668.125-1.584.463-2.382.799-.304.128-.58.25-.802.352v7.888l.05-.02a45 45 0 0 1 2.652-.956",
1249
+ clipRule: "evenodd"
1250
+ }
1251
+ )
1252
+ ]
1253
+ }
1254
+ ), C1 = (e) => /* @__PURE__ */ o(
1255
+ "svg",
1256
+ {
1257
+ xmlns: "http://www.w3.org/2000/svg",
1258
+ fill: "none",
1259
+ viewBox: "0 0 24 24",
1260
+ ...e,
1261
+ children: [
1262
+ /* @__PURE__ */ l(
1263
+ "path",
1264
+ {
1265
+ fill: "currentColor",
1266
+ d: "M3 16h6.292a9 9 0 0 0-1.356 2H1V2h22v14.343a9 9 0 0 0-2-1.827V4H3z"
1267
+ }
1268
+ ),
1269
+ /* @__PURE__ */ l(
1270
+ "path",
1271
+ {
1272
+ fill: "currentColor",
1273
+ d: "M19 18a5.001 5.001 0 0 0-8 4H9a6.97 6.97 0 0 1 2-4.899A6.98 6.98 0 0 1 16 15c1.32 0 2.554.365 3.608 1a7 7 0 0 1 2.137 2A6.97 6.97 0 0 1 23 22h-2a4.98 4.98 0 0 0-2-4M4 6h7.528a6 6 0 0 0-1.187 2H4zm0 3h6.083a6 6 0 0 0 0 2H4zm0 3h6.341c.264.745.67 1.423 1.187 2H4z"
1274
+ }
1275
+ ),
1276
+ /* @__PURE__ */ l(
1277
+ "path",
1278
+ {
1279
+ fill: "currentColor",
1280
+ fillRule: "evenodd",
1281
+ d: "M12 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4 2.222a2.222 2.222 0 1 0 0-4.444 2.222 2.222 0 0 0 0 4.444",
1282
+ clipRule: "evenodd"
1283
+ }
1284
+ )
1285
+ ]
1286
+ }
1287
+ ), x1 = (e) => /* @__PURE__ */ l(
1288
+ "svg",
1289
+ {
1290
+ xmlns: "http://www.w3.org/2000/svg",
1291
+ fill: "none",
1292
+ viewBox: "0 0 24 24",
1293
+ ...e,
1294
+ children: /* @__PURE__ */ l(
1295
+ "path",
1296
+ {
1297
+ fill: "currentColor",
1298
+ fillRule: "evenodd",
1299
+ d: "M23 20H1V4h22zM21 7.25l-9 6-9-6V18h18zM19.333 6H4.667L12 10.75z",
1300
+ clipRule: "evenodd"
1301
+ }
1302
+ )
1303
+ }
1304
+ ), V1 = (e) => /* @__PURE__ */ o(
1305
+ "svg",
1306
+ {
1307
+ xmlns: "http://www.w3.org/2000/svg",
1308
+ fill: "none",
1309
+ viewBox: "0 0 24 24",
1310
+ ...e,
1311
+ children: [
1312
+ /* @__PURE__ */ l(
1313
+ "path",
1314
+ {
1315
+ fill: "currentColor",
1316
+ d: "M10.5 17.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M13 14l-1 .5-1-.5-.5-9h3z"
1317
+ }
1318
+ ),
1319
+ /* @__PURE__ */ l(
1320
+ "path",
1321
+ {
1322
+ fill: "currentColor",
1323
+ fillRule: "evenodd",
1324
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 0 0-18 9 9 0 0 0 0 18",
1325
+ clipRule: "evenodd"
1326
+ }
1327
+ )
1328
+ ]
1329
+ }
1330
+ ), S1 = (e) => /* @__PURE__ */ l(
1331
+ "svg",
1332
+ {
1333
+ xmlns: "http://www.w3.org/2000/svg",
1334
+ fill: "none",
1335
+ viewBox: "0 0 24 24",
1336
+ ...e,
1337
+ children: /* @__PURE__ */ l(
1338
+ "path",
1339
+ {
1340
+ fill: "currentColor",
1341
+ d: "M2.7 10.146C2.281 9.432 2 8.668 2 8h2c0 .165.093.568.426 1.135a7 7 0 0 0 1.477 1.732C7.233 12.013 9.255 13 12 13s4.767-.987 6.098-2.133a7 7 0 0 0 1.477-1.732C19.907 8.568 20 8.165 20 8h2c0 .668-.282 1.432-.7 2.146a8 8 0 0 1-.252.402L23 12.5 21.5 14l-1.843-1.844a10.4 10.4 0 0 1-2.283 1.591L18.5 16l-2 1-1.217-2.435c-.707.196-1.468.334-2.283.397V18h-2v-3.038c-.815-.063-1.576-.2-2.282-.397L7.5 17l-2-1 1.126-2.252a10.4 10.4 0 0 1-2.282-1.591L2.5 14 1 12.5l1.952-1.952a8 8 0 0 1-.253-.402"
1342
+ }
1343
+ )
1344
+ }
1345
+ ), R1 = (e) => /* @__PURE__ */ o(
1346
+ "svg",
1347
+ {
1348
+ xmlns: "http://www.w3.org/2000/svg",
1349
+ fill: "none",
1350
+ viewBox: "0 0 24 24",
1351
+ ...e,
1352
+ children: [
1353
+ /* @__PURE__ */ l(
1354
+ "path",
1355
+ {
1356
+ fill: "currentColor",
1357
+ d: "M21.3 9.854c.418.714.7 1.478.7 2.146h-2c0-.165-.093-.568-.425-1.135a7 7 0 0 0-1.477-1.732C16.767 7.987 14.745 7 12 7s-4.766.987-6.097 2.133a7 7 0 0 0-1.477 1.732C4.093 11.432 4 11.835 4 12H2c0-.668.282-1.432.7-2.146a9 9 0 0 1 1.897-2.237C6.267 6.18 8.745 5 12 5s5.734 1.18 7.403 2.617A9 9 0 0 1 21.3 9.854"
1358
+ }
1359
+ ),
1360
+ /* @__PURE__ */ l(
1361
+ "path",
1362
+ {
1363
+ fill: "currentColor",
1364
+ d: "M8 13q.002-.519.126-1H9a2 2 0 0 0 2-2v-.874q.481-.124 1-.126a4 4 0 0 1 4 4v2a4 4 0 0 1-8 0z"
1365
+ }
1366
+ )
1367
+ ]
1368
+ }
1369
+ ), B1 = (e) => /* @__PURE__ */ o(
1370
+ "svg",
1371
+ {
1372
+ xmlns: "http://www.w3.org/2000/svg",
1373
+ fill: "none",
1374
+ viewBox: "0 0 24 24",
1375
+ ...e,
1376
+ children: [
1377
+ /* @__PURE__ */ l(
1378
+ "path",
1379
+ {
1380
+ fill: "currentColor",
1381
+ fillRule: "evenodd",
1382
+ d: "M22 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0m-4-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M6 14a4 4 0 1 1 0 8 4 4 0 0 1 0-8m-2 4a2 2 0 1 0 4 0 2 2 0 0 0-4 0",
1383
+ clipRule: "evenodd"
1384
+ }
1385
+ ),
1386
+ /* @__PURE__ */ l(
1387
+ "path",
1388
+ {
1389
+ fill: "currentColor",
1390
+ d: "M10 3.5 7.5 6 10 8.5 8.5 10 6 7.5 3.5 10 2 8.5 4.5 6 2 3.5 3.5 2 6 4.5 8.5 2zM20.5 14l1.5 1.5-2.5 2.5 2.5 2.5-1.5 1.5-2.5-2.5-2.5 2.5-1.5-1.5 2.5-2.5-2.5-2.5 1.5-1.5 2.5 2.5z"
1391
+ }
1392
+ )
1393
+ ]
1394
+ }
1395
+ ), L1 = (e) => /* @__PURE__ */ l(
1396
+ "svg",
1397
+ {
1398
+ xmlns: "http://www.w3.org/2000/svg",
1399
+ fill: "none",
1400
+ viewBox: "0 0 24 24",
1401
+ ...e,
1402
+ children: /* @__PURE__ */ l(
1403
+ "path",
1404
+ {
1405
+ fill: "currentColor",
1406
+ fillRule: "evenodd",
1407
+ d: "m15 23-6-2v-8L2 6V2h20v4l-7 7zm-2-2.775V13a2 2 0 0 1 .586-1.414L20 5.172V4H4v1.172l6.414 6.414A2 2 0 0 1 11 13v6.559z",
1408
+ clipRule: "evenodd"
1409
+ }
1410
+ )
1411
+ }
1412
+ ), A1 = (e) => /* @__PURE__ */ l(
1413
+ "svg",
1414
+ {
1415
+ xmlns: "http://www.w3.org/2000/svg",
1416
+ fill: "none",
1417
+ viewBox: "0 0 24 24",
1418
+ ...e,
1419
+ children: /* @__PURE__ */ l(
1420
+ "path",
1421
+ {
1422
+ fill: "currentColor",
1423
+ d: "M21.352 9.004a2 2 0 0 1 1.77 2.629L20 21H0l3.544-10.633A2 2 0 0 1 5.44 9H18V7H7.764l-1-2H2v9.999L0 21V5a2 2 0 0 1 2-2h6l1 2h9a2 2 0 0 1 2 2v2h1.226zM2.775 19H18.56l2.667-8H5.44z"
1424
+ }
1425
+ )
1426
+ }
1427
+ ), D1 = (e) => /* @__PURE__ */ o(
1428
+ "svg",
1429
+ {
1430
+ xmlns: "http://www.w3.org/2000/svg",
1431
+ fill: "none",
1432
+ viewBox: "0 0 24 24",
1433
+ ...e,
1434
+ children: [
1435
+ /* @__PURE__ */ l(
1436
+ "path",
1437
+ {
1438
+ fill: "currentColor",
1439
+ d: "M12 5h9a2 2 0 0 1 2 2v14H3v-5h2v3h16V7H10.764l-1-2H5v5H3V5a2 2 0 0 1 2-2h6z"
1440
+ }
1441
+ ),
1442
+ /* @__PURE__ */ l(
1443
+ "path",
1444
+ {
1445
+ fill: "currentColor",
1446
+ d: "m17 13-4.5 4.5L11 16l2-2H0v-2h13l-2-2 1.5-1.5z"
1447
+ }
1448
+ )
1449
+ ]
1450
+ }
1451
+ ), b1 = (e) => /* @__PURE__ */ l(
1452
+ "svg",
1453
+ {
1454
+ xmlns: "http://www.w3.org/2000/svg",
1455
+ fill: "none",
1456
+ viewBox: "0 0 24 24",
1457
+ ...e,
1458
+ children: /* @__PURE__ */ l(
1459
+ "path",
1460
+ {
1461
+ fill: "currentColor",
1462
+ d: "M21.352 9.004a2 2 0 0 1 1.77 2.629L20 21H0l3.544-10.633A2 2 0 0 1 5.44 9H18V7H7.764l-1-2H2v9.999L0 21V5a2 2 0 0 1 2-2h6l1 2h9a2 2 0 0 1 2 2v2h1.226zM2.775 19H18.56l2.667-8H5.44z"
1463
+ }
1464
+ )
1465
+ }
1466
+ ), k1 = (e) => /* @__PURE__ */ l(
1467
+ "svg",
1468
+ {
1469
+ xmlns: "http://www.w3.org/2000/svg",
1470
+ fill: "none",
1471
+ viewBox: "0 0 24 24",
1472
+ ...e,
1473
+ children: /* @__PURE__ */ l(
1474
+ "path",
1475
+ {
1476
+ fill: "currentColor",
1477
+ d: "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M9.377 16c.225 1.136.538 2.135.908 2.95C11.13 20.806 11.885 21 12 21s.871-.193 1.715-2.05c.37-.815.683-1.814.908-2.95zm-5.44 0a9.03 9.03 0 0 0 4.836 4.402C8.143 19.23 7.648 17.72 7.343 16zm12.72 0c-.305 1.72-.801 3.23-1.431 4.402A9.03 9.03 0 0 0 20.062 16zm.259-6a24 24 0 0 1 0 4h3.858a9 9 0 0 0 0-4zm-7.825 0a22 22 0 0 0 0 4h5.818a22 22 0 0 0 0-4zm-5.865 0a9 9 0 0 0 0 4h3.858a24 24 0 0 1 0-4zm12-6.403c.63 1.172 1.126 2.682 1.431 4.403h3.405a9.03 9.03 0 0 0-4.836-4.403M12 3c-.114 0-.871.193-1.715 2.05-.37.815-.683 1.814-.908 2.95h5.246c-.225-1.136-.538-2.135-.908-2.95C12.87 3.193 12.115 3 12 3m-3.227.597A9.03 9.03 0 0 0 3.938 8h3.405c.305-1.72.8-3.23 1.43-4.403"
1478
+ }
1479
+ )
1480
+ }
1481
+ ), P1 = (e) => /* @__PURE__ */ l(
1482
+ "svg",
1483
+ {
1484
+ xmlns: "http://www.w3.org/2000/svg",
1485
+ fill: "none",
1486
+ viewBox: "0 0 24 24",
1487
+ ...e,
1488
+ children: /* @__PURE__ */ l(
1489
+ "path",
1490
+ {
1491
+ fill: "currentColor",
1492
+ d: "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12h2a9 9 0 1 0 1.516-5H7v2H1V3h2v2.674A10.99 10.99 0 0 1 12 1m0 12h5v2h-7V7h2z"
1493
+ }
1494
+ )
1495
+ }
1496
+ ), T1 = (e) => /* @__PURE__ */ o(
1497
+ "svg",
1498
+ {
1499
+ xmlns: "http://www.w3.org/2000/svg",
1500
+ fill: "none",
1501
+ viewBox: "0 0 24 24",
1502
+ ...e,
1503
+ children: [
1504
+ /* @__PURE__ */ l(
1505
+ "path",
1506
+ {
1507
+ fill: "currentColor",
1508
+ fillRule: "evenodd",
1509
+ d: "M24 3v18H11l2-2h4v-9H6l-2 2V3zm-5 16h3v-9h-3zm3-11V5h-3v3zm-5-3H6v3h11z",
1510
+ clipRule: "evenodd"
1511
+ }
1512
+ ),
1513
+ /* @__PURE__ */ l(
1514
+ "path",
1515
+ {
1516
+ fill: "currentColor",
1517
+ d: "M5.5 20.5 8 18H0v-2h8l-2.5-2.5L7 12l5 5-5 5z"
1518
+ }
1519
+ )
1520
+ ]
1521
+ }
1522
+ ), E1 = (e) => /* @__PURE__ */ o(
1523
+ "svg",
1524
+ {
1525
+ xmlns: "http://www.w3.org/2000/svg",
1526
+ fill: "none",
1527
+ viewBox: "0 0 24 24",
1528
+ ...e,
1529
+ children: [
1530
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 21h11V3H8v4H6v4V1h15v22H6V13v4h2z" }),
1531
+ /* @__PURE__ */ l(
1532
+ "path",
1533
+ {
1534
+ fill: "currentColor",
1535
+ d: "M1 13v-2h12l-2-2 1.5-1.5L17 12l-4.5 4.5L11 15l2-2H6z"
1536
+ }
1537
+ )
1538
+ ]
1539
+ }
1540
+ ), y1 = (e) => /* @__PURE__ */ o(
1541
+ "svg",
1542
+ {
1543
+ xmlns: "http://www.w3.org/2000/svg",
1544
+ fill: "none",
1545
+ viewBox: "0 0 24 24",
1546
+ ...e,
1547
+ children: [
1548
+ /* @__PURE__ */ l(
1549
+ "path",
1550
+ {
1551
+ fill: "currentColor",
1552
+ d: "M10.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M11 19v-9h2v9z"
1553
+ }
1554
+ ),
1555
+ /* @__PURE__ */ l(
1556
+ "path",
1557
+ {
1558
+ fill: "currentColor",
1559
+ fillRule: "evenodd",
1560
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 0 0-18 9 9 0 0 0 0 18",
1561
+ clipRule: "evenodd"
1562
+ }
1563
+ )
1564
+ ]
1565
+ }
1566
+ ), U1 = (e) => /* @__PURE__ */ o(
1567
+ "svg",
1568
+ {
1569
+ xmlns: "http://www.w3.org/2000/svg",
1570
+ fill: "none",
1571
+ viewBox: "0 0 24 24",
1572
+ ...e,
1573
+ children: [
1574
+ /* @__PURE__ */ l(
1575
+ "path",
1576
+ {
1577
+ fill: "currentColor",
1578
+ d: "M18 19h-5v-2h5zM10 6h2v2H9a1 1 0 0 0 0 2h1a3 3 0 1 1 0 6v2H8v-2H6v-2h4a1 1 0 1 0 0-2H9a3 3 0 0 1-1-5.826V5h2zm8 10h-4v-2h4z"
1579
+ }
1580
+ ),
1581
+ /* @__PURE__ */ l(
1582
+ "path",
1583
+ {
1584
+ fill: "currentColor",
1585
+ fillRule: "evenodd",
1586
+ d: "M16.879 1 22 6.121V24h-2v-1h-1v1h-2v-1h-1v1h-2v-1h-1v1h-2v-1h-1v1H8v-1H7v1H5v-1H4v1H2V1zM4 21h16V6.95L16.05 3H4z",
1587
+ clipRule: "evenodd"
1588
+ }
1589
+ )
1590
+ ]
1591
+ }
1592
+ ), I1 = (e) => /* @__PURE__ */ l(
1593
+ "svg",
1594
+ {
1595
+ xmlns: "http://www.w3.org/2000/svg",
1596
+ fill: "none",
1597
+ viewBox: "0 0 24 24",
1598
+ ...e,
1599
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 2h8v2h-3l-4 16h3v2H6v-2h3l4-16h-3z" })
1600
+ }
1601
+ ), q1 = (e) => /* @__PURE__ */ o(
1602
+ "svg",
1603
+ {
1604
+ xmlns: "http://www.w3.org/2000/svg",
1605
+ fill: "none",
1606
+ viewBox: "0 0 24 24",
1607
+ ...e,
1608
+ children: [
1609
+ /* @__PURE__ */ l(
1610
+ "path",
1611
+ {
1612
+ fill: "currentColor",
1613
+ fillRule: "evenodd",
1614
+ d: "M6.5 9a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5m0 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1",
1615
+ clipRule: "evenodd"
1616
+ }
1617
+ ),
1618
+ /* @__PURE__ */ l(
1619
+ "path",
1620
+ {
1621
+ fill: "currentColor",
1622
+ fillRule: "evenodd",
1623
+ d: "M6.5 5a6.5 6.5 0 0 1 6.001 4H24v9H14v-3h-2v-.04A6.5 6.5 0 1 1 6.5 5m0 2a4.5 4.5 0 1 0 4.242 6H16v3h2v-3h2v3h2v-5H10.972A4.5 4.5 0 0 0 6.5 7",
1624
+ clipRule: "evenodd"
1625
+ }
1626
+ )
1627
+ ]
1628
+ }
1629
+ ), F1 = (e) => /* @__PURE__ */ o(
1630
+ "svg",
1631
+ {
1632
+ xmlns: "http://www.w3.org/2000/svg",
1633
+ fill: "none",
1634
+ viewBox: "0 0 24 24",
1635
+ ...e,
1636
+ children: [
1637
+ /* @__PURE__ */ l(
1638
+ "path",
1639
+ {
1640
+ fill: "currentColor",
1641
+ fillRule: "evenodd",
1642
+ d: "M8 4.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M4.5 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3",
1643
+ clipRule: "evenodd"
1644
+ }
1645
+ ),
1646
+ /* @__PURE__ */ l(
1647
+ "path",
1648
+ {
1649
+ fill: "currentColor",
1650
+ d: "M21 4v13h2v2H10v-2h3v-1h4v1h2V6h-9V4zM1 23v-2h4v2zm10 0H7v-2h4zm2-2h4v2h-4zm10 0v2h-4v-2z"
1651
+ }
1652
+ ),
1653
+ /* @__PURE__ */ l(
1654
+ "path",
1655
+ {
1656
+ fill: "currentColor",
1657
+ fillRule: "evenodd",
1658
+ d: "M12 9v2H8v8H1v-8a2 2 0 0 1 2-2zm-9 2v6h3v-6z",
1659
+ clipRule: "evenodd"
1660
+ }
1661
+ )
1662
+ ]
1663
+ }
1664
+ ), O1 = (e) => /* @__PURE__ */ o(
1665
+ "svg",
1666
+ {
1667
+ xmlns: "http://www.w3.org/2000/svg",
1668
+ fill: "none",
1669
+ viewBox: "0 0 24 24",
1670
+ ...e,
1671
+ children: [
1672
+ /* @__PURE__ */ l(
1673
+ "path",
1674
+ {
1675
+ fill: "currentColor",
1676
+ d: "M13 2h9v9h-2V5.414l-9.293 9.293-1.414-1.414L18.586 4H13z"
1677
+ }
1678
+ ),
1679
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M3 3h6v2H5v14h14v-4h2v6H3z" })
1680
+ ]
1681
+ }
1682
+ ), _1 = (e) => /* @__PURE__ */ o(
1683
+ "svg",
1684
+ {
1685
+ xmlns: "http://www.w3.org/2000/svg",
1686
+ fill: "none",
1687
+ viewBox: "0 0 24 24",
1688
+ ...e,
1689
+ children: [
1690
+ /* @__PURE__ */ l(
1691
+ "path",
1692
+ {
1693
+ fill: "currentColor",
1694
+ d: "m18.005 10.234 2.119-2.12a2.997 2.997 0 1 0-4.239-4.238L10.94 8.821a2.997 2.997 0 0 0 0 4.239l.707.706-1.413 1.413-.707-.706a4.995 4.995 0 0 1 0-7.065l4.946-4.945a4.995 4.995 0 0 1 7.064 7.064l-3.532 3.533a2 2 0 0 1 0-2.826"
1695
+ }
1696
+ ),
1697
+ /* @__PURE__ */ l(
1698
+ "path",
1699
+ {
1700
+ fill: "currentColor",
1701
+ d: "m5.995 13.766-2.119 2.12a2.997 2.997 0 1 0 4.239 4.238l4.945-4.945a2.997 2.997 0 0 0 0-4.239l-.707-.706 1.413-1.413.706.706a4.995 4.995 0 0 1 0 7.065l-4.945 4.945a4.995 4.995 0 1 1-7.064-7.064l3.532-3.533c.78.78.78 2.046 0 2.826"
1702
+ }
1703
+ )
1704
+ ]
1705
+ }
1706
+ ), Q1 = (e) => /* @__PURE__ */ l(
1707
+ "svg",
1708
+ {
1709
+ xmlns: "http://www.w3.org/2000/svg",
1710
+ fill: "none",
1711
+ viewBox: "0 0 24 24",
1712
+ ...e,
1713
+ children: /* @__PURE__ */ l(
1714
+ "path",
1715
+ {
1716
+ fill: "currentColor",
1717
+ d: "m9 16.5-5 5-3-3L2.5 17 4 18.5 7.5 15zM22 20H10v-2h12zM9 9.5l-5 5-3-3L2.5 10 4 11.5 7.5 8zM22 13H10v-2h12zM9 2.5l-5 5-3-3L2.5 3 4 4.5 7.5 1zM22 6H10V4h12z"
1718
+ }
1719
+ )
1720
+ }
1721
+ ), j1 = (e) => /* @__PURE__ */ l(
1722
+ "svg",
1723
+ {
1724
+ xmlns: "http://www.w3.org/2000/svg",
1725
+ fill: "none",
1726
+ viewBox: "0 0 24 24",
1727
+ ...e,
1728
+ children: /* @__PURE__ */ l(
1729
+ "path",
1730
+ {
1731
+ fill: "currentColor",
1732
+ d: "M1.287 10V8.5h1.52V5.52c0-.27.01-.55.01-.55h-.02s-.09.2-.28.38l-.43.39-1.01-1.08 1.93-1.81h1.51V8.5h1.53V10zM8 4h14v2H8zm0 7h14v2H8zm14 9H8v-2h14zM3.048 17.185c.562-.386 1.02-.699 1.02-1.095 0-.5-.4-.71-.77-.71-.68 0-1.06.76-1.06.76l-1.3-.87s.66-1.54 2.52-1.54c1.17 0 2.44.67 2.44 2.19 0 1.367-1.083 2.058-1.933 2.6-.536.341-.979.624-.998.98h3.04V21h-4.95c-.05-.28-.08-.53-.08-.77 0-1.625 1.17-2.428 2.071-3.045"
1733
+ }
1734
+ )
1735
+ }
1736
+ ), N1 = (e) => /* @__PURE__ */ l(
1737
+ "svg",
1738
+ {
1739
+ xmlns: "http://www.w3.org/2000/svg",
1740
+ fill: "none",
1741
+ viewBox: "0 0 24 24",
1742
+ ...e,
1743
+ children: /* @__PURE__ */ l(
1744
+ "path",
1745
+ {
1746
+ fill: "currentColor",
1747
+ d: "M6 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0m0 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-4 7a2 2 0 1 1 4 0 2 2 0 0 1-4 0M22 6H8V4h14zM8 11h14v2H8zm14 9H8v-2h14z"
1748
+ }
1749
+ )
1750
+ }
1751
+ ), W1 = (e) => /* @__PURE__ */ o(
1752
+ "svg",
1753
+ {
1754
+ xmlns: "http://www.w3.org/2000/svg",
1755
+ fill: "none",
1756
+ viewBox: "0 0 24 24",
1757
+ ...e,
1758
+ children: [
1759
+ /* @__PURE__ */ l(
1760
+ "path",
1761
+ {
1762
+ fill: "currentColor",
1763
+ d: "M13 19h-2v-2.268A2 2 0 0 1 12 13a2 2 0 0 1 1 3.732z"
1764
+ }
1765
+ ),
1766
+ /* @__PURE__ */ l(
1767
+ "path",
1768
+ {
1769
+ fill: "currentColor",
1770
+ fillRule: "evenodd",
1771
+ d: "M21 9v14H3V9h3V7a6 6 0 1 1 12 0v2zm-5 0V7a4 4 0 0 0-8 0v2zM5 11v10h14V11z",
1772
+ clipRule: "evenodd"
1773
+ }
1774
+ )
1775
+ ]
1776
+ }
1777
+ ), $1 = (e) => /* @__PURE__ */ l(
1778
+ "svg",
1779
+ {
1780
+ xmlns: "http://www.w3.org/2000/svg",
1781
+ fill: "none",
1782
+ viewBox: "0 0 24 24",
1783
+ ...e,
1784
+ children: /* @__PURE__ */ l(
1785
+ "path",
1786
+ {
1787
+ fill: "currentColor",
1788
+ fillRule: "evenodd",
1789
+ d: "M15.762 17.176a8.5 8.5 0 1 1 1.414-1.414l5.031 5.03-1.414 1.415zM10.5 4a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13",
1790
+ clipRule: "evenodd"
1791
+ }
1792
+ )
1793
+ }
1794
+ ), G1 = (e) => /* @__PURE__ */ o(
1795
+ "svg",
1796
+ {
1797
+ xmlns: "http://www.w3.org/2000/svg",
1798
+ fill: "none",
1799
+ viewBox: "0 0 24 24",
1800
+ ...e,
1801
+ children: [
1802
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M21 7h-3V5h3zm-3 4h3v2h-3zm3 8h-3v-2h3z" }),
1803
+ /* @__PURE__ */ l(
1804
+ "path",
1805
+ {
1806
+ fill: "currentColor",
1807
+ fillRule: "evenodd",
1808
+ d: "m10 12-4.5 4.5L4 15l2-2H0v-2h6L4 9l1.5-1.5zV2h14v20H10zm12-8H12v4h10zm0 10v-4H12v4zm-10 6h10v-4H12z",
1809
+ clipRule: "evenodd"
1810
+ }
1811
+ )
1812
+ ]
1813
+ }
1814
+ ), K1 = (e) => /* @__PURE__ */ o(
1815
+ "svg",
1816
+ {
1817
+ xmlns: "http://www.w3.org/2000/svg",
1818
+ fill: "none",
1819
+ viewBox: "0 0 24 24",
1820
+ ...e,
1821
+ children: [
1822
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M18 13H6v-2h12z" }),
1823
+ /* @__PURE__ */ l(
1824
+ "path",
1825
+ {
1826
+ fill: "currentColor",
1827
+ fillRule: "evenodd",
1828
+ d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18",
1829
+ clipRule: "evenodd"
1830
+ }
1831
+ )
1832
+ ]
1833
+ }
1834
+ ), J1 = (e) => /* @__PURE__ */ l(
1835
+ "svg",
1836
+ {
1837
+ xmlns: "http://www.w3.org/2000/svg",
1838
+ fill: "none",
1839
+ viewBox: "0 0 24 24",
1840
+ ...e,
1841
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 11h16v2H4z" })
1842
+ }
1843
+ ), X1 = (e) => /* @__PURE__ */ o(
1844
+ "svg",
1845
+ {
1846
+ xmlns: "http://www.w3.org/2000/svg",
1847
+ fill: "none",
1848
+ viewBox: "0 0 24 24",
1849
+ ...e,
1850
+ children: [
1851
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 18h-4v-2h4z" }),
1852
+ /* @__PURE__ */ l(
1853
+ "path",
1854
+ {
1855
+ fill: "currentColor",
1856
+ fillRule: "evenodd",
1857
+ d: "M5 2h14v20H5zm2 18h10V4H7z",
1858
+ clipRule: "evenodd"
1859
+ }
1860
+ )
1861
+ ]
1862
+ }
1863
+ ), Y1 = (e) => /* @__PURE__ */ l(
1864
+ "svg",
1865
+ {
1866
+ xmlns: "http://www.w3.org/2000/svg",
1867
+ fill: "none",
1868
+ viewBox: "0 0 24 24",
1869
+ ...e,
1870
+ children: /* @__PURE__ */ l(
1871
+ "path",
1872
+ {
1873
+ fill: "currentColor",
1874
+ d: "M1.287 10V8.5h1.52V5.52c0-.27.01-.55.01-.55h-.02s-.09.2-.28.38l-.43.39-1.01-1.08 1.93-1.81h1.51V8.5h1.53V10zM8 4h14v2H8zm0 7h14v2H8zm14 9H8v-2h14zM3.048 17.185c.562-.386 1.02-.699 1.02-1.095 0-.5-.4-.71-.77-.71-.68 0-1.06.76-1.06.76l-1.3-.87s.66-1.54 2.52-1.54c1.17 0 2.44.67 2.44 2.19 0 1.367-1.083 2.058-1.933 2.6-.536.342-.979.624-.998.98h3.04V21h-4.95c-.05-.28-.08-.53-.08-.77 0-1.625 1.17-2.428 2.071-3.045"
1875
+ }
1876
+ )
1877
+ }
1878
+ ), Z1 = (e) => /* @__PURE__ */ o(
1879
+ "svg",
1880
+ {
1881
+ xmlns: "http://www.w3.org/2000/svg",
1882
+ fill: "none",
1883
+ viewBox: "0 0 24 24",
1884
+ ...e,
1885
+ children: [
1886
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M16 9H7V7h9zm-2 4H7v-2h7zm-7 2h9v2H7z" }),
1887
+ /* @__PURE__ */ l(
1888
+ "path",
1889
+ {
1890
+ fill: "currentColor",
1891
+ fillRule: "evenodd",
1892
+ d: "M3 1h18v22H3zm2 20h14V3H5z",
1893
+ clipRule: "evenodd"
1894
+ }
1895
+ )
1896
+ ]
1897
+ }
1898
+ ), l2 = (e) => /* @__PURE__ */ l(
1899
+ "svg",
1900
+ {
1901
+ xmlns: "http://www.w3.org/2000/svg",
1902
+ fill: "none",
1903
+ viewBox: "0 0 24 24",
1904
+ ...e,
1905
+ children: /* @__PURE__ */ l(
1906
+ "path",
1907
+ {
1908
+ fill: "currentColor",
1909
+ d: "M23 22h-2V2h2zm-4-10-6 6-1.5-1.5L15 13H1v-2h14l-3.5-3.5L13 6z"
1910
+ }
1911
+ )
1912
+ }
1913
+ ), e2 = (e) => /* @__PURE__ */ l(
1914
+ "svg",
1915
+ {
1916
+ xmlns: "http://www.w3.org/2000/svg",
1917
+ fill: "none",
1918
+ viewBox: "0 0 24 24",
1919
+ ...e,
1920
+ children: /* @__PURE__ */ l(
1921
+ "path",
1922
+ {
1923
+ fill: "currentColor",
1924
+ d: "M23 22h-2V2h2zM8.5 7.5 5 11h14v2H5l3.5 3.5L7 18l-6-6 6-6z"
1925
+ }
1926
+ )
1927
+ }
1928
+ ), o2 = (e) => /* @__PURE__ */ l(
1929
+ "svg",
1930
+ {
1931
+ xmlns: "http://www.w3.org/2000/svg",
1932
+ fill: "none",
1933
+ viewBox: "0 0 24 24",
1934
+ ...e,
1935
+ children: /* @__PURE__ */ l(
1936
+ "path",
1937
+ {
1938
+ fill: "currentColor",
1939
+ d: "M22 5H2V3h20zm0 4H2V7h20zM2 11h20v2H2zm11.818 6H2v-2h11.818z"
1940
+ }
1941
+ )
1942
+ }
1943
+ ), v2 = (e) => /* @__PURE__ */ o(
1944
+ "svg",
1945
+ {
1946
+ xmlns: "http://www.w3.org/2000/svg",
1947
+ fill: "none",
1948
+ viewBox: "0 0 24 24",
1949
+ ...e,
1950
+ children: [
1951
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 7h2v10H9zm6 10h-2V7h2z" }),
1952
+ /* @__PURE__ */ l(
1953
+ "path",
1954
+ {
1955
+ fill: "currentColor",
1956
+ fillRule: "evenodd",
1957
+ d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18",
1958
+ clipRule: "evenodd"
1959
+ }
1960
+ )
1961
+ ]
1962
+ }
1963
+ ), n2 = (e) => /* @__PURE__ */ o(
1964
+ "svg",
1965
+ {
1966
+ xmlns: "http://www.w3.org/2000/svg",
1967
+ fill: "none",
1968
+ viewBox: "0 0 24 24",
1969
+ ...e,
1970
+ children: [
1971
+ /* @__PURE__ */ l(
1972
+ "path",
1973
+ {
1974
+ fill: "currentColor",
1975
+ fillRule: "evenodd",
1976
+ d: "M7 6a5 5 0 1 1 10 0A5 5 0 0 1 7 6m5 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6",
1977
+ clipRule: "evenodd"
1978
+ }
1979
+ ),
1980
+ /* @__PURE__ */ l(
1981
+ "path",
1982
+ {
1983
+ fill: "currentColor",
1984
+ d: "M20 22a8 8 0 0 0-.252-2 8.003 8.003 0 0 0-15.496 0A8 8 0 0 0 4 22H2q.002-1.03.2-2c.927-4.564 4.962-8 9.8-8s8.873 3.436 9.8 8q.198.97.2 2z"
1985
+ }
1986
+ )
1987
+ ]
1988
+ }
1989
+ ), h2 = (e) => /* @__PURE__ */ l(
1990
+ "svg",
1991
+ {
1992
+ xmlns: "http://www.w3.org/2000/svg",
1993
+ fill: "none",
1994
+ viewBox: "0 0 24 24",
1995
+ ...e,
1996
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 13v-2h7V4h2v7h7v2h-7v7h-2v-7z" })
1997
+ }
1998
+ ), r2 = (e) => /* @__PURE__ */ o(
1999
+ "svg",
2000
+ {
2001
+ xmlns: "http://www.w3.org/2000/svg",
2002
+ fill: "none",
2003
+ viewBox: "0 0 24 24",
2004
+ ...e,
2005
+ children: [
2006
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 20H6v-9h2z" }),
2007
+ /* @__PURE__ */ l(
2008
+ "path",
2009
+ {
2010
+ fill: "currentColor",
2011
+ fillRule: "evenodd",
2012
+ d: "M21 11h2a1 1 0 1 1 0 2h-2v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-7H1a1 1 0 1 1 0-2h2V8h18zM5 20a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10H5z",
2013
+ clipRule: "evenodd"
2014
+ }
2015
+ ),
2016
+ /* @__PURE__ */ l(
2017
+ "path",
2018
+ {
2019
+ fill: "currentColor",
2020
+ d: "M11 .5a2.7 2.7 0 0 1 0 3l-.474.71a1.42 1.42 0 0 0 0 1.58l.612.916A.8.8 0 0 1 11.26 7H9.333L9 6.5a2.7 2.7 0 0 1 0-3l.475-.71a1.43 1.43 0 0 0 0-1.58L8.862.295A.8.8 0 0 1 8.74 0h1.927zm4 0a2.7 2.7 0 0 1 0 3l-.474.71a1.42 1.42 0 0 0 0 1.58l.612.916A.8.8 0 0 1 15.26 7h-1.927L13 6.5a2.7 2.7 0 0 1 0-3l.475-.71a1.43 1.43 0 0 0 0-1.58l-.613-.916A.8.8 0 0 1 12.74 0h1.927z"
2021
+ }
2022
+ )
2023
+ ]
2024
+ }
2025
+ ), t2 = (e) => /* @__PURE__ */ o(
2026
+ "svg",
2027
+ {
2028
+ xmlns: "http://www.w3.org/2000/svg",
2029
+ fill: "none",
2030
+ viewBox: "0 0 24 24",
2031
+ ...e,
2032
+ children: [
2033
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M19 10h-2V9h2zM8 14h8v2H8zm0 3h8v2H8z" }),
2034
+ /* @__PURE__ */ l(
2035
+ "path",
2036
+ {
2037
+ fill: "currentColor",
2038
+ fillRule: "evenodd",
2039
+ d: "M5 2h14v4h4v13h-4v3H5v-3H1V6h4zM3 8v9h2v-6h14v6h2V8zm14 5H7v7h10zm0-7V4H7v2z",
2040
+ clipRule: "evenodd"
2041
+ }
2042
+ )
2043
+ ]
2044
+ }
2045
+ ), i2 = (e) => /* @__PURE__ */ o(
2046
+ "svg",
2047
+ {
2048
+ xmlns: "http://www.w3.org/2000/svg",
2049
+ fill: "none",
2050
+ viewBox: "0 0 24 24",
2051
+ ...e,
2052
+ children: [
2053
+ /* @__PURE__ */ l(
2054
+ "path",
2055
+ {
2056
+ fill: "currentColor",
2057
+ d: "M19 6.121V7.5h-2v-.55L13.05 3H3v17h8v2H1V1h12.879zm0 2.963A6 6 0 0 1 21.316 20H24v2h-6v-6h2v2.463a4.002 4.002 0 0 0-1-7.337z"
2058
+ }
2059
+ ),
2060
+ /* @__PURE__ */ l(
2061
+ "path",
2062
+ {
2063
+ fill: "currentColor",
2064
+ d: "M17 15h-2v-2.464a4.002 4.002 0 0 0 1 7.338v2.041A6 6 0 0 1 13.684 11H11V9h6zm-8 1H5v-2h4zm.5-4H5v-2h4.5zM13 8H5V6h8z"
2065
+ }
2066
+ )
2067
+ ]
2068
+ }
2069
+ ), d2 = (e) => /* @__PURE__ */ o(
2070
+ "svg",
2071
+ {
2072
+ xmlns: "http://www.w3.org/2000/svg",
2073
+ fill: "none",
2074
+ viewBox: "0 0 24 24",
2075
+ ...e,
2076
+ children: [
2077
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 5h2v2H5z" }),
2078
+ /* @__PURE__ */ l(
2079
+ "path",
2080
+ {
2081
+ fill: "currentColor",
2082
+ fillRule: "evenodd",
2083
+ d: "M2 10V2h8v8zm2-2h4V4H4z",
2084
+ clipRule: "evenodd"
2085
+ }
2086
+ ),
2087
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 19v-2h2v2z" }),
2088
+ /* @__PURE__ */ l(
2089
+ "path",
2090
+ {
2091
+ fill: "currentColor",
2092
+ fillRule: "evenodd",
2093
+ d: "M2 22v-8h8v8zm2-6v4h4v-4z",
2094
+ clipRule: "evenodd"
2095
+ }
2096
+ ),
2097
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M19 7h-2V5h2z" }),
2098
+ /* @__PURE__ */ l(
2099
+ "path",
2100
+ {
2101
+ fill: "currentColor",
2102
+ fillRule: "evenodd",
2103
+ d: "M22 10h-8V2h8zm-2-6h-4v4h4z",
2104
+ clipRule: "evenodd"
2105
+ }
2106
+ ),
2107
+ /* @__PURE__ */ l(
2108
+ "path",
2109
+ {
2110
+ fill: "currentColor",
2111
+ d: "M22 15h-4v2h4v5h-4v-2h2v-1h-2v-2h-2v2h-2v-2h2v-2h-2v-4h3v2h-1v2h2v-2h2v-2h2zm-9-8h-2V3h2zm0 3h-2V8h2zm0 7h-2v-6h2z"
2112
+ }
2113
+ ),
2114
+ /* @__PURE__ */ l(
2115
+ "path",
2116
+ {
2117
+ fill: "currentColor",
2118
+ d: "M11 18h2v2h3v2h-5zm-1-7v2H6v-2zm-5 0v2H3v-2z"
2119
+ }
2120
+ )
2121
+ ]
2122
+ }
2123
+ ), c2 = (e) => /* @__PURE__ */ o(
2124
+ "svg",
2125
+ {
2126
+ xmlns: "http://www.w3.org/2000/svg",
2127
+ fill: "none",
2128
+ viewBox: "0 0 24 24",
2129
+ ...e,
2130
+ children: [
2131
+ /* @__PURE__ */ l(
2132
+ "path",
2133
+ {
2134
+ fill: "currentColor",
2135
+ d: "M11 15v-3a1 1 0 0 1 1-1 2 2 0 1 0-2-2H8a4 4 0 1 1 5 3.874V15zm2.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"
2136
+ }
2137
+ ),
2138
+ /* @__PURE__ */ l(
2139
+ "path",
2140
+ {
2141
+ fill: "currentColor",
2142
+ fillRule: "evenodd",
2143
+ d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18",
2144
+ clipRule: "evenodd"
2145
+ }
2146
+ )
2147
+ ]
2148
+ }
2149
+ ), w2 = (e) => /* @__PURE__ */ o(
2150
+ "svg",
2151
+ {
2152
+ xmlns: "http://www.w3.org/2000/svg",
2153
+ fill: "none",
2154
+ viewBox: "0 0 24 24",
2155
+ ...e,
2156
+ children: [
2157
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M7 12a5 5 0 1 1 10 0 5 5 0 0 1-10 0" }),
2158
+ /* @__PURE__ */ l(
2159
+ "path",
2160
+ {
2161
+ fill: "currentColor",
2162
+ fillRule: "evenodd",
2163
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 0 0-18 9 9 0 0 0 0 18",
2164
+ clipRule: "evenodd"
2165
+ }
2166
+ )
2167
+ ]
2168
+ }
2169
+ ), s2 = (e) => /* @__PURE__ */ o(
2170
+ "svg",
2171
+ {
2172
+ xmlns: "http://www.w3.org/2000/svg",
2173
+ fill: "none",
2174
+ viewBox: "0 0 24 24",
2175
+ ...e,
2176
+ children: [
2177
+ /* @__PURE__ */ l(
2178
+ "path",
2179
+ {
2180
+ fill: "currentColor",
2181
+ d: "M13 0v6l2.5-2.5L17 5l-5 5-5-5 1.5-1.5L11 6V0zm2 16a1 1 0 0 0-1 1 1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1 1 1 0 0 0-1-1H5v-2h14v2z"
2182
+ }
2183
+ ),
2184
+ /* @__PURE__ */ l(
2185
+ "path",
2186
+ {
2187
+ fill: "currentColor",
2188
+ fillRule: "evenodd",
2189
+ d: "M12 10h11v14H1V10zM3 22h18V12H3z",
2190
+ clipRule: "evenodd"
2191
+ }
2192
+ )
2193
+ ]
2194
+ }
2195
+ ), a2 = (e) => /* @__PURE__ */ o(
2196
+ "svg",
2197
+ {
2198
+ xmlns: "http://www.w3.org/2000/svg",
2199
+ fill: "none",
2200
+ viewBox: "0 0 24 24",
2201
+ ...e,
2202
+ children: [
2203
+ /* @__PURE__ */ l(
2204
+ "path",
2205
+ {
2206
+ fill: "currentColor",
2207
+ fillRule: "evenodd",
2208
+ d: "M8 4a4 4 0 1 1 8 0v8a4 4 0 0 1-8 0zm4-2a2 2 0 0 0-2 2v8a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2",
2209
+ clipRule: "evenodd"
2210
+ }
2211
+ ),
2212
+ /* @__PURE__ */ l(
2213
+ "path",
2214
+ {
2215
+ fill: "currentColor",
2216
+ d: "M6 12a6 6 0 0 0 12 0h2a8 8 0 0 1-7 7.938V24h-2v-4.062A8 8 0 0 1 4 12z"
2217
+ }
2218
+ )
2219
+ ]
2220
+ }
2221
+ ), g2 = (e) => /* @__PURE__ */ l(
2222
+ "svg",
2223
+ {
2224
+ xmlns: "http://www.w3.org/2000/svg",
2225
+ fill: "none",
2226
+ viewBox: "0 0 24 24",
2227
+ ...e,
2228
+ children: /* @__PURE__ */ l(
2229
+ "path",
2230
+ {
2231
+ fill: "currentColor",
2232
+ fillRule: "evenodd",
2233
+ d: "M9 1v6H7V4.516A9 9 0 0 0 12 21v2C5.925 23 1 18.075 1 12c0-3.72 1.847-7.01 4.674-9H3V1zm6 22v-6h2v2.485A9 9 0 0 0 12 3V.999c6.075 0 11 4.925 11 11 0 3.72-1.847 7.01-4.674 9H21v2z",
2234
+ clipRule: "evenodd"
2235
+ }
2236
+ )
2237
+ }
2238
+ ), p2 = (e) => /* @__PURE__ */ o(
2239
+ "svg",
2240
+ {
2241
+ xmlns: "http://www.w3.org/2000/svg",
2242
+ fill: "none",
2243
+ viewBox: "0 0 24 24",
2244
+ ...e,
2245
+ children: [
2246
+ /* @__PURE__ */ l(
2247
+ "path",
2248
+ {
2249
+ fill: "currentColor",
2250
+ d: "M14.05 3H4v17h5.865a7.5 7.5 0 0 0 1.536 2H2V1h12.879L20 6.121v3.744a7.5 7.5 0 0 0-2-.715v-2.2z"
2251
+ }
2252
+ ),
2253
+ /* @__PURE__ */ l(
2254
+ "path",
2255
+ {
2256
+ fill: "currentColor",
2257
+ d: "M6 6h9v2H6zm0 4h6.756a7.5 7.5 0 0 0-2.256 2H6zm0 6v-2h3.427a7.5 7.5 0 0 0-.41 2z"
2258
+ }
2259
+ ),
2260
+ /* @__PURE__ */ l(
2261
+ "path",
2262
+ {
2263
+ fill: "currentColor",
2264
+ fillRule: "evenodd",
2265
+ d: "M22 16.5a5.47 5.47 0 0 1-.968 3.118l2.675 2.675-1.414 1.414-2.675-2.675A5.5 5.5 0 1 1 22 16.5M16.5 13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7",
2266
+ clipRule: "evenodd"
2267
+ }
2268
+ )
2269
+ ]
2270
+ }
2271
+ ), f2 = (e) => /* @__PURE__ */ l(
2272
+ "svg",
2273
+ {
2274
+ xmlns: "http://www.w3.org/2000/svg",
2275
+ fill: "none",
2276
+ viewBox: "0 0 24 24",
2277
+ ...e,
2278
+ children: /* @__PURE__ */ l(
2279
+ "path",
2280
+ {
2281
+ fill: "currentColor",
2282
+ d: "m6 10 3 3-1.5 1.5L2 9l5.5-5.5L9 5 6 8h10a6 6 0 0 1 0 12h-3v-2h3a4 4 0 0 0 0-8z"
2283
+ }
2284
+ )
2285
+ }
2286
+ ), u2 = (e) => /* @__PURE__ */ o(
2287
+ "svg",
2288
+ {
2289
+ xmlns: "http://www.w3.org/2000/svg",
2290
+ fill: "none",
2291
+ viewBox: "0 0 24 24",
2292
+ ...e,
2293
+ children: [
2294
+ /* @__PURE__ */ l(
2295
+ "path",
2296
+ {
2297
+ fill: "currentColor",
2298
+ d: "M9.553 15.776a.5.5 0 0 1 .67-.223c.403.2 1.065.322 1.777.322s1.374-.121 1.776-.322a.5.5 0 1 1 .448.894c-.598.3-1.436.428-2.224.428s-1.626-.129-2.224-.428a.5.5 0 0 1-.223-.67M8 13.5a1.5 1.5 0 1 1-1-1.415V13h.915q.084.236.085.5m8 0a1.5 1.5 0 0 1 2-1.415V13h.915q.084.236.085.5a1.5 1.5 0 0 1-3 0"
2299
+ }
2300
+ ),
2301
+ /* @__PURE__ */ l(
2302
+ "path",
2303
+ {
2304
+ fill: "currentColor",
2305
+ fillRule: "evenodd",
2306
+ d: "M15 3a3 3 0 0 1-2 2.83V7.5h3.25a7.75 7.75 0 0 1 0 15.5h-8.5a7.75 7.75 0 0 1 0-15.5H11V5.83A3.001 3.001 0 1 1 15 3m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2M7.75 21h8.5a5.75 5.75 0 0 0 0-11.5h-8.5a5.75 5.75 0 0 0 0 11.5",
2307
+ clipRule: "evenodd"
2308
+ }
2309
+ )
2310
+ ]
2311
+ }
2312
+ ), z2 = (e) => /* @__PURE__ */ o(
2313
+ "svg",
2314
+ {
2315
+ xmlns: "http://www.w3.org/2000/svg",
2316
+ fill: "none",
2317
+ viewBox: "0 0 24 24",
2318
+ ...e,
2319
+ children: [
2320
+ /* @__PURE__ */ l(
2321
+ "path",
2322
+ {
2323
+ fill: "currentColor",
2324
+ d: "M17 11h-7V9h7zM7 9h2v2H7zm10 6h-7v-2h7zM7 13h2v2H7zm10 6h-7v-2h7zM7 17h2v2H7z"
2325
+ }
2326
+ ),
2327
+ /* @__PURE__ */ l(
2328
+ "path",
2329
+ {
2330
+ fill: "currentColor",
2331
+ fillRule: "evenodd",
2332
+ d: "M7 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h4v20H3V3zm2 2h6V3H9zM7 5H5v16h14V5h-2v2H7z",
2333
+ clipRule: "evenodd"
2334
+ }
2335
+ )
2336
+ ]
2337
+ }
2338
+ ), m2 = (e) => /* @__PURE__ */ o(
2339
+ "svg",
2340
+ {
2341
+ xmlns: "http://www.w3.org/2000/svg",
2342
+ fill: "none",
2343
+ viewBox: "0 0 24 24",
2344
+ ...e,
2345
+ children: [
2346
+ /* @__PURE__ */ l(
2347
+ "path",
2348
+ {
2349
+ fill: "currentColor",
2350
+ d: "M20 6.121V8.5h-2V6.95L14.05 3H4v17h13v2H2V1h12.879z"
2351
+ }
2352
+ ),
2353
+ /* @__PURE__ */ l(
2354
+ "path",
2355
+ {
2356
+ fill: "currentColor",
2357
+ d: "m23.9 14.925-4.95 4.949-1.414-1.414 2.485-2.485H13l.001-2h7.12l-2.585-2.586 1.414-1.414zM11 16H6v-2h5zm4-4H6v-2h9zm0-4H6V6h9z"
2358
+ }
2359
+ )
2360
+ ]
2361
+ }
2362
+ ), H2 = (e) => /* @__PURE__ */ o(
2363
+ "svg",
2364
+ {
2365
+ xmlns: "http://www.w3.org/2000/svg",
2366
+ fill: "none",
2367
+ viewBox: "0 0 24 24",
2368
+ ...e,
2369
+ children: [
2370
+ /* @__PURE__ */ l(
2371
+ "path",
2372
+ {
2373
+ fill: "currentColor",
2374
+ d: "M7 20H3v-2h4zm14 0h-4v-2h4zM7 17H3v-2h4zm14 0h-4v-2h4zm-9-8h2v2h-4V7h2z"
2375
+ }
2376
+ ),
2377
+ /* @__PURE__ */ l(
2378
+ "path",
2379
+ {
2380
+ fill: "currentColor",
2381
+ fillRule: "evenodd",
2382
+ d: "M17 3h-4.697l9 6H18v3h6v11H13v-5a1 1 0 1 0-2 0v5H0V12h6V9H2.697L12 2.798V1h5zM2 21h7v-3a3 3 0 1 1 6 0v3h7v-7H2zM8 7.868V12h8V7.868l-4-2.666z",
2383
+ clipRule: "evenodd"
2384
+ }
2385
+ )
2386
+ ]
2387
+ }
2388
+ ), M2 = (e) => /* @__PURE__ */ o(
2389
+ "svg",
2390
+ {
2391
+ xmlns: "http://www.w3.org/2000/svg",
2392
+ fill: "none",
2393
+ viewBox: "0 0 24 24",
2394
+ ...e,
2395
+ children: [
2396
+ /* @__PURE__ */ l(
2397
+ "path",
2398
+ {
2399
+ fill: "currentColor",
2400
+ fillRule: "evenodd",
2401
+ d: "m10 13.25-8-6V18h8v2H0V4h20v6.172l-1-1-1 1V7.25zM3.667 6 10 10.75 16.333 6z",
2402
+ clipRule: "evenodd"
2403
+ }
2404
+ ),
2405
+ /* @__PURE__ */ l(
2406
+ "path",
2407
+ {
2408
+ fill: "currentColor",
2409
+ d: "M12 18v-2h8l-2.5-2.5L19 12l5 5-5 5-1.5-1.5L20 18z"
2410
+ }
2411
+ )
2412
+ ]
2413
+ }
2414
+ ), C2 = (e) => /* @__PURE__ */ l(
2415
+ "svg",
2416
+ {
2417
+ xmlns: "http://www.w3.org/2000/svg",
2418
+ fill: "none",
2419
+ viewBox: "0 0 24 24",
2420
+ ...e,
2421
+ children: /* @__PURE__ */ l(
2422
+ "path",
2423
+ {
2424
+ fill: "currentColor",
2425
+ fillRule: "evenodd",
2426
+ d: "M24 12 3 23V13h1v-2H3V1zM5 13v6.5L20 12 5 4.5V11h7l1 1-1 1z",
2427
+ clipRule: "evenodd"
2428
+ }
2429
+ )
2430
+ }
2431
+ ), x2 = (e) => /* @__PURE__ */ l(
2432
+ "svg",
2433
+ {
2434
+ xmlns: "http://www.w3.org/2000/svg",
2435
+ fill: "none",
2436
+ viewBox: "0 0 24 24",
2437
+ ...e,
2438
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M13.818 16H2v-2h11.818zM22 11H2V9h20z" })
2439
+ }
2440
+ ), V2 = (e) => /* @__PURE__ */ l(
2441
+ "svg",
2442
+ {
2443
+ xmlns: "http://www.w3.org/2000/svg",
2444
+ fill: "none",
2445
+ viewBox: "0 0 24 24",
2446
+ ...e,
2447
+ children: /* @__PURE__ */ l(
2448
+ "path",
2449
+ {
2450
+ fill: "currentColor",
2451
+ fillRule: "evenodd",
2452
+ d: "M9.947 1.191a11 11 0 0 1 4.107 0l.779.72.535 1.959 1.762-1.007 1.06.042a11 11 0 0 1 2.904 2.905l.042 1.06-1.006 1.762 1.96.535.718.779a11 11 0 0 1 0 4.106l-.719.78-1.96.534 1.008 1.764-.042 1.06a11 11 0 0 1-2.904 2.904l-1.06.042-1.763-1.007-.535 1.96-.78.72a11.1 11.1 0 0 1-4.106 0l-.779-.72-.535-1.96-1.764 1.007-1.06-.042a11 11 0 0 1-2.903-2.904l-.043-1.06 1.008-1.763-1.96-.536-.72-.779a11 11 0 0 1 0-4.106l.72-.78 1.96-.534-1.007-1.763.042-1.06a11 11 0 0 1 2.905-2.904l1.06-.042L8.632 3.87l.535-1.96zm.98 1.872-.705 2.578-1.46.605-2.32-1.325a9 9 0 0 0-1.52 1.519l1.326 2.32-.605 1.461-2.58.704a9 9 0 0 0 0 2.148l2.58.704.605 1.46-1.326 2.322a9 9 0 0 0 1.518 1.519l2.322-1.326 1.46.605.705 2.58a9 9 0 0 0 2.147 0l.704-2.58 1.46-.605 2.322 1.326a9 9 0 0 0 1.519-1.52l-1.326-2.32.605-1.46 2.579-.705a9 9 0 0 0 0-2.148l-2.579-.704-.605-1.46 1.325-2.32a9 9 0 0 0-1.519-1.52l-2.32 1.325-1.46-.605-.705-2.578a9 9 0 0 0-2.148 0M12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0",
2453
+ clipRule: "evenodd"
2454
+ }
2455
+ )
2456
+ }
2457
+ ), S2 = (e) => /* @__PURE__ */ l(
2458
+ "svg",
2459
+ {
2460
+ xmlns: "http://www.w3.org/2000/svg",
2461
+ fill: "none",
2462
+ viewBox: "0 0 24 24",
2463
+ ...e,
2464
+ children: /* @__PURE__ */ l(
2465
+ "path",
2466
+ {
2467
+ fill: "currentColor",
2468
+ d: "M14 8h5l-3.5-3.5L17 3l6 6-6 6-1.5-1.5L19 10h-5C8.477 10 4 14.477 4 20H2C2 13.373 7.373 8 14 8"
2469
+ }
2470
+ )
2471
+ }
2472
+ ), R2 = (e) => /* @__PURE__ */ o(
2473
+ "svg",
2474
+ {
2475
+ xmlns: "http://www.w3.org/2000/svg",
2476
+ fill: "none",
2477
+ viewBox: "0 0 24 24",
2478
+ ...e,
2479
+ children: [
2480
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M13 4H6v16h7v-3h2v5H4V2h11v5h-2z" }),
2481
+ /* @__PURE__ */ l(
2482
+ "path",
2483
+ {
2484
+ fill: "currentColor",
2485
+ d: "M20 13H9v-2h11l-2.5-2.5L19 7l5 5-5 5-1.5-1.5z"
2486
+ }
2487
+ )
2488
+ ]
2489
+ }
2490
+ ), B2 = (e) => /* @__PURE__ */ l(
2491
+ "svg",
2492
+ {
2493
+ xmlns: "http://www.w3.org/2000/svg",
2494
+ fill: "none",
2495
+ viewBox: "0 0 24 24",
2496
+ ...e,
2497
+ children: /* @__PURE__ */ l(
2498
+ "path",
2499
+ {
2500
+ fill: "currentColor",
2501
+ fillRule: "evenodd",
2502
+ d: "M11 0h2v3h6.294L24 6.5 19.294 10H13v2h9v7h-9v5h-2v-5H4.706L0 15.5 4.706 12H11v-2H2V3h9zM4 8h14.632l2.017-1.5L18.632 5H4zm16 6H5.368l-2.017 1.5L5.368 17H20z",
2503
+ clipRule: "evenodd"
2504
+ }
2505
+ )
2506
+ }
2507
+ ), L2 = (e) => /* @__PURE__ */ l(
2508
+ "svg",
2509
+ {
2510
+ xmlns: "http://www.w3.org/2000/svg",
2511
+ fill: "none",
2512
+ viewBox: "0 0 24 24",
2513
+ ...e,
2514
+ children: /* @__PURE__ */ l(
2515
+ "path",
2516
+ {
2517
+ fill: "currentColor",
2518
+ d: "M8 5h2v2H8zm6 0h2v2h-2zm-6 6h2v2H8zm6 0h2v2h-2zm-6 6h2v2H8zm6 0h2v2h-2z"
2519
+ }
2520
+ )
2521
+ }
2522
+ ), A2 = (e) => /* @__PURE__ */ l(
2523
+ "svg",
2524
+ {
2525
+ xmlns: "http://www.w3.org/2000/svg",
2526
+ fill: "none",
2527
+ viewBox: "0 0 24 24",
2528
+ ...e,
2529
+ children: /* @__PURE__ */ l(
2530
+ "path",
2531
+ {
2532
+ fill: "currentColor",
2533
+ fillRule: "evenodd",
2534
+ d: "M15 16c1.306 0 2.414.835 2.826 2H21v2h-3.174a2.998 2.998 0 0 1-5.652 0H3v-2h9.17l.038-.095-.009.026A3 3 0 0 1 15 16m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2M9 9c1.306 0 2.414.835 2.826 2H21v2h-9.174a2.998 2.998 0 0 1-5.652 0H3v-2h3.17l.038-.095-.009.026A3 3 0 0 1 9 9m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m6-9c1.306 0 2.414.835 2.826 2H21v2h-3.174a2.998 2.998 0 0 1-5.652 0H3V4h9.17l.038-.095-.009.026A3 3 0 0 1 15 2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2",
2535
+ clipRule: "evenodd"
2536
+ }
2537
+ )
2538
+ }
2539
+ ), D2 = (e) => /* @__PURE__ */ l(
2540
+ "svg",
2541
+ {
2542
+ xmlns: "http://www.w3.org/2000/svg",
2543
+ fill: "none",
2544
+ viewBox: "0 0 24 24",
2545
+ ...e,
2546
+ children: /* @__PURE__ */ l(
2547
+ "path",
2548
+ {
2549
+ fill: "currentColor",
2550
+ d: "M22.5 16.5 24 18l-5 5-5-5 1.5-1.5L18 19V2h2v17zM14 7H1V5h13zm0 6H1v-2h13zM1 17h10v2H1z"
2551
+ }
2552
+ )
2553
+ }
2554
+ ), b2 = (e) => /* @__PURE__ */ o(
2555
+ "svg",
2556
+ {
2557
+ xmlns: "http://www.w3.org/2000/svg",
2558
+ fill: "none",
2559
+ viewBox: "0 0 24 24",
2560
+ ...e,
2561
+ children: [
2562
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M16 16H8V8h8z" }),
2563
+ /* @__PURE__ */ l(
2564
+ "path",
2565
+ {
2566
+ fill: "currentColor",
2567
+ fillRule: "evenodd",
2568
+ d: "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18",
2569
+ clipRule: "evenodd"
2570
+ }
2571
+ )
2572
+ ]
2573
+ }
2574
+ ), k2 = (e) => /* @__PURE__ */ o(
2575
+ "svg",
2576
+ {
2577
+ xmlns: "http://www.w3.org/2000/svg",
2578
+ fill: "none",
2579
+ viewBox: "0 0 24 24",
2580
+ ...e,
2581
+ children: [
2582
+ /* @__PURE__ */ l(
2583
+ "path",
2584
+ {
2585
+ fill: "currentColor",
2586
+ d: "M10 3.5 7.5 6 10 8.5 8.5 10 6 7.5 3.5 10 2 8.5 4.5 6 2 3.5 3.5 2 6 4.5 8.5 2z"
2587
+ }
2588
+ ),
2589
+ /* @__PURE__ */ l(
2590
+ "path",
2591
+ {
2592
+ fill: "currentColor",
2593
+ fillRule: "evenodd",
2594
+ d: "M6 22a4 4 0 1 1 2.032-7.446L18.586 4H14V2h8v8h-2V5.414L9.446 15.968A4 4 0 0 1 6 22m2-4a2 2 0 1 0-4 0 2 2 0 0 0 4 0",
2595
+ clipRule: "evenodd"
2596
+ }
2597
+ ),
2598
+ /* @__PURE__ */ l(
2599
+ "path",
2600
+ {
2601
+ fill: "currentColor",
2602
+ d: "m20.5 14 1.5 1.5-2.5 2.5 2.5 2.5-1.5 1.5-2.5-2.5-2.5 2.5-1.5-1.5 2.5-2.5-2.5-2.5 1.5-1.5 2.5 2.5z"
2603
+ }
2604
+ )
2605
+ ]
2606
+ }
2607
+ ), P2 = (e) => /* @__PURE__ */ o(
2608
+ "svg",
2609
+ {
2610
+ xmlns: "http://www.w3.org/2000/svg",
2611
+ fill: "none",
2612
+ viewBox: "0 0 24 24",
2613
+ ...e,
2614
+ children: [
2615
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "m11 13.5 6-6L18.5 9 11 16.5l-5-5L7.5 10z" }),
2616
+ /* @__PURE__ */ l(
2617
+ "path",
2618
+ {
2619
+ fill: "currentColor",
2620
+ fillRule: "evenodd",
2621
+ d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18",
2622
+ clipRule: "evenodd"
2623
+ }
2624
+ )
2625
+ ]
2626
+ }
2627
+ ), T2 = (e) => /* @__PURE__ */ o(
2628
+ "svg",
2629
+ {
2630
+ xmlns: "http://www.w3.org/2000/svg",
2631
+ fill: "none",
2632
+ viewBox: "0 0 24 24",
2633
+ ...e,
2634
+ children: [
2635
+ /* @__PURE__ */ l(
2636
+ "path",
2637
+ {
2638
+ fill: "currentColor",
2639
+ fillRule: "evenodd",
2640
+ d: "M10 23H2v-7h8zm-6-2h4v-3H4z",
2641
+ clipRule: "evenodd"
2642
+ }
2643
+ ),
2644
+ /* @__PURE__ */ l(
2645
+ "path",
2646
+ {
2647
+ fill: "currentColor",
2648
+ d: "M22 12c0 3.722-1.85 7.01-4.68 9H20v2h-6v-6h2v2.484A8.99 8.99 0 0 0 20 12v-2h2zM10 7H8V4.516A8.99 8.99 0 0 0 4 12v2H2v-2c0-3.722 1.85-7.01 4.68-9H4V1h6z"
2649
+ }
2650
+ ),
2651
+ /* @__PURE__ */ l(
2652
+ "path",
2653
+ {
2654
+ fill: "currentColor",
2655
+ fillRule: "evenodd",
2656
+ d: "M22 8h-8V1h8zm-6-2h4V3h-4z",
2657
+ clipRule: "evenodd"
2658
+ }
2659
+ )
2660
+ ]
2661
+ }
2662
+ ), E2 = (e) => /* @__PURE__ */ l(
2663
+ "svg",
2664
+ {
2665
+ xmlns: "http://www.w3.org/2000/svg",
2666
+ fill: "none",
2667
+ viewBox: "0 0 24 24",
2668
+ ...e,
2669
+ children: /* @__PURE__ */ l(
2670
+ "path",
2671
+ {
2672
+ fill: "currentColor",
2673
+ fillRule: "evenodd",
2674
+ d: "M22 2v20H2V2zm-2 2h-9v7h9zm0 9h-9v7h9zM9 4H4v16h5z",
2675
+ clipRule: "evenodd"
2676
+ }
2677
+ )
2678
+ }
2679
+ ), y2 = (e) => /* @__PURE__ */ l(
2680
+ "svg",
2681
+ {
2682
+ xmlns: "http://www.w3.org/2000/svg",
2683
+ fill: "none",
2684
+ viewBox: "0 0 24 24",
2685
+ ...e,
2686
+ children: /* @__PURE__ */ l(
2687
+ "path",
2688
+ {
2689
+ fill: "currentColor",
2690
+ fillRule: "evenodd",
2691
+ d: "M5 2h8.5a5.5 5.5 0 0 1 4.082 9.186A6 6 0 0 1 14 22H7V5H5zm5 8h3.5a2.5 2.5 0 0 0 0-5H10zm0 3v6h4a3 3 0 1 0 0-6z",
2692
+ clipRule: "evenodd"
2693
+ }
2694
+ )
2695
+ }
2696
+ ), U2 = (e) => /* @__PURE__ */ l(
2697
+ "svg",
2698
+ {
2699
+ xmlns: "http://www.w3.org/2000/svg",
2700
+ fill: "none",
2701
+ viewBox: "0 0 24 24",
2702
+ ...e,
2703
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 2h12v2h-5l-4 16h5v2H4v-2h5l4-16H8z" })
2704
+ }
2705
+ ), I2 = (e) => /* @__PURE__ */ l(
2706
+ "svg",
2707
+ {
2708
+ xmlns: "http://www.w3.org/2000/svg",
2709
+ fill: "none",
2710
+ viewBox: "0 0 24 24",
2711
+ ...e,
2712
+ children: /* @__PURE__ */ l(
2713
+ "path",
2714
+ {
2715
+ fill: "currentColor",
2716
+ d: "M8 13a4 4 0 0 0 8 0V2h4v2h-2v9a6 6 0 0 1-12 0V4H4V2h4zM4 23v-2h16v2z"
2717
+ }
2718
+ )
2719
+ }
2720
+ ), q2 = (e) => /* @__PURE__ */ l(
2721
+ "svg",
2722
+ {
2723
+ xmlns: "http://www.w3.org/2000/svg",
2724
+ fill: "none",
2725
+ viewBox: "0 0 24 24",
2726
+ ...e,
2727
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M11 4h3v3h-3zm0 7h3v3h-3zm3 10h-3v-3h3z" })
2728
+ }
2729
+ ), F2 = (e) => /* @__PURE__ */ l(
2730
+ "svg",
2731
+ {
2732
+ xmlns: "http://www.w3.org/2000/svg",
2733
+ fill: "none",
2734
+ viewBox: "0 0 24 24",
2735
+ ...e,
2736
+ children: /* @__PURE__ */ l(
2737
+ "path",
2738
+ {
2739
+ fill: "currentColor",
2740
+ fillRule: "evenodd",
2741
+ d: "M14 3a3 3 0 0 1 3 3v3h1.166a4 4 0 0 1 3.93 4.748l-.762 4A4 4 0 0 1 17.404 21H3V9h6a3 3 0 0 0 3-3V3zm0 3a5 5 0 0 1-5 5v8h8.404a2 2 0 0 0 1.965-1.626l.762-4 .03-.23A2 2 0 0 0 18.166 11H15V6a1 1 0 0 0-1-1zM5 19h2v-8H5z",
2742
+ clipRule: "evenodd"
2743
+ }
2744
+ )
2745
+ }
2746
+ ), O2 = (e) => /* @__PURE__ */ o(
2747
+ "svg",
2748
+ {
2749
+ xmlns: "http://www.w3.org/2000/svg",
2750
+ fill: "none",
2751
+ viewBox: "0 0 24 24",
2752
+ ...e,
2753
+ children: [
2754
+ /* @__PURE__ */ l(
2755
+ "path",
2756
+ {
2757
+ fill: "currentColor",
2758
+ d: "M3.583 17.592a1.998 1.998 0 1 1 2.826 2.825 1.998 1.998 0 0 1-2.826-2.826"
2759
+ }
2760
+ ),
2761
+ /* @__PURE__ */ l(
2762
+ "path",
2763
+ {
2764
+ fill: "currentColor",
2765
+ fillRule: "evenodd",
2766
+ d: "M22.608 2.805a6.995 6.995 0 0 1-7.952 10.778l-4.715 4.715a4.996 4.996 0 1 1-4.239-4.24l4.715-4.714a6.995 6.995 0 0 1 8.94-8.94c.647.231 1.268.56 1.838.988l-4.189 4.189a1 1 0 1 0 1.413 1.413zM6.288 16.3a2.999 2.999 0 0 0-3.412 4.825 2.997 2.997 0 0 0 4.825-3.412l6.55-6.55a4.997 4.997 0 0 0 7.701-4.875l-2.12 2.12a2.997 2.997 0 1 1-4.239-4.239l2.12-2.12a4.998 4.998 0 0 0-4.875 7.701z",
2767
+ clipRule: "evenodd"
2768
+ }
2769
+ )
2770
+ ]
2771
+ }
2772
+ ), _2 = (e) => /* @__PURE__ */ o(
2773
+ "svg",
2774
+ {
2775
+ xmlns: "http://www.w3.org/2000/svg",
2776
+ fill: "none",
2777
+ viewBox: "0 0 24 24",
2778
+ ...e,
2779
+ children: [
2780
+ /* @__PURE__ */ l(
2781
+ "path",
2782
+ {
2783
+ fill: "currentColor",
2784
+ d: "m16.654 16.414-1.827 1.827h6.827v2h-6.828l1.828 1.828-1.414 1.414L11 19.24 15.24 15zM8 13c1.804 0 3.468.597 4.806 1.605l-1.434 1.432A6 6 0 0 0 2 21v1H0v-1a8 8 0 0 1 8-8m15.654-1.002-4.24 4.244L18 14.828 19.828 13H13v-2h6.827L18 9.173l1.415-1.414z"
2785
+ }
2786
+ ),
2787
+ /* @__PURE__ */ l(
2788
+ "path",
2789
+ {
2790
+ fill: "currentColor",
2791
+ fillRule: "evenodd",
2792
+ d: "M8 2a5 5 0 1 1 0 10A5 5 0 0 1 8 2m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6",
2793
+ clipRule: "evenodd"
2794
+ }
2795
+ )
2796
+ ]
2797
+ }
2798
+ ), Q2 = (e) => /* @__PURE__ */ l(
2799
+ "svg",
2800
+ {
2801
+ xmlns: "http://www.w3.org/2000/svg",
2802
+ fill: "none",
2803
+ viewBox: "0 0 24 24",
2804
+ ...e,
2805
+ children: /* @__PURE__ */ l(
2806
+ "path",
2807
+ {
2808
+ fill: "currentColor",
2809
+ d: "M8 12a4 4 0 0 0 8 0V2h3v2h-1v8a6 6 0 0 1-12 0V4H5V2h3zM5 22v-2h14v2z"
2810
+ }
2811
+ )
2812
+ }
2813
+ ), j2 = (e) => /* @__PURE__ */ o(
2814
+ "svg",
2815
+ {
2816
+ xmlns: "http://www.w3.org/2000/svg",
2817
+ fill: "none",
2818
+ viewBox: "0 0 24 24",
2819
+ ...e,
2820
+ children: [
2821
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M2 21v-6h2v4h16v-4h2v6z" }),
2822
+ /* @__PURE__ */ l(
2823
+ "path",
2824
+ {
2825
+ fill: "currentColor",
2826
+ d: "M13 17h-2V6L7.5 9.5 6 8l6-6 6 6-1.5 1.5L13 6z"
2827
+ }
2828
+ )
2829
+ ]
2830
+ }
2831
+ ), N2 = (e) => /* @__PURE__ */ o(
2832
+ "svg",
2833
+ {
2834
+ xmlns: "http://www.w3.org/2000/svg",
2835
+ fill: "none",
2836
+ viewBox: "0 0 24 24",
2837
+ ...e,
2838
+ children: [
2839
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 16V8l8 4z" }),
2840
+ /* @__PURE__ */ l(
2841
+ "path",
2842
+ {
2843
+ fill: "currentColor",
2844
+ fillRule: "evenodd",
2845
+ d: "M1 2h2v2h2V2h2v2h2V2h2v2h2V2h2v2h2V2h2v2h2V2h2v20h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2H3v2H1zm2 16h18V6H3z",
2846
+ clipRule: "evenodd"
2847
+ }
2848
+ )
2849
+ ]
2850
+ }
2851
+ ), W2 = (e) => /* @__PURE__ */ l(
2852
+ "svg",
2853
+ {
2854
+ xmlns: "http://www.w3.org/2000/svg",
2855
+ fill: "none",
2856
+ viewBox: "0 0 24 24",
2857
+ ...e,
2858
+ children: /* @__PURE__ */ l(
2859
+ "path",
2860
+ {
2861
+ fill: "currentColor",
2862
+ fillRule: "evenodd",
2863
+ d: "M18 6h4v5h1v6h-1v5H2V6l16-5zm-2 0V3.72L8.705 6zm4 11h-4v-6h4V8H4v12h16zm1-4h-3v2h3z",
2864
+ clipRule: "evenodd"
2865
+ }
2866
+ )
2867
+ }
2868
+ ), $2 = (e) => /* @__PURE__ */ o(
2869
+ "svg",
2870
+ {
2871
+ xmlns: "http://www.w3.org/2000/svg",
2872
+ fill: "none",
2873
+ viewBox: "0 0 24 24",
2874
+ ...e,
2875
+ children: [
2876
+ /* @__PURE__ */ l(
2877
+ "path",
2878
+ {
2879
+ fill: "currentColor",
2880
+ d: "M11 15v-3a1 1 0 0 1 1-1 2 2 0 1 0-2-2H8a4 4 0 1 1 5 3.874V15zm2.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"
2881
+ }
2882
+ ),
2883
+ /* @__PURE__ */ l(
2884
+ "path",
2885
+ {
2886
+ fill: "currentColor",
2887
+ fillRule: "evenodd",
2888
+ d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18",
2889
+ clipRule: "evenodd"
2890
+ }
2891
+ )
2892
+ ]
2893
+ }
2894
+ ), G2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2895
+ __proto__: null,
2896
+ About: i,
2897
+ AddPeople: d,
2898
+ AddQuestion: c,
2899
+ AddSection: w,
2900
+ AddTable: s,
2901
+ AddText: a,
2902
+ Admin: g,
2903
+ Analytics: p,
2904
+ Api: f,
2905
+ Archive: u,
2906
+ ArrowCollapse: z,
2907
+ ArrowDown: H,
2908
+ ArrowDownShort: m,
2909
+ ArrowExpand: M,
2910
+ ArrowLineDown: C,
2911
+ ArrowLineLeft: x,
2912
+ ArrowLineRight: V,
2913
+ ArrowLineUp: S,
2914
+ ArrowRight: R,
2915
+ ArrowSort: B,
2916
+ ArrowSwitch: L,
2917
+ ArrowUp: b,
2918
+ ArrowUpDash: A,
2919
+ ArrowUpShort: D,
2920
+ ArrowheadDown: k,
2921
+ ArrowheadUp: P,
2922
+ Badge: T,
2923
+ Blocks: U,
2924
+ BlocksSelect: E,
2925
+ BlocksSelected: y,
2926
+ Bold: I,
2927
+ BreadcrumbLine: q,
2928
+ Building: F,
2929
+ Bulb: O,
2930
+ Calendar: _,
2931
+ CardHolder: Q,
2932
+ Caution: j,
2933
+ Certificate: N,
2934
+ ChatBubble: W,
2935
+ CheckMark: $,
2936
+ Checkbox: K,
2937
+ CheckboxFaded: G,
2938
+ Chest: J,
2939
+ Clock: X,
2940
+ Close: Y,
2941
+ Code: Z,
2942
+ Community: l1,
2943
+ Compass: e1,
2944
+ Connect: o1,
2945
+ Connection: v1,
2946
+ Continue: n1,
2947
+ Copy: h1,
2948
+ CreditCard: r1,
2949
+ Crop: t1,
2950
+ Deactivate: i1,
2951
+ Delete: d1,
2952
+ Deselect: c1,
2953
+ Design: w1,
2954
+ Desktop: s1,
2955
+ Dish: a1,
2956
+ Document: g1,
2957
+ Download: p1,
2958
+ Dpt: f1,
2959
+ Drag: u1,
2960
+ Dropdown: z1,
2961
+ Duplicate: m1,
2962
+ Edit: H1,
2963
+ Education: M1,
2964
+ Educator: C1,
2965
+ Email: x1,
2966
+ Error: V1,
2967
+ EyeClose: S1,
2968
+ EyeOpen: R1,
2969
+ Factor: B1,
2970
+ Filter: L1,
2971
+ Folder: b1,
2972
+ FolderOpen: A1,
2973
+ FolderReceive: D1,
2974
+ Globe: k1,
2975
+ History: P1,
2976
+ Import: E1,
2977
+ ImportTable: T1,
2978
+ Info: y1,
2979
+ Invoice: U1,
2980
+ Italic: I1,
2981
+ Key: q1,
2982
+ Lesson: F1,
2983
+ Link: _1,
2984
+ LinkOut: O1,
2985
+ List: N1,
2986
+ ListCheck: Q1,
2987
+ ListNumber: j1,
2988
+ Lock: W1,
2989
+ Magnifier: $1,
2990
+ MigrateData: G1,
2991
+ Minus: J1,
2992
+ MinusCircle: K1,
2993
+ Mobile: X1,
2994
+ OrderList: Y1,
2995
+ Page: Z1,
2996
+ PanelCollapse: l2,
2997
+ PanelExpand: e2,
2998
+ Paragraph: o2,
2999
+ Pause: v2,
3000
+ Person: n2,
3001
+ Plus: h2,
3002
+ Pot: r2,
3003
+ Print: t2,
3004
+ ProcessReport: i2,
3005
+ QrCode: d2,
3006
+ Question: c2,
3007
+ RadioButton: w2,
3008
+ ReceiveCard: s2,
3009
+ Record: a2,
3010
+ Refresh: g2,
3011
+ Research: p2,
3012
+ Revoke: f2,
3013
+ Robot: u2,
3014
+ Rubric: z2,
3015
+ RunReport: m2,
3016
+ School: H2,
3017
+ Send: C2,
3018
+ SendEmail: M2,
3019
+ Sentence: x2,
3020
+ Setting: V2,
3021
+ Share: S2,
3022
+ SignOut: R2,
3023
+ Signpost: B2,
3024
+ SixDots: L2,
3025
+ Slider: A2,
3026
+ Sort: D2,
3027
+ Stop: b2,
3028
+ Strategies: k2,
3029
+ Success: P2,
3030
+ SwitchItems: T2,
3031
+ Template: E2,
3032
+ TextBold: y2,
3033
+ TextItalic: U2,
3034
+ TextUnderline: I2,
3035
+ ThreeDots: q2,
3036
+ ThumbsUp: F2,
3037
+ Tool: O2,
3038
+ TransferPeople: _2,
3039
+ Underline: Q2,
3040
+ Upload: j2,
3041
+ Video: N2,
3042
+ Wallet: W2,
3043
+ Warning: $2
3044
+ }, Symbol.toStringTag, { value: "Module" })), X2 = ({ name: e, className: v, ...n }) => {
3045
+ const h = G2[e];
3046
+ return /* @__PURE__ */ l(
3047
+ h,
3048
+ {
3049
+ className: `inline-block align-top w-5 h-5 ${v?.trim()}`,
3050
+ ...n
3051
+ }
3052
+ );
3053
+ };
3054
+ export {
3055
+ J2 as B,
3056
+ X2 as I
3057
+ };