@highpixel-co/palda-design-system 0.4.1

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.
@@ -0,0 +1,1876 @@
1
+ // ../../icons/src/generated/BlankIcon.tsx
2
+ import { jsx } from "react/jsx-runtime";
3
+ var BlankIcon = (props) => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: "1em",
8
+ height: "1em",
9
+ viewBox: "0 0 24 24",
10
+ fill: "none",
11
+ stroke: "currentColor",
12
+ strokeWidth: 1.5,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ strokeDasharray: "2 4",
16
+ style: {
17
+ width: "round(1em, 4px)",
18
+ height: "round(1em, 4px)"
19
+ },
20
+ ...props,
21
+ children: /* @__PURE__ */ jsx("rect", { x: 2.75, y: 2.75, width: 18.5, height: 18.5, rx: 1.25 })
22
+ }
23
+ );
24
+
25
+ // ../../icons/src/generated/SearchIcon.tsx
26
+ import { jsx as jsx2, jsxs } from "react/jsx-runtime";
27
+ var SearchIcon = (props) => /* @__PURE__ */ jsxs(
28
+ "svg",
29
+ {
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ fill: "none",
35
+ stroke: "currentColor",
36
+ strokeWidth: 1.5,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ style: {
40
+ width: "round(1em, 4px)",
41
+ height: "round(1em, 4px)"
42
+ },
43
+ ...props,
44
+ children: [
45
+ /* @__PURE__ */ jsx2("circle", { cx: 11, cy: 11, r: 6.5 }),
46
+ /* @__PURE__ */ jsx2("path", { d: "m16 16 4 4" })
47
+ ]
48
+ }
49
+ );
50
+
51
+ // ../../icons/src/generated/FilterIcon.tsx
52
+ import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
53
+ var FilterIcon = (props) => /* @__PURE__ */ jsxs2(
54
+ "svg",
55
+ {
56
+ xmlns: "http://www.w3.org/2000/svg",
57
+ width: "1em",
58
+ height: "1em",
59
+ viewBox: "0 0 24 24",
60
+ fill: "none",
61
+ stroke: "currentColor",
62
+ strokeWidth: 1.5,
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round",
65
+ style: {
66
+ width: "round(1em, 4px)",
67
+ height: "round(1em, 4px)"
68
+ },
69
+ ...props,
70
+ children: [
71
+ /* @__PURE__ */ jsx3("path", { d: "M4 6h16" }),
72
+ /* @__PURE__ */ jsx3("path", { d: "M7 12h10" }),
73
+ /* @__PURE__ */ jsx3("path", { d: "M10 18h4" })
74
+ ]
75
+ }
76
+ );
77
+
78
+ // ../../icons/src/generated/InfoIcon.tsx
79
+ import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
80
+ var InfoIcon = (props) => /* @__PURE__ */ jsxs3(
81
+ "svg",
82
+ {
83
+ xmlns: "http://www.w3.org/2000/svg",
84
+ width: "1em",
85
+ height: "1em",
86
+ viewBox: "0 0 24 24",
87
+ fill: "none",
88
+ stroke: "currentColor",
89
+ strokeWidth: 1.5,
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round",
92
+ style: {
93
+ width: "round(1em, 4px)",
94
+ height: "round(1em, 4px)"
95
+ },
96
+ ...props,
97
+ children: [
98
+ /* @__PURE__ */ jsx4("circle", { cx: 12, cy: 12, r: 9 }),
99
+ /* @__PURE__ */ jsx4("path", { d: "M12 11v5" }),
100
+ /* @__PURE__ */ jsx4("path", { d: "M12 8h.01" })
101
+ ]
102
+ }
103
+ );
104
+
105
+ // ../../icons/src/generated/DashboardIcon.tsx
106
+ import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
107
+ var DashboardIcon = (props) => /* @__PURE__ */ jsxs4(
108
+ "svg",
109
+ {
110
+ xmlns: "http://www.w3.org/2000/svg",
111
+ width: "1em",
112
+ height: "1em",
113
+ viewBox: "0 0 24 24",
114
+ fill: "none",
115
+ stroke: "currentColor",
116
+ strokeWidth: 1.5,
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round",
119
+ style: {
120
+ width: "round(1em, 4px)",
121
+ height: "round(1em, 4px)"
122
+ },
123
+ ...props,
124
+ children: [
125
+ /* @__PURE__ */ jsx5("rect", { x: 4, y: 4, width: 6.5, height: 6.5, rx: 1.5 }),
126
+ /* @__PURE__ */ jsx5("rect", { x: 13.5, y: 4, width: 6.5, height: 6.5, rx: 1.5 }),
127
+ /* @__PURE__ */ jsx5("rect", { x: 4, y: 13.5, width: 6.5, height: 6.5, rx: 1.5 }),
128
+ /* @__PURE__ */ jsx5("rect", { x: 13.5, y: 13.5, width: 6.5, height: 6.5, rx: 1.5 })
129
+ ]
130
+ }
131
+ );
132
+
133
+ // ../../icons/src/generated/CloseIcon.tsx
134
+ import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
135
+ var CloseIcon = (props) => /* @__PURE__ */ jsxs5(
136
+ "svg",
137
+ {
138
+ xmlns: "http://www.w3.org/2000/svg",
139
+ width: "1em",
140
+ height: "1em",
141
+ viewBox: "0 0 24 24",
142
+ fill: "none",
143
+ stroke: "currentColor",
144
+ strokeWidth: 1.5,
145
+ strokeLinecap: "round",
146
+ strokeLinejoin: "round",
147
+ style: {
148
+ width: "round(1em, 4px)",
149
+ height: "round(1em, 4px)"
150
+ },
151
+ ...props,
152
+ children: [
153
+ /* @__PURE__ */ jsx6("path", { d: "M4 4l16 16" }),
154
+ /* @__PURE__ */ jsx6("path", { d: "M20 4L4 20" })
155
+ ]
156
+ }
157
+ );
158
+
159
+ // ../../icons/src/generated/HomeIcon.tsx
160
+ import { jsx as jsx7, jsxs as jsxs6 } from "react/jsx-runtime";
161
+ var HomeIcon = (props) => /* @__PURE__ */ jsxs6(
162
+ "svg",
163
+ {
164
+ xmlns: "http://www.w3.org/2000/svg",
165
+ width: "1em",
166
+ height: "1em",
167
+ viewBox: "0 0 24 24",
168
+ fill: "none",
169
+ stroke: "currentColor",
170
+ strokeWidth: 1.5,
171
+ strokeLinecap: "round",
172
+ strokeLinejoin: "round",
173
+ style: {
174
+ width: "round(1em, 4px)",
175
+ height: "round(1em, 4px)"
176
+ },
177
+ ...props,
178
+ children: [
179
+ /* @__PURE__ */ jsx7("path", { d: "M2.75 10.25 12 2.75l9.25 7.5V19a1.25 1.25 0 0 1-1.25 1.25H4a1.25 1.25 0 0 1-1.25-1.25Z" }),
180
+ /* @__PURE__ */ jsx7("path", { d: "M9.75 20.25v-3.5a1.25 1.25 0 0 1 1.25-1.25h2a1.25 1.25 0 0 1 1.25 1.25v3.5" })
181
+ ]
182
+ }
183
+ );
184
+
185
+ // ../../icons/src/generated/ReportIcon.tsx
186
+ import { jsx as jsx8, jsxs as jsxs7 } from "react/jsx-runtime";
187
+ var ReportIcon = (props) => /* @__PURE__ */ jsxs7(
188
+ "svg",
189
+ {
190
+ xmlns: "http://www.w3.org/2000/svg",
191
+ width: "1em",
192
+ height: "1em",
193
+ viewBox: "0 0 24 24",
194
+ fill: "none",
195
+ stroke: "currentColor",
196
+ strokeWidth: 1.5,
197
+ strokeLinecap: "round",
198
+ strokeLinejoin: "round",
199
+ style: {
200
+ width: "round(1em, 4px)",
201
+ height: "round(1em, 4px)"
202
+ },
203
+ ...props,
204
+ children: [
205
+ /* @__PURE__ */ jsx8("rect", { x: 4.75, y: 2.75, width: 14.5, height: 18.5, rx: 1.25 }),
206
+ /* @__PURE__ */ jsx8("path", { d: "M9 17.25v-2.5" }),
207
+ /* @__PURE__ */ jsx8("path", { d: "M12 17.25v-5.5" }),
208
+ /* @__PURE__ */ jsx8("path", { d: "M15 17.25v-8" })
209
+ ]
210
+ }
211
+ );
212
+
213
+ // ../../icons/src/generated/ProductIcon.tsx
214
+ import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
215
+ var ProductIcon = (props) => /* @__PURE__ */ jsxs8(
216
+ "svg",
217
+ {
218
+ xmlns: "http://www.w3.org/2000/svg",
219
+ width: "1em",
220
+ height: "1em",
221
+ viewBox: "0 0 24 24",
222
+ fill: "none",
223
+ stroke: "currentColor",
224
+ strokeWidth: 1.5,
225
+ strokeLinecap: "round",
226
+ strokeLinejoin: "round",
227
+ style: {
228
+ width: "round(1em, 4px)",
229
+ height: "round(1em, 4px)"
230
+ },
231
+ ...props,
232
+ children: [
233
+ /* @__PURE__ */ jsx9("path", { d: "M12 2.75 21.25 7.5v9L12 21.25 2.75 16.5v-9Z" }),
234
+ /* @__PURE__ */ jsx9("path", { d: "M2.75 7.5 12 12l9.25-4.5" }),
235
+ /* @__PURE__ */ jsx9("path", { d: "M12 12v9.25" })
236
+ ]
237
+ }
238
+ );
239
+
240
+ // ../../icons/src/generated/ChevronUpIcon.tsx
241
+ import { jsx as jsx10 } from "react/jsx-runtime";
242
+ var ChevronUpIcon = (props) => /* @__PURE__ */ jsx10(
243
+ "svg",
244
+ {
245
+ xmlns: "http://www.w3.org/2000/svg",
246
+ width: "1em",
247
+ height: "1em",
248
+ viewBox: "0 0 24 24",
249
+ fill: "none",
250
+ stroke: "currentColor",
251
+ strokeWidth: 1.5,
252
+ strokeLinecap: "round",
253
+ strokeLinejoin: "round",
254
+ style: {
255
+ width: "round(1em, 4px)",
256
+ height: "round(1em, 4px)"
257
+ },
258
+ ...props,
259
+ children: /* @__PURE__ */ jsx10("path", { d: "M5.5 15.25 12 8.75l6.5 6.5" })
260
+ }
261
+ );
262
+
263
+ // ../../icons/src/generated/ChevronDownIcon.tsx
264
+ import { jsx as jsx11 } from "react/jsx-runtime";
265
+ var ChevronDownIcon = (props) => /* @__PURE__ */ jsx11(
266
+ "svg",
267
+ {
268
+ xmlns: "http://www.w3.org/2000/svg",
269
+ width: "1em",
270
+ height: "1em",
271
+ viewBox: "0 0 24 24",
272
+ fill: "none",
273
+ stroke: "currentColor",
274
+ strokeWidth: 1.5,
275
+ strokeLinecap: "round",
276
+ strokeLinejoin: "round",
277
+ style: {
278
+ width: "round(1em, 4px)",
279
+ height: "round(1em, 4px)"
280
+ },
281
+ ...props,
282
+ children: /* @__PURE__ */ jsx11("path", { d: "M5.5 8.75 12 15.25l6.5-6.5" })
283
+ }
284
+ );
285
+
286
+ // ../../icons/src/generated/ChevronLeftIcon.tsx
287
+ import { jsx as jsx12 } from "react/jsx-runtime";
288
+ var ChevronLeftIcon = (props) => /* @__PURE__ */ jsx12(
289
+ "svg",
290
+ {
291
+ xmlns: "http://www.w3.org/2000/svg",
292
+ width: "1em",
293
+ height: "1em",
294
+ viewBox: "0 0 24 24",
295
+ fill: "none",
296
+ stroke: "currentColor",
297
+ strokeWidth: 1.5,
298
+ strokeLinecap: "round",
299
+ strokeLinejoin: "round",
300
+ style: {
301
+ width: "round(1em, 4px)",
302
+ height: "round(1em, 4px)"
303
+ },
304
+ ...props,
305
+ children: /* @__PURE__ */ jsx12("path", { d: "M15.25 5.5 8.75 12l6.5 6.5" })
306
+ }
307
+ );
308
+
309
+ // ../../icons/src/generated/ChevronRightIcon.tsx
310
+ import { jsx as jsx13 } from "react/jsx-runtime";
311
+ var ChevronRightIcon = (props) => /* @__PURE__ */ jsx13(
312
+ "svg",
313
+ {
314
+ xmlns: "http://www.w3.org/2000/svg",
315
+ width: "1em",
316
+ height: "1em",
317
+ viewBox: "0 0 24 24",
318
+ fill: "none",
319
+ stroke: "currentColor",
320
+ strokeWidth: 1.5,
321
+ strokeLinecap: "round",
322
+ strokeLinejoin: "round",
323
+ style: {
324
+ width: "round(1em, 4px)",
325
+ height: "round(1em, 4px)"
326
+ },
327
+ ...props,
328
+ children: /* @__PURE__ */ jsx13("path", { d: "M8.75 5.5 15.25 12l-6.5 6.5" })
329
+ }
330
+ );
331
+
332
+ // ../../icons/src/generated/ArrowRightIcon.tsx
333
+ import { jsx as jsx14, jsxs as jsxs9 } from "react/jsx-runtime";
334
+ var ArrowRightIcon = (props) => /* @__PURE__ */ jsxs9(
335
+ "svg",
336
+ {
337
+ xmlns: "http://www.w3.org/2000/svg",
338
+ width: "1em",
339
+ height: "1em",
340
+ viewBox: "0 0 24 24",
341
+ fill: "none",
342
+ stroke: "currentColor",
343
+ strokeWidth: 1.5,
344
+ strokeLinecap: "round",
345
+ strokeLinejoin: "round",
346
+ style: {
347
+ width: "round(1em, 4px)",
348
+ height: "round(1em, 4px)"
349
+ },
350
+ ...props,
351
+ children: [
352
+ /* @__PURE__ */ jsx14("path", { d: "M4 12h16" }),
353
+ /* @__PURE__ */ jsx14("path", { d: "M13.5 5.5 20 12l-6.5 6.5" })
354
+ ]
355
+ }
356
+ );
357
+
358
+ // ../../icons/src/generated/ArrowLeftIcon.tsx
359
+ import { jsx as jsx15, jsxs as jsxs10 } from "react/jsx-runtime";
360
+ var ArrowLeftIcon = (props) => /* @__PURE__ */ jsxs10(
361
+ "svg",
362
+ {
363
+ xmlns: "http://www.w3.org/2000/svg",
364
+ width: "1em",
365
+ height: "1em",
366
+ viewBox: "0 0 24 24",
367
+ fill: "none",
368
+ stroke: "currentColor",
369
+ strokeWidth: 1.5,
370
+ strokeLinecap: "round",
371
+ strokeLinejoin: "round",
372
+ style: {
373
+ width: "round(1em, 4px)",
374
+ height: "round(1em, 4px)"
375
+ },
376
+ ...props,
377
+ children: [
378
+ /* @__PURE__ */ jsx15("path", { d: "M20 12H4" }),
379
+ /* @__PURE__ */ jsx15("path", { d: "M10.5 5.5 4 12l6.5 6.5" })
380
+ ]
381
+ }
382
+ );
383
+
384
+ // ../../icons/src/generated/PersonIcon.tsx
385
+ import { jsx as jsx16, jsxs as jsxs11 } from "react/jsx-runtime";
386
+ var PersonIcon = (props) => /* @__PURE__ */ jsxs11(
387
+ "svg",
388
+ {
389
+ xmlns: "http://www.w3.org/2000/svg",
390
+ width: "1em",
391
+ height: "1em",
392
+ viewBox: "0 0 24 24",
393
+ fill: "none",
394
+ stroke: "currentColor",
395
+ strokeWidth: 1.5,
396
+ strokeLinecap: "round",
397
+ strokeLinejoin: "round",
398
+ style: {
399
+ width: "round(1em, 4px)",
400
+ height: "round(1em, 4px)"
401
+ },
402
+ ...props,
403
+ children: [
404
+ /* @__PURE__ */ jsx16("circle", { cx: 12, cy: 7.75, r: 4 }),
405
+ /* @__PURE__ */ jsx16("path", { d: "M4.5 20.25a7.5 7.5 0 0 1 15 0" })
406
+ ]
407
+ }
408
+ );
409
+
410
+ // ../../icons/src/generated/PlusIcon.tsx
411
+ import { jsx as jsx17, jsxs as jsxs12 } from "react/jsx-runtime";
412
+ var PlusIcon = (props) => /* @__PURE__ */ jsxs12(
413
+ "svg",
414
+ {
415
+ xmlns: "http://www.w3.org/2000/svg",
416
+ width: "1em",
417
+ height: "1em",
418
+ viewBox: "0 0 24 24",
419
+ fill: "none",
420
+ stroke: "currentColor",
421
+ strokeWidth: 1.5,
422
+ strokeLinecap: "round",
423
+ strokeLinejoin: "round",
424
+ style: {
425
+ width: "round(1em, 4px)",
426
+ height: "round(1em, 4px)"
427
+ },
428
+ ...props,
429
+ children: [
430
+ /* @__PURE__ */ jsx17("path", { d: "M12 4v16" }),
431
+ /* @__PURE__ */ jsx17("path", { d: "M4 12h16" })
432
+ ]
433
+ }
434
+ );
435
+
436
+ // ../../icons/src/generated/CheckIcon.tsx
437
+ import { jsx as jsx18 } from "react/jsx-runtime";
438
+ var CheckIcon = (props) => /* @__PURE__ */ jsx18(
439
+ "svg",
440
+ {
441
+ xmlns: "http://www.w3.org/2000/svg",
442
+ width: "1em",
443
+ height: "1em",
444
+ viewBox: "0 0 24 24",
445
+ fill: "none",
446
+ stroke: "currentColor",
447
+ strokeWidth: 1.5,
448
+ strokeLinecap: "round",
449
+ strokeLinejoin: "round",
450
+ style: {
451
+ width: "round(1em, 4px)",
452
+ height: "round(1em, 4px)"
453
+ },
454
+ ...props,
455
+ children: /* @__PURE__ */ jsx18("path", { d: "M4.5 12 9.5 17l10-10" })
456
+ }
457
+ );
458
+
459
+ // ../../icons/src/generated/AlertIcon.tsx
460
+ import { jsx as jsx19, jsxs as jsxs13 } from "react/jsx-runtime";
461
+ var AlertIcon = (props) => /* @__PURE__ */ jsxs13(
462
+ "svg",
463
+ {
464
+ xmlns: "http://www.w3.org/2000/svg",
465
+ width: "1em",
466
+ height: "1em",
467
+ viewBox: "0 0 24 24",
468
+ fill: "none",
469
+ stroke: "currentColor",
470
+ strokeWidth: 1.5,
471
+ strokeLinecap: "round",
472
+ strokeLinejoin: "round",
473
+ style: {
474
+ width: "round(1em, 4px)",
475
+ height: "round(1em, 4px)"
476
+ },
477
+ ...props,
478
+ children: [
479
+ /* @__PURE__ */ jsx19("circle", { cx: 12, cy: 12, r: 9 }),
480
+ /* @__PURE__ */ jsx19("path", { d: "M12 8v5" }),
481
+ /* @__PURE__ */ jsx19("path", { d: "M12 16h.01" })
482
+ ]
483
+ }
484
+ );
485
+
486
+ // ../../icons/src/generated/AlarmIcon.tsx
487
+ import { jsx as jsx20, jsxs as jsxs14 } from "react/jsx-runtime";
488
+ var AlarmIcon = (props) => /* @__PURE__ */ jsxs14(
489
+ "svg",
490
+ {
491
+ xmlns: "http://www.w3.org/2000/svg",
492
+ width: "1em",
493
+ height: "1em",
494
+ viewBox: "0 0 24 24",
495
+ fill: "none",
496
+ stroke: "currentColor",
497
+ strokeWidth: 1.5,
498
+ strokeLinecap: "round",
499
+ strokeLinejoin: "round",
500
+ style: {
501
+ width: "round(1em, 4px)",
502
+ height: "round(1em, 4px)"
503
+ },
504
+ ...props,
505
+ children: [
506
+ /* @__PURE__ */ jsx20("path", { d: "M4.5 17c.75-1.25 1.5-3.5 1.5-7a6 6 0 0 1 12 0c0 3.5.75 5.75 1.5 7Z" }),
507
+ /* @__PURE__ */ jsx20("path", { d: "M10 18.25c0 1.1.9 2 2 2s2-.9 2-2" })
508
+ ]
509
+ }
510
+ );
511
+
512
+ // ../../icons/src/generated/CardIcon.tsx
513
+ import { jsx as jsx21, jsxs as jsxs15 } from "react/jsx-runtime";
514
+ var CardIcon = (props) => /* @__PURE__ */ jsxs15(
515
+ "svg",
516
+ {
517
+ xmlns: "http://www.w3.org/2000/svg",
518
+ width: "1em",
519
+ height: "1em",
520
+ viewBox: "0 0 24 24",
521
+ fill: "none",
522
+ stroke: "currentColor",
523
+ strokeWidth: 1.5,
524
+ strokeLinecap: "round",
525
+ strokeLinejoin: "round",
526
+ style: {
527
+ width: "round(1em, 4px)",
528
+ height: "round(1em, 4px)"
529
+ },
530
+ ...props,
531
+ children: [
532
+ /* @__PURE__ */ jsx21("rect", { x: 2.75, y: 5.25, width: 18.5, height: 13.5, rx: 1.25 }),
533
+ /* @__PURE__ */ jsx21("path", { d: "M2.75 9.75h18.5" }),
534
+ /* @__PURE__ */ jsx21("path", { d: "M6.25 14.75h3.5" })
535
+ ]
536
+ }
537
+ );
538
+
539
+ // ../../icons/src/generated/HistoryIcon.tsx
540
+ import { jsx as jsx22, jsxs as jsxs16 } from "react/jsx-runtime";
541
+ var HistoryIcon = (props) => /* @__PURE__ */ jsxs16(
542
+ "svg",
543
+ {
544
+ xmlns: "http://www.w3.org/2000/svg",
545
+ width: "1em",
546
+ height: "1em",
547
+ viewBox: "0 0 24 24",
548
+ fill: "none",
549
+ stroke: "currentColor",
550
+ strokeWidth: 1.5,
551
+ strokeLinecap: "round",
552
+ strokeLinejoin: "round",
553
+ style: {
554
+ width: "round(1em, 4px)",
555
+ height: "round(1em, 4px)"
556
+ },
557
+ ...props,
558
+ children: [
559
+ /* @__PURE__ */ jsx22("circle", { cx: 12, cy: 12, r: 9 }),
560
+ /* @__PURE__ */ jsx22("path", { d: "M12 6.75V12l3.5 2.25" })
561
+ ]
562
+ }
563
+ );
564
+
565
+ // ../../icons/src/generated/LogoutIcon.tsx
566
+ import { jsx as jsx23, jsxs as jsxs17 } from "react/jsx-runtime";
567
+ var LogoutIcon = (props) => /* @__PURE__ */ jsxs17(
568
+ "svg",
569
+ {
570
+ xmlns: "http://www.w3.org/2000/svg",
571
+ width: "1em",
572
+ height: "1em",
573
+ viewBox: "0 0 24 24",
574
+ fill: "none",
575
+ stroke: "currentColor",
576
+ strokeWidth: 1.5,
577
+ strokeLinecap: "round",
578
+ strokeLinejoin: "round",
579
+ style: {
580
+ width: "round(1em, 4px)",
581
+ height: "round(1em, 4px)"
582
+ },
583
+ ...props,
584
+ children: [
585
+ /* @__PURE__ */ jsx23("path", { d: "M9 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3" }),
586
+ /* @__PURE__ */ jsx23("path", { d: "M20 12h-9" }),
587
+ /* @__PURE__ */ jsx23("path", { d: "M16.5 8.5 20 12l-3.5 3.5" })
588
+ ]
589
+ }
590
+ );
591
+
592
+ // ../../icons/src/generated/ExternalLinkIcon.tsx
593
+ import { jsx as jsx24, jsxs as jsxs18 } from "react/jsx-runtime";
594
+ var ExternalLinkIcon = (props) => /* @__PURE__ */ jsx24(
595
+ "svg",
596
+ {
597
+ xmlns: "http://www.w3.org/2000/svg",
598
+ width: "1em",
599
+ height: "1em",
600
+ viewBox: "0 0 24 24",
601
+ fill: "none",
602
+ stroke: "currentColor",
603
+ strokeWidth: 1.5,
604
+ strokeLinecap: "round",
605
+ strokeLinejoin: "round",
606
+ style: {
607
+ width: "round(1em, 4px)",
608
+ height: "round(1em, 4px)"
609
+ },
610
+ ...props,
611
+ children: /* @__PURE__ */ jsxs18("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
612
+ /* @__PURE__ */ jsx24("path", { vectorEffect: "non-scaling-stroke", d: "M15 3h6v6" }),
613
+ /* @__PURE__ */ jsx24("path", { vectorEffect: "non-scaling-stroke", d: "M10 14 21 3" }),
614
+ /* @__PURE__ */ jsx24(
615
+ "path",
616
+ {
617
+ vectorEffect: "non-scaling-stroke",
618
+ d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
619
+ }
620
+ )
621
+ ] })
622
+ }
623
+ );
624
+
625
+ // ../../icons/src/generated/MenuIcon.tsx
626
+ import { jsx as jsx25, jsxs as jsxs19 } from "react/jsx-runtime";
627
+ var MenuIcon = (props) => /* @__PURE__ */ jsx25(
628
+ "svg",
629
+ {
630
+ xmlns: "http://www.w3.org/2000/svg",
631
+ width: "1em",
632
+ height: "1em",
633
+ viewBox: "0 0 24 24",
634
+ fill: "none",
635
+ stroke: "currentColor",
636
+ strokeWidth: 1.5,
637
+ strokeLinecap: "round",
638
+ strokeLinejoin: "round",
639
+ style: {
640
+ width: "round(1em, 4px)",
641
+ height: "round(1em, 4px)"
642
+ },
643
+ ...props,
644
+ children: /* @__PURE__ */ jsxs19("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
645
+ /* @__PURE__ */ jsx25("path", { vectorEffect: "non-scaling-stroke", d: "M4 5h16" }),
646
+ /* @__PURE__ */ jsx25("path", { vectorEffect: "non-scaling-stroke", d: "M4 12h16" }),
647
+ /* @__PURE__ */ jsx25("path", { vectorEffect: "non-scaling-stroke", d: "M4 19h16" })
648
+ ] })
649
+ }
650
+ );
651
+
652
+ // ../../icons/src/generated/HelpIcon.tsx
653
+ import { jsx as jsx26, jsxs as jsxs20 } from "react/jsx-runtime";
654
+ var HelpIcon = (props) => /* @__PURE__ */ jsx26(
655
+ "svg",
656
+ {
657
+ xmlns: "http://www.w3.org/2000/svg",
658
+ width: "1em",
659
+ height: "1em",
660
+ viewBox: "0 0 24 24",
661
+ fill: "none",
662
+ stroke: "currentColor",
663
+ strokeWidth: 1.5,
664
+ strokeLinecap: "round",
665
+ strokeLinejoin: "round",
666
+ style: {
667
+ width: "round(1em, 4px)",
668
+ height: "round(1em, 4px)"
669
+ },
670
+ ...props,
671
+ children: /* @__PURE__ */ jsxs20("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
672
+ /* @__PURE__ */ jsx26("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 12, r: 10 }),
673
+ /* @__PURE__ */ jsx26("path", { vectorEffect: "non-scaling-stroke", d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
674
+ /* @__PURE__ */ jsx26("path", { vectorEffect: "non-scaling-stroke", d: "M12 17h.01" })
675
+ ] })
676
+ }
677
+ );
678
+
679
+ // ../../icons/src/generated/MoreVerticalIcon.tsx
680
+ import { jsx as jsx27, jsxs as jsxs21 } from "react/jsx-runtime";
681
+ var MoreVerticalIcon = (props) => /* @__PURE__ */ jsx27(
682
+ "svg",
683
+ {
684
+ xmlns: "http://www.w3.org/2000/svg",
685
+ width: "1em",
686
+ height: "1em",
687
+ viewBox: "0 0 24 24",
688
+ fill: "none",
689
+ stroke: "currentColor",
690
+ strokeWidth: 1.5,
691
+ strokeLinecap: "round",
692
+ strokeLinejoin: "round",
693
+ style: {
694
+ width: "round(1em, 4px)",
695
+ height: "round(1em, 4px)"
696
+ },
697
+ ...props,
698
+ children: /* @__PURE__ */ jsxs21("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
699
+ /* @__PURE__ */ jsx27("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 12, r: 1 }),
700
+ /* @__PURE__ */ jsx27("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 5, r: 1 }),
701
+ /* @__PURE__ */ jsx27("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 19, r: 1 })
702
+ ] })
703
+ }
704
+ );
705
+
706
+ // ../../icons/src/generated/RefreshIcon.tsx
707
+ import { jsx as jsx28, jsxs as jsxs22 } from "react/jsx-runtime";
708
+ var RefreshIcon = (props) => /* @__PURE__ */ jsx28(
709
+ "svg",
710
+ {
711
+ xmlns: "http://www.w3.org/2000/svg",
712
+ width: "1em",
713
+ height: "1em",
714
+ viewBox: "0 0 24 24",
715
+ fill: "none",
716
+ stroke: "currentColor",
717
+ strokeWidth: 1.5,
718
+ strokeLinecap: "round",
719
+ strokeLinejoin: "round",
720
+ style: {
721
+ width: "round(1em, 4px)",
722
+ height: "round(1em, 4px)"
723
+ },
724
+ ...props,
725
+ children: /* @__PURE__ */ jsxs22("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
726
+ /* @__PURE__ */ jsx28(
727
+ "path",
728
+ {
729
+ vectorEffect: "non-scaling-stroke",
730
+ d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"
731
+ }
732
+ ),
733
+ /* @__PURE__ */ jsx28("path", { vectorEffect: "non-scaling-stroke", d: "M21 3v5h-5" }),
734
+ /* @__PURE__ */ jsx28(
735
+ "path",
736
+ {
737
+ vectorEffect: "non-scaling-stroke",
738
+ d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"
739
+ }
740
+ ),
741
+ /* @__PURE__ */ jsx28("path", { vectorEffect: "non-scaling-stroke", d: "M8 16H3v5" })
742
+ ] })
743
+ }
744
+ );
745
+
746
+ // ../../icons/src/generated/SendIcon.tsx
747
+ import { jsx as jsx29, jsxs as jsxs23 } from "react/jsx-runtime";
748
+ var SendIcon = (props) => /* @__PURE__ */ jsx29(
749
+ "svg",
750
+ {
751
+ xmlns: "http://www.w3.org/2000/svg",
752
+ width: "1em",
753
+ height: "1em",
754
+ viewBox: "0 0 24 24",
755
+ fill: "none",
756
+ stroke: "currentColor",
757
+ strokeWidth: 1.5,
758
+ strokeLinecap: "round",
759
+ strokeLinejoin: "round",
760
+ style: {
761
+ width: "round(1em, 4px)",
762
+ height: "round(1em, 4px)"
763
+ },
764
+ ...props,
765
+ children: /* @__PURE__ */ jsxs23("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
766
+ /* @__PURE__ */ jsx29(
767
+ "path",
768
+ {
769
+ vectorEffect: "non-scaling-stroke",
770
+ d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"
771
+ }
772
+ ),
773
+ /* @__PURE__ */ jsx29("path", { vectorEffect: "non-scaling-stroke", d: "m21.854 2.147-10.94 10.939" })
774
+ ] })
775
+ }
776
+ );
777
+
778
+ // ../../icons/src/generated/PencilIcon.tsx
779
+ import { jsx as jsx30, jsxs as jsxs24 } from "react/jsx-runtime";
780
+ var PencilIcon = (props) => /* @__PURE__ */ jsx30(
781
+ "svg",
782
+ {
783
+ xmlns: "http://www.w3.org/2000/svg",
784
+ width: "1em",
785
+ height: "1em",
786
+ viewBox: "0 0 24 24",
787
+ fill: "none",
788
+ stroke: "currentColor",
789
+ strokeWidth: 1.5,
790
+ strokeLinecap: "round",
791
+ strokeLinejoin: "round",
792
+ style: {
793
+ width: "round(1em, 4px)",
794
+ height: "round(1em, 4px)"
795
+ },
796
+ ...props,
797
+ children: /* @__PURE__ */ jsxs24("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
798
+ /* @__PURE__ */ jsx30(
799
+ "path",
800
+ {
801
+ vectorEffect: "non-scaling-stroke",
802
+ d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"
803
+ }
804
+ ),
805
+ /* @__PURE__ */ jsx30("path", { vectorEffect: "non-scaling-stroke", d: "m15 5 4 4" })
806
+ ] })
807
+ }
808
+ );
809
+
810
+ // ../../icons/src/generated/TrashIcon.tsx
811
+ import { jsx as jsx31, jsxs as jsxs25 } from "react/jsx-runtime";
812
+ var TrashIcon = (props) => /* @__PURE__ */ jsx31(
813
+ "svg",
814
+ {
815
+ xmlns: "http://www.w3.org/2000/svg",
816
+ width: "1em",
817
+ height: "1em",
818
+ viewBox: "0 0 24 24",
819
+ fill: "none",
820
+ stroke: "currentColor",
821
+ strokeWidth: 1.5,
822
+ strokeLinecap: "round",
823
+ strokeLinejoin: "round",
824
+ style: {
825
+ width: "round(1em, 4px)",
826
+ height: "round(1em, 4px)"
827
+ },
828
+ ...props,
829
+ children: /* @__PURE__ */ jsxs25("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
830
+ /* @__PURE__ */ jsx31("path", { vectorEffect: "non-scaling-stroke", d: "M10 11v6" }),
831
+ /* @__PURE__ */ jsx31("path", { vectorEffect: "non-scaling-stroke", d: "M14 11v6" }),
832
+ /* @__PURE__ */ jsx31("path", { vectorEffect: "non-scaling-stroke", d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
833
+ /* @__PURE__ */ jsx31("path", { vectorEffect: "non-scaling-stroke", d: "M3 6h18" }),
834
+ /* @__PURE__ */ jsx31("path", { vectorEffect: "non-scaling-stroke", d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
835
+ ] })
836
+ }
837
+ );
838
+
839
+ // ../../icons/src/generated/UploadIcon.tsx
840
+ import { jsx as jsx32, jsxs as jsxs26 } from "react/jsx-runtime";
841
+ var UploadIcon = (props) => /* @__PURE__ */ jsx32(
842
+ "svg",
843
+ {
844
+ xmlns: "http://www.w3.org/2000/svg",
845
+ width: "1em",
846
+ height: "1em",
847
+ viewBox: "0 0 24 24",
848
+ fill: "none",
849
+ stroke: "currentColor",
850
+ strokeWidth: 1.5,
851
+ strokeLinecap: "round",
852
+ strokeLinejoin: "round",
853
+ style: {
854
+ width: "round(1em, 4px)",
855
+ height: "round(1em, 4px)"
856
+ },
857
+ ...props,
858
+ children: /* @__PURE__ */ jsxs26("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
859
+ /* @__PURE__ */ jsx32("path", { vectorEffect: "non-scaling-stroke", d: "M12 3v12" }),
860
+ /* @__PURE__ */ jsx32("path", { vectorEffect: "non-scaling-stroke", d: "m17 8-5-5-5 5" }),
861
+ /* @__PURE__ */ jsx32("path", { vectorEffect: "non-scaling-stroke", d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" })
862
+ ] })
863
+ }
864
+ );
865
+
866
+ // ../../icons/src/generated/CopyIcon.tsx
867
+ import { jsx as jsx33, jsxs as jsxs27 } from "react/jsx-runtime";
868
+ var CopyIcon = (props) => /* @__PURE__ */ jsx33(
869
+ "svg",
870
+ {
871
+ xmlns: "http://www.w3.org/2000/svg",
872
+ width: "1em",
873
+ height: "1em",
874
+ viewBox: "0 0 24 24",
875
+ fill: "none",
876
+ stroke: "currentColor",
877
+ strokeWidth: 1.5,
878
+ strokeLinecap: "round",
879
+ strokeLinejoin: "round",
880
+ style: {
881
+ width: "round(1em, 4px)",
882
+ height: "round(1em, 4px)"
883
+ },
884
+ ...props,
885
+ children: /* @__PURE__ */ jsxs27("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
886
+ /* @__PURE__ */ jsx33("rect", { vectorEffect: "non-scaling-stroke", width: 14, height: 14, x: 8, y: 8, rx: 2, ry: 2 }),
887
+ /* @__PURE__ */ jsx33(
888
+ "path",
889
+ {
890
+ vectorEffect: "non-scaling-stroke",
891
+ d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
892
+ }
893
+ )
894
+ ] })
895
+ }
896
+ );
897
+
898
+ // ../../icons/src/generated/LinkIcon.tsx
899
+ import { jsx as jsx34, jsxs as jsxs28 } from "react/jsx-runtime";
900
+ var LinkIcon = (props) => /* @__PURE__ */ jsx34(
901
+ "svg",
902
+ {
903
+ xmlns: "http://www.w3.org/2000/svg",
904
+ width: "1em",
905
+ height: "1em",
906
+ viewBox: "0 0 24 24",
907
+ fill: "none",
908
+ stroke: "currentColor",
909
+ strokeWidth: 1.5,
910
+ strokeLinecap: "round",
911
+ strokeLinejoin: "round",
912
+ style: {
913
+ width: "round(1em, 4px)",
914
+ height: "round(1em, 4px)"
915
+ },
916
+ ...props,
917
+ children: /* @__PURE__ */ jsxs28("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
918
+ /* @__PURE__ */ jsx34("path", { vectorEffect: "non-scaling-stroke", d: "M9 17H7A5 5 0 0 1 7 7h2" }),
919
+ /* @__PURE__ */ jsx34("path", { vectorEffect: "non-scaling-stroke", d: "M15 7h2a5 5 0 1 1 0 10h-2" }),
920
+ /* @__PURE__ */ jsx34("line", { vectorEffect: "non-scaling-stroke", x1: 8, x2: 16, y1: 12, y2: 12 })
921
+ ] })
922
+ }
923
+ );
924
+
925
+ // ../../icons/src/generated/EyeIcon.tsx
926
+ import { jsx as jsx35, jsxs as jsxs29 } from "react/jsx-runtime";
927
+ var EyeIcon = (props) => /* @__PURE__ */ jsx35(
928
+ "svg",
929
+ {
930
+ xmlns: "http://www.w3.org/2000/svg",
931
+ width: "1em",
932
+ height: "1em",
933
+ viewBox: "0 0 24 24",
934
+ fill: "none",
935
+ stroke: "currentColor",
936
+ strokeWidth: 1.5,
937
+ strokeLinecap: "round",
938
+ strokeLinejoin: "round",
939
+ style: {
940
+ width: "round(1em, 4px)",
941
+ height: "round(1em, 4px)"
942
+ },
943
+ ...props,
944
+ children: /* @__PURE__ */ jsxs29("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
945
+ /* @__PURE__ */ jsx35(
946
+ "path",
947
+ {
948
+ vectorEffect: "non-scaling-stroke",
949
+ d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
950
+ }
951
+ ),
952
+ /* @__PURE__ */ jsx35("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 12, r: 3 })
953
+ ] })
954
+ }
955
+ );
956
+
957
+ // ../../icons/src/generated/EyeOffIcon.tsx
958
+ import { jsx as jsx36, jsxs as jsxs30 } from "react/jsx-runtime";
959
+ var EyeOffIcon = (props) => /* @__PURE__ */ jsx36(
960
+ "svg",
961
+ {
962
+ xmlns: "http://www.w3.org/2000/svg",
963
+ width: "1em",
964
+ height: "1em",
965
+ viewBox: "0 0 24 24",
966
+ fill: "none",
967
+ stroke: "currentColor",
968
+ strokeWidth: 1.5,
969
+ strokeLinecap: "round",
970
+ strokeLinejoin: "round",
971
+ style: {
972
+ width: "round(1em, 4px)",
973
+ height: "round(1em, 4px)"
974
+ },
975
+ ...props,
976
+ children: /* @__PURE__ */ jsxs30("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
977
+ /* @__PURE__ */ jsx36(
978
+ "path",
979
+ {
980
+ vectorEffect: "non-scaling-stroke",
981
+ d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"
982
+ }
983
+ ),
984
+ /* @__PURE__ */ jsx36("path", { vectorEffect: "non-scaling-stroke", d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
985
+ /* @__PURE__ */ jsx36(
986
+ "path",
987
+ {
988
+ vectorEffect: "non-scaling-stroke",
989
+ d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"
990
+ }
991
+ ),
992
+ /* @__PURE__ */ jsx36("path", { vectorEffect: "non-scaling-stroke", d: "m2 2 20 20" })
993
+ ] })
994
+ }
995
+ );
996
+
997
+ // ../../icons/src/generated/PauseIcon.tsx
998
+ import { jsx as jsx37, jsxs as jsxs31 } from "react/jsx-runtime";
999
+ var PauseIcon = (props) => /* @__PURE__ */ jsx37(
1000
+ "svg",
1001
+ {
1002
+ xmlns: "http://www.w3.org/2000/svg",
1003
+ width: "1em",
1004
+ height: "1em",
1005
+ viewBox: "0 0 24 24",
1006
+ fill: "none",
1007
+ stroke: "currentColor",
1008
+ strokeWidth: 1.5,
1009
+ strokeLinecap: "round",
1010
+ strokeLinejoin: "round",
1011
+ style: {
1012
+ width: "round(1em, 4px)",
1013
+ height: "round(1em, 4px)"
1014
+ },
1015
+ ...props,
1016
+ children: /* @__PURE__ */ jsxs31("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1017
+ /* @__PURE__ */ jsx37("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 12, r: 10 }),
1018
+ /* @__PURE__ */ jsx37("line", { vectorEffect: "non-scaling-stroke", x1: 10, x2: 10, y1: 15, y2: 9 }),
1019
+ /* @__PURE__ */ jsx37("line", { vectorEffect: "non-scaling-stroke", x1: 14, x2: 14, y1: 15, y2: 9 })
1020
+ ] })
1021
+ }
1022
+ );
1023
+
1024
+ // ../../icons/src/generated/CameraIcon.tsx
1025
+ import { jsx as jsx38, jsxs as jsxs32 } from "react/jsx-runtime";
1026
+ var CameraIcon = (props) => /* @__PURE__ */ jsx38(
1027
+ "svg",
1028
+ {
1029
+ xmlns: "http://www.w3.org/2000/svg",
1030
+ width: "1em",
1031
+ height: "1em",
1032
+ viewBox: "0 0 24 24",
1033
+ fill: "none",
1034
+ stroke: "currentColor",
1035
+ strokeWidth: 1.5,
1036
+ strokeLinecap: "round",
1037
+ strokeLinejoin: "round",
1038
+ style: {
1039
+ width: "round(1em, 4px)",
1040
+ height: "round(1em, 4px)"
1041
+ },
1042
+ ...props,
1043
+ children: /* @__PURE__ */ jsxs32("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1044
+ /* @__PURE__ */ jsx38(
1045
+ "path",
1046
+ {
1047
+ vectorEffect: "non-scaling-stroke",
1048
+ d: "M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"
1049
+ }
1050
+ ),
1051
+ /* @__PURE__ */ jsx38("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 13, r: 3 })
1052
+ ] })
1053
+ }
1054
+ );
1055
+
1056
+ // ../../icons/src/generated/SlidersIcon.tsx
1057
+ import { jsx as jsx39, jsxs as jsxs33 } from "react/jsx-runtime";
1058
+ var SlidersIcon = (props) => /* @__PURE__ */ jsx39(
1059
+ "svg",
1060
+ {
1061
+ xmlns: "http://www.w3.org/2000/svg",
1062
+ width: "1em",
1063
+ height: "1em",
1064
+ viewBox: "0 0 24 24",
1065
+ fill: "none",
1066
+ stroke: "currentColor",
1067
+ strokeWidth: 1.5,
1068
+ strokeLinecap: "round",
1069
+ strokeLinejoin: "round",
1070
+ style: {
1071
+ width: "round(1em, 4px)",
1072
+ height: "round(1em, 4px)"
1073
+ },
1074
+ ...props,
1075
+ children: /* @__PURE__ */ jsxs33("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1076
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M10 5H3" }),
1077
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M12 19H3" }),
1078
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M14 3v4" }),
1079
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M16 17v4" }),
1080
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M21 12h-9" }),
1081
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M21 19h-5" }),
1082
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M21 5h-7" }),
1083
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M8 10v4" }),
1084
+ /* @__PURE__ */ jsx39("path", { vectorEffect: "non-scaling-stroke", d: "M8 12H3" })
1085
+ ] })
1086
+ }
1087
+ );
1088
+
1089
+ // ../../icons/src/generated/TypeIcon.tsx
1090
+ import { jsx as jsx40, jsxs as jsxs34 } from "react/jsx-runtime";
1091
+ var TypeIcon = (props) => /* @__PURE__ */ jsx40(
1092
+ "svg",
1093
+ {
1094
+ xmlns: "http://www.w3.org/2000/svg",
1095
+ width: "1em",
1096
+ height: "1em",
1097
+ viewBox: "0 0 24 24",
1098
+ fill: "none",
1099
+ stroke: "currentColor",
1100
+ strokeWidth: 1.5,
1101
+ strokeLinecap: "round",
1102
+ strokeLinejoin: "round",
1103
+ style: {
1104
+ width: "round(1em, 4px)",
1105
+ height: "round(1em, 4px)"
1106
+ },
1107
+ ...props,
1108
+ children: /* @__PURE__ */ jsxs34("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1109
+ /* @__PURE__ */ jsx40("path", { vectorEffect: "non-scaling-stroke", d: "M12 4v16" }),
1110
+ /* @__PURE__ */ jsx40("path", { vectorEffect: "non-scaling-stroke", d: "M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" }),
1111
+ /* @__PURE__ */ jsx40("path", { vectorEffect: "non-scaling-stroke", d: "M9 20h6" })
1112
+ ] })
1113
+ }
1114
+ );
1115
+
1116
+ // ../../icons/src/generated/UnplugIcon.tsx
1117
+ import { jsx as jsx41, jsxs as jsxs35 } from "react/jsx-runtime";
1118
+ var UnplugIcon = (props) => /* @__PURE__ */ jsx41(
1119
+ "svg",
1120
+ {
1121
+ xmlns: "http://www.w3.org/2000/svg",
1122
+ width: "1em",
1123
+ height: "1em",
1124
+ viewBox: "0 0 24 24",
1125
+ fill: "none",
1126
+ stroke: "currentColor",
1127
+ strokeWidth: 1.5,
1128
+ strokeLinecap: "round",
1129
+ strokeLinejoin: "round",
1130
+ style: {
1131
+ width: "round(1em, 4px)",
1132
+ height: "round(1em, 4px)"
1133
+ },
1134
+ ...props,
1135
+ children: /* @__PURE__ */ jsxs35("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1136
+ /* @__PURE__ */ jsx41("path", { vectorEffect: "non-scaling-stroke", d: "m19 5 3-3" }),
1137
+ /* @__PURE__ */ jsx41("path", { vectorEffect: "non-scaling-stroke", d: "m2 22 3-3" }),
1138
+ /* @__PURE__ */ jsx41(
1139
+ "path",
1140
+ {
1141
+ vectorEffect: "non-scaling-stroke",
1142
+ d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z"
1143
+ }
1144
+ ),
1145
+ /* @__PURE__ */ jsx41("path", { vectorEffect: "non-scaling-stroke", d: "M7.5 13.5 10 11" }),
1146
+ /* @__PURE__ */ jsx41("path", { vectorEffect: "non-scaling-stroke", d: "M10.5 16.5 13 14" }),
1147
+ /* @__PURE__ */ jsx41(
1148
+ "path",
1149
+ {
1150
+ vectorEffect: "non-scaling-stroke",
1151
+ d: "m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z"
1152
+ }
1153
+ )
1154
+ ] })
1155
+ }
1156
+ );
1157
+
1158
+ // ../../icons/src/generated/StoreIcon.tsx
1159
+ import { jsx as jsx42, jsxs as jsxs36 } from "react/jsx-runtime";
1160
+ var StoreIcon = (props) => /* @__PURE__ */ jsx42(
1161
+ "svg",
1162
+ {
1163
+ xmlns: "http://www.w3.org/2000/svg",
1164
+ width: "1em",
1165
+ height: "1em",
1166
+ viewBox: "0 0 24 24",
1167
+ fill: "none",
1168
+ stroke: "currentColor",
1169
+ strokeWidth: 1.5,
1170
+ strokeLinecap: "round",
1171
+ strokeLinejoin: "round",
1172
+ style: {
1173
+ width: "round(1em, 4px)",
1174
+ height: "round(1em, 4px)"
1175
+ },
1176
+ ...props,
1177
+ children: /* @__PURE__ */ jsxs36("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1178
+ /* @__PURE__ */ jsx42("path", { vectorEffect: "non-scaling-stroke", d: "M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5" }),
1179
+ /* @__PURE__ */ jsx42(
1180
+ "path",
1181
+ {
1182
+ vectorEffect: "non-scaling-stroke",
1183
+ d: "M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"
1184
+ }
1185
+ ),
1186
+ /* @__PURE__ */ jsx42(
1187
+ "path",
1188
+ {
1189
+ vectorEffect: "non-scaling-stroke",
1190
+ d: "M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"
1191
+ }
1192
+ )
1193
+ ] })
1194
+ }
1195
+ );
1196
+
1197
+ // ../../icons/src/generated/MessageIcon.tsx
1198
+ import { jsx as jsx43, jsxs as jsxs37 } from "react/jsx-runtime";
1199
+ var MessageIcon = (props) => /* @__PURE__ */ jsx43(
1200
+ "svg",
1201
+ {
1202
+ xmlns: "http://www.w3.org/2000/svg",
1203
+ width: "1em",
1204
+ height: "1em",
1205
+ viewBox: "0 0 24 24",
1206
+ fill: "none",
1207
+ stroke: "currentColor",
1208
+ strokeWidth: 1.5,
1209
+ strokeLinecap: "round",
1210
+ strokeLinejoin: "round",
1211
+ style: {
1212
+ width: "round(1em, 4px)",
1213
+ height: "round(1em, 4px)"
1214
+ },
1215
+ ...props,
1216
+ children: /* @__PURE__ */ jsxs37("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1217
+ /* @__PURE__ */ jsx43(
1218
+ "path",
1219
+ {
1220
+ vectorEffect: "non-scaling-stroke",
1221
+ d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"
1222
+ }
1223
+ ),
1224
+ /* @__PURE__ */ jsx43("path", { vectorEffect: "non-scaling-stroke", d: "M7 11h10" }),
1225
+ /* @__PURE__ */ jsx43("path", { vectorEffect: "non-scaling-stroke", d: "M7 15h6" }),
1226
+ /* @__PURE__ */ jsx43("path", { vectorEffect: "non-scaling-stroke", d: "M7 7h8" })
1227
+ ] })
1228
+ }
1229
+ );
1230
+
1231
+ // ../../icons/src/generated/SmartphoneIcon.tsx
1232
+ import { jsx as jsx44, jsxs as jsxs38 } from "react/jsx-runtime";
1233
+ var SmartphoneIcon = (props) => /* @__PURE__ */ jsx44(
1234
+ "svg",
1235
+ {
1236
+ xmlns: "http://www.w3.org/2000/svg",
1237
+ width: "1em",
1238
+ height: "1em",
1239
+ viewBox: "0 0 24 24",
1240
+ fill: "none",
1241
+ stroke: "currentColor",
1242
+ strokeWidth: 1.5,
1243
+ strokeLinecap: "round",
1244
+ strokeLinejoin: "round",
1245
+ style: {
1246
+ width: "round(1em, 4px)",
1247
+ height: "round(1em, 4px)"
1248
+ },
1249
+ ...props,
1250
+ children: /* @__PURE__ */ jsxs38("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1251
+ /* @__PURE__ */ jsx44("rect", { vectorEffect: "non-scaling-stroke", width: 14, height: 20, x: 5, y: 2, rx: 2, ry: 2 }),
1252
+ /* @__PURE__ */ jsx44("path", { vectorEffect: "non-scaling-stroke", d: "M12 18h.01" })
1253
+ ] })
1254
+ }
1255
+ );
1256
+
1257
+ // ../../icons/src/generated/MonitorIcon.tsx
1258
+ import { jsx as jsx45, jsxs as jsxs39 } from "react/jsx-runtime";
1259
+ var MonitorIcon = (props) => /* @__PURE__ */ jsx45(
1260
+ "svg",
1261
+ {
1262
+ xmlns: "http://www.w3.org/2000/svg",
1263
+ width: "1em",
1264
+ height: "1em",
1265
+ viewBox: "0 0 24 24",
1266
+ fill: "none",
1267
+ stroke: "currentColor",
1268
+ strokeWidth: 1.5,
1269
+ strokeLinecap: "round",
1270
+ strokeLinejoin: "round",
1271
+ style: {
1272
+ width: "round(1em, 4px)",
1273
+ height: "round(1em, 4px)"
1274
+ },
1275
+ ...props,
1276
+ children: /* @__PURE__ */ jsxs39("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1277
+ /* @__PURE__ */ jsx45("rect", { vectorEffect: "non-scaling-stroke", width: 20, height: 14, x: 2, y: 3, rx: 2 }),
1278
+ /* @__PURE__ */ jsx45("line", { vectorEffect: "non-scaling-stroke", x1: 8, x2: 16, y1: 21, y2: 21 }),
1279
+ /* @__PURE__ */ jsx45("line", { vectorEffect: "non-scaling-stroke", x1: 12, x2: 12, y1: 17, y2: 21 })
1280
+ ] })
1281
+ }
1282
+ );
1283
+
1284
+ // ../../icons/src/generated/PhoneIcon.tsx
1285
+ import { jsx as jsx46 } from "react/jsx-runtime";
1286
+ var PhoneIcon = (props) => /* @__PURE__ */ jsx46(
1287
+ "svg",
1288
+ {
1289
+ xmlns: "http://www.w3.org/2000/svg",
1290
+ width: "1em",
1291
+ height: "1em",
1292
+ viewBox: "0 0 24 24",
1293
+ fill: "none",
1294
+ stroke: "currentColor",
1295
+ strokeWidth: 1.5,
1296
+ strokeLinecap: "round",
1297
+ strokeLinejoin: "round",
1298
+ style: {
1299
+ width: "round(1em, 4px)",
1300
+ height: "round(1em, 4px)"
1301
+ },
1302
+ ...props,
1303
+ children: /* @__PURE__ */ jsx46("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: /* @__PURE__ */ jsx46(
1304
+ "path",
1305
+ {
1306
+ vectorEffect: "non-scaling-stroke",
1307
+ d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"
1308
+ }
1309
+ ) })
1310
+ }
1311
+ );
1312
+
1313
+ // ../../icons/src/generated/TruckIcon.tsx
1314
+ import { jsx as jsx47, jsxs as jsxs40 } from "react/jsx-runtime";
1315
+ var TruckIcon = (props) => /* @__PURE__ */ jsx47(
1316
+ "svg",
1317
+ {
1318
+ xmlns: "http://www.w3.org/2000/svg",
1319
+ width: "1em",
1320
+ height: "1em",
1321
+ viewBox: "0 0 24 24",
1322
+ fill: "none",
1323
+ stroke: "currentColor",
1324
+ strokeWidth: 1.5,
1325
+ strokeLinecap: "round",
1326
+ strokeLinejoin: "round",
1327
+ style: {
1328
+ width: "round(1em, 4px)",
1329
+ height: "round(1em, 4px)"
1330
+ },
1331
+ ...props,
1332
+ children: /* @__PURE__ */ jsxs40("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1333
+ /* @__PURE__ */ jsx47(
1334
+ "path",
1335
+ {
1336
+ vectorEffect: "non-scaling-stroke",
1337
+ d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"
1338
+ }
1339
+ ),
1340
+ /* @__PURE__ */ jsx47("path", { vectorEffect: "non-scaling-stroke", d: "M15 18H9" }),
1341
+ /* @__PURE__ */ jsx47(
1342
+ "path",
1343
+ {
1344
+ vectorEffect: "non-scaling-stroke",
1345
+ d: "M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"
1346
+ }
1347
+ ),
1348
+ /* @__PURE__ */ jsx47("circle", { vectorEffect: "non-scaling-stroke", cx: 17, cy: 18, r: 2 }),
1349
+ /* @__PURE__ */ jsx47("circle", { vectorEffect: "non-scaling-stroke", cx: 7, cy: 18, r: 2 })
1350
+ ] })
1351
+ }
1352
+ );
1353
+
1354
+ // ../../icons/src/generated/ImageIcon.tsx
1355
+ import { jsx as jsx48, jsxs as jsxs41 } from "react/jsx-runtime";
1356
+ var ImageIcon = (props) => /* @__PURE__ */ jsx48(
1357
+ "svg",
1358
+ {
1359
+ xmlns: "http://www.w3.org/2000/svg",
1360
+ width: "1em",
1361
+ height: "1em",
1362
+ viewBox: "0 0 24 24",
1363
+ fill: "none",
1364
+ stroke: "currentColor",
1365
+ strokeWidth: 1.5,
1366
+ strokeLinecap: "round",
1367
+ strokeLinejoin: "round",
1368
+ style: {
1369
+ width: "round(1em, 4px)",
1370
+ height: "round(1em, 4px)"
1371
+ },
1372
+ ...props,
1373
+ children: /* @__PURE__ */ jsxs41("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1374
+ /* @__PURE__ */ jsx48("rect", { vectorEffect: "non-scaling-stroke", width: 18, height: 18, x: 3, y: 3, rx: 2, ry: 2 }),
1375
+ /* @__PURE__ */ jsx48("circle", { vectorEffect: "non-scaling-stroke", cx: 9, cy: 9, r: 2 }),
1376
+ /* @__PURE__ */ jsx48("path", { vectorEffect: "non-scaling-stroke", d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
1377
+ ] })
1378
+ }
1379
+ );
1380
+
1381
+ // ../../icons/src/generated/CableIcon.tsx
1382
+ import { jsx as jsx49, jsxs as jsxs42 } from "react/jsx-runtime";
1383
+ var CableIcon = (props) => /* @__PURE__ */ jsx49(
1384
+ "svg",
1385
+ {
1386
+ xmlns: "http://www.w3.org/2000/svg",
1387
+ width: "1em",
1388
+ height: "1em",
1389
+ viewBox: "0 0 24 24",
1390
+ fill: "none",
1391
+ stroke: "currentColor",
1392
+ strokeWidth: 1.5,
1393
+ strokeLinecap: "round",
1394
+ strokeLinejoin: "round",
1395
+ style: {
1396
+ width: "round(1em, 4px)",
1397
+ height: "round(1em, 4px)"
1398
+ },
1399
+ ...props,
1400
+ children: /* @__PURE__ */ jsxs42("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1401
+ /* @__PURE__ */ jsx49(
1402
+ "path",
1403
+ {
1404
+ vectorEffect: "non-scaling-stroke",
1405
+ d: "M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z"
1406
+ }
1407
+ ),
1408
+ /* @__PURE__ */ jsx49("path", { vectorEffect: "non-scaling-stroke", d: "M17 21v-2" }),
1409
+ /* @__PURE__ */ jsx49("path", { vectorEffect: "non-scaling-stroke", d: "M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10" }),
1410
+ /* @__PURE__ */ jsx49("path", { vectorEffect: "non-scaling-stroke", d: "M21 21v-2" }),
1411
+ /* @__PURE__ */ jsx49("path", { vectorEffect: "non-scaling-stroke", d: "M3 5V3" }),
1412
+ /* @__PURE__ */ jsx49(
1413
+ "path",
1414
+ {
1415
+ vectorEffect: "non-scaling-stroke",
1416
+ d: "M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z"
1417
+ }
1418
+ ),
1419
+ /* @__PURE__ */ jsx49("path", { vectorEffect: "non-scaling-stroke", d: "M7 5V3" })
1420
+ ] })
1421
+ }
1422
+ );
1423
+
1424
+ // ../../icons/src/generated/MousePointerClickIcon.tsx
1425
+ import { jsx as jsx50, jsxs as jsxs43 } from "react/jsx-runtime";
1426
+ var MousePointerClickIcon = (props) => /* @__PURE__ */ jsx50(
1427
+ "svg",
1428
+ {
1429
+ xmlns: "http://www.w3.org/2000/svg",
1430
+ width: "1em",
1431
+ height: "1em",
1432
+ viewBox: "0 0 24 24",
1433
+ fill: "none",
1434
+ stroke: "currentColor",
1435
+ strokeWidth: 1.5,
1436
+ strokeLinecap: "round",
1437
+ strokeLinejoin: "round",
1438
+ style: {
1439
+ width: "round(1em, 4px)",
1440
+ height: "round(1em, 4px)"
1441
+ },
1442
+ ...props,
1443
+ children: /* @__PURE__ */ jsxs43("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1444
+ /* @__PURE__ */ jsx50("path", { vectorEffect: "non-scaling-stroke", d: "M14 4.1 12 6" }),
1445
+ /* @__PURE__ */ jsx50("path", { vectorEffect: "non-scaling-stroke", d: "m5.1 8-2.9-.8" }),
1446
+ /* @__PURE__ */ jsx50("path", { vectorEffect: "non-scaling-stroke", d: "m6 12-1.9 2" }),
1447
+ /* @__PURE__ */ jsx50("path", { vectorEffect: "non-scaling-stroke", d: "M7.2 2.2 8 5.1" }),
1448
+ /* @__PURE__ */ jsx50(
1449
+ "path",
1450
+ {
1451
+ vectorEffect: "non-scaling-stroke",
1452
+ d: "M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z"
1453
+ }
1454
+ )
1455
+ ] })
1456
+ }
1457
+ );
1458
+
1459
+ // ../../icons/src/generated/TrendingUpIcon.tsx
1460
+ import { jsx as jsx51, jsxs as jsxs44 } from "react/jsx-runtime";
1461
+ var TrendingUpIcon = (props) => /* @__PURE__ */ jsx51(
1462
+ "svg",
1463
+ {
1464
+ xmlns: "http://www.w3.org/2000/svg",
1465
+ width: "1em",
1466
+ height: "1em",
1467
+ viewBox: "0 0 24 24",
1468
+ fill: "none",
1469
+ stroke: "currentColor",
1470
+ strokeWidth: 1.5,
1471
+ strokeLinecap: "round",
1472
+ strokeLinejoin: "round",
1473
+ style: {
1474
+ width: "round(1em, 4px)",
1475
+ height: "round(1em, 4px)"
1476
+ },
1477
+ ...props,
1478
+ children: /* @__PURE__ */ jsxs44("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1479
+ /* @__PURE__ */ jsx51("path", { vectorEffect: "non-scaling-stroke", d: "M16 7h6v6" }),
1480
+ /* @__PURE__ */ jsx51("path", { vectorEffect: "non-scaling-stroke", d: "m22 7-8.5 8.5-5-5L2 17" })
1481
+ ] })
1482
+ }
1483
+ );
1484
+
1485
+ // ../../icons/src/generated/LockIcon.tsx
1486
+ import { jsx as jsx52, jsxs as jsxs45 } from "react/jsx-runtime";
1487
+ var LockIcon = (props) => /* @__PURE__ */ jsx52(
1488
+ "svg",
1489
+ {
1490
+ xmlns: "http://www.w3.org/2000/svg",
1491
+ width: "1em",
1492
+ height: "1em",
1493
+ viewBox: "0 0 24 24",
1494
+ fill: "none",
1495
+ stroke: "currentColor",
1496
+ strokeWidth: 1.5,
1497
+ strokeLinecap: "round",
1498
+ strokeLinejoin: "round",
1499
+ style: {
1500
+ width: "round(1em, 4px)",
1501
+ height: "round(1em, 4px)"
1502
+ },
1503
+ ...props,
1504
+ children: /* @__PURE__ */ jsxs45("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1505
+ /* @__PURE__ */ jsx52("rect", { vectorEffect: "non-scaling-stroke", width: 18, height: 11, x: 3, y: 11, rx: 2, ry: 2 }),
1506
+ /* @__PURE__ */ jsx52("path", { vectorEffect: "non-scaling-stroke", d: "M7 11V7a5 5 0 0 1 10 0v4" })
1507
+ ] })
1508
+ }
1509
+ );
1510
+
1511
+ // ../../icons/src/generated/KeyIcon.tsx
1512
+ import { jsx as jsx53, jsxs as jsxs46 } from "react/jsx-runtime";
1513
+ var KeyIcon = (props) => /* @__PURE__ */ jsx53(
1514
+ "svg",
1515
+ {
1516
+ xmlns: "http://www.w3.org/2000/svg",
1517
+ width: "1em",
1518
+ height: "1em",
1519
+ viewBox: "0 0 24 24",
1520
+ fill: "none",
1521
+ stroke: "currentColor",
1522
+ strokeWidth: 1.5,
1523
+ strokeLinecap: "round",
1524
+ strokeLinejoin: "round",
1525
+ style: {
1526
+ width: "round(1em, 4px)",
1527
+ height: "round(1em, 4px)"
1528
+ },
1529
+ ...props,
1530
+ children: /* @__PURE__ */ jsxs46("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1531
+ /* @__PURE__ */ jsx53(
1532
+ "path",
1533
+ {
1534
+ vectorEffect: "non-scaling-stroke",
1535
+ d: "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z"
1536
+ }
1537
+ ),
1538
+ /* @__PURE__ */ jsx53("circle", { vectorEffect: "non-scaling-stroke", cx: 16.5, cy: 7.5, r: 0.5, fill: "currentColor" })
1539
+ ] })
1540
+ }
1541
+ );
1542
+
1543
+ // ../../icons/src/generated/ShieldCheckIcon.tsx
1544
+ import { jsx as jsx54, jsxs as jsxs47 } from "react/jsx-runtime";
1545
+ var ShieldCheckIcon = (props) => /* @__PURE__ */ jsx54(
1546
+ "svg",
1547
+ {
1548
+ xmlns: "http://www.w3.org/2000/svg",
1549
+ width: "1em",
1550
+ height: "1em",
1551
+ viewBox: "0 0 24 24",
1552
+ fill: "none",
1553
+ stroke: "currentColor",
1554
+ strokeWidth: 1.5,
1555
+ strokeLinecap: "round",
1556
+ strokeLinejoin: "round",
1557
+ style: {
1558
+ width: "round(1em, 4px)",
1559
+ height: "round(1em, 4px)"
1560
+ },
1561
+ ...props,
1562
+ children: /* @__PURE__ */ jsxs47("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1563
+ /* @__PURE__ */ jsx54(
1564
+ "path",
1565
+ {
1566
+ vectorEffect: "non-scaling-stroke",
1567
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
1568
+ }
1569
+ ),
1570
+ /* @__PURE__ */ jsx54("path", { vectorEffect: "non-scaling-stroke", d: "m9 12 2 2 4-4" })
1571
+ ] })
1572
+ }
1573
+ );
1574
+
1575
+ // ../../icons/src/generated/GiftIcon.tsx
1576
+ import { jsx as jsx55, jsxs as jsxs48 } from "react/jsx-runtime";
1577
+ var GiftIcon = (props) => /* @__PURE__ */ jsx55(
1578
+ "svg",
1579
+ {
1580
+ xmlns: "http://www.w3.org/2000/svg",
1581
+ width: "1em",
1582
+ height: "1em",
1583
+ viewBox: "0 0 24 24",
1584
+ fill: "none",
1585
+ stroke: "currentColor",
1586
+ strokeWidth: 1.5,
1587
+ strokeLinecap: "round",
1588
+ strokeLinejoin: "round",
1589
+ style: {
1590
+ width: "round(1em, 4px)",
1591
+ height: "round(1em, 4px)"
1592
+ },
1593
+ ...props,
1594
+ children: /* @__PURE__ */ jsxs48("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1595
+ /* @__PURE__ */ jsx55("rect", { vectorEffect: "non-scaling-stroke", x: 3, y: 8, width: 18, height: 4, rx: 1 }),
1596
+ /* @__PURE__ */ jsx55("path", { vectorEffect: "non-scaling-stroke", d: "M12 8v13" }),
1597
+ /* @__PURE__ */ jsx55("path", { vectorEffect: "non-scaling-stroke", d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7" }),
1598
+ /* @__PURE__ */ jsx55(
1599
+ "path",
1600
+ {
1601
+ vectorEffect: "non-scaling-stroke",
1602
+ d: "M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5"
1603
+ }
1604
+ )
1605
+ ] })
1606
+ }
1607
+ );
1608
+
1609
+ // ../../icons/src/generated/StarIcon.tsx
1610
+ import { jsx as jsx56 } from "react/jsx-runtime";
1611
+ var StarIcon = (props) => /* @__PURE__ */ jsx56(
1612
+ "svg",
1613
+ {
1614
+ xmlns: "http://www.w3.org/2000/svg",
1615
+ width: "1em",
1616
+ height: "1em",
1617
+ viewBox: "0 0 24 24",
1618
+ fill: "none",
1619
+ stroke: "currentColor",
1620
+ strokeWidth: 1.5,
1621
+ strokeLinecap: "round",
1622
+ strokeLinejoin: "round",
1623
+ style: {
1624
+ width: "round(1em, 4px)",
1625
+ height: "round(1em, 4px)"
1626
+ },
1627
+ ...props,
1628
+ children: /* @__PURE__ */ jsx56("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: /* @__PURE__ */ jsx56(
1629
+ "path",
1630
+ {
1631
+ vectorEffect: "non-scaling-stroke",
1632
+ d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
1633
+ }
1634
+ ) })
1635
+ }
1636
+ );
1637
+
1638
+ // ../../icons/src/generated/SparklesIcon.tsx
1639
+ import { jsx as jsx57, jsxs as jsxs49 } from "react/jsx-runtime";
1640
+ var SparklesIcon = (props) => /* @__PURE__ */ jsx57(
1641
+ "svg",
1642
+ {
1643
+ xmlns: "http://www.w3.org/2000/svg",
1644
+ width: "1em",
1645
+ height: "1em",
1646
+ viewBox: "0 0 24 24",
1647
+ fill: "none",
1648
+ stroke: "currentColor",
1649
+ strokeWidth: 1.5,
1650
+ strokeLinecap: "round",
1651
+ strokeLinejoin: "round",
1652
+ style: {
1653
+ width: "round(1em, 4px)",
1654
+ height: "round(1em, 4px)"
1655
+ },
1656
+ ...props,
1657
+ children: /* @__PURE__ */ jsxs49("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1658
+ /* @__PURE__ */ jsx57(
1659
+ "path",
1660
+ {
1661
+ vectorEffect: "non-scaling-stroke",
1662
+ d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"
1663
+ }
1664
+ ),
1665
+ /* @__PURE__ */ jsx57("path", { vectorEffect: "non-scaling-stroke", d: "M20 2v4" }),
1666
+ /* @__PURE__ */ jsx57("path", { vectorEffect: "non-scaling-stroke", d: "M22 4h-4" }),
1667
+ /* @__PURE__ */ jsx57("circle", { vectorEffect: "non-scaling-stroke", cx: 4, cy: 20, r: 2 })
1668
+ ] })
1669
+ }
1670
+ );
1671
+
1672
+ // ../../icons/src/generated/ThumbsUpIcon.tsx
1673
+ import { jsx as jsx58, jsxs as jsxs50 } from "react/jsx-runtime";
1674
+ var ThumbsUpIcon = (props) => /* @__PURE__ */ jsx58(
1675
+ "svg",
1676
+ {
1677
+ xmlns: "http://www.w3.org/2000/svg",
1678
+ width: "1em",
1679
+ height: "1em",
1680
+ viewBox: "0 0 24 24",
1681
+ fill: "none",
1682
+ stroke: "currentColor",
1683
+ strokeWidth: 1.5,
1684
+ strokeLinecap: "round",
1685
+ strokeLinejoin: "round",
1686
+ style: {
1687
+ width: "round(1em, 4px)",
1688
+ height: "round(1em, 4px)"
1689
+ },
1690
+ ...props,
1691
+ children: /* @__PURE__ */ jsxs50("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1692
+ /* @__PURE__ */ jsx58("path", { vectorEffect: "non-scaling-stroke", d: "M7 10v12" }),
1693
+ /* @__PURE__ */ jsx58(
1694
+ "path",
1695
+ {
1696
+ vectorEffect: "non-scaling-stroke",
1697
+ d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"
1698
+ }
1699
+ )
1700
+ ] })
1701
+ }
1702
+ );
1703
+
1704
+ // ../../icons/src/generated/LightbulbIcon.tsx
1705
+ import { jsx as jsx59, jsxs as jsxs51 } from "react/jsx-runtime";
1706
+ var LightbulbIcon = (props) => /* @__PURE__ */ jsx59(
1707
+ "svg",
1708
+ {
1709
+ xmlns: "http://www.w3.org/2000/svg",
1710
+ width: "1em",
1711
+ height: "1em",
1712
+ viewBox: "0 0 24 24",
1713
+ fill: "none",
1714
+ stroke: "currentColor",
1715
+ strokeWidth: 1.5,
1716
+ strokeLinecap: "round",
1717
+ strokeLinejoin: "round",
1718
+ style: {
1719
+ width: "round(1em, 4px)",
1720
+ height: "round(1em, 4px)"
1721
+ },
1722
+ ...props,
1723
+ children: /* @__PURE__ */ jsxs51("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1724
+ /* @__PURE__ */ jsx59(
1725
+ "path",
1726
+ {
1727
+ vectorEffect: "non-scaling-stroke",
1728
+ d: "M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"
1729
+ }
1730
+ ),
1731
+ /* @__PURE__ */ jsx59("path", { vectorEffect: "non-scaling-stroke", d: "M9 18h6" }),
1732
+ /* @__PURE__ */ jsx59("path", { vectorEffect: "non-scaling-stroke", d: "M10 22h4" })
1733
+ ] })
1734
+ }
1735
+ );
1736
+
1737
+ // ../../icons/src/generated/TimerIcon.tsx
1738
+ import { jsx as jsx60, jsxs as jsxs52 } from "react/jsx-runtime";
1739
+ var TimerIcon = (props) => /* @__PURE__ */ jsx60(
1740
+ "svg",
1741
+ {
1742
+ xmlns: "http://www.w3.org/2000/svg",
1743
+ width: "1em",
1744
+ height: "1em",
1745
+ viewBox: "0 0 24 24",
1746
+ fill: "none",
1747
+ stroke: "currentColor",
1748
+ strokeWidth: 1.5,
1749
+ strokeLinecap: "round",
1750
+ strokeLinejoin: "round",
1751
+ style: {
1752
+ width: "round(1em, 4px)",
1753
+ height: "round(1em, 4px)"
1754
+ },
1755
+ ...props,
1756
+ children: /* @__PURE__ */ jsxs52("g", { transform: "translate(2 2) scale(0.8333333333333333)", children: [
1757
+ /* @__PURE__ */ jsx60("line", { vectorEffect: "non-scaling-stroke", x1: 10, x2: 14, y1: 2, y2: 2 }),
1758
+ /* @__PURE__ */ jsx60("line", { vectorEffect: "non-scaling-stroke", x1: 12, x2: 15, y1: 14, y2: 11 }),
1759
+ /* @__PURE__ */ jsx60("circle", { vectorEffect: "non-scaling-stroke", cx: 12, cy: 14, r: 8 })
1760
+ ] })
1761
+ }
1762
+ );
1763
+
1764
+ // ../../icons/src/generated/LoadingIcon.tsx
1765
+ import { jsx as jsx61 } from "react/jsx-runtime";
1766
+ var LoadingIcon = (props) => /* @__PURE__ */ jsx61(
1767
+ "svg",
1768
+ {
1769
+ xmlns: "http://www.w3.org/2000/svg",
1770
+ width: "1em",
1771
+ height: "1em",
1772
+ viewBox: "0 0 24 24",
1773
+ fill: "none",
1774
+ stroke: "currentColor",
1775
+ strokeWidth: 1.5,
1776
+ strokeLinecap: "round",
1777
+ strokeLinejoin: "round",
1778
+ style: {
1779
+ width: "round(1em, 4px)",
1780
+ height: "round(1em, 4px)"
1781
+ },
1782
+ ...props,
1783
+ children: /* @__PURE__ */ jsx61("path", { d: "M21 12a9 9 0 1 1-9-9" })
1784
+ }
1785
+ );
1786
+
1787
+ // ../../icons/src/generated/SuccessIcon.tsx
1788
+ import { jsx as jsx62, jsxs as jsxs53 } from "react/jsx-runtime";
1789
+ var SuccessIcon = (props) => /* @__PURE__ */ jsxs53(
1790
+ "svg",
1791
+ {
1792
+ xmlns: "http://www.w3.org/2000/svg",
1793
+ width: "1em",
1794
+ height: "1em",
1795
+ viewBox: "0 0 24 24",
1796
+ fill: "none",
1797
+ stroke: "currentColor",
1798
+ strokeWidth: 1.5,
1799
+ strokeLinecap: "round",
1800
+ strokeLinejoin: "round",
1801
+ style: {
1802
+ width: "round(1em, 4px)",
1803
+ height: "round(1em, 4px)"
1804
+ },
1805
+ ...props,
1806
+ children: [
1807
+ /* @__PURE__ */ jsx62("circle", { cx: 12, cy: 12, r: 9 }),
1808
+ /* @__PURE__ */ jsx62("path", { d: "M8 12.25 10.9 15.15 16 9.5" })
1809
+ ]
1810
+ }
1811
+ );
1812
+
1813
+ export {
1814
+ BlankIcon,
1815
+ SearchIcon,
1816
+ FilterIcon,
1817
+ InfoIcon,
1818
+ DashboardIcon,
1819
+ CloseIcon,
1820
+ HomeIcon,
1821
+ ReportIcon,
1822
+ ProductIcon,
1823
+ ChevronUpIcon,
1824
+ ChevronDownIcon,
1825
+ ChevronLeftIcon,
1826
+ ChevronRightIcon,
1827
+ ArrowRightIcon,
1828
+ ArrowLeftIcon,
1829
+ PersonIcon,
1830
+ PlusIcon,
1831
+ CheckIcon,
1832
+ AlertIcon,
1833
+ AlarmIcon,
1834
+ CardIcon,
1835
+ HistoryIcon,
1836
+ LogoutIcon,
1837
+ ExternalLinkIcon,
1838
+ MenuIcon,
1839
+ HelpIcon,
1840
+ MoreVerticalIcon,
1841
+ RefreshIcon,
1842
+ SendIcon,
1843
+ PencilIcon,
1844
+ TrashIcon,
1845
+ UploadIcon,
1846
+ CopyIcon,
1847
+ LinkIcon,
1848
+ EyeIcon,
1849
+ EyeOffIcon,
1850
+ PauseIcon,
1851
+ CameraIcon,
1852
+ SlidersIcon,
1853
+ TypeIcon,
1854
+ UnplugIcon,
1855
+ StoreIcon,
1856
+ MessageIcon,
1857
+ SmartphoneIcon,
1858
+ MonitorIcon,
1859
+ PhoneIcon,
1860
+ TruckIcon,
1861
+ ImageIcon,
1862
+ CableIcon,
1863
+ MousePointerClickIcon,
1864
+ TrendingUpIcon,
1865
+ LockIcon,
1866
+ KeyIcon,
1867
+ ShieldCheckIcon,
1868
+ GiftIcon,
1869
+ StarIcon,
1870
+ SparklesIcon,
1871
+ ThumbsUpIcon,
1872
+ LightbulbIcon,
1873
+ TimerIcon,
1874
+ LoadingIcon,
1875
+ SuccessIcon
1876
+ };