@digitalpromise/design 2.0.1 → 4.1.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 (50) hide show
  1. package/dist/components/forms/checkbox.d.ts +7 -0
  2. package/dist/components/forms/checkbox.d.ts.map +1 -0
  3. package/dist/components/forms/dropzone.d.ts +11 -0
  4. package/dist/components/forms/dropzone.d.ts.map +1 -0
  5. package/dist/components/forms/form-field.d.ts +11 -0
  6. package/dist/components/forms/form-field.d.ts.map +1 -0
  7. package/dist/components/forms/form.d.ts +5 -0
  8. package/dist/components/forms/form.d.ts.map +1 -0
  9. package/dist/components/forms/index.d.ts +9 -0
  10. package/dist/components/forms/index.d.ts.map +1 -0
  11. package/dist/components/forms/label.d.ts +8 -0
  12. package/dist/components/forms/label.d.ts.map +1 -0
  13. package/dist/components/forms/list.d.ts +8 -0
  14. package/dist/components/forms/list.d.ts.map +1 -0
  15. package/dist/components/forms/select.d.ts +10 -0
  16. package/dist/components/forms/select.d.ts.map +1 -0
  17. package/dist/components/forms/text-input.d.ts +7 -0
  18. package/dist/components/forms/text-input.d.ts.map +1 -0
  19. package/dist/components/forms/textarea.d.ts +7 -0
  20. package/dist/components/forms/textarea.d.ts.map +1 -0
  21. package/dist/components/forms/types.d.ts +9 -0
  22. package/dist/components/forms/types.d.ts.map +1 -0
  23. package/dist/components/icon.d.ts +14 -0
  24. package/dist/components/icon.d.ts.map +1 -0
  25. package/dist/components/index.d.ts +8 -0
  26. package/dist/components/index.d.ts.map +1 -0
  27. package/dist/components/logo.d.ts +6 -0
  28. package/dist/components/logo.d.ts.map +1 -0
  29. package/dist/components/pagination.d.ts +8 -0
  30. package/dist/components/pagination.d.ts.map +1 -0
  31. package/dist/components/search.d.ts +13 -0
  32. package/dist/components/search.d.ts.map +1 -0
  33. package/dist/components/tab-list.d.ts +11 -0
  34. package/dist/components/tab-list.d.ts.map +1 -0
  35. package/dist/components/table.d.ts +16 -0
  36. package/dist/components/table.d.ts.map +1 -0
  37. package/dist/components/tag-list.d.ts +4 -0
  38. package/dist/components/tag-list.d.ts.map +1 -0
  39. package/dist/forms.cjs +1 -0
  40. package/dist/forms.js +199 -0
  41. package/dist/icon-CkLgh924.js +2636 -0
  42. package/dist/icon-zoFkg03T.cjs +1 -0
  43. package/dist/index.cjs +1 -1
  44. package/dist/index.js +199 -9
  45. package/dist/shims/next-navigation.d.ts +11 -0
  46. package/dist/shims/next-navigation.d.ts.map +1 -0
  47. package/dist/{main.css → theme.css} +1 -1
  48. package/package.json +38 -25
  49. package/dist/index.d.ts +0 -3
  50. package/dist/index.d.ts.map +0 -1
@@ -0,0 +1,2636 @@
1
+ import { jsx as l, jsxs as o } from "react/jsx-runtime";
2
+ function L2({
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__ */ l(
146
+ "svg",
147
+ {
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ fill: "none",
150
+ viewBox: "0 0 24 24",
151
+ ...e,
152
+ children: /* @__PURE__ */ l(
153
+ "path",
154
+ {
155
+ fill: "currentColor",
156
+ 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"
157
+ }
158
+ )
159
+ }
160
+ ), p = (e) => /* @__PURE__ */ o(
161
+ "svg",
162
+ {
163
+ xmlns: "http://www.w3.org/2000/svg",
164
+ fill: "none",
165
+ viewBox: "0 0 24 24",
166
+ ...e,
167
+ children: [
168
+ /* @__PURE__ */ l(
169
+ "path",
170
+ {
171
+ fill: "currentColor",
172
+ fillRule: "evenodd",
173
+ d: "M9 4v5H8V7H7v2H5V5h1V4zM7 5v1h1V5zm7 2h-2v2h-2V4h4zm-1-1V5h-1v1z",
174
+ clipRule: "evenodd"
175
+ }
176
+ ),
177
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M18 5v3h1v1h-4V8h1V5h-1V4h4v1z" }),
178
+ /* @__PURE__ */ l(
179
+ "path",
180
+ {
181
+ fill: "currentColor",
182
+ fillRule: "evenodd",
183
+ d: "M13 24h-2v-8H6v2h3v6H1v-6h3v-4h7v-2H2V1h20v11h-9zm7-21H4v7h16zM3 20v2h4v-2z",
184
+ clipRule: "evenodd"
185
+ }
186
+ ),
187
+ /* @__PURE__ */ l(
188
+ "path",
189
+ {
190
+ fill: "currentColor",
191
+ fillRule: "evenodd",
192
+ d: "M14 16v-2h6v4h3v6h-8v-6h3v-2zm7 6v-2h-4v2z",
193
+ clipRule: "evenodd"
194
+ }
195
+ )
196
+ ]
197
+ }
198
+ ), f = (e) => /* @__PURE__ */ o(
199
+ "svg",
200
+ {
201
+ xmlns: "http://www.w3.org/2000/svg",
202
+ fill: "none",
203
+ viewBox: "0 0 24 24",
204
+ ...e,
205
+ children: [
206
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M16 13H8v-2h8z" }),
207
+ /* @__PURE__ */ l(
208
+ "path",
209
+ {
210
+ fill: "currentColor",
211
+ fillRule: "evenodd",
212
+ d: "M1 3h22v6h-2v12H3V9H1zm20 2H3v2h18zM5 19h14V9H5z",
213
+ clipRule: "evenodd"
214
+ }
215
+ )
216
+ ]
217
+ }
218
+ ), u = (e) => /* @__PURE__ */ l(
219
+ "svg",
220
+ {
221
+ xmlns: "http://www.w3.org/2000/svg",
222
+ fill: "none",
223
+ viewBox: "0 0 24 24",
224
+ ...e,
225
+ children: /* @__PURE__ */ l(
226
+ "path",
227
+ {
228
+ fill: "currentColor",
229
+ 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"
230
+ }
231
+ )
232
+ }
233
+ ), z = (e) => /* @__PURE__ */ l(
234
+ "svg",
235
+ {
236
+ xmlns: "http://www.w3.org/2000/svg",
237
+ fill: "none",
238
+ viewBox: "0 0 24 24",
239
+ ...e,
240
+ children: /* @__PURE__ */ l(
241
+ "path",
242
+ {
243
+ fill: "currentColor",
244
+ d: "M16.5 12.5 18 14l-6 6-6-6 1.5-1.5L11 16V4h2v12z"
245
+ }
246
+ )
247
+ }
248
+ ), m = (e) => /* @__PURE__ */ l(
249
+ "svg",
250
+ {
251
+ xmlns: "http://www.w3.org/2000/svg",
252
+ fill: "none",
253
+ viewBox: "0 0 24 24",
254
+ ...e,
255
+ children: /* @__PURE__ */ l(
256
+ "path",
257
+ {
258
+ fill: "currentColor",
259
+ d: "M16.5 14.5 18 16l-6 6-6-6 1.5-1.5L11 18V2h2v16z"
260
+ }
261
+ )
262
+ }
263
+ ), M = (e) => /* @__PURE__ */ l(
264
+ "svg",
265
+ {
266
+ xmlns: "http://www.w3.org/2000/svg",
267
+ fill: "none",
268
+ viewBox: "0 0 24 24",
269
+ ...e,
270
+ children: /* @__PURE__ */ l(
271
+ "path",
272
+ {
273
+ fill: "currentColor",
274
+ 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"
275
+ }
276
+ )
277
+ }
278
+ ), C = (e) => /* @__PURE__ */ l(
279
+ "svg",
280
+ {
281
+ xmlns: "http://www.w3.org/2000/svg",
282
+ fill: "none",
283
+ viewBox: "0 0 24 24",
284
+ ...e,
285
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M6.5 8.5 12 14l5.5-5.5L19 10l-7 7-7-7z" })
286
+ }
287
+ ), H = (e) => /* @__PURE__ */ l(
288
+ "svg",
289
+ {
290
+ xmlns: "http://www.w3.org/2000/svg",
291
+ fill: "none",
292
+ viewBox: "0 0 24 24",
293
+ ...e,
294
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10.5 6.5 5 12l5.5 5.5L9 19l-7-7 7-7z" })
295
+ }
296
+ ), x = (e) => /* @__PURE__ */ l(
297
+ "svg",
298
+ {
299
+ xmlns: "http://www.w3.org/2000/svg",
300
+ fill: "none",
301
+ viewBox: "0 0 24 24",
302
+ ...e,
303
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15 5 7 7-7 7-1.5-1.5L19 12l-5.5-5.5z" })
304
+ }
305
+ ), V = (e) => /* @__PURE__ */ l(
306
+ "svg",
307
+ {
308
+ xmlns: "http://www.w3.org/2000/svg",
309
+ fill: "none",
310
+ viewBox: "0 0 24 24",
311
+ ...e,
312
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m5 14 7-7 7 7-1.5 1.5L12 10l-5.5 5.5z" })
313
+ }
314
+ ), R = (e) => /* @__PURE__ */ l(
315
+ "svg",
316
+ {
317
+ xmlns: "http://www.w3.org/2000/svg",
318
+ fill: "none",
319
+ viewBox: "0 0 24 24",
320
+ ...e,
321
+ children: /* @__PURE__ */ l(
322
+ "path",
323
+ {
324
+ fill: "currentColor",
325
+ d: "M19 13H1v-2h18l-3.5-3.5L17 6l6 6-6 6-1.5-1.5z"
326
+ }
327
+ )
328
+ }
329
+ ), S = (e) => /* @__PURE__ */ l(
330
+ "svg",
331
+ {
332
+ xmlns: "http://www.w3.org/2000/svg",
333
+ fill: "none",
334
+ viewBox: "0 0 24 24",
335
+ ...e,
336
+ children: /* @__PURE__ */ l(
337
+ "path",
338
+ {
339
+ fill: "currentColor",
340
+ 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"
341
+ }
342
+ )
343
+ }
344
+ ), B = (e) => /* @__PURE__ */ l(
345
+ "svg",
346
+ {
347
+ xmlns: "http://www.w3.org/2000/svg",
348
+ fill: "none",
349
+ viewBox: "0 0 24 24",
350
+ ...e,
351
+ children: /* @__PURE__ */ l(
352
+ "path",
353
+ {
354
+ fill: "currentColor",
355
+ 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"
356
+ }
357
+ )
358
+ }
359
+ ), L = (e) => /* @__PURE__ */ l(
360
+ "svg",
361
+ {
362
+ xmlns: "http://www.w3.org/2000/svg",
363
+ fill: "none",
364
+ viewBox: "0 0 24 24",
365
+ ...e,
366
+ children: /* @__PURE__ */ l(
367
+ "path",
368
+ {
369
+ fill: "currentColor",
370
+ d: "M13 8v12h-2V8l-3.5 3.5L6 10l6-6 6 6-1.5 1.5z"
371
+ }
372
+ )
373
+ }
374
+ ), A = (e) => /* @__PURE__ */ l(
375
+ "svg",
376
+ {
377
+ xmlns: "http://www.w3.org/2000/svg",
378
+ fill: "none",
379
+ viewBox: "0 0 24 24",
380
+ ...e,
381
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M13 6v16h-2V6L7.5 9.5 6 8l6-6 6 6-1.5 1.5z" })
382
+ }
383
+ ), D = (e) => /* @__PURE__ */ l(
384
+ "svg",
385
+ {
386
+ xmlns: "http://www.w3.org/2000/svg",
387
+ fill: "none",
388
+ viewBox: "0 0 24 24",
389
+ ...e,
390
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15 15-5-5h10z" })
391
+ }
392
+ ), b = (e) => /* @__PURE__ */ l(
393
+ "svg",
394
+ {
395
+ xmlns: "http://www.w3.org/2000/svg",
396
+ fill: "none",
397
+ viewBox: "0 0 24 24",
398
+ ...e,
399
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15 9 5 5H10z" })
400
+ }
401
+ ), k = (e) => /* @__PURE__ */ o(
402
+ "svg",
403
+ {
404
+ xmlns: "http://www.w3.org/2000/svg",
405
+ fill: "none",
406
+ viewBox: "0 0 24 24",
407
+ ...e,
408
+ children: [
409
+ /* @__PURE__ */ l(
410
+ "path",
411
+ {
412
+ fill: "currentColor",
413
+ fillRule: "evenodd",
414
+ 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",
415
+ clipRule: "evenodd"
416
+ }
417
+ ),
418
+ /* @__PURE__ */ l(
419
+ "path",
420
+ {
421
+ fill: "currentColor",
422
+ fillRule: "evenodd",
423
+ 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",
424
+ clipRule: "evenodd"
425
+ }
426
+ )
427
+ ]
428
+ }
429
+ ), P = (e) => /* @__PURE__ */ o(
430
+ "svg",
431
+ {
432
+ xmlns: "http://www.w3.org/2000/svg",
433
+ fill: "none",
434
+ viewBox: "0 0 24 24",
435
+ ...e,
436
+ children: [
437
+ /* @__PURE__ */ l(
438
+ "path",
439
+ {
440
+ fill: "currentColor",
441
+ fillRule: "evenodd",
442
+ d: "M11 22H2v-9h9zm-7-2h5v-5H4zm18 2h-9v-9h9zm-7-2h5v-5h-5zm-4-9H2V2h9zM4 9h5V4H4z",
443
+ clipRule: "evenodd"
444
+ }
445
+ ),
446
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M24 3.5 16.5 11 12 6.5 13.5 5l3 3 6-6z" })
447
+ ]
448
+ }
449
+ ), T = (e) => /* @__PURE__ */ l(
450
+ "svg",
451
+ {
452
+ xmlns: "http://www.w3.org/2000/svg",
453
+ fill: "none",
454
+ viewBox: "0 0 24 24",
455
+ ...e,
456
+ children: /* @__PURE__ */ l(
457
+ "path",
458
+ {
459
+ fill: "currentColor",
460
+ fillRule: "evenodd",
461
+ d: "M2 2h9v9H2zm2 7h5V4H4zm9-7h9v9h-9zm2 7h5V4h-5zm-4 4v9H2v-9zm-2 2H4v5h5zm4-2h9v9h-9zm2 7h5v-5h-5z",
462
+ clipRule: "evenodd"
463
+ }
464
+ )
465
+ }
466
+ ), E = (e) => /* @__PURE__ */ l(
467
+ "svg",
468
+ {
469
+ xmlns: "http://www.w3.org/2000/svg",
470
+ fill: "none",
471
+ viewBox: "0 0 24 24",
472
+ ...e,
473
+ children: /* @__PURE__ */ l(
474
+ "path",
475
+ {
476
+ fill: "currentColor",
477
+ fillRule: "evenodd",
478
+ 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",
479
+ clipRule: "evenodd"
480
+ }
481
+ )
482
+ }
483
+ ), y = (e) => /* @__PURE__ */ l(
484
+ "svg",
485
+ {
486
+ xmlns: "http://www.w3.org/2000/svg",
487
+ fill: "none",
488
+ viewBox: "0 0 24 24",
489
+ ...e,
490
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m10 8 1-1 5 5-5 5-1-1 4-4z" })
491
+ }
492
+ ), I = (e) => /* @__PURE__ */ o(
493
+ "svg",
494
+ {
495
+ xmlns: "http://www.w3.org/2000/svg",
496
+ fill: "none",
497
+ viewBox: "0 0 24 24",
498
+ ...e,
499
+ children: [
500
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 0v2H6V0z" }),
501
+ /* @__PURE__ */ l(
502
+ "path",
503
+ {
504
+ fill: "currentColor",
505
+ fillRule: "evenodd",
506
+ d: "M14 21h-4a2 2 0 0 1-2-2v-1.07a8 8 0 1 1 8 0V19a2 2 0 0 1-2 2m4-10a6 6 0 1 0-8.999 5.198l.999.578V19h4v-2.224l.999-.578A6 6 0 0 0 18 11",
507
+ clipRule: "evenodd"
508
+ }
509
+ ),
510
+ /* @__PURE__ */ l(
511
+ "path",
512
+ {
513
+ fill: "currentColor",
514
+ d: "M8 23a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1M0 11h3v2H0zm24 2h-3v-2h3zM1 7V5h3v2zm14-5V0h3v2zm8 3v2h-3V5z"
515
+ }
516
+ )
517
+ ]
518
+ }
519
+ ), U = (e) => /* @__PURE__ */ o(
520
+ "svg",
521
+ {
522
+ xmlns: "http://www.w3.org/2000/svg",
523
+ fill: "none",
524
+ viewBox: "0 0 24 24",
525
+ ...e,
526
+ children: [
527
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 18v-4h4v4z" }),
528
+ /* @__PURE__ */ l(
529
+ "path",
530
+ {
531
+ fill: "currentColor",
532
+ fillRule: "evenodd",
533
+ d: "M6 1h2v2h8V1h2v2h4v19H2V3h4zm14 4H4v2h16zm0 4H4v11h16z",
534
+ clipRule: "evenodd"
535
+ }
536
+ )
537
+ ]
538
+ }
539
+ ), q = (e) => /* @__PURE__ */ o(
540
+ "svg",
541
+ {
542
+ xmlns: "http://www.w3.org/2000/svg",
543
+ fill: "none",
544
+ viewBox: "0 0 24 24",
545
+ ...e,
546
+ children: [
547
+ /* @__PURE__ */ l(
548
+ "path",
549
+ {
550
+ fill: "currentColor",
551
+ 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"
552
+ }
553
+ ),
554
+ /* @__PURE__ */ l(
555
+ "path",
556
+ {
557
+ fill: "currentColor",
558
+ fillRule: "evenodd",
559
+ d: "M1 21V3h22v18zm2-2h18V5H3z",
560
+ clipRule: "evenodd"
561
+ }
562
+ )
563
+ ]
564
+ }
565
+ ), O = (e) => /* @__PURE__ */ o(
566
+ "svg",
567
+ {
568
+ xmlns: "http://www.w3.org/2000/svg",
569
+ fill: "none",
570
+ viewBox: "0 0 24 24",
571
+ ...e,
572
+ children: [
573
+ /* @__PURE__ */ l(
574
+ "path",
575
+ {
576
+ fill: "currentColor",
577
+ 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"
578
+ }
579
+ ),
580
+ /* @__PURE__ */ l(
581
+ "path",
582
+ {
583
+ fill: "currentColor",
584
+ fillRule: "evenodd",
585
+ 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",
586
+ clipRule: "evenodd"
587
+ }
588
+ )
589
+ ]
590
+ }
591
+ ), _ = (e) => /* @__PURE__ */ o(
592
+ "svg",
593
+ {
594
+ xmlns: "http://www.w3.org/2000/svg",
595
+ fill: "none",
596
+ viewBox: "0 0 24 24",
597
+ ...e,
598
+ children: [
599
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M21 3H3v11h3v2H1V1h22v15h-5v-2h3z" }),
600
+ /* @__PURE__ */ l(
601
+ "path",
602
+ {
603
+ fill: "currentColor",
604
+ fillRule: "evenodd",
605
+ d: "m16 24-4-2.5L8 24v-9a5 5 0 1 1 8 0zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6m2 7.584A5 5 0 0 1 12 17a5 5 0 0 1-2-.416v3.808l2-1.25 2 1.25z",
606
+ clipRule: "evenodd"
607
+ }
608
+ ),
609
+ /* @__PURE__ */ l(
610
+ "path",
611
+ {
612
+ fill: "currentColor",
613
+ d: "M4 4h16v2H4zm1.936 5H4V7h4.13a6.5 6.5 0 0 0-2.194 2m12.128 0a6.5 6.5 0 0 0-2.193-2H20v2z"
614
+ }
615
+ )
616
+ ]
617
+ }
618
+ ), F = (e) => /* @__PURE__ */ o(
619
+ "svg",
620
+ {
621
+ xmlns: "http://www.w3.org/2000/svg",
622
+ fill: "none",
623
+ viewBox: "0 0 24 24",
624
+ ...e,
625
+ children: [
626
+ /* @__PURE__ */ l(
627
+ "path",
628
+ {
629
+ fill: "currentColor",
630
+ 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"
631
+ }
632
+ ),
633
+ /* @__PURE__ */ l(
634
+ "path",
635
+ {
636
+ fill: "currentColor",
637
+ fillRule: "evenodd",
638
+ d: "M3 21v-5H0V0h20v16H10zm2-3.886L9.36 14H18V2H2v12h3z",
639
+ clipRule: "evenodd"
640
+ }
641
+ ),
642
+ /* @__PURE__ */ l(
643
+ "path",
644
+ {
645
+ fill: "currentColor",
646
+ d: "M10 17h2v1h3.472L19 19.764V18h3v-7h-1V9h3v11h-3v3l-6-3h-5z"
647
+ }
648
+ )
649
+ ]
650
+ }
651
+ ), Q = (e) => /* @__PURE__ */ l(
652
+ "svg",
653
+ {
654
+ xmlns: "http://www.w3.org/2000/svg",
655
+ fill: "none",
656
+ viewBox: "0 0 24 24",
657
+ ...e,
658
+ children: /* @__PURE__ */ l(
659
+ "path",
660
+ {
661
+ fill: "currentColor",
662
+ d: "M3 12.5 4.5 11l5.5 5.5 11-11L22.5 7 10 19.5z"
663
+ }
664
+ )
665
+ }
666
+ ), j = (e) => /* @__PURE__ */ o(
667
+ "svg",
668
+ {
669
+ xmlns: "http://www.w3.org/2000/svg",
670
+ fill: "none",
671
+ viewBox: "0 0 24 24",
672
+ ...e,
673
+ children: [
674
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "m10.5 13.5 7-7 2 2-9 9L5 12l2-2z" }),
675
+ /* @__PURE__ */ l(
676
+ "path",
677
+ {
678
+ fill: "currentColor",
679
+ fillRule: "evenodd",
680
+ d: "M2 22V2h20v20zm2-2h16V4H4z",
681
+ clipRule: "evenodd"
682
+ }
683
+ )
684
+ ]
685
+ }
686
+ ), N = (e) => /* @__PURE__ */ l(
687
+ "svg",
688
+ {
689
+ xmlns: "http://www.w3.org/2000/svg",
690
+ fill: "none",
691
+ viewBox: "0 0 24 24",
692
+ ...e,
693
+ children: /* @__PURE__ */ l(
694
+ "path",
695
+ {
696
+ fill: "currentColor",
697
+ fillRule: "evenodd",
698
+ 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",
699
+ clipRule: "evenodd"
700
+ }
701
+ )
702
+ }
703
+ ), W = (e) => /* @__PURE__ */ o(
704
+ "svg",
705
+ {
706
+ xmlns: "http://www.w3.org/2000/svg",
707
+ fill: "none",
708
+ viewBox: "0 0 24 24",
709
+ ...e,
710
+ children: [
711
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 6h2v6h5v2h-7z" }),
712
+ /* @__PURE__ */ l(
713
+ "path",
714
+ {
715
+ fill: "currentColor",
716
+ fillRule: "evenodd",
717
+ 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",
718
+ clipRule: "evenodd"
719
+ }
720
+ )
721
+ ]
722
+ }
723
+ ), $ = (e) => /* @__PURE__ */ l(
724
+ "svg",
725
+ {
726
+ xmlns: "http://www.w3.org/2000/svg",
727
+ fill: "none",
728
+ viewBox: "0 0 24 24",
729
+ ...e,
730
+ children: /* @__PURE__ */ l(
731
+ "path",
732
+ {
733
+ fill: "currentColor",
734
+ d: "M5 6.5 6.5 5l5.5 5.5L17.5 5 19 6.5 13.5 12l5.5 5.5-1.5 1.5-5.5-5.5L6.5 19 5 17.5l5.5-5.5z"
735
+ }
736
+ )
737
+ }
738
+ ), K = (e) => /* @__PURE__ */ l(
739
+ "svg",
740
+ {
741
+ xmlns: "http://www.w3.org/2000/svg",
742
+ fill: "none",
743
+ viewBox: "0 0 24 24",
744
+ ...e,
745
+ children: /* @__PURE__ */ l(
746
+ "path",
747
+ {
748
+ fill: "currentColor",
749
+ 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"
750
+ }
751
+ )
752
+ }
753
+ ), G = (e) => /* @__PURE__ */ o(
754
+ "svg",
755
+ {
756
+ xmlns: "http://www.w3.org/2000/svg",
757
+ fill: "none",
758
+ viewBox: "0 0 24 24",
759
+ ...e,
760
+ children: [
761
+ /* @__PURE__ */ l(
762
+ "path",
763
+ {
764
+ fill: "currentColor",
765
+ fillRule: "evenodd",
766
+ 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",
767
+ clipRule: "evenodd"
768
+ }
769
+ ),
770
+ /* @__PURE__ */ l(
771
+ "path",
772
+ {
773
+ fill: "currentColor",
774
+ 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"
775
+ }
776
+ )
777
+ ]
778
+ }
779
+ ), J = (e) => /* @__PURE__ */ o(
780
+ "svg",
781
+ {
782
+ xmlns: "http://www.w3.org/2000/svg",
783
+ fill: "none",
784
+ viewBox: "0 0 24 24",
785
+ ...e,
786
+ children: [
787
+ /* @__PURE__ */ l(
788
+ "path",
789
+ {
790
+ fill: "currentColor",
791
+ fillRule: "evenodd",
792
+ 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",
793
+ clipRule: "evenodd"
794
+ }
795
+ ),
796
+ /* @__PURE__ */ l(
797
+ "path",
798
+ {
799
+ fill: "currentColor",
800
+ fillRule: "evenodd",
801
+ 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",
802
+ clipRule: "evenodd"
803
+ }
804
+ )
805
+ ]
806
+ }
807
+ ), X = (e) => /* @__PURE__ */ o(
808
+ "svg",
809
+ {
810
+ xmlns: "http://www.w3.org/2000/svg",
811
+ fill: "none",
812
+ viewBox: "0 0 24 24",
813
+ ...e,
814
+ children: [
815
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 5h6v2h-6zm0 12h6v2h-6z" }),
816
+ /* @__PURE__ */ l(
817
+ "path",
818
+ {
819
+ fill: "currentColor",
820
+ fillRule: "evenodd",
821
+ d: "M22 2v8H7V7H4v10h3v-3h15v8H7v-3H2V5h5V2zM9 8h11V4H9zm0 12h11v-4H9z",
822
+ clipRule: "evenodd"
823
+ }
824
+ )
825
+ ]
826
+ }
827
+ ), Y = (e) => /* @__PURE__ */ o(
828
+ "svg",
829
+ {
830
+ xmlns: "http://www.w3.org/2000/svg",
831
+ fill: "none",
832
+ viewBox: "0 0 24 24",
833
+ ...e,
834
+ children: [
835
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 17V7l8 5z" }),
836
+ /* @__PURE__ */ l(
837
+ "path",
838
+ {
839
+ fill: "currentColor",
840
+ fillRule: "evenodd",
841
+ 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",
842
+ clipRule: "evenodd"
843
+ }
844
+ )
845
+ ]
846
+ }
847
+ ), Z = (e) => /* @__PURE__ */ l(
848
+ "svg",
849
+ {
850
+ xmlns: "http://www.w3.org/2000/svg",
851
+ fill: "none",
852
+ viewBox: "0 0 24 24",
853
+ ...e,
854
+ children: /* @__PURE__ */ l(
855
+ "path",
856
+ {
857
+ fill: "currentColor",
858
+ d: "M16 5V3H4v14h2V5zM8 21h12V7H8zm14 2H6v-4H2V1h16v4h4z"
859
+ }
860
+ )
861
+ }
862
+ ), l1 = (e) => /* @__PURE__ */ l(
863
+ "svg",
864
+ {
865
+ xmlns: "http://www.w3.org/2000/svg",
866
+ fill: "none",
867
+ viewBox: "0 0 24 24",
868
+ ...e,
869
+ children: /* @__PURE__ */ l(
870
+ "path",
871
+ {
872
+ fill: "currentColor",
873
+ d: "M4 2h2v14.586L16.586 6H8V4h10.586l1.207-1.207 1.414 1.414L20 5.414V18h2v2h-2v2h-2V7.414L7.414 18H16v2H4V6H2V4h2z"
874
+ }
875
+ )
876
+ }
877
+ ), e1 = (e) => /* @__PURE__ */ l(
878
+ "svg",
879
+ {
880
+ xmlns: "http://www.w3.org/2000/svg",
881
+ fill: "none",
882
+ viewBox: "0 0 24 24",
883
+ ...e,
884
+ children: /* @__PURE__ */ l(
885
+ "path",
886
+ {
887
+ fill: "currentColor",
888
+ fillRule: "evenodd",
889
+ 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",
890
+ clipRule: "evenodd"
891
+ }
892
+ )
893
+ }
894
+ ), o1 = (e) => /* @__PURE__ */ o(
895
+ "svg",
896
+ {
897
+ xmlns: "http://www.w3.org/2000/svg",
898
+ fill: "none",
899
+ viewBox: "0 0 24 24",
900
+ ...e,
901
+ children: [
902
+ /* @__PURE__ */ l(
903
+ "path",
904
+ {
905
+ fill: "currentColor",
906
+ d: "M9 1h6v2H9zm12 3v2H3V4zM4 23V8h2v13h12V8h2v15z"
907
+ }
908
+ ),
909
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 9h2v10H9zm6 10h-2V9h2z" })
910
+ ]
911
+ }
912
+ ), v1 = (e) => /* @__PURE__ */ l(
913
+ "svg",
914
+ {
915
+ xmlns: "http://www.w3.org/2000/svg",
916
+ fill: "none",
917
+ viewBox: "0 0 24 24",
918
+ ...e,
919
+ children: /* @__PURE__ */ l(
920
+ "path",
921
+ {
922
+ fill: "currentColor",
923
+ fillRule: "evenodd",
924
+ 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",
925
+ clipRule: "evenodd"
926
+ }
927
+ )
928
+ }
929
+ ), n1 = (e) => /* @__PURE__ */ o(
930
+ "svg",
931
+ {
932
+ xmlns: "http://www.w3.org/2000/svg",
933
+ fill: "none",
934
+ viewBox: "0 0 24 24",
935
+ ...e,
936
+ children: [
937
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 14h-4v-2h4z" }),
938
+ /* @__PURE__ */ l(
939
+ "path",
940
+ {
941
+ fill: "currentColor",
942
+ fillRule: "evenodd",
943
+ d: "M23 2v15h-8v2h2v2H7v-2h2v-2H1V2zm-2 2H3v11h18zm-8 15v-2h-2v2z",
944
+ clipRule: "evenodd"
945
+ }
946
+ )
947
+ ]
948
+ }
949
+ ), h1 = (e) => /* @__PURE__ */ o(
950
+ "svg",
951
+ {
952
+ xmlns: "http://www.w3.org/2000/svg",
953
+ fill: "none",
954
+ viewBox: "0 0 24 24",
955
+ ...e,
956
+ children: [
957
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M24 23H0v-2h24z" }),
958
+ /* @__PURE__ */ l(
959
+ "path",
960
+ {
961
+ fill: "currentColor",
962
+ fillRule: "evenodd",
963
+ 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",
964
+ clipRule: "evenodd"
965
+ }
966
+ )
967
+ ]
968
+ }
969
+ ), r1 = (e) => /* @__PURE__ */ o(
970
+ "svg",
971
+ {
972
+ xmlns: "http://www.w3.org/2000/svg",
973
+ fill: "none",
974
+ viewBox: "0 0 24 24",
975
+ ...e,
976
+ children: [
977
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 9h8v2h-8zm0 4h6v2h-6zm8 6h-8v-2h8z" }),
978
+ /* @__PURE__ */ l(
979
+ "path",
980
+ {
981
+ fill: "currentColor",
982
+ fillRule: "evenodd",
983
+ d: "M6 19H2V1h16v4h4v18H6zm-2-2h2V5h10V3H4zm4 4h12V7H8z",
984
+ clipRule: "evenodd"
985
+ }
986
+ )
987
+ ]
988
+ }
989
+ ), t1 = (e) => /* @__PURE__ */ o(
990
+ "svg",
991
+ {
992
+ xmlns: "http://www.w3.org/2000/svg",
993
+ fill: "none",
994
+ viewBox: "0 0 24 24",
995
+ ...e,
996
+ children: [
997
+ /* @__PURE__ */ l(
998
+ "path",
999
+ {
1000
+ fill: "currentColor",
1001
+ d: "M11 1h2v12l3-3 1.5 1.5L12 17l-5.5-5.5L8 10l3 3z"
1002
+ }
1003
+ ),
1004
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 19h16v-4h2v6H2v-6h2z" })
1005
+ ]
1006
+ }
1007
+ ), i1 = (e) => /* @__PURE__ */ o(
1008
+ "svg",
1009
+ {
1010
+ xmlns: "http://www.w3.org/2000/svg",
1011
+ fill: "none",
1012
+ viewBox: "0 0 24 24",
1013
+ ...e,
1014
+ children: [
1015
+ /* @__PURE__ */ l(
1016
+ "path",
1017
+ {
1018
+ fill: "currentColor",
1019
+ 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"
1020
+ }
1021
+ ),
1022
+ /* @__PURE__ */ l(
1023
+ "path",
1024
+ {
1025
+ fill: "currentColor",
1026
+ fillRule: "evenodd",
1027
+ 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",
1028
+ clipRule: "evenodd"
1029
+ }
1030
+ )
1031
+ ]
1032
+ }
1033
+ ), d1 = (e) => /* @__PURE__ */ l(
1034
+ "svg",
1035
+ {
1036
+ xmlns: "http://www.w3.org/2000/svg",
1037
+ fill: "none",
1038
+ viewBox: "0 0 24 24",
1039
+ ...e,
1040
+ children: /* @__PURE__ */ l(
1041
+ "path",
1042
+ {
1043
+ fill: "currentColor",
1044
+ fillRule: "evenodd",
1045
+ 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",
1046
+ clipRule: "evenodd"
1047
+ }
1048
+ )
1049
+ }
1050
+ ), c1 = (e) => /* @__PURE__ */ o(
1051
+ "svg",
1052
+ {
1053
+ xmlns: "http://www.w3.org/2000/svg",
1054
+ fill: "none",
1055
+ viewBox: "0 0 24 24",
1056
+ ...e,
1057
+ children: [
1058
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M17.5 14 14 10h7z" }),
1059
+ /* @__PURE__ */ l(
1060
+ "path",
1061
+ {
1062
+ fill: "currentColor",
1063
+ fillRule: "evenodd",
1064
+ d: "M0 4h24v16H0zm2 14h20V6H2z",
1065
+ clipRule: "evenodd"
1066
+ }
1067
+ )
1068
+ ]
1069
+ }
1070
+ ), w1 = (e) => /* @__PURE__ */ o(
1071
+ "svg",
1072
+ {
1073
+ xmlns: "http://www.w3.org/2000/svg",
1074
+ fill: "none",
1075
+ viewBox: "0 0 24 24",
1076
+ ...e,
1077
+ children: [
1078
+ /* @__PURE__ */ l(
1079
+ "path",
1080
+ {
1081
+ fill: "currentColor",
1082
+ d: "m20 2 2 2-2 2-2-2zm-7 3H4v15h15v-9h2v11H2V3h11z"
1083
+ }
1084
+ ),
1085
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 16v-2l9-9 2 2-9 9z" })
1086
+ ]
1087
+ }
1088
+ ), s1 = (e) => /* @__PURE__ */ o(
1089
+ "svg",
1090
+ {
1091
+ xmlns: "http://www.w3.org/2000/svg",
1092
+ fill: "none",
1093
+ viewBox: "0 0 24 24",
1094
+ ...e,
1095
+ children: [
1096
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M22.5 5 22 7 12 4 2 7l-.5-2L12 2z" }),
1097
+ /* @__PURE__ */ l(
1098
+ "path",
1099
+ {
1100
+ fill: "currentColor",
1101
+ fillRule: "evenodd",
1102
+ 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",
1103
+ clipRule: "evenodd"
1104
+ }
1105
+ )
1106
+ ]
1107
+ }
1108
+ ), a1 = (e) => /* @__PURE__ */ o(
1109
+ "svg",
1110
+ {
1111
+ xmlns: "http://www.w3.org/2000/svg",
1112
+ fill: "none",
1113
+ viewBox: "0 0 24 24",
1114
+ ...e,
1115
+ children: [
1116
+ /* @__PURE__ */ l(
1117
+ "path",
1118
+ {
1119
+ fill: "currentColor",
1120
+ d: "M3 16h6.292a9 9 0 0 0-1.356 2H1V2h22v14.343a9 9 0 0 0-2-1.827V4H3z"
1121
+ }
1122
+ ),
1123
+ /* @__PURE__ */ l(
1124
+ "path",
1125
+ {
1126
+ fill: "currentColor",
1127
+ 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"
1128
+ }
1129
+ ),
1130
+ /* @__PURE__ */ l(
1131
+ "path",
1132
+ {
1133
+ fill: "currentColor",
1134
+ fillRule: "evenodd",
1135
+ 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",
1136
+ clipRule: "evenodd"
1137
+ }
1138
+ )
1139
+ ]
1140
+ }
1141
+ ), g1 = (e) => /* @__PURE__ */ l(
1142
+ "svg",
1143
+ {
1144
+ xmlns: "http://www.w3.org/2000/svg",
1145
+ fill: "none",
1146
+ viewBox: "0 0 24 24",
1147
+ ...e,
1148
+ children: /* @__PURE__ */ l(
1149
+ "path",
1150
+ {
1151
+ fill: "currentColor",
1152
+ fillRule: "evenodd",
1153
+ d: "M23 20H1V4h22zM21 7.25l-9 6-9-6V18h18zM19.333 6H4.667L12 10.75z",
1154
+ clipRule: "evenodd"
1155
+ }
1156
+ )
1157
+ }
1158
+ ), p1 = (e) => /* @__PURE__ */ o(
1159
+ "svg",
1160
+ {
1161
+ xmlns: "http://www.w3.org/2000/svg",
1162
+ fill: "none",
1163
+ viewBox: "0 0 24 24",
1164
+ ...e,
1165
+ children: [
1166
+ /* @__PURE__ */ l(
1167
+ "path",
1168
+ {
1169
+ fill: "currentColor",
1170
+ 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"
1171
+ }
1172
+ ),
1173
+ /* @__PURE__ */ l(
1174
+ "path",
1175
+ {
1176
+ fill: "currentColor",
1177
+ fillRule: "evenodd",
1178
+ 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",
1179
+ clipRule: "evenodd"
1180
+ }
1181
+ )
1182
+ ]
1183
+ }
1184
+ ), f1 = (e) => /* @__PURE__ */ l(
1185
+ "svg",
1186
+ {
1187
+ xmlns: "http://www.w3.org/2000/svg",
1188
+ fill: "none",
1189
+ viewBox: "0 0 24 24",
1190
+ ...e,
1191
+ children: /* @__PURE__ */ l(
1192
+ "path",
1193
+ {
1194
+ fill: "currentColor",
1195
+ 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"
1196
+ }
1197
+ )
1198
+ }
1199
+ ), u1 = (e) => /* @__PURE__ */ o(
1200
+ "svg",
1201
+ {
1202
+ xmlns: "http://www.w3.org/2000/svg",
1203
+ fill: "none",
1204
+ viewBox: "0 0 24 24",
1205
+ ...e,
1206
+ children: [
1207
+ /* @__PURE__ */ l(
1208
+ "path",
1209
+ {
1210
+ fill: "currentColor",
1211
+ 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"
1212
+ }
1213
+ ),
1214
+ /* @__PURE__ */ l(
1215
+ "path",
1216
+ {
1217
+ fill: "currentColor",
1218
+ 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"
1219
+ }
1220
+ )
1221
+ ]
1222
+ }
1223
+ ), z1 = (e) => /* @__PURE__ */ o(
1224
+ "svg",
1225
+ {
1226
+ xmlns: "http://www.w3.org/2000/svg",
1227
+ fill: "none",
1228
+ viewBox: "0 0 24 24",
1229
+ ...e,
1230
+ children: [
1231
+ /* @__PURE__ */ l(
1232
+ "path",
1233
+ {
1234
+ fill: "currentColor",
1235
+ fillRule: "evenodd",
1236
+ 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",
1237
+ clipRule: "evenodd"
1238
+ }
1239
+ ),
1240
+ /* @__PURE__ */ l(
1241
+ "path",
1242
+ {
1243
+ fill: "currentColor",
1244
+ 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"
1245
+ }
1246
+ )
1247
+ ]
1248
+ }
1249
+ ), m1 = (e) => /* @__PURE__ */ l(
1250
+ "svg",
1251
+ {
1252
+ xmlns: "http://www.w3.org/2000/svg",
1253
+ fill: "none",
1254
+ viewBox: "0 0 24 24",
1255
+ ...e,
1256
+ children: /* @__PURE__ */ l(
1257
+ "path",
1258
+ {
1259
+ fill: "currentColor",
1260
+ fillRule: "evenodd",
1261
+ 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",
1262
+ clipRule: "evenodd"
1263
+ }
1264
+ )
1265
+ }
1266
+ ), M1 = (e) => /* @__PURE__ */ l(
1267
+ "svg",
1268
+ {
1269
+ xmlns: "http://www.w3.org/2000/svg",
1270
+ fill: "none",
1271
+ viewBox: "0 0 24 24",
1272
+ ...e,
1273
+ children: /* @__PURE__ */ l(
1274
+ "path",
1275
+ {
1276
+ fill: "currentColor",
1277
+ 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"
1278
+ }
1279
+ )
1280
+ }
1281
+ ), C1 = (e) => /* @__PURE__ */ o(
1282
+ "svg",
1283
+ {
1284
+ xmlns: "http://www.w3.org/2000/svg",
1285
+ fill: "none",
1286
+ viewBox: "0 0 24 24",
1287
+ ...e,
1288
+ children: [
1289
+ /* @__PURE__ */ l(
1290
+ "path",
1291
+ {
1292
+ fill: "currentColor",
1293
+ fillRule: "evenodd",
1294
+ d: "M24 3v18H11l2-2h4v-9H6l-2 2V3zm-5 16h3v-9h-3zm3-11V5h-3v3zm-5-3H6v3h11z",
1295
+ clipRule: "evenodd"
1296
+ }
1297
+ ),
1298
+ /* @__PURE__ */ l(
1299
+ "path",
1300
+ {
1301
+ fill: "currentColor",
1302
+ d: "M5.5 20.5 8 18H0v-2h8l-2.5-2.5L7 12l5 5-5 5z"
1303
+ }
1304
+ )
1305
+ ]
1306
+ }
1307
+ ), H1 = (e) => /* @__PURE__ */ o(
1308
+ "svg",
1309
+ {
1310
+ xmlns: "http://www.w3.org/2000/svg",
1311
+ fill: "none",
1312
+ viewBox: "0 0 24 24",
1313
+ ...e,
1314
+ children: [
1315
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 21h11V3H8v4H6v4V1h15v22H6V13v4h2z" }),
1316
+ /* @__PURE__ */ l(
1317
+ "path",
1318
+ {
1319
+ fill: "currentColor",
1320
+ d: "M1 13v-2h12l-2-2 1.5-1.5L17 12l-4.5 4.5L11 15l2-2H6z"
1321
+ }
1322
+ )
1323
+ ]
1324
+ }
1325
+ ), x1 = (e) => /* @__PURE__ */ o(
1326
+ "svg",
1327
+ {
1328
+ xmlns: "http://www.w3.org/2000/svg",
1329
+ fill: "none",
1330
+ viewBox: "0 0 24 24",
1331
+ ...e,
1332
+ children: [
1333
+ /* @__PURE__ */ l(
1334
+ "path",
1335
+ {
1336
+ fill: "currentColor",
1337
+ d: "M10.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M11 19v-9h2v9z"
1338
+ }
1339
+ ),
1340
+ /* @__PURE__ */ l(
1341
+ "path",
1342
+ {
1343
+ fill: "currentColor",
1344
+ fillRule: "evenodd",
1345
+ 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",
1346
+ clipRule: "evenodd"
1347
+ }
1348
+ )
1349
+ ]
1350
+ }
1351
+ ), V1 = (e) => /* @__PURE__ */ l(
1352
+ "svg",
1353
+ {
1354
+ xmlns: "http://www.w3.org/2000/svg",
1355
+ fill: "none",
1356
+ viewBox: "0 0 24 24",
1357
+ ...e,
1358
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M10 2h8v2h-3l-4 16h3v2H6v-2h3l4-16h-3z" })
1359
+ }
1360
+ ), R1 = (e) => /* @__PURE__ */ o(
1361
+ "svg",
1362
+ {
1363
+ xmlns: "http://www.w3.org/2000/svg",
1364
+ fill: "none",
1365
+ viewBox: "0 0 24 24",
1366
+ ...e,
1367
+ children: [
1368
+ /* @__PURE__ */ l(
1369
+ "path",
1370
+ {
1371
+ fill: "currentColor",
1372
+ fillRule: "evenodd",
1373
+ d: "M10 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2",
1374
+ clipRule: "evenodd"
1375
+ }
1376
+ ),
1377
+ /* @__PURE__ */ l(
1378
+ "path",
1379
+ {
1380
+ fill: "currentColor",
1381
+ fillRule: "evenodd",
1382
+ d: "M16 14h-2.674a7 7 0 1 1 0-6H24v6h-2v6h-6zm2-2v6h2v-6h2v-2h-9.938l-.542-1.142a5 5 0 1 0 0 4.284L12.062 12z",
1383
+ clipRule: "evenodd"
1384
+ }
1385
+ )
1386
+ ]
1387
+ }
1388
+ ), S1 = (e) => /* @__PURE__ */ o(
1389
+ "svg",
1390
+ {
1391
+ xmlns: "http://www.w3.org/2000/svg",
1392
+ fill: "none",
1393
+ viewBox: "0 0 24 24",
1394
+ ...e,
1395
+ children: [
1396
+ /* @__PURE__ */ l(
1397
+ "path",
1398
+ {
1399
+ fill: "currentColor",
1400
+ fillRule: "evenodd",
1401
+ 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",
1402
+ clipRule: "evenodd"
1403
+ }
1404
+ ),
1405
+ /* @__PURE__ */ l(
1406
+ "path",
1407
+ {
1408
+ fill: "currentColor",
1409
+ d: "M21 4v13h2v2H10v-2h3v-1h4v1h2V6h-9V4zM1 23v-2h4v2zm10 0H7v-2h4zm2-2h4v2h-4zm10 0v2h-4v-2z"
1410
+ }
1411
+ ),
1412
+ /* @__PURE__ */ l(
1413
+ "path",
1414
+ {
1415
+ fill: "currentColor",
1416
+ fillRule: "evenodd",
1417
+ d: "M12 9v2H8v8H1v-8a2 2 0 0 1 2-2zm-9 2v6h3v-6z",
1418
+ clipRule: "evenodd"
1419
+ }
1420
+ )
1421
+ ]
1422
+ }
1423
+ ), B1 = (e) => /* @__PURE__ */ o(
1424
+ "svg",
1425
+ {
1426
+ xmlns: "http://www.w3.org/2000/svg",
1427
+ fill: "none",
1428
+ viewBox: "0 0 24 24",
1429
+ ...e,
1430
+ children: [
1431
+ /* @__PURE__ */ l(
1432
+ "path",
1433
+ {
1434
+ fill: "currentColor",
1435
+ d: "M13 2h9v9h-2V5.414l-9.293 9.293-1.414-1.414L18.586 4H13z"
1436
+ }
1437
+ ),
1438
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M3 3h6v2H5v14h14v-4h2v6H3z" })
1439
+ ]
1440
+ }
1441
+ ), L1 = (e) => /* @__PURE__ */ o(
1442
+ "svg",
1443
+ {
1444
+ xmlns: "http://www.w3.org/2000/svg",
1445
+ fill: "none",
1446
+ viewBox: "0 0 24 24",
1447
+ ...e,
1448
+ children: [
1449
+ /* @__PURE__ */ l(
1450
+ "path",
1451
+ {
1452
+ fill: "currentColor",
1453
+ 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"
1454
+ }
1455
+ ),
1456
+ /* @__PURE__ */ l(
1457
+ "path",
1458
+ {
1459
+ fill: "currentColor",
1460
+ 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"
1461
+ }
1462
+ )
1463
+ ]
1464
+ }
1465
+ ), A1 = (e) => /* @__PURE__ */ l(
1466
+ "svg",
1467
+ {
1468
+ xmlns: "http://www.w3.org/2000/svg",
1469
+ fill: "none",
1470
+ viewBox: "0 0 24 24",
1471
+ ...e,
1472
+ children: /* @__PURE__ */ l(
1473
+ "path",
1474
+ {
1475
+ fill: "currentColor",
1476
+ 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"
1477
+ }
1478
+ )
1479
+ }
1480
+ ), D1 = (e) => /* @__PURE__ */ l(
1481
+ "svg",
1482
+ {
1483
+ xmlns: "http://www.w3.org/2000/svg",
1484
+ fill: "none",
1485
+ viewBox: "0 0 24 24",
1486
+ ...e,
1487
+ children: /* @__PURE__ */ l(
1488
+ "path",
1489
+ {
1490
+ fill: "currentColor",
1491
+ 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"
1492
+ }
1493
+ )
1494
+ }
1495
+ ), b1 = (e) => /* @__PURE__ */ l(
1496
+ "svg",
1497
+ {
1498
+ xmlns: "http://www.w3.org/2000/svg",
1499
+ fill: "none",
1500
+ viewBox: "0 0 24 24",
1501
+ ...e,
1502
+ children: /* @__PURE__ */ l(
1503
+ "path",
1504
+ {
1505
+ fill: "currentColor",
1506
+ 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"
1507
+ }
1508
+ )
1509
+ }
1510
+ ), k1 = (e) => /* @__PURE__ */ o(
1511
+ "svg",
1512
+ {
1513
+ xmlns: "http://www.w3.org/2000/svg",
1514
+ fill: "none",
1515
+ viewBox: "0 0 24 24",
1516
+ ...e,
1517
+ children: [
1518
+ /* @__PURE__ */ l(
1519
+ "path",
1520
+ {
1521
+ fill: "currentColor",
1522
+ d: "M13 19h-2v-2.268A2 2 0 0 1 12 13a2 2 0 0 1 1 3.732z"
1523
+ }
1524
+ ),
1525
+ /* @__PURE__ */ l(
1526
+ "path",
1527
+ {
1528
+ fill: "currentColor",
1529
+ fillRule: "evenodd",
1530
+ d: "M21 9v14H3V9h3V7a6 6 0 1 1 12 0v2zm-5 0V7a4 4 0 0 0-8 0v2zM5 11v10h14V11z",
1531
+ clipRule: "evenodd"
1532
+ }
1533
+ )
1534
+ ]
1535
+ }
1536
+ ), P1 = (e) => /* @__PURE__ */ l(
1537
+ "svg",
1538
+ {
1539
+ xmlns: "http://www.w3.org/2000/svg",
1540
+ fill: "none",
1541
+ viewBox: "0 0 24 24",
1542
+ ...e,
1543
+ children: /* @__PURE__ */ l(
1544
+ "path",
1545
+ {
1546
+ fill: "currentColor",
1547
+ fillRule: "evenodd",
1548
+ 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",
1549
+ clipRule: "evenodd"
1550
+ }
1551
+ )
1552
+ }
1553
+ ), T1 = (e) => /* @__PURE__ */ o(
1554
+ "svg",
1555
+ {
1556
+ xmlns: "http://www.w3.org/2000/svg",
1557
+ fill: "none",
1558
+ viewBox: "0 0 24 24",
1559
+ ...e,
1560
+ children: [
1561
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M21 7h-3V5h3zm-3 4h3v2h-3zm3 8h-3v-2h3z" }),
1562
+ /* @__PURE__ */ l(
1563
+ "path",
1564
+ {
1565
+ fill: "currentColor",
1566
+ fillRule: "evenodd",
1567
+ d: "m10 12-4.5 4.5L4 15l2-2H0v-2h6L4 9l1.5-1.5zV2h14v20H10zm12-8H12v4h10zm0 10v-4H12v4zm-10 6h10v-4H12z",
1568
+ clipRule: "evenodd"
1569
+ }
1570
+ )
1571
+ ]
1572
+ }
1573
+ ), E1 = (e) => /* @__PURE__ */ o(
1574
+ "svg",
1575
+ {
1576
+ xmlns: "http://www.w3.org/2000/svg",
1577
+ fill: "none",
1578
+ viewBox: "0 0 24 24",
1579
+ ...e,
1580
+ children: [
1581
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M18 13H6v-2h12z" }),
1582
+ /* @__PURE__ */ l(
1583
+ "path",
1584
+ {
1585
+ fill: "currentColor",
1586
+ fillRule: "evenodd",
1587
+ 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",
1588
+ clipRule: "evenodd"
1589
+ }
1590
+ )
1591
+ ]
1592
+ }
1593
+ ), y1 = (e) => /* @__PURE__ */ l(
1594
+ "svg",
1595
+ {
1596
+ xmlns: "http://www.w3.org/2000/svg",
1597
+ fill: "none",
1598
+ viewBox: "0 0 24 24",
1599
+ ...e,
1600
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 11h16v2H4z" })
1601
+ }
1602
+ ), I1 = (e) => /* @__PURE__ */ o(
1603
+ "svg",
1604
+ {
1605
+ xmlns: "http://www.w3.org/2000/svg",
1606
+ fill: "none",
1607
+ viewBox: "0 0 24 24",
1608
+ ...e,
1609
+ children: [
1610
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M14 18h-4v-2h4z" }),
1611
+ /* @__PURE__ */ l(
1612
+ "path",
1613
+ {
1614
+ fill: "currentColor",
1615
+ fillRule: "evenodd",
1616
+ d: "M5 2h14v20H5zm2 18h10V4H7z",
1617
+ clipRule: "evenodd"
1618
+ }
1619
+ )
1620
+ ]
1621
+ }
1622
+ ), U1 = (e) => /* @__PURE__ */ l(
1623
+ "svg",
1624
+ {
1625
+ xmlns: "http://www.w3.org/2000/svg",
1626
+ fill: "none",
1627
+ viewBox: "0 0 24 24",
1628
+ ...e,
1629
+ children: /* @__PURE__ */ l(
1630
+ "path",
1631
+ {
1632
+ fill: "currentColor",
1633
+ 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"
1634
+ }
1635
+ )
1636
+ }
1637
+ ), q1 = (e) => /* @__PURE__ */ o(
1638
+ "svg",
1639
+ {
1640
+ xmlns: "http://www.w3.org/2000/svg",
1641
+ fill: "none",
1642
+ viewBox: "0 0 24 24",
1643
+ ...e,
1644
+ children: [
1645
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M16 9H7V7h9zm-2 4H7v-2h7zm-7 2h9v2H7z" }),
1646
+ /* @__PURE__ */ l(
1647
+ "path",
1648
+ {
1649
+ fill: "currentColor",
1650
+ fillRule: "evenodd",
1651
+ d: "M3 1h18v22H3zm2 20h14V3H5z",
1652
+ clipRule: "evenodd"
1653
+ }
1654
+ )
1655
+ ]
1656
+ }
1657
+ ), O1 = (e) => /* @__PURE__ */ l(
1658
+ "svg",
1659
+ {
1660
+ xmlns: "http://www.w3.org/2000/svg",
1661
+ fill: "none",
1662
+ viewBox: "0 0 24 24",
1663
+ ...e,
1664
+ children: /* @__PURE__ */ l(
1665
+ "path",
1666
+ {
1667
+ fill: "currentColor",
1668
+ d: "M22 5H2V3h20zm0 4H2V7h20zM2 11h20v2H2zm11.818 6H2v-2h11.818z"
1669
+ }
1670
+ )
1671
+ }
1672
+ ), _1 = (e) => /* @__PURE__ */ o(
1673
+ "svg",
1674
+ {
1675
+ xmlns: "http://www.w3.org/2000/svg",
1676
+ fill: "none",
1677
+ viewBox: "0 0 24 24",
1678
+ ...e,
1679
+ children: [
1680
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 7h2v10H9zm6 10h-2V7h2z" }),
1681
+ /* @__PURE__ */ l(
1682
+ "path",
1683
+ {
1684
+ fill: "currentColor",
1685
+ fillRule: "evenodd",
1686
+ 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",
1687
+ clipRule: "evenodd"
1688
+ }
1689
+ )
1690
+ ]
1691
+ }
1692
+ ), F1 = (e) => /* @__PURE__ */ o(
1693
+ "svg",
1694
+ {
1695
+ xmlns: "http://www.w3.org/2000/svg",
1696
+ fill: "none",
1697
+ viewBox: "0 0 24 24",
1698
+ ...e,
1699
+ children: [
1700
+ /* @__PURE__ */ l(
1701
+ "path",
1702
+ {
1703
+ fill: "currentColor",
1704
+ fillRule: "evenodd",
1705
+ 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",
1706
+ clipRule: "evenodd"
1707
+ }
1708
+ ),
1709
+ /* @__PURE__ */ l(
1710
+ "path",
1711
+ {
1712
+ fill: "currentColor",
1713
+ 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"
1714
+ }
1715
+ )
1716
+ ]
1717
+ }
1718
+ ), Q1 = (e) => /* @__PURE__ */ l(
1719
+ "svg",
1720
+ {
1721
+ xmlns: "http://www.w3.org/2000/svg",
1722
+ fill: "none",
1723
+ viewBox: "0 0 24 24",
1724
+ ...e,
1725
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 13v-2h7V4h2v7h7v2h-7v7h-2v-7z" })
1726
+ }
1727
+ ), j1 = (e) => /* @__PURE__ */ o(
1728
+ "svg",
1729
+ {
1730
+ xmlns: "http://www.w3.org/2000/svg",
1731
+ fill: "none",
1732
+ viewBox: "0 0 24 24",
1733
+ ...e,
1734
+ children: [
1735
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 20H6v-9h2z" }),
1736
+ /* @__PURE__ */ l(
1737
+ "path",
1738
+ {
1739
+ fill: "currentColor",
1740
+ fillRule: "evenodd",
1741
+ 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",
1742
+ clipRule: "evenodd"
1743
+ }
1744
+ ),
1745
+ /* @__PURE__ */ l(
1746
+ "path",
1747
+ {
1748
+ fill: "currentColor",
1749
+ 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"
1750
+ }
1751
+ )
1752
+ ]
1753
+ }
1754
+ ), N1 = (e) => /* @__PURE__ */ o(
1755
+ "svg",
1756
+ {
1757
+ xmlns: "http://www.w3.org/2000/svg",
1758
+ fill: "none",
1759
+ viewBox: "0 0 24 24",
1760
+ ...e,
1761
+ children: [
1762
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M19 10h-2V9h2zM8 14h8v2H8zm0 3h8v2H8z" }),
1763
+ /* @__PURE__ */ l(
1764
+ "path",
1765
+ {
1766
+ fill: "currentColor",
1767
+ fillRule: "evenodd",
1768
+ d: "M5 2h14v4h4v13h-4v3H5v-3H1V6h4zM3 8v9h2v-6h14v6h2V8zm14 5H7v7h10zm0-7V4H7v2z",
1769
+ clipRule: "evenodd"
1770
+ }
1771
+ )
1772
+ ]
1773
+ }
1774
+ ), W1 = (e) => /* @__PURE__ */ o(
1775
+ "svg",
1776
+ {
1777
+ xmlns: "http://www.w3.org/2000/svg",
1778
+ fill: "none",
1779
+ viewBox: "0 0 24 24",
1780
+ ...e,
1781
+ children: [
1782
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 5h2v2H5z" }),
1783
+ /* @__PURE__ */ l(
1784
+ "path",
1785
+ {
1786
+ fill: "currentColor",
1787
+ fillRule: "evenodd",
1788
+ d: "M2 10V2h8v8zm2-2h4V4H4z",
1789
+ clipRule: "evenodd"
1790
+ }
1791
+ ),
1792
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 19v-2h2v2z" }),
1793
+ /* @__PURE__ */ l(
1794
+ "path",
1795
+ {
1796
+ fill: "currentColor",
1797
+ fillRule: "evenodd",
1798
+ d: "M2 22v-8h8v8zm2-6v4h4v-4z",
1799
+ clipRule: "evenodd"
1800
+ }
1801
+ ),
1802
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M19 7h-2V5h2z" }),
1803
+ /* @__PURE__ */ l(
1804
+ "path",
1805
+ {
1806
+ fill: "currentColor",
1807
+ fillRule: "evenodd",
1808
+ d: "M22 10h-8V2h8zm-2-6h-4v4h4z",
1809
+ clipRule: "evenodd"
1810
+ }
1811
+ ),
1812
+ /* @__PURE__ */ l(
1813
+ "path",
1814
+ {
1815
+ fill: "currentColor",
1816
+ 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"
1817
+ }
1818
+ ),
1819
+ /* @__PURE__ */ l(
1820
+ "path",
1821
+ {
1822
+ fill: "currentColor",
1823
+ d: "M11 18h2v2h3v2h-5zm-1-7v2H6v-2zm-5 0v2H3v-2z"
1824
+ }
1825
+ )
1826
+ ]
1827
+ }
1828
+ ), $1 = (e) => /* @__PURE__ */ o(
1829
+ "svg",
1830
+ {
1831
+ xmlns: "http://www.w3.org/2000/svg",
1832
+ fill: "none",
1833
+ viewBox: "0 0 24 24",
1834
+ ...e,
1835
+ children: [
1836
+ /* @__PURE__ */ l(
1837
+ "path",
1838
+ {
1839
+ fill: "currentColor",
1840
+ 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"
1841
+ }
1842
+ ),
1843
+ /* @__PURE__ */ l(
1844
+ "path",
1845
+ {
1846
+ fill: "currentColor",
1847
+ fillRule: "evenodd",
1848
+ 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",
1849
+ clipRule: "evenodd"
1850
+ }
1851
+ )
1852
+ ]
1853
+ }
1854
+ ), K1 = (e) => /* @__PURE__ */ o(
1855
+ "svg",
1856
+ {
1857
+ xmlns: "http://www.w3.org/2000/svg",
1858
+ fill: "none",
1859
+ viewBox: "0 0 24 24",
1860
+ ...e,
1861
+ children: [
1862
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M7 12a5 5 0 1 1 10 0 5 5 0 0 1-10 0" }),
1863
+ /* @__PURE__ */ l(
1864
+ "path",
1865
+ {
1866
+ fill: "currentColor",
1867
+ fillRule: "evenodd",
1868
+ 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",
1869
+ clipRule: "evenodd"
1870
+ }
1871
+ )
1872
+ ]
1873
+ }
1874
+ ), G1 = (e) => /* @__PURE__ */ o(
1875
+ "svg",
1876
+ {
1877
+ xmlns: "http://www.w3.org/2000/svg",
1878
+ fill: "none",
1879
+ viewBox: "0 0 24 24",
1880
+ ...e,
1881
+ children: [
1882
+ /* @__PURE__ */ l(
1883
+ "path",
1884
+ {
1885
+ fill: "currentColor",
1886
+ 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"
1887
+ }
1888
+ ),
1889
+ /* @__PURE__ */ l(
1890
+ "path",
1891
+ {
1892
+ fill: "currentColor",
1893
+ fillRule: "evenodd",
1894
+ d: "M12 10h11v14H1V10zM3 22h18V12H3z",
1895
+ clipRule: "evenodd"
1896
+ }
1897
+ )
1898
+ ]
1899
+ }
1900
+ ), J1 = (e) => /* @__PURE__ */ o(
1901
+ "svg",
1902
+ {
1903
+ xmlns: "http://www.w3.org/2000/svg",
1904
+ fill: "none",
1905
+ viewBox: "0 0 24 24",
1906
+ ...e,
1907
+ children: [
1908
+ /* @__PURE__ */ l(
1909
+ "path",
1910
+ {
1911
+ fill: "currentColor",
1912
+ fillRule: "evenodd",
1913
+ 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",
1914
+ clipRule: "evenodd"
1915
+ }
1916
+ ),
1917
+ /* @__PURE__ */ l(
1918
+ "path",
1919
+ {
1920
+ fill: "currentColor",
1921
+ 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"
1922
+ }
1923
+ )
1924
+ ]
1925
+ }
1926
+ ), X1 = (e) => /* @__PURE__ */ l(
1927
+ "svg",
1928
+ {
1929
+ xmlns: "http://www.w3.org/2000/svg",
1930
+ fill: "none",
1931
+ viewBox: "0 0 24 24",
1932
+ ...e,
1933
+ children: /* @__PURE__ */ l(
1934
+ "path",
1935
+ {
1936
+ fill: "currentColor",
1937
+ fillRule: "evenodd",
1938
+ 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",
1939
+ clipRule: "evenodd"
1940
+ }
1941
+ )
1942
+ }
1943
+ ), Y1 = (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(
1952
+ "path",
1953
+ {
1954
+ fill: "currentColor",
1955
+ 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"
1956
+ }
1957
+ ),
1958
+ /* @__PURE__ */ l(
1959
+ "path",
1960
+ {
1961
+ fill: "currentColor",
1962
+ 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"
1963
+ }
1964
+ ),
1965
+ /* @__PURE__ */ l(
1966
+ "path",
1967
+ {
1968
+ fill: "currentColor",
1969
+ fillRule: "evenodd",
1970
+ 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",
1971
+ clipRule: "evenodd"
1972
+ }
1973
+ )
1974
+ ]
1975
+ }
1976
+ ), Z1 = (e) => /* @__PURE__ */ l(
1977
+ "svg",
1978
+ {
1979
+ xmlns: "http://www.w3.org/2000/svg",
1980
+ fill: "none",
1981
+ viewBox: "0 0 24 24",
1982
+ ...e,
1983
+ children: /* @__PURE__ */ l(
1984
+ "path",
1985
+ {
1986
+ fill: "currentColor",
1987
+ d: "m6 10 2 2-1.5 1.5L2 9l4.5-4.5L8 6 6 8h10a6 6 0 0 1 0 12h-3v-2h3a4 4 0 0 0 0-8z"
1988
+ }
1989
+ )
1990
+ }
1991
+ ), l2 = (e) => /* @__PURE__ */ o(
1992
+ "svg",
1993
+ {
1994
+ xmlns: "http://www.w3.org/2000/svg",
1995
+ fill: "none",
1996
+ viewBox: "0 0 24 24",
1997
+ ...e,
1998
+ children: [
1999
+ /* @__PURE__ */ l(
2000
+ "path",
2001
+ {
2002
+ fill: "currentColor",
2003
+ 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"
2004
+ }
2005
+ ),
2006
+ /* @__PURE__ */ l(
2007
+ "path",
2008
+ {
2009
+ fill: "currentColor",
2010
+ fillRule: "evenodd",
2011
+ 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",
2012
+ clipRule: "evenodd"
2013
+ }
2014
+ )
2015
+ ]
2016
+ }
2017
+ ), e2 = (e) => /* @__PURE__ */ o(
2018
+ "svg",
2019
+ {
2020
+ xmlns: "http://www.w3.org/2000/svg",
2021
+ fill: "none",
2022
+ viewBox: "0 0 24 24",
2023
+ ...e,
2024
+ children: [
2025
+ /* @__PURE__ */ l(
2026
+ "path",
2027
+ {
2028
+ fill: "currentColor",
2029
+ d: "M17 11h-7V9h7zM7 9h2v2H7zm10 6h-7v-2h7zM7 13h2v2H7zm10 6h-7v-2h7zM7 17h2v2H7z"
2030
+ }
2031
+ ),
2032
+ /* @__PURE__ */ l(
2033
+ "path",
2034
+ {
2035
+ fill: "currentColor",
2036
+ fillRule: "evenodd",
2037
+ d: "M7 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h4v20H3V3zm2 2h6V3H9zM7 5H5v16h14V5h-2v2H7z",
2038
+ clipRule: "evenodd"
2039
+ }
2040
+ )
2041
+ ]
2042
+ }
2043
+ ), o2 = (e) => /* @__PURE__ */ o(
2044
+ "svg",
2045
+ {
2046
+ xmlns: "http://www.w3.org/2000/svg",
2047
+ fill: "none",
2048
+ viewBox: "0 0 24 24",
2049
+ ...e,
2050
+ children: [
2051
+ /* @__PURE__ */ l(
2052
+ "path",
2053
+ {
2054
+ fill: "currentColor",
2055
+ d: "M7 20H3v-2h4zm14 0h-4v-2h4zM7 17H3v-2h4zm14 0h-4v-2h4zm-9-8h2v2h-4V7h2z"
2056
+ }
2057
+ ),
2058
+ /* @__PURE__ */ l(
2059
+ "path",
2060
+ {
2061
+ fill: "currentColor",
2062
+ fillRule: "evenodd",
2063
+ 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",
2064
+ clipRule: "evenodd"
2065
+ }
2066
+ )
2067
+ ]
2068
+ }
2069
+ ), v2 = (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(
2078
+ "path",
2079
+ {
2080
+ fill: "currentColor",
2081
+ fillRule: "evenodd",
2082
+ d: "m10 13.25-8-6V18h8v2H0V4h20v6.172l-1-1-1 1V7.25zM3.667 6 10 10.75 16.333 6z",
2083
+ clipRule: "evenodd"
2084
+ }
2085
+ ),
2086
+ /* @__PURE__ */ l(
2087
+ "path",
2088
+ {
2089
+ fill: "currentColor",
2090
+ d: "M12 18v-2h8l-2.5-2.5L19 12l5 5-5 5-1.5-1.5L20 18z"
2091
+ }
2092
+ )
2093
+ ]
2094
+ }
2095
+ ), n2 = (e) => /* @__PURE__ */ l(
2096
+ "svg",
2097
+ {
2098
+ xmlns: "http://www.w3.org/2000/svg",
2099
+ fill: "none",
2100
+ viewBox: "0 0 24 24",
2101
+ ...e,
2102
+ children: /* @__PURE__ */ l(
2103
+ "path",
2104
+ {
2105
+ fill: "currentColor",
2106
+ fillRule: "evenodd",
2107
+ d: "M24 12 3 23V13h1v-2H3V1zM5 13v6.5L20 12 5 4.5V11h7l1 1-1 1z",
2108
+ clipRule: "evenodd"
2109
+ }
2110
+ )
2111
+ }
2112
+ ), h2 = (e) => /* @__PURE__ */ l(
2113
+ "svg",
2114
+ {
2115
+ xmlns: "http://www.w3.org/2000/svg",
2116
+ fill: "none",
2117
+ viewBox: "0 0 24 24",
2118
+ ...e,
2119
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M13.818 16H2v-2h11.818zM22 11H2V9h20z" })
2120
+ }
2121
+ ), r2 = (e) => /* @__PURE__ */ l(
2122
+ "svg",
2123
+ {
2124
+ xmlns: "http://www.w3.org/2000/svg",
2125
+ fill: "none",
2126
+ viewBox: "0 0 24 24",
2127
+ ...e,
2128
+ children: /* @__PURE__ */ l(
2129
+ "path",
2130
+ {
2131
+ fill: "currentColor",
2132
+ fillRule: "evenodd",
2133
+ 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",
2134
+ clipRule: "evenodd"
2135
+ }
2136
+ )
2137
+ }
2138
+ ), t2 = (e) => /* @__PURE__ */ l(
2139
+ "svg",
2140
+ {
2141
+ xmlns: "http://www.w3.org/2000/svg",
2142
+ fill: "none",
2143
+ viewBox: "0 0 24 24",
2144
+ ...e,
2145
+ children: /* @__PURE__ */ l(
2146
+ "path",
2147
+ {
2148
+ fill: "currentColor",
2149
+ d: "M14 8h5l-3-3 1.5-1.5L23 9l-5.5 5.5L16 13l3-3h-5C8.477 10 4 14.477 4 20H2C2 13.373 7.373 8 14 8"
2150
+ }
2151
+ )
2152
+ }
2153
+ ), i2 = (e) => /* @__PURE__ */ o(
2154
+ "svg",
2155
+ {
2156
+ xmlns: "http://www.w3.org/2000/svg",
2157
+ fill: "none",
2158
+ viewBox: "0 0 24 24",
2159
+ ...e,
2160
+ children: [
2161
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M12 4H5v16h7v-3h2v5H3V2h11v5h-2z" }),
2162
+ /* @__PURE__ */ l(
2163
+ "path",
2164
+ {
2165
+ fill: "currentColor",
2166
+ d: "M19 13H8v-2h11l-2.5-2.5L18 7l5 5-5 5-1.5-1.5z"
2167
+ }
2168
+ )
2169
+ ]
2170
+ }
2171
+ ), d2 = (e) => /* @__PURE__ */ l(
2172
+ "svg",
2173
+ {
2174
+ xmlns: "http://www.w3.org/2000/svg",
2175
+ fill: "none",
2176
+ viewBox: "0 0 24 24",
2177
+ ...e,
2178
+ children: /* @__PURE__ */ l(
2179
+ "path",
2180
+ {
2181
+ fill: "currentColor",
2182
+ fillRule: "evenodd",
2183
+ 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",
2184
+ clipRule: "evenodd"
2185
+ }
2186
+ )
2187
+ }
2188
+ ), c2 = (e) => /* @__PURE__ */ l(
2189
+ "svg",
2190
+ {
2191
+ xmlns: "http://www.w3.org/2000/svg",
2192
+ fill: "none",
2193
+ viewBox: "0 0 24 24",
2194
+ ...e,
2195
+ children: /* @__PURE__ */ l(
2196
+ "path",
2197
+ {
2198
+ fill: "currentColor",
2199
+ d: "M8 5h2v2H8zm6 0h2v2h-2zm-6 6h2v2H8zm6 0h2v2h-2zm-6 6h2v2H8zm6 0h2v2h-2z"
2200
+ }
2201
+ )
2202
+ }
2203
+ ), w2 = (e) => /* @__PURE__ */ l(
2204
+ "svg",
2205
+ {
2206
+ xmlns: "http://www.w3.org/2000/svg",
2207
+ fill: "none",
2208
+ viewBox: "0 0 24 24",
2209
+ ...e,
2210
+ children: /* @__PURE__ */ l(
2211
+ "path",
2212
+ {
2213
+ fill: "currentColor",
2214
+ d: "M22.5 16.5 24 18l-5 5-5-5 1.5-1.5L18 19V2h2v17zM14 7H1V5h13zm0 6H1v-2h13zM1 17h10v2H1z"
2215
+ }
2216
+ )
2217
+ }
2218
+ ), s2 = (e) => /* @__PURE__ */ o(
2219
+ "svg",
2220
+ {
2221
+ xmlns: "http://www.w3.org/2000/svg",
2222
+ fill: "none",
2223
+ viewBox: "0 0 24 24",
2224
+ ...e,
2225
+ children: [
2226
+ /* @__PURE__ */ l(
2227
+ "path",
2228
+ {
2229
+ fill: "currentColor",
2230
+ 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"
2231
+ }
2232
+ ),
2233
+ /* @__PURE__ */ l(
2234
+ "path",
2235
+ {
2236
+ fill: "currentColor",
2237
+ fillRule: "evenodd",
2238
+ 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",
2239
+ clipRule: "evenodd"
2240
+ }
2241
+ ),
2242
+ /* @__PURE__ */ l(
2243
+ "path",
2244
+ {
2245
+ fill: "currentColor",
2246
+ 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"
2247
+ }
2248
+ )
2249
+ ]
2250
+ }
2251
+ ), a2 = (e) => /* @__PURE__ */ o(
2252
+ "svg",
2253
+ {
2254
+ xmlns: "http://www.w3.org/2000/svg",
2255
+ fill: "none",
2256
+ viewBox: "0 0 24 24",
2257
+ ...e,
2258
+ children: [
2259
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "m11 13.5 6-6L18.5 9 11 16.5l-5-5L7.5 10z" }),
2260
+ /* @__PURE__ */ l(
2261
+ "path",
2262
+ {
2263
+ fill: "currentColor",
2264
+ fillRule: "evenodd",
2265
+ 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",
2266
+ clipRule: "evenodd"
2267
+ }
2268
+ )
2269
+ ]
2270
+ }
2271
+ ), g2 = (e) => /* @__PURE__ */ o(
2272
+ "svg",
2273
+ {
2274
+ xmlns: "http://www.w3.org/2000/svg",
2275
+ fill: "none",
2276
+ viewBox: "0 0 24 24",
2277
+ ...e,
2278
+ children: [
2279
+ /* @__PURE__ */ l(
2280
+ "path",
2281
+ {
2282
+ fill: "currentColor",
2283
+ fillRule: "evenodd",
2284
+ d: "M10 23H2v-7h8zm-6-2h4v-3H4z",
2285
+ clipRule: "evenodd"
2286
+ }
2287
+ ),
2288
+ /* @__PURE__ */ l(
2289
+ "path",
2290
+ {
2291
+ fill: "currentColor",
2292
+ 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"
2293
+ }
2294
+ ),
2295
+ /* @__PURE__ */ l(
2296
+ "path",
2297
+ {
2298
+ fill: "currentColor",
2299
+ fillRule: "evenodd",
2300
+ d: "M22 8h-8V1h8zm-6-2h4V3h-4z",
2301
+ clipRule: "evenodd"
2302
+ }
2303
+ )
2304
+ ]
2305
+ }
2306
+ ), p2 = (e) => /* @__PURE__ */ l(
2307
+ "svg",
2308
+ {
2309
+ xmlns: "http://www.w3.org/2000/svg",
2310
+ fill: "none",
2311
+ viewBox: "0 0 24 24",
2312
+ ...e,
2313
+ children: /* @__PURE__ */ l(
2314
+ "path",
2315
+ {
2316
+ fill: "currentColor",
2317
+ fillRule: "evenodd",
2318
+ d: "M22 2v20H2V2zm-2 2h-9v7h9zm0 9h-9v7h9zM9 4H4v16h5z",
2319
+ clipRule: "evenodd"
2320
+ }
2321
+ )
2322
+ }
2323
+ ), f2 = (e) => /* @__PURE__ */ l(
2324
+ "svg",
2325
+ {
2326
+ xmlns: "http://www.w3.org/2000/svg",
2327
+ fill: "none",
2328
+ viewBox: "0 0 24 24",
2329
+ ...e,
2330
+ children: /* @__PURE__ */ l(
2331
+ "path",
2332
+ {
2333
+ fill: "currentColor",
2334
+ fillRule: "evenodd",
2335
+ 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",
2336
+ clipRule: "evenodd"
2337
+ }
2338
+ )
2339
+ }
2340
+ ), u2 = (e) => /* @__PURE__ */ l(
2341
+ "svg",
2342
+ {
2343
+ xmlns: "http://www.w3.org/2000/svg",
2344
+ fill: "none",
2345
+ viewBox: "0 0 24 24",
2346
+ ...e,
2347
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 2h12v2h-5l-4 16h5v2H4v-2h5l4-16H8z" })
2348
+ }
2349
+ ), z2 = (e) => /* @__PURE__ */ l(
2350
+ "svg",
2351
+ {
2352
+ xmlns: "http://www.w3.org/2000/svg",
2353
+ fill: "none",
2354
+ viewBox: "0 0 24 24",
2355
+ ...e,
2356
+ children: /* @__PURE__ */ l(
2357
+ "path",
2358
+ {
2359
+ fill: "currentColor",
2360
+ d: "M8 13a4 4 0 0 0 8 0V2h4v2h-2v9a6 6 0 0 1-12 0V4H4V2h4zM4 23v-2h16v2z"
2361
+ }
2362
+ )
2363
+ }
2364
+ ), m2 = (e) => /* @__PURE__ */ l(
2365
+ "svg",
2366
+ {
2367
+ xmlns: "http://www.w3.org/2000/svg",
2368
+ fill: "none",
2369
+ viewBox: "0 0 24 24",
2370
+ ...e,
2371
+ children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M11 4h3v3h-3zm0 7h3v3h-3zm3 10h-3v-3h3z" })
2372
+ }
2373
+ ), M2 = (e) => /* @__PURE__ */ o(
2374
+ "svg",
2375
+ {
2376
+ xmlns: "http://www.w3.org/2000/svg",
2377
+ fill: "none",
2378
+ viewBox: "0 0 24 24",
2379
+ ...e,
2380
+ children: [
2381
+ /* @__PURE__ */ l(
2382
+ "path",
2383
+ {
2384
+ fill: "currentColor",
2385
+ 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"
2386
+ }
2387
+ ),
2388
+ /* @__PURE__ */ l(
2389
+ "path",
2390
+ {
2391
+ fill: "currentColor",
2392
+ fillRule: "evenodd",
2393
+ 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",
2394
+ clipRule: "evenodd"
2395
+ }
2396
+ )
2397
+ ]
2398
+ }
2399
+ ), C2 = (e) => /* @__PURE__ */ l(
2400
+ "svg",
2401
+ {
2402
+ xmlns: "http://www.w3.org/2000/svg",
2403
+ fill: "none",
2404
+ viewBox: "0 0 24 24",
2405
+ ...e,
2406
+ children: /* @__PURE__ */ l(
2407
+ "path",
2408
+ {
2409
+ fill: "currentColor",
2410
+ d: "M8 12a4 4 0 0 0 8 0V2h3v2h-1v8a6 6 0 0 1-12 0V4H5V2h3zM5 22v-2h14v2z"
2411
+ }
2412
+ )
2413
+ }
2414
+ ), H2 = (e) => /* @__PURE__ */ o(
2415
+ "svg",
2416
+ {
2417
+ xmlns: "http://www.w3.org/2000/svg",
2418
+ fill: "none",
2419
+ viewBox: "0 0 24 24",
2420
+ ...e,
2421
+ children: [
2422
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M2 21v-6h2v4h16v-4h2v6z" }),
2423
+ /* @__PURE__ */ l(
2424
+ "path",
2425
+ {
2426
+ fill: "currentColor",
2427
+ d: "M13 17h-2V6L8 9 6.5 7.5 12 2l5.5 5.5L16 9l-3-3z"
2428
+ }
2429
+ )
2430
+ ]
2431
+ }
2432
+ ), x2 = (e) => /* @__PURE__ */ o(
2433
+ "svg",
2434
+ {
2435
+ xmlns: "http://www.w3.org/2000/svg",
2436
+ fill: "none",
2437
+ viewBox: "0 0 24 24",
2438
+ ...e,
2439
+ children: [
2440
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 16V8l8 4z" }),
2441
+ /* @__PURE__ */ l(
2442
+ "path",
2443
+ {
2444
+ fill: "currentColor",
2445
+ fillRule: "evenodd",
2446
+ d: "M1 2h2v2h2V2h2v2h2V2h2v2h2V2h2v2h2V2h2v2h2V2h2v20h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2H3v2H1zm2 16h18V6H3z",
2447
+ clipRule: "evenodd"
2448
+ }
2449
+ )
2450
+ ]
2451
+ }
2452
+ ), V2 = (e) => /* @__PURE__ */ l(
2453
+ "svg",
2454
+ {
2455
+ xmlns: "http://www.w3.org/2000/svg",
2456
+ fill: "none",
2457
+ viewBox: "0 0 24 24",
2458
+ ...e,
2459
+ children: /* @__PURE__ */ l(
2460
+ "path",
2461
+ {
2462
+ fill: "currentColor",
2463
+ fillRule: "evenodd",
2464
+ d: "M18 6h4v5h1v6h-1v5H2V6l16-5zm-2 0V3.72L8.705 6zm4 11h-4v-6h4V8H4v12h16zm1-4h-3v2h3z",
2465
+ clipRule: "evenodd"
2466
+ }
2467
+ )
2468
+ }
2469
+ ), R2 = (e) => /* @__PURE__ */ o(
2470
+ "svg",
2471
+ {
2472
+ xmlns: "http://www.w3.org/2000/svg",
2473
+ fill: "none",
2474
+ viewBox: "0 0 24 24",
2475
+ ...e,
2476
+ children: [
2477
+ /* @__PURE__ */ l(
2478
+ "path",
2479
+ {
2480
+ fill: "currentColor",
2481
+ 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"
2482
+ }
2483
+ ),
2484
+ /* @__PURE__ */ l(
2485
+ "path",
2486
+ {
2487
+ fill: "currentColor",
2488
+ fillRule: "evenodd",
2489
+ 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",
2490
+ clipRule: "evenodd"
2491
+ }
2492
+ )
2493
+ ]
2494
+ }
2495
+ ), S2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2496
+ __proto__: null,
2497
+ About: i,
2498
+ AddPeople: d,
2499
+ AddQuestion: c,
2500
+ AddSection: w,
2501
+ AddTable: s,
2502
+ AddText: a,
2503
+ Analytics: g,
2504
+ Api: p,
2505
+ Archive: f,
2506
+ ArrowCollapse: u,
2507
+ ArrowDown: m,
2508
+ ArrowDownShort: z,
2509
+ ArrowExpand: M,
2510
+ ArrowLineDown: C,
2511
+ ArrowLineLeft: H,
2512
+ ArrowLineRight: x,
2513
+ ArrowLineUp: V,
2514
+ ArrowRight: R,
2515
+ ArrowSort: S,
2516
+ ArrowSwitch: B,
2517
+ ArrowUp: A,
2518
+ ArrowUpShort: L,
2519
+ ArrowheadDown: D,
2520
+ ArrowheadUp: b,
2521
+ Badge: k,
2522
+ Blocks: T,
2523
+ BlocksSelect: P,
2524
+ Bold: E,
2525
+ BreadcrumbLine: y,
2526
+ Bulb: I,
2527
+ Calendar: U,
2528
+ CardHolder: q,
2529
+ Caution: O,
2530
+ Certificate: _,
2531
+ ChatBubble: F,
2532
+ CheckMark: Q,
2533
+ Checkbox: j,
2534
+ Chest: N,
2535
+ Clock: W,
2536
+ Close: $,
2537
+ Code: K,
2538
+ Community: G,
2539
+ Compass: J,
2540
+ Connect: X,
2541
+ Continue: Y,
2542
+ Copy: Z,
2543
+ Crop: l1,
2544
+ Deactivate: e1,
2545
+ Delete: o1,
2546
+ Design: v1,
2547
+ Desktop: n1,
2548
+ Dish: h1,
2549
+ Document: r1,
2550
+ Download: t1,
2551
+ Dpt: i1,
2552
+ Drag: d1,
2553
+ Dropdown: c1,
2554
+ Edit: w1,
2555
+ Education: s1,
2556
+ Educator: a1,
2557
+ Email: g1,
2558
+ Error: p1,
2559
+ EyeClose: f1,
2560
+ EyeOpen: u1,
2561
+ Factor: z1,
2562
+ Filter: m1,
2563
+ Folder: M1,
2564
+ Import: H1,
2565
+ ImportTable: C1,
2566
+ Info: x1,
2567
+ Italic: V1,
2568
+ Key: R1,
2569
+ Lesson: S1,
2570
+ Link: L1,
2571
+ LinkOut: B1,
2572
+ List: b1,
2573
+ ListCheck: A1,
2574
+ ListNumber: D1,
2575
+ Lock: k1,
2576
+ Magnifier: P1,
2577
+ MigrateData: T1,
2578
+ Minus: y1,
2579
+ MinusCircle: E1,
2580
+ Mobile: I1,
2581
+ OrderList: U1,
2582
+ Page: q1,
2583
+ Paragraph: O1,
2584
+ Pause: _1,
2585
+ Person: F1,
2586
+ Plus: Q1,
2587
+ Pot: j1,
2588
+ Print: N1,
2589
+ QrCode: W1,
2590
+ Question: $1,
2591
+ RadioButton: K1,
2592
+ ReceiveCard: G1,
2593
+ Record: J1,
2594
+ Refresh: X1,
2595
+ Research: Y1,
2596
+ Revoke: Z1,
2597
+ Robot: l2,
2598
+ Rubric: e2,
2599
+ School: o2,
2600
+ Send: n2,
2601
+ SendEmail: v2,
2602
+ Sentence: h2,
2603
+ Setting: r2,
2604
+ Share: t2,
2605
+ SignOut: i2,
2606
+ Signpost: d2,
2607
+ SixDots: c2,
2608
+ Sort: w2,
2609
+ Strategies: s2,
2610
+ Success: a2,
2611
+ SwitchItems: g2,
2612
+ Template: p2,
2613
+ TextBold: f2,
2614
+ TextItalic: u2,
2615
+ TextUnderline: z2,
2616
+ ThreeDots: m2,
2617
+ Tool: M2,
2618
+ Underline: C2,
2619
+ Upload: H2,
2620
+ Video: x2,
2621
+ Wallet: V2,
2622
+ Warning: R2
2623
+ }, Symbol.toStringTag, { value: "Module" })), A2 = ({ name: e, className: v, ...n }) => {
2624
+ const h = S2[e];
2625
+ return /* @__PURE__ */ l(
2626
+ h,
2627
+ {
2628
+ className: `inline-block align-top w-5 h-5 ${v?.trim()}`,
2629
+ ...n
2630
+ }
2631
+ );
2632
+ };
2633
+ export {
2634
+ L2 as B,
2635
+ A2 as I
2636
+ };