@kingsimba/nc-ui 0.1.46 → 0.1.48

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.
@@ -1,13 +1,13 @@
1
1
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
- function d({ size: n = 24, color: r = "currentColor", strokeWidth: e = 2, className: i, style: h }) {
2
+ function d({ size: r = 24, color: n = "currentColor", strokeWidth: e = 2, className: i, style: h }) {
3
3
  return /* @__PURE__ */ t(
4
4
  "svg",
5
5
  {
6
- width: n,
7
- height: n,
6
+ width: r,
7
+ height: r,
8
8
  viewBox: "0 0 24 24",
9
9
  fill: "none",
10
- stroke: r,
10
+ stroke: n,
11
11
  strokeWidth: e,
12
12
  strokeLinecap: "round",
13
13
  strokeLinejoin: "round",
@@ -20,19 +20,19 @@ function d({ size: n = 24, color: r = "currentColor", strokeWidth: e = 2, classN
20
20
  }
21
21
  );
22
22
  }
23
- function l({ size: n = 24, className: r, style: e }) {
23
+ function l({ size: r = 24, className: n, style: e }) {
24
24
  return /* @__PURE__ */ t(
25
25
  "svg",
26
26
  {
27
- width: n,
28
- height: n,
27
+ width: r,
28
+ height: r,
29
29
  viewBox: "0 0 24 24",
30
30
  fill: "none",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: 1.7,
33
33
  strokeLinecap: "round",
34
34
  strokeLinejoin: "round",
35
- className: r,
35
+ className: n,
36
36
  style: e,
37
37
  children: [
38
38
  /* @__PURE__ */ o("path", { d: "M18 13v5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h7" }),
@@ -42,19 +42,19 @@ function l({ size: n = 24, className: r, style: e }) {
42
42
  }
43
43
  );
44
44
  }
45
- function s({ size: n = 24, className: r, style: e }) {
45
+ function a({ size: r = 24, className: n, style: e }) {
46
46
  return /* @__PURE__ */ t(
47
47
  "svg",
48
48
  {
49
- width: n,
50
- height: n,
49
+ width: r,
50
+ height: r,
51
51
  viewBox: "0 0 24 24",
52
52
  fill: "none",
53
53
  stroke: "currentColor",
54
54
  strokeWidth: 2,
55
55
  strokeLinecap: "round",
56
56
  strokeLinejoin: "round",
57
- className: r,
57
+ className: n,
58
58
  style: e,
59
59
  children: [
60
60
  /* @__PURE__ */ o("rect", { x: "3", y: "4", width: "18", height: "14", rx: "2" }),
@@ -65,19 +65,19 @@ function s({ size: n = 24, className: r, style: e }) {
65
65
  }
66
66
  );
67
67
  }
68
- function u({ size: n = 24, className: r, style: e }) {
68
+ function u({ size: r = 24, className: n, style: e }) {
69
69
  return /* @__PURE__ */ t(
70
70
  "svg",
71
71
  {
72
- width: n,
73
- height: n,
72
+ width: r,
73
+ height: r,
74
74
  viewBox: "0 0 24 24",
75
75
  fill: "none",
76
76
  stroke: "currentColor",
77
77
  strokeWidth: 2,
78
78
  strokeLinecap: "round",
79
79
  strokeLinejoin: "round",
80
- className: r,
80
+ className: n,
81
81
  style: e,
82
82
  children: [
83
83
  /* @__PURE__ */ o("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
@@ -86,19 +86,19 @@ function u({ size: n = 24, className: r, style: e }) {
86
86
  }
87
87
  );
88
88
  }
89
- function a({ size: n = 24, className: r, style: e }) {
89
+ function s({ size: r = 24, className: n, style: e }) {
90
90
  return /* @__PURE__ */ t(
91
91
  "svg",
92
92
  {
93
- width: n,
94
- height: n,
93
+ width: r,
94
+ height: r,
95
95
  viewBox: "0 0 24 24",
96
96
  fill: "none",
97
97
  stroke: "currentColor",
98
98
  strokeWidth: 2,
99
99
  strokeLinecap: "round",
100
100
  strokeLinejoin: "round",
101
- className: r,
101
+ className: n,
102
102
  style: e,
103
103
  children: [
104
104
  /* @__PURE__ */ o("path", { d: "M1.5 9a15.5 15.5 0 0 1 21 0" }),
@@ -109,19 +109,19 @@ function a({ size: n = 24, className: r, style: e }) {
109
109
  }
110
110
  );
111
111
  }
112
- function k({ size: n = 24, className: r, style: e }) {
112
+ function k({ size: r = 24, className: n, style: e }) {
113
113
  return /* @__PURE__ */ t(
114
114
  "svg",
115
115
  {
116
- width: n,
117
- height: n,
116
+ width: r,
117
+ height: r,
118
118
  viewBox: "0 0 24 24",
119
119
  fill: "none",
120
120
  stroke: "currentColor",
121
121
  strokeWidth: 2,
122
122
  strokeLinecap: "round",
123
123
  strokeLinejoin: "round",
124
- className: r,
124
+ className: n,
125
125
  style: e,
126
126
  children: [
127
127
  /* @__PURE__ */ o("rect", { x: "5", y: "11", width: "14", height: "10", rx: "2" }),
@@ -130,19 +130,19 @@ function k({ size: n = 24, className: r, style: e }) {
130
130
  }
131
131
  );
132
132
  }
133
- function p({ size: n = 24, className: r, style: e }) {
133
+ function p({ size: r = 24, className: n, style: e }) {
134
134
  return /* @__PURE__ */ t(
135
135
  "svg",
136
136
  {
137
- width: n,
138
- height: n,
137
+ width: r,
138
+ height: r,
139
139
  viewBox: "0 0 24 24",
140
140
  fill: "none",
141
141
  stroke: "currentColor",
142
142
  strokeWidth: 2,
143
143
  strokeLinecap: "round",
144
144
  strokeLinejoin: "round",
145
- className: r,
145
+ className: n,
146
146
  style: e,
147
147
  children: [
148
148
  /* @__PURE__ */ o("rect", { x: "5", y: "11", width: "14", height: "10", rx: "2" }),
@@ -151,73 +151,96 @@ function p({ size: n = 24, className: r, style: e }) {
151
151
  }
152
152
  );
153
153
  }
154
- function L({ size: n = 24, className: r, style: e }) {
154
+ function v({ size: r = 24, className: n, style: e }) {
155
+ return /* @__PURE__ */ t(
156
+ "svg",
157
+ {
158
+ width: r,
159
+ height: r,
160
+ viewBox: "0 0 24 24",
161
+ fill: "none",
162
+ stroke: "currentColor",
163
+ strokeWidth: 2,
164
+ strokeLinecap: "round",
165
+ strokeLinejoin: "round",
166
+ className: n,
167
+ style: e,
168
+ children: [
169
+ /* @__PURE__ */ o("circle", { cx: "7", cy: "12", r: "4" }),
170
+ /* @__PURE__ */ o("path", { d: "M11 12h10" }),
171
+ /* @__PURE__ */ o("path", { d: "M15.5 12v3" }),
172
+ /* @__PURE__ */ o("path", { d: "M18.5 12v3" })
173
+ ]
174
+ }
175
+ );
176
+ }
177
+ function L({ size: r = 24, className: n, style: e }) {
155
178
  return /* @__PURE__ */ o(
156
179
  "svg",
157
180
  {
158
- width: n,
159
- height: n,
181
+ width: r,
182
+ height: r,
160
183
  viewBox: "0 0 24 24",
161
184
  fill: "none",
162
185
  stroke: "currentColor",
163
186
  strokeWidth: 2,
164
187
  strokeLinecap: "round",
165
188
  strokeLinejoin: "round",
166
- className: r,
189
+ className: n,
167
190
  style: e,
168
191
  children: /* @__PURE__ */ o("polyline", { points: "9 18 15 12 9 6" })
169
192
  }
170
193
  );
171
194
  }
172
- function v({ size: n = 24, className: r, style: e }) {
195
+ function x({ size: r = 24, className: n, style: e }) {
173
196
  return /* @__PURE__ */ o(
174
197
  "svg",
175
198
  {
176
- width: n,
177
- height: n,
199
+ width: r,
200
+ height: r,
178
201
  viewBox: "0 0 24 24",
179
202
  fill: "none",
180
203
  stroke: "currentColor",
181
204
  strokeWidth: 2,
182
205
  strokeLinecap: "round",
183
206
  strokeLinejoin: "round",
184
- className: r,
207
+ className: n,
185
208
  style: e,
186
209
  children: /* @__PURE__ */ o("polyline", { points: "15 18 9 12 15 6" })
187
210
  }
188
211
  );
189
212
  }
190
- function x({ size: n = 24, className: r, style: e }) {
213
+ function f({ size: r = 24, className: n, style: e }) {
191
214
  return /* @__PURE__ */ o(
192
215
  "svg",
193
216
  {
194
- width: n,
195
- height: n,
217
+ width: r,
218
+ height: r,
196
219
  viewBox: "0 0 24 24",
197
220
  fill: "none",
198
221
  stroke: "currentColor",
199
222
  strokeWidth: 2,
200
223
  strokeLinecap: "round",
201
224
  strokeLinejoin: "round",
202
- className: r,
225
+ className: n,
203
226
  style: e,
204
227
  children: /* @__PURE__ */ o("polyline", { points: "6 9 12 15 18 9" })
205
228
  }
206
229
  );
207
230
  }
208
- function w({ size: n = 24, className: r, style: e }) {
231
+ function w({ size: r = 24, className: n, style: e }) {
209
232
  return /* @__PURE__ */ t(
210
233
  "svg",
211
234
  {
212
- width: n,
213
- height: n,
235
+ width: r,
236
+ height: r,
214
237
  viewBox: "0 0 24 24",
215
238
  fill: "none",
216
239
  stroke: "currentColor",
217
240
  strokeWidth: 1.7,
218
241
  strokeLinecap: "round",
219
242
  strokeLinejoin: "round",
220
- className: r,
243
+ className: n,
221
244
  style: e,
222
245
  children: [
223
246
  /* @__PURE__ */ o("path", { d: "M20 4v4.44h-4.44" }),
@@ -228,19 +251,19 @@ function w({ size: n = 24, className: r, style: e }) {
228
251
  }
229
252
  );
230
253
  }
231
- function f({ size: n = 24, className: r, style: e }) {
254
+ function g({ size: r = 24, className: n, style: e }) {
232
255
  return /* @__PURE__ */ t(
233
256
  "svg",
234
257
  {
235
- width: n,
236
- height: n,
258
+ width: r,
259
+ height: r,
237
260
  viewBox: "0 0 24 24",
238
261
  fill: "none",
239
262
  stroke: "currentColor",
240
263
  strokeWidth: 1.7,
241
264
  strokeLinecap: "round",
242
265
  strokeLinejoin: "round",
243
- className: r,
266
+ className: n,
244
267
  style: e,
245
268
  children: [
246
269
  /* @__PURE__ */ o("path", { d: "M4 12A8 8 0 1 0 12 4A8.67 8.67 0 0 0 6.01 6.44L4 8.44" }),
@@ -249,19 +272,19 @@ function f({ size: n = 24, className: r, style: e }) {
249
272
  }
250
273
  );
251
274
  }
252
- function g({ size: n = 24, className: r, style: e }) {
275
+ function M({ size: r = 24, className: n, style: e }) {
253
276
  return /* @__PURE__ */ t(
254
277
  "svg",
255
278
  {
256
- width: n,
257
- height: n,
279
+ width: r,
280
+ height: r,
258
281
  viewBox: "-2.1 -2.1 28.2 28.2",
259
282
  fill: "none",
260
283
  stroke: "currentColor",
261
284
  strokeWidth: 2,
262
285
  strokeLinecap: "round",
263
286
  strokeLinejoin: "round",
264
- className: r,
287
+ className: n,
265
288
  style: e,
266
289
  children: [
267
290
  /* @__PURE__ */ o("path", { d: "M11 4H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-6" }),
@@ -270,19 +293,19 @@ function g({ size: n = 24, className: r, style: e }) {
270
293
  }
271
294
  );
272
295
  }
273
- function M({ size: n = 24, className: r, style: e }) {
296
+ function y({ size: r = 24, className: n, style: e }) {
274
297
  return /* @__PURE__ */ t(
275
298
  "svg",
276
299
  {
277
- width: n,
278
- height: n,
300
+ width: r,
301
+ height: r,
279
302
  viewBox: "0 0 24 24",
280
303
  fill: "none",
281
304
  stroke: "currentColor",
282
305
  strokeWidth: 1.7,
283
306
  strokeLinecap: "round",
284
307
  strokeLinejoin: "round",
285
- className: r,
308
+ className: n,
286
309
  style: e,
287
310
  children: [
288
311
  /* @__PURE__ */ o("polyline", { points: "3 6 5 6 21 6" }),
@@ -293,19 +316,43 @@ function M({ size: n = 24, className: r, style: e }) {
293
316
  }
294
317
  );
295
318
  }
296
- function y({ size: n = 24, className: r, style: e }) {
319
+ function C({ size: r = 24, className: n, style: e }) {
320
+ return /* @__PURE__ */ t(
321
+ "svg",
322
+ {
323
+ width: r,
324
+ height: r,
325
+ viewBox: "0 0 24 24",
326
+ fill: "currentColor",
327
+ className: n,
328
+ style: e,
329
+ children: [
330
+ /* @__PURE__ */ o("path", { d: "M7.15 6V4A2.85 2.85 0 0 1 10 1.15h4A2.85 2.85 0 0 1 16.85 4v2Z" }),
331
+ /* @__PURE__ */ o("rect", { x: "2.15", y: "5.15", width: "19.7", height: "1.7", rx: "0.85" }),
332
+ /* @__PURE__ */ o(
333
+ "path",
334
+ {
335
+ fillRule: "evenodd",
336
+ d: "M4.15 6.85h15.7V20a2.85 2.85 0 0 1-2.85 2.85h-10A2.85 2.85 0 0 1 4.15 20ZM9.15 11a0.85 0.85 0 0 1 1.7 0v6a0.85 0.85 0 0 1-1.7 0ZM13.15 11a0.85 0.85 0 0 1 1.7 0v6a0.85 0.85 0 0 1-1.7 0Z"
337
+ }
338
+ )
339
+ ]
340
+ }
341
+ );
342
+ }
343
+ function A({ size: r = 24, className: n, style: e }) {
297
344
  return /* @__PURE__ */ t(
298
345
  "svg",
299
346
  {
300
- width: n,
301
- height: n,
347
+ width: r,
348
+ height: r,
302
349
  viewBox: "0 0 24 24",
303
350
  fill: "none",
304
351
  stroke: "currentColor",
305
352
  strokeWidth: 1.7,
306
353
  strokeLinecap: "round",
307
354
  strokeLinejoin: "round",
308
- className: r,
355
+ className: n,
309
356
  style: e,
310
357
  children: [
311
358
  /* @__PURE__ */ o("path", { d: "M4 4h5l2 2h9a1 1 0 0 1 1 1v2H3V5a1 1 0 0 1 1-1z" }),
@@ -315,41 +362,61 @@ function y({ size: n = 24, className: r, style: e }) {
315
362
  }
316
363
  );
317
364
  }
318
- function C({ size: n = 24, className: r, style: e }) {
365
+ function I({ size: r = 24, className: n, style: e }) {
319
366
  return /* @__PURE__ */ t(
320
367
  "svg",
321
368
  {
322
- width: n,
323
- height: n,
369
+ width: r,
370
+ height: r,
324
371
  viewBox: "0 0 24 24",
325
372
  fill: "none",
326
373
  stroke: "currentColor",
327
374
  strokeWidth: 2,
328
375
  strokeLinecap: "round",
329
376
  strokeLinejoin: "round",
330
- className: r,
377
+ className: n,
331
378
  style: e,
332
379
  children: [
333
380
  /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
334
- /* @__PURE__ */ o("line", { x1: "12", y1: "16", x2: "12", y2: "12" }),
335
- /* @__PURE__ */ o("circle", { cx: "12", cy: "8", r: "1.2", fill: "currentColor", stroke: "none" })
381
+ /* @__PURE__ */ o("line", { x1: "12", y1: "17.2", x2: "12", y2: "12.3", strokeWidth: 2.6 }),
382
+ /* @__PURE__ */ o("circle", { cx: "12", cy: "7.4", r: "1.6", fill: "currentColor", stroke: "none" })
336
383
  ]
337
384
  }
338
385
  );
339
386
  }
340
- function A({ size: n = 24, className: r, style: e }) {
387
+ function B({ size: r = 24, className: n, style: e }) {
388
+ return /* @__PURE__ */ o(
389
+ "svg",
390
+ {
391
+ width: r,
392
+ height: r,
393
+ viewBox: "0 0 24 24",
394
+ fill: "currentColor",
395
+ className: n,
396
+ style: e,
397
+ children: /* @__PURE__ */ o(
398
+ "path",
399
+ {
400
+ fillRule: "evenodd",
401
+ d: "M12 1a11 11 0 1 0 0 22 11 11 0 0 0 0-22ZM12 5.7a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4ZM10.6 12.4a1.4 1.4 0 0 1 2.8 0v4.7a1.4 1.4 0 0 1-2.8 0Z"
402
+ }
403
+ )
404
+ }
405
+ );
406
+ }
407
+ function j({ size: r = 24, className: n, style: e }) {
341
408
  return /* @__PURE__ */ t(
342
409
  "svg",
343
410
  {
344
- width: n,
345
- height: n,
411
+ width: r,
412
+ height: r,
346
413
  viewBox: "0 0 24 24",
347
414
  fill: "none",
348
415
  stroke: "currentColor",
349
416
  strokeWidth: 2,
350
417
  strokeLinecap: "round",
351
418
  strokeLinejoin: "round",
352
- className: r,
419
+ className: n,
353
420
  style: e,
354
421
  children: [
355
422
  /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
@@ -359,19 +426,39 @@ function A({ size: n = 24, className: r, style: e }) {
359
426
  }
360
427
  );
361
428
  }
362
- function I({ size: n = 24, className: r, style: e }) {
429
+ function W({ size: r = 24, className: n, style: e }) {
430
+ return /* @__PURE__ */ o(
431
+ "svg",
432
+ {
433
+ width: r,
434
+ height: r,
435
+ viewBox: "0 0 24 24",
436
+ fill: "currentColor",
437
+ className: n,
438
+ style: e,
439
+ children: /* @__PURE__ */ o(
440
+ "path",
441
+ {
442
+ fillRule: "evenodd",
443
+ d: "M12 1a11 11 0 1 0 0 22 11 11 0 0 0 0-22ZM8.24 8.63A4 4 0 1 1 12 14a1 1 0 0 1 0-2A2 2 0 1 0 10.12 9.32a1 1 0 0 1-1.88-.69ZM12 15.8a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Z"
444
+ }
445
+ )
446
+ }
447
+ );
448
+ }
449
+ function Z({ size: r = 24, className: n, style: e }) {
363
450
  return /* @__PURE__ */ t(
364
451
  "svg",
365
452
  {
366
- width: n,
367
- height: n,
453
+ width: r,
454
+ height: r,
368
455
  viewBox: "0 0 24 24",
369
456
  fill: "none",
370
457
  stroke: "currentColor",
371
458
  strokeWidth: 1.7,
372
459
  strokeLinecap: "round",
373
460
  strokeLinejoin: "round",
374
- className: r,
461
+ className: n,
375
462
  style: e,
376
463
  children: [
377
464
  /* @__PURE__ */ o("path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" }),
@@ -380,19 +467,19 @@ function I({ size: n = 24, className: r, style: e }) {
380
467
  }
381
468
  );
382
469
  }
383
- function B({ size: n = 24, className: r, style: e }) {
470
+ function V({ size: r = 24, className: n, style: e }) {
384
471
  return /* @__PURE__ */ t(
385
472
  "svg",
386
473
  {
387
- width: n,
388
- height: n,
474
+ width: r,
475
+ height: r,
389
476
  viewBox: "0 0 24 24",
390
477
  fill: "none",
391
478
  stroke: "currentColor",
392
479
  strokeWidth: 2,
393
480
  strokeLinecap: "round",
394
481
  strokeLinejoin: "round",
395
- className: r,
482
+ className: n,
396
483
  style: e,
397
484
  children: [
398
485
  /* @__PURE__ */ o("path", { d: "M12 2v10" }),
@@ -401,19 +488,19 @@ function B({ size: n = 24, className: r, style: e }) {
401
488
  }
402
489
  );
403
490
  }
404
- function j({ size: n = 24, className: r, style: e }) {
491
+ function H({ size: r = 24, className: n, style: e }) {
405
492
  return /* @__PURE__ */ t(
406
493
  "svg",
407
494
  {
408
- width: n,
409
- height: n,
495
+ width: r,
496
+ height: r,
410
497
  viewBox: "-1.5 -1.5 27 27",
411
498
  fill: "none",
412
499
  stroke: "currentColor",
413
500
  strokeWidth: 2,
414
501
  strokeLinecap: "round",
415
502
  strokeLinejoin: "round",
416
- className: r,
503
+ className: n,
417
504
  style: e,
418
505
  children: [
419
506
  /* @__PURE__ */ o("path", { d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z" }),
@@ -422,19 +509,19 @@ function j({ size: n = 24, className: r, style: e }) {
422
509
  }
423
510
  );
424
511
  }
425
- function W({ size: n = 24, className: r, style: e }) {
512
+ function F({ size: r = 24, className: n, style: e }) {
426
513
  return /* @__PURE__ */ t(
427
514
  "svg",
428
515
  {
429
- width: n,
430
- height: n,
516
+ width: r,
517
+ height: r,
431
518
  viewBox: "0 0 24 24",
432
519
  fill: "none",
433
520
  stroke: "currentColor",
434
521
  strokeWidth: 2,
435
522
  strokeLinecap: "round",
436
523
  strokeLinejoin: "round",
437
- className: r,
524
+ className: n,
438
525
  style: e,
439
526
  children: [
440
527
  /* @__PURE__ */ o("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
@@ -443,37 +530,37 @@ function W({ size: n = 24, className: r, style: e }) {
443
530
  }
444
531
  );
445
532
  }
446
- function V({ size: n = 24, className: r, style: e }) {
533
+ function S({ size: r = 24, className: n, style: e }) {
447
534
  return /* @__PURE__ */ o(
448
535
  "svg",
449
536
  {
450
- width: n,
451
- height: n,
537
+ width: r,
538
+ height: r,
452
539
  viewBox: "0 0 24 24",
453
540
  fill: "none",
454
541
  stroke: "currentColor",
455
542
  strokeWidth: 2,
456
543
  strokeLinecap: "round",
457
544
  strokeLinejoin: "round",
458
- className: r,
545
+ className: n,
459
546
  style: e,
460
547
  children: /* @__PURE__ */ o("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
461
548
  }
462
549
  );
463
550
  }
464
- function H({ size: n = 24, className: r, style: e }) {
551
+ function m({ size: r = 24, className: n, style: e }) {
465
552
  return /* @__PURE__ */ t(
466
553
  "svg",
467
554
  {
468
- width: n,
469
- height: n,
555
+ width: r,
556
+ height: r,
470
557
  viewBox: "0 0 24 24",
471
558
  fill: "none",
472
559
  stroke: "currentColor",
473
560
  strokeWidth: 1.5,
474
561
  strokeLinecap: "round",
475
562
  strokeLinejoin: "round",
476
- className: r,
563
+ className: n,
477
564
  style: e,
478
565
  children: [
479
566
  /* @__PURE__ */ o("circle", { cx: "9.5", cy: "4", r: "2", opacity: "0.5" }),
@@ -486,15 +573,15 @@ function H({ size: n = 24, className: r, style: e }) {
486
573
  }
487
574
  );
488
575
  }
489
- function Z({ size: n = 24, className: r, style: e }) {
576
+ function P({ size: r = 24, className: n, style: e }) {
490
577
  return /* @__PURE__ */ t(
491
578
  "svg",
492
579
  {
493
- width: n,
494
- height: n,
580
+ width: r,
581
+ height: r,
495
582
  viewBox: "0 0 24 24",
496
583
  fill: "currentColor",
497
- className: r,
584
+ className: n,
498
585
  style: e,
499
586
  children: [
500
587
  /* @__PURE__ */ o("circle", { cx: "12", cy: "5", r: "2" }),
@@ -504,15 +591,15 @@ function Z({ size: n = 24, className: r, style: e }) {
504
591
  }
505
592
  );
506
593
  }
507
- function m({ size: n = 24, className: r, style: e }) {
594
+ function R({ size: r = 24, className: n, style: e }) {
508
595
  return /* @__PURE__ */ t(
509
596
  "svg",
510
597
  {
511
- width: n,
512
- height: n,
598
+ width: r,
599
+ height: r,
513
600
  viewBox: "0 0 24 24",
514
601
  fill: "currentColor",
515
- className: r,
602
+ className: n,
516
603
  style: e,
517
604
  children: [
518
605
  /* @__PURE__ */ o("circle", { cx: "5", cy: "12", r: "2" }),
@@ -522,19 +609,19 @@ function m({ size: n = 24, className: r, style: e }) {
522
609
  }
523
610
  );
524
611
  }
525
- function P({ size: n = 24, className: r, style: e }) {
612
+ function D({ size: r = 24, className: n, style: e }) {
526
613
  return /* @__PURE__ */ t(
527
614
  "svg",
528
615
  {
529
- width: n,
530
- height: n,
616
+ width: r,
617
+ height: r,
531
618
  viewBox: "0 0 24 24",
532
619
  fill: "none",
533
620
  stroke: "currentColor",
534
621
  strokeWidth: 2.5,
535
622
  strokeLinecap: "round",
536
623
  strokeLinejoin: "round",
537
- className: r,
624
+ className: n,
538
625
  style: e,
539
626
  children: [
540
627
  /* @__PURE__ */ o("path", { d: "M4 6h16" }),
@@ -544,19 +631,19 @@ function P({ size: n = 24, className: r, style: e }) {
544
631
  }
545
632
  );
546
633
  }
547
- function S({ size: n = 24, className: r, style: e }) {
634
+ function E({ size: r = 24, className: n, style: e }) {
548
635
  return /* @__PURE__ */ t(
549
636
  "svg",
550
637
  {
551
- width: n,
552
- height: n,
638
+ width: r,
639
+ height: r,
553
640
  viewBox: "0 0 24 24",
554
641
  fill: "none",
555
642
  stroke: "currentColor",
556
643
  strokeWidth: 2,
557
644
  strokeLinecap: "round",
558
645
  strokeLinejoin: "round",
559
- className: r,
646
+ className: n,
560
647
  style: e,
561
648
  children: [
562
649
  /* @__PURE__ */ o("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" }),
@@ -565,19 +652,19 @@ function S({ size: n = 24, className: r, style: e }) {
565
652
  }
566
653
  );
567
654
  }
568
- function F({ size: n = 24, className: r, style: e }) {
655
+ function Q({ size: r = 24, className: n, style: e }) {
569
656
  return /* @__PURE__ */ t(
570
657
  "svg",
571
658
  {
572
- width: n,
573
- height: n,
659
+ width: r,
660
+ height: r,
574
661
  viewBox: "0 0 24 24",
575
662
  fill: "none",
576
663
  stroke: "currentColor",
577
664
  strokeWidth: 2,
578
665
  strokeLinecap: "round",
579
666
  strokeLinejoin: "round",
580
- className: r,
667
+ className: n,
581
668
  style: e,
582
669
  children: [
583
670
  /* @__PURE__ */ o("circle", { cx: "11", cy: "11", r: "8" }),
@@ -586,40 +673,67 @@ function F({ size: n = 24, className: r, style: e }) {
586
673
  }
587
674
  );
588
675
  }
589
- function D({ size: n = 24, className: r, style: e }) {
676
+ function T({ size: r = 24, className: n, style: e }) {
590
677
  return /* @__PURE__ */ t(
591
678
  "svg",
592
679
  {
593
- width: n,
594
- height: n,
680
+ width: r,
681
+ height: r,
595
682
  viewBox: "0 0 24 24",
596
683
  fill: "none",
597
684
  stroke: "currentColor",
598
685
  strokeWidth: 2,
599
686
  strokeLinecap: "round",
600
687
  strokeLinejoin: "round",
601
- className: r,
688
+ className: n,
602
689
  style: e,
603
690
  children: [
604
- /* @__PURE__ */ o("rect", { x: "8.8", y: "8.8", width: "11.2", height: "11.2", rx: "1.6" }),
605
- /* @__PURE__ */ o("path", { d: "M5.6 15.2c-.88 0-1.6-.72-1.6-1.6V5.6c0-.88.72-1.6 1.6-1.6h8c.88 0 1.6.72 1.6 1.6" })
691
+ /* @__PURE__ */ o("rect", { x: "8.4", y: "8.4", width: "12.6", height: "12.6", rx: "1.8" }),
692
+ /* @__PURE__ */ o("path", { d: "M4.8 15.6c-.99 0-1.8-.81-1.8-1.8V4.8c0-.99.81-1.8 1.8-1.8h9c.99 0 1.8.81 1.8 1.8" })
606
693
  ]
607
694
  }
608
695
  );
609
696
  }
610
- function E({ size: n = 24, className: r, style: e }) {
697
+ function U({ size: r = 24, className: n, style: e }) {
611
698
  return /* @__PURE__ */ t(
612
699
  "svg",
613
700
  {
614
- width: n,
615
- height: n,
701
+ width: r,
702
+ height: r,
703
+ viewBox: "0 0 24 24",
704
+ fill: "currentColor",
705
+ stroke: "currentColor",
706
+ strokeWidth: 2,
707
+ strokeLinecap: "round",
708
+ strokeLinejoin: "round",
709
+ className: n,
710
+ style: e,
711
+ children: [
712
+ /* @__PURE__ */ o("rect", { x: "8.4", y: "8.4", width: "12.6", height: "12.6", rx: "1.8" }),
713
+ /* @__PURE__ */ o(
714
+ "path",
715
+ {
716
+ d: "M4.8 15.6c-.99 0-1.8-.81-1.8-1.8V4.8c0-.99.81-1.8 1.8-1.8h9c.99 0 1.8.81 1.8 1.8",
717
+ fill: "none"
718
+ }
719
+ )
720
+ ]
721
+ }
722
+ );
723
+ }
724
+ function b({ size: r = 24, className: n, style: e }) {
725
+ return /* @__PURE__ */ t(
726
+ "svg",
727
+ {
728
+ width: r,
729
+ height: r,
616
730
  viewBox: "0 0 24 24",
617
731
  fill: "none",
618
732
  stroke: "currentColor",
619
733
  strokeWidth: 2,
620
734
  strokeLinecap: "round",
621
735
  strokeLinejoin: "round",
622
- className: r,
736
+ className: n,
623
737
  style: e,
624
738
  children: [
625
739
  /* @__PURE__ */ o("path", { d: "M3 21h18" }),
@@ -629,37 +743,37 @@ function E({ size: n = 24, className: r, style: e }) {
629
743
  }
630
744
  );
631
745
  }
632
- function R({ size: n = 24, className: r, style: e }) {
746
+ function K({ size: r = 24, className: n, style: e }) {
633
747
  return /* @__PURE__ */ o(
634
748
  "svg",
635
749
  {
636
- width: n,
637
- height: n,
750
+ width: r,
751
+ height: r,
638
752
  viewBox: "0 0 24 24",
639
753
  fill: "none",
640
754
  stroke: "currentColor",
641
755
  strokeWidth: 2,
642
756
  strokeLinecap: "round",
643
757
  strokeLinejoin: "round",
644
- className: r,
758
+ className: n,
645
759
  style: e,
646
760
  children: /* @__PURE__ */ o("path", { d: "M5.33 3H18.67A1.5 1.5 0 0 1 19.79 5.5L14.4 11.6V21L9.6 18.6V11.6L4.21 5.5A1.5 1.5 0 0 1 5.33 3Z" })
647
761
  }
648
762
  );
649
763
  }
650
- function b({ size: n = 24, className: r, style: e }) {
764
+ function q({ size: r = 24, className: n, style: e }) {
651
765
  return /* @__PURE__ */ t(
652
766
  "svg",
653
767
  {
654
- width: n,
655
- height: n,
768
+ width: r,
769
+ height: r,
656
770
  viewBox: "0 0 24 24",
657
771
  fill: "none",
658
772
  stroke: "currentColor",
659
773
  strokeWidth: 2,
660
774
  strokeLinecap: "round",
661
775
  strokeLinejoin: "round",
662
- className: r,
776
+ className: n,
663
777
  style: e,
664
778
  children: [
665
779
  /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "4.5" }),
@@ -675,37 +789,83 @@ function b({ size: n = 24, className: r, style: e }) {
675
789
  }
676
790
  );
677
791
  }
678
- function Q({ size: n = 24, className: r, style: e }) {
792
+ function G({ size: r = 24, className: n, style: e }) {
793
+ return /* @__PURE__ */ t(
794
+ "svg",
795
+ {
796
+ width: r,
797
+ height: r,
798
+ viewBox: "0 0 24 24",
799
+ fill: "currentColor",
800
+ stroke: "currentColor",
801
+ strokeWidth: 2,
802
+ strokeLinecap: "round",
803
+ strokeLinejoin: "round",
804
+ className: n,
805
+ style: e,
806
+ children: [
807
+ /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "4.5" }),
808
+ /* @__PURE__ */ o("path", { d: "M12 4.5V2" }),
809
+ /* @__PURE__ */ o("path", { d: "M19.5 12H22" }),
810
+ /* @__PURE__ */ o("path", { d: "M12 19.5V22" }),
811
+ /* @__PURE__ */ o("path", { d: "M4.5 12H2" }),
812
+ /* @__PURE__ */ o("path", { d: "M17.3 6.7 19.07 4.93" }),
813
+ /* @__PURE__ */ o("path", { d: "M6.7 6.7 4.93 4.93" }),
814
+ /* @__PURE__ */ o("path", { d: "M6.7 17.3 4.93 19.07" }),
815
+ /* @__PURE__ */ o("path", { d: "M17.3 17.3 19.07 19.07" })
816
+ ]
817
+ }
818
+ );
819
+ }
820
+ function J({ size: r = 24, className: n, style: e }) {
679
821
  return /* @__PURE__ */ o(
680
822
  "svg",
681
823
  {
682
- width: n,
683
- height: n,
824
+ width: r,
825
+ height: r,
684
826
  viewBox: "0 0 24 24",
685
827
  fill: "none",
686
828
  stroke: "currentColor",
687
829
  strokeWidth: 2,
688
830
  strokeLinecap: "round",
689
831
  strokeLinejoin: "round",
690
- className: r,
832
+ className: n,
833
+ style: e,
834
+ children: /* @__PURE__ */ o("path", { d: "M12 3.5a6.01 6.01 0 0 0 8.5 8.5 8.5 8.5 0 1 1-8.5-8.5Z" })
835
+ }
836
+ );
837
+ }
838
+ function N({ size: r = 24, className: n, style: e }) {
839
+ return /* @__PURE__ */ o(
840
+ "svg",
841
+ {
842
+ width: r,
843
+ height: r,
844
+ viewBox: "0 0 24 24",
845
+ fill: "currentColor",
846
+ stroke: "currentColor",
847
+ strokeWidth: 2,
848
+ strokeLinecap: "round",
849
+ strokeLinejoin: "round",
850
+ className: n,
691
851
  style: e,
692
852
  children: /* @__PURE__ */ o("path", { d: "M12 3.5a6.01 6.01 0 0 0 8.5 8.5 8.5 8.5 0 1 1-8.5-8.5Z" })
693
853
  }
694
854
  );
695
855
  }
696
- function T({ size: n = 24, className: r, style: e }) {
856
+ function O({ size: r = 24, className: n, style: e }) {
697
857
  return /* @__PURE__ */ t(
698
858
  "svg",
699
859
  {
700
- width: n,
701
- height: n,
860
+ width: r,
861
+ height: r,
702
862
  viewBox: "0 0 24 24",
703
863
  fill: "none",
704
864
  stroke: "currentColor",
705
865
  strokeWidth: 1.7,
706
866
  strokeLinecap: "round",
707
867
  strokeLinejoin: "round",
708
- className: r,
868
+ className: n,
709
869
  style: e,
710
870
  children: [
711
871
  /* @__PURE__ */ o("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z" }),
@@ -715,19 +875,19 @@ function T({ size: n = 24, className: r, style: e }) {
715
875
  }
716
876
  );
717
877
  }
718
- function U({ size: n = 24, className: r, style: e }) {
878
+ function X({ size: r = 24, className: n, style: e }) {
719
879
  return /* @__PURE__ */ t(
720
880
  "svg",
721
881
  {
722
- width: n,
723
- height: n,
882
+ width: r,
883
+ height: r,
724
884
  viewBox: "0 0 24 24",
725
885
  fill: "none",
726
886
  stroke: "currentColor",
727
887
  strokeWidth: 1.7,
728
888
  strokeLinecap: "round",
729
889
  strokeLinejoin: "round",
730
- className: r,
890
+ className: n,
731
891
  style: e,
732
892
  children: [
733
893
  /* @__PURE__ */ o("path", { d: "M10.092 3.25c.485-2 3.33-2 3.815 0a1.963 1.963 0 002.93 1.214c1.757-1.071 3.77.941 2.699 2.699a1.963 1.963 0 001.213 2.929c2 .485 2 3.33 0 3.815a1.963 1.963 0 00-1.214 2.93c1.071 1.757-.941 3.77-2.699 2.699a1.963 1.963 0 00-2.929 1.213c-.485 2-3.33 2-3.815 0a1.963 1.963 0 00-2.93-1.214c-1.757 1.071-3.77-.941-2.699-2.699a1.963 1.963 0 00-1.213-2.929c-2-.485-2-3.33 0-3.815a1.963 1.963 0 001.214-2.93c-1.071-1.757.941-3.77 2.699-2.699 1.134.692 2.615.08 2.929-1.213z" }),
@@ -736,19 +896,19 @@ function U({ size: n = 24, className: r, style: e }) {
736
896
  }
737
897
  );
738
898
  }
739
- function q({ size: n = 24, className: r, style: e }) {
899
+ function Y({ size: r = 24, className: n, style: e }) {
740
900
  return /* @__PURE__ */ t(
741
901
  "svg",
742
902
  {
743
- width: n,
744
- height: n,
903
+ width: r,
904
+ height: r,
745
905
  viewBox: "0 0 24 24",
746
906
  fill: "none",
747
907
  stroke: "currentColor",
748
908
  strokeWidth: 2,
749
909
  strokeLinecap: "round",
750
910
  strokeLinejoin: "round",
751
- className: r,
911
+ className: n,
752
912
  style: e,
753
913
  children: [
754
914
  /* @__PURE__ */ o("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2" }),
@@ -758,55 +918,94 @@ function q({ size: n = 24, className: r, style: e }) {
758
918
  }
759
919
  );
760
920
  }
761
- function G({ size: n = 24, className: r, style: e }) {
921
+ function _({ size: r = 24, className: n, style: e }) {
922
+ return /* @__PURE__ */ t(
923
+ "svg",
924
+ {
925
+ width: r,
926
+ height: r,
927
+ viewBox: "0 0 24 24",
928
+ fill: "none",
929
+ stroke: "currentColor",
930
+ strokeWidth: 1.7,
931
+ strokeLinecap: "round",
932
+ strokeLinejoin: "round",
933
+ className: n,
934
+ style: e,
935
+ children: [
936
+ /* @__PURE__ */ o("circle", { cx: "12", cy: "6.42", r: "4.47" }),
937
+ /* @__PURE__ */ o("path", { d: "M20.94 22.05v-2.23a4.47 4.47 0 0 0-4.47-4.47H7.53a4.47 4.47 0 0 0-4.47 4.47v2.23" })
938
+ ]
939
+ }
940
+ );
941
+ }
942
+ function $({ size: r = 24, className: n, style: e }) {
762
943
  return /* @__PURE__ */ o(
763
944
  "svg",
764
945
  {
765
- width: n,
766
- height: n,
946
+ width: r,
947
+ height: r,
767
948
  viewBox: "0 0 24 24",
768
949
  fill: "none",
769
950
  stroke: "currentColor",
770
951
  strokeWidth: 2,
771
952
  strokeLinecap: "round",
772
953
  strokeLinejoin: "round",
773
- className: r,
954
+ className: n,
774
955
  style: e,
775
956
  children: /* @__PURE__ */ o("path", { d: "M13.43 3.37A1.55 1.55 0 0 0 10.57 3.37L8.58 8.15L3.44 8.56A1.55 1.55 0 0 0 2.54 11.29L6.47 14.65L5.27 19.67A1.55 1.55 0 0 0 7.58 21.36L12 18.66L16.42 21.36A1.55 1.55 0 0 0 18.73 19.67L17.53 14.65L21.46 11.29A1.55 1.55 0 0 0 20.56 8.56L15.42 8.15Z" })
776
957
  }
777
958
  );
778
959
  }
779
- function J({ size: n = 24, className: r, style: e }) {
960
+ function z({ size: r = 24, className: n, style: e }) {
961
+ return /* @__PURE__ */ o(
962
+ "svg",
963
+ {
964
+ width: r,
965
+ height: r,
966
+ viewBox: "0 0 24 24",
967
+ fill: "currentColor",
968
+ stroke: "currentColor",
969
+ strokeWidth: 2,
970
+ strokeLinecap: "round",
971
+ strokeLinejoin: "round",
972
+ className: n,
973
+ style: e,
974
+ children: /* @__PURE__ */ o("path", { d: "M13.11 3.14A1.2 1.2 0 0 0 10.89 3.14L8.73 8.33L3.12 8.78A1.2 1.2 0 0 0 2.44 10.89L6.71 14.55L5.41 20.02A1.2 1.2 0 0 0 7.2 21.32L12 18.39L16.8 21.32A1.2 1.2 0 0 0 18.59 20.02L17.29 14.55L21.56 10.89A1.2 1.2 0 0 0 20.88 8.78L15.27 8.33Z" })
975
+ }
976
+ );
977
+ }
978
+ function r1({ size: r = 24, className: n, style: e }) {
780
979
  return /* @__PURE__ */ o(
781
980
  "svg",
782
981
  {
783
- width: n,
784
- height: n,
982
+ width: r,
983
+ height: r,
785
984
  viewBox: "0 0 24 24",
786
985
  fill: "none",
787
986
  stroke: "currentColor",
788
987
  strokeWidth: 1.7,
789
988
  strokeLinecap: "round",
790
989
  strokeLinejoin: "round",
791
- className: r,
990
+ className: n,
792
991
  style: e,
793
992
  children: /* @__PURE__ */ o("path", { d: "M4.79 4.8A1.92 1.95 0 0 1 7.71 3.14L19.18 10.34A1.92 1.95 0 0 1 19.18 13.66L7.71 20.86A1.92 1.95 0 0 1 4.79 19.2Z" })
794
993
  }
795
994
  );
796
995
  }
797
- function K({ size: n = 24, className: r, style: e }) {
996
+ function o1({ size: r = 24, className: n, style: e }) {
798
997
  return /* @__PURE__ */ t(
799
998
  "svg",
800
999
  {
801
- width: n,
802
- height: n,
1000
+ width: r,
1001
+ height: r,
803
1002
  viewBox: "0 0 24 24",
804
1003
  fill: "none",
805
1004
  stroke: "currentColor",
806
1005
  strokeWidth: 1.7,
807
1006
  strokeLinecap: "round",
808
1007
  strokeLinejoin: "round",
809
- className: r,
1008
+ className: n,
810
1009
  style: e,
811
1010
  children: [
812
1011
  /* @__PURE__ */ o("path", { d: "M4.85 4.8A1.9 1.95 0 0 1 6.75 2.85L7.63 2.85A1.9 1.95 0 0 1 9.53 4.8L9.53 19.2A1.9 1.95 0 0 1 7.63 21.15L6.75 21.15A1.9 1.95 0 0 1 4.85 19.2Z" }),
@@ -815,47 +1014,47 @@ function K({ size: n = 24, className: r, style: e }) {
815
1014
  }
816
1015
  );
817
1016
  }
818
- function N({ size: n = 24, className: r, style: e }) {
1017
+ function n1({ size: r = 24, className: n, style: e }) {
819
1018
  return /* @__PURE__ */ o(
820
1019
  "svg",
821
1020
  {
822
- width: n,
823
- height: n,
1021
+ width: r,
1022
+ height: r,
824
1023
  viewBox: "0 0 24 24",
825
1024
  fill: "none",
826
1025
  stroke: "currentColor",
827
1026
  strokeWidth: 1.7,
828
1027
  strokeLinecap: "round",
829
1028
  strokeLinejoin: "round",
830
- className: r,
1029
+ className: n,
831
1030
  style: e,
832
1031
  children: /* @__PURE__ */ o("path", { d: "M4.85 6.75A1.9 1.9 0 0 1 6.75 4.85L17.25 4.85A1.9 1.9 0 0 1 19.15 6.75L19.15 17.25A1.9 1.9 0 0 1 17.25 19.15L6.75 19.15A1.9 1.9 0 0 1 4.85 17.25Z" })
833
1032
  }
834
1033
  );
835
1034
  }
836
- function O({ size: n = 24, className: r, style: e }) {
1035
+ function e1({ size: r = 24, className: n, style: e }) {
837
1036
  return /* @__PURE__ */ o(
838
1037
  "svg",
839
1038
  {
840
- width: n,
841
- height: n,
1039
+ width: r,
1040
+ height: r,
842
1041
  viewBox: "0 0 24 24",
843
1042
  fill: "currentColor",
844
- className: r,
1043
+ className: n,
845
1044
  style: e,
846
1045
  children: /* @__PURE__ */ o("path", { d: "M4 4A2 2 0 0 1 7.05 2.3L20.05 10.3A2 2 0 0 1 20.05 13.7L7.05 21.7A2 2 0 0 1 4 20Z" })
847
1046
  }
848
1047
  );
849
1048
  }
850
- function X({ size: n = 24, className: r, style: e }) {
1049
+ function t1({ size: r = 24, className: n, style: e }) {
851
1050
  return /* @__PURE__ */ t(
852
1051
  "svg",
853
1052
  {
854
- width: n,
855
- height: n,
1053
+ width: r,
1054
+ height: r,
856
1055
  viewBox: "0 0 24 24",
857
1056
  fill: "currentColor",
858
- className: r,
1057
+ className: n,
859
1058
  style: e,
860
1059
  children: [
861
1060
  /* @__PURE__ */ o("path", { d: "M4 4A2 2 0 0 1 6 2L7 2A2 2 0 0 1 9 4L9 20A2 2 0 0 1 7 22L6 22A2 2 0 0 1 4 20Z" }),
@@ -864,62 +1063,71 @@ function X({ size: n = 24, className: r, style: e }) {
864
1063
  }
865
1064
  );
866
1065
  }
867
- function Y({ size: n = 24, className: r, style: e }) {
1066
+ function i1({ size: r = 24, className: n, style: e }) {
868
1067
  return /* @__PURE__ */ o(
869
1068
  "svg",
870
1069
  {
871
- width: n,
872
- height: n,
1070
+ width: r,
1071
+ height: r,
873
1072
  viewBox: "0 0 24 24",
874
1073
  fill: "currentColor",
875
- className: r,
1074
+ className: n,
876
1075
  style: e,
877
1076
  children: /* @__PURE__ */ o("path", { d: "M4 6A2 2 0 0 1 6 4L18 4A2 2 0 0 1 20 6L20 18A2 2 0 0 1 18 20L6 20A2 2 0 0 1 4 18Z" })
878
1077
  }
879
1078
  );
880
1079
  }
881
1080
  export {
882
- b as A,
883
- j as C,
884
- H as D,
885
- g as E,
886
- R as F,
887
- s as H,
888
- C as I,
1081
+ X as A,
1082
+ z as B,
1083
+ H as C,
1084
+ m as D,
1085
+ M as E,
1086
+ K as F,
1087
+ $ as G,
1088
+ a as H,
1089
+ B as I,
1090
+ i1 as J,
1091
+ v as K,
889
1092
  k as L,
890
- P as M,
891
- X as P,
892
- A as Q,
1093
+ D as M,
1094
+ n1 as N,
1095
+ G as O,
1096
+ t1 as P,
1097
+ W as Q,
893
1098
  w as R,
894
- T as S,
895
- M as T,
896
- p as U,
897
- u as V,
898
- a as W,
899
- x as a,
900
- v as b,
1099
+ O as S,
1100
+ q as T,
1101
+ C as U,
1102
+ y as V,
1103
+ p as W,
1104
+ _ as X,
1105
+ u as Y,
1106
+ s as Z,
1107
+ f as a,
1108
+ x as b,
901
1109
  L as c,
902
1110
  d,
903
- q as e,
904
- D as f,
905
- E as g,
906
- y as h,
907
- l as i,
908
- S as j,
909
- V as k,
910
- Q as l,
911
- m,
912
- Z as n,
913
- K as o,
914
- I as p,
915
- O as q,
916
- J as r,
917
- W as s,
918
- B as t,
919
- f as u,
1111
+ Y as e,
1112
+ U as f,
1113
+ T as g,
1114
+ b as h,
1115
+ A as i,
1116
+ l as j,
1117
+ E as k,
1118
+ I as l,
1119
+ S as m,
1120
+ N as n,
1121
+ J as o,
1122
+ R as p,
1123
+ P as q,
1124
+ o1 as r,
1125
+ Z as s,
1126
+ e1 as t,
1127
+ r1 as u,
920
1128
  F as v,
921
- U as w,
922
- G as x,
923
- Y as y,
924
- N as z
1129
+ V as w,
1130
+ j as x,
1131
+ g as y,
1132
+ Q as z
925
1133
  };