@aciole/acyon 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/dist/acyon.cjs.js +208 -0
  2. package/dist/acyon.cjs.js.map +1 -0
  3. package/dist/acyon.css +1 -0
  4. package/dist/acyon.es.js +3667 -0
  5. package/dist/acyon.es.js.map +1 -0
  6. package/dist/components/Accordion/Accordion.d.ts +5 -0
  7. package/dist/components/Accordion/types.d.ts +16 -0
  8. package/dist/components/Avatar/Avatar.d.ts +4 -0
  9. package/dist/components/Avatar/types.d.ts +9 -0
  10. package/dist/components/Badge/Badge.d.ts +4 -0
  11. package/dist/components/Badge/types.d.ts +10 -0
  12. package/dist/components/Box/Box.d.ts +6 -0
  13. package/dist/components/Box/types.d.ts +14 -0
  14. package/dist/components/Breadcrumb/Breadcrumb.d.ts +4 -0
  15. package/dist/components/Breadcrumb/types.d.ts +11 -0
  16. package/dist/components/Button/Button.d.ts +4 -0
  17. package/dist/components/Button/types.d.ts +14 -0
  18. package/dist/components/Card/Card.d.ts +7 -0
  19. package/dist/components/Card/types.d.ts +17 -0
  20. package/dist/components/Checkbox/Checkbox.d.ts +4 -0
  21. package/dist/components/Checkbox/types.d.ts +8 -0
  22. package/dist/components/Code/Code.d.ts +4 -0
  23. package/dist/components/Code/types.d.ts +9 -0
  24. package/dist/components/Container/Container.d.ts +4 -0
  25. package/dist/components/Container/types.d.ts +8 -0
  26. package/dist/components/DatePicker/DatePicker.d.ts +4 -0
  27. package/dist/components/DatePicker/types.d.ts +7 -0
  28. package/dist/components/Divider/Divider.d.ts +3 -0
  29. package/dist/components/Divider/types.d.ts +6 -0
  30. package/dist/components/Drawer/Drawer.d.ts +4 -0
  31. package/dist/components/Drawer/types.d.ts +14 -0
  32. package/dist/components/EmptyState/EmptyState.d.ts +4 -0
  33. package/dist/components/EmptyState/types.d.ts +7 -0
  34. package/dist/components/FileUpload/FileUpload.d.ts +4 -0
  35. package/dist/components/FileUpload/types.d.ts +10 -0
  36. package/dist/components/Flex/Flex.d.ts +4 -0
  37. package/dist/components/Flex/types.d.ts +16 -0
  38. package/dist/components/FormField/FormField.d.ts +4 -0
  39. package/dist/components/FormField/types.d.ts +10 -0
  40. package/dist/components/Grid/Grid.d.ts +4 -0
  41. package/dist/components/Grid/types.d.ts +10 -0
  42. package/dist/components/Heading/Heading.d.ts +9 -0
  43. package/dist/components/Heading/types.d.ts +7 -0
  44. package/dist/components/IconButton/IconButton.d.ts +4 -0
  45. package/dist/components/IconButton/types.d.ts +11 -0
  46. package/dist/components/Image/Image.d.ts +4 -0
  47. package/dist/components/Image/types.d.ts +8 -0
  48. package/dist/components/Input/Input.d.ts +4 -0
  49. package/dist/components/Input/types.d.ts +12 -0
  50. package/dist/components/Link/Link.d.ts +7 -0
  51. package/dist/components/Link/types.d.ts +10 -0
  52. package/dist/components/List/List.d.ts +7 -0
  53. package/dist/components/List/types.d.ts +12 -0
  54. package/dist/components/Loader/Loader.d.ts +3 -0
  55. package/dist/components/Loader/types.d.ts +8 -0
  56. package/dist/components/Modal/Modal.d.ts +4 -0
  57. package/dist/components/Modal/types.d.ts +13 -0
  58. package/dist/components/MultiSelect/MultiSelect.d.ts +4 -0
  59. package/dist/components/MultiSelect/types.d.ts +18 -0
  60. package/dist/components/PageHeader/PageHeader.d.ts +4 -0
  61. package/dist/components/PageHeader/types.d.ts +9 -0
  62. package/dist/components/Pagination/Pagination.d.ts +4 -0
  63. package/dist/components/Pagination/types.d.ts +7 -0
  64. package/dist/components/Progress/Progress.d.ts +4 -0
  65. package/dist/components/Progress/types.d.ts +12 -0
  66. package/dist/components/Radio/Radio.d.ts +4 -0
  67. package/dist/components/Radio/types.d.ts +8 -0
  68. package/dist/components/Search/Search.d.ts +4 -0
  69. package/dist/components/Search/types.d.ts +5 -0
  70. package/dist/components/Select/Select.d.ts +4 -0
  71. package/dist/components/Select/types.d.ts +23 -0
  72. package/dist/components/Sidebar/Sidebar.d.ts +14 -0
  73. package/dist/components/Sidebar/types.d.ts +34 -0
  74. package/dist/components/Skeleton/Skeleton.d.ts +4 -0
  75. package/dist/components/Skeleton/types.d.ts +8 -0
  76. package/dist/components/Slider/Slider.d.ts +4 -0
  77. package/dist/components/Slider/types.d.ts +5 -0
  78. package/dist/components/Spacer/Spacer.d.ts +4 -0
  79. package/dist/components/Spacer/types.d.ts +7 -0
  80. package/dist/components/Switch/Switch.d.ts +4 -0
  81. package/dist/components/Switch/types.d.ts +6 -0
  82. package/dist/components/Table/Table.d.ts +9 -0
  83. package/dist/components/Table/types.d.ts +8 -0
  84. package/dist/components/Tabs/Tabs.d.ts +4 -0
  85. package/dist/components/Tabs/types.d.ts +19 -0
  86. package/dist/components/Tag/Tag.d.ts +3 -0
  87. package/dist/components/Tag/types.d.ts +13 -0
  88. package/dist/components/Text/Text.d.ts +4 -0
  89. package/dist/components/Text/types.d.ts +13 -0
  90. package/dist/components/TextArea/TextArea.d.ts +4 -0
  91. package/dist/components/TextArea/types.d.ts +9 -0
  92. package/dist/components/ThemeProvider/ThemeProvider.d.ts +5 -0
  93. package/dist/components/ThemeProvider/types.d.ts +15 -0
  94. package/dist/components/Timeline/Timeline.d.ts +5 -0
  95. package/dist/components/Timeline/types.d.ts +12 -0
  96. package/dist/components/Toast/Toast.d.ts +5 -0
  97. package/dist/components/Toast/types.d.ts +20 -0
  98. package/dist/components/Tooltip/Tooltip.d.ts +3 -0
  99. package/dist/components/Tooltip/types.d.ts +8 -0
  100. package/dist/components/TopBar/TopBar.d.ts +4 -0
  101. package/dist/components/TopBar/types.d.ts +17 -0
  102. package/dist/components/index.d.ts +49 -0
  103. package/dist/components/types.d.ts +7 -0
  104. package/dist/hooks/useOverlay.d.ts +9 -0
  105. package/dist/icons/IconBase.d.ts +5 -0
  106. package/dist/icons/generated.d.ts +1269 -0
  107. package/dist/icons/index.d.ts +5 -0
  108. package/dist/icons/types.d.ts +6 -0
  109. package/dist/index.d.ts +4 -0
  110. package/dist/utils/classNames.d.ts +7 -0
  111. package/dist/utils/formater.d.ts +1 -0
  112. package/dist/utils/index.d.ts +4 -0
  113. package/dist/utils/styleTokens.d.ts +14 -0
  114. package/dist/utils/variants.d.ts +25 -0
  115. package/package.json +58 -0
@@ -0,0 +1,1269 @@
1
+ import { IconProps } from './IconBase';
2
+ export type IconName = 'activity' | 'alert-circle' | 'alert-triangle' | 'align-horizontal' | 'align-justify' | 'app-window' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'badge' | 'battery' | 'bell' | 'bluetooth' | 'book' | 'box' | 'calendar' | 'camera' | 'check-square' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevron' | 'circle-dot' | 'clock' | 'close' | 'cloud' | 'code' | 'component' | 'copy' | 'credit-card' | 'database' | 'download' | 'edit' | 'external-link' | 'eye-off' | 'eye' | 'file-text' | 'file' | 'filter' | 'folder' | 'form-input' | 'ghost' | 'gift' | 'git-commit' | 'github' | 'grid' | 'grip' | 'heading1' | 'heart' | 'help-circle' | 'history' | 'home' | 'image' | 'info' | 'lab' | 'laptop' | 'layout-template' | 'layout' | 'link' | 'linkedin' | 'list-checks' | 'list-collapse' | 'list-filter' | 'list' | 'loader2' | 'lock' | 'log-in' | 'log-out' | 'mail' | 'map-pin' | 'menu' | 'message-circle' | 'message-square' | 'mic' | 'milestone' | 'minus' | 'monitor' | 'moon' | 'more-horizontal' | 'mouse-pointer' | 'music' | 'panel-left' | 'panel-top' | 'panel' | 'phone' | 'plus' | 'rectangle-horizontal' | 'refresh' | 'rocket' | 'ruler' | 'search' | 'server' | 'settings' | 'share' | 'shield' | 'shopping-cart' | 'sliders-horizontal' | 'smartphone' | 'spark' | 'sparkles' | 'spinner' | 'square' | 'star' | 'sun' | 'table' | 'tablet' | 'tag' | 'text-cursor' | 'theme-dark' | 'theme-light' | 'toggle-right' | 'trash' | 'type' | 'unlock' | 'upload-cloud' | 'upload' | 'user-circle' | 'user' | 'video' | 'warning' | 'wifi' | 'x' | 'zap';
3
+ declare const icons: {
4
+ activity: {
5
+ viewBox: string;
6
+ fill: string;
7
+ stroke: string;
8
+ strokeWidth: string;
9
+ strokeLinecap: string;
10
+ strokeLinejoin: string;
11
+ body: string;
12
+ };
13
+ 'alert-circle': {
14
+ viewBox: string;
15
+ fill: string;
16
+ stroke: string;
17
+ strokeWidth: string;
18
+ strokeLinecap: string;
19
+ strokeLinejoin: string;
20
+ body: string;
21
+ };
22
+ 'alert-triangle': {
23
+ viewBox: string;
24
+ fill: string;
25
+ stroke: string;
26
+ strokeWidth: string;
27
+ strokeLinecap: string;
28
+ strokeLinejoin: string;
29
+ body: string;
30
+ };
31
+ 'align-horizontal': {
32
+ viewBox: string;
33
+ fill: string;
34
+ stroke: string;
35
+ strokeWidth: string;
36
+ strokeLinecap: string;
37
+ strokeLinejoin: string;
38
+ body: string;
39
+ };
40
+ 'align-justify': {
41
+ viewBox: string;
42
+ fill: string;
43
+ stroke: string;
44
+ strokeWidth: string;
45
+ strokeLinecap: string;
46
+ strokeLinejoin: string;
47
+ body: string;
48
+ };
49
+ 'app-window': {
50
+ viewBox: string;
51
+ fill: string;
52
+ stroke: string;
53
+ strokeWidth: string;
54
+ strokeLinecap: string;
55
+ strokeLinejoin: string;
56
+ body: string;
57
+ };
58
+ 'arrow-down': {
59
+ viewBox: string;
60
+ fill: string;
61
+ stroke: string;
62
+ strokeWidth: string;
63
+ strokeLinecap: string;
64
+ strokeLinejoin: string;
65
+ body: string;
66
+ };
67
+ 'arrow-left': {
68
+ viewBox: string;
69
+ fill: string;
70
+ stroke: string;
71
+ strokeWidth: string;
72
+ strokeLinecap: string;
73
+ strokeLinejoin: string;
74
+ body: string;
75
+ };
76
+ 'arrow-right': {
77
+ viewBox: string;
78
+ fill: string;
79
+ stroke: string;
80
+ strokeWidth: string;
81
+ strokeLinecap: string;
82
+ strokeLinejoin: string;
83
+ body: string;
84
+ };
85
+ 'arrow-up': {
86
+ viewBox: string;
87
+ fill: string;
88
+ stroke: string;
89
+ strokeWidth: string;
90
+ strokeLinecap: string;
91
+ strokeLinejoin: string;
92
+ body: string;
93
+ };
94
+ badge: {
95
+ viewBox: string;
96
+ fill: string;
97
+ stroke: string;
98
+ strokeWidth: string;
99
+ strokeLinecap: string;
100
+ strokeLinejoin: string;
101
+ body: string;
102
+ };
103
+ battery: {
104
+ viewBox: string;
105
+ fill: string;
106
+ stroke: string;
107
+ strokeWidth: string;
108
+ strokeLinecap: string;
109
+ strokeLinejoin: string;
110
+ body: string;
111
+ };
112
+ bell: {
113
+ viewBox: string;
114
+ fill: string;
115
+ stroke: string;
116
+ strokeWidth: string;
117
+ strokeLinecap: string;
118
+ strokeLinejoin: string;
119
+ body: string;
120
+ };
121
+ bluetooth: {
122
+ viewBox: string;
123
+ fill: string;
124
+ stroke: string;
125
+ strokeWidth: string;
126
+ strokeLinecap: string;
127
+ strokeLinejoin: string;
128
+ body: string;
129
+ };
130
+ book: {
131
+ viewBox: string;
132
+ fill: string;
133
+ stroke: string;
134
+ strokeWidth: string;
135
+ strokeLinecap: string;
136
+ strokeLinejoin: string;
137
+ body: string;
138
+ };
139
+ box: {
140
+ viewBox: string;
141
+ fill: string;
142
+ stroke: string;
143
+ strokeWidth: string;
144
+ strokeLinecap: string;
145
+ strokeLinejoin: string;
146
+ body: string;
147
+ };
148
+ calendar: {
149
+ viewBox: string;
150
+ fill: string;
151
+ stroke: string;
152
+ strokeWidth: string;
153
+ strokeLinecap: string;
154
+ strokeLinejoin: string;
155
+ body: string;
156
+ };
157
+ camera: {
158
+ viewBox: string;
159
+ fill: string;
160
+ stroke: string;
161
+ strokeWidth: string;
162
+ strokeLinecap: string;
163
+ strokeLinejoin: string;
164
+ body: string;
165
+ };
166
+ 'check-square': {
167
+ viewBox: string;
168
+ fill: string;
169
+ stroke: string;
170
+ strokeWidth: string;
171
+ strokeLinecap: string;
172
+ strokeLinejoin: string;
173
+ body: string;
174
+ };
175
+ check: {
176
+ viewBox: string;
177
+ fill: string;
178
+ stroke: string;
179
+ strokeWidth: string;
180
+ strokeLinecap: string;
181
+ strokeLinejoin: string;
182
+ body: string;
183
+ };
184
+ 'chevron-down': {
185
+ viewBox: string;
186
+ fill: string;
187
+ stroke: string;
188
+ strokeWidth: string;
189
+ strokeLinecap: string;
190
+ strokeLinejoin: string;
191
+ body: string;
192
+ };
193
+ 'chevron-left': {
194
+ viewBox: string;
195
+ fill: string;
196
+ stroke: string;
197
+ strokeWidth: string;
198
+ strokeLinecap: string;
199
+ strokeLinejoin: string;
200
+ body: string;
201
+ };
202
+ 'chevron-right': {
203
+ viewBox: string;
204
+ fill: string;
205
+ stroke: string;
206
+ strokeWidth: string;
207
+ strokeLinecap: string;
208
+ strokeLinejoin: string;
209
+ body: string;
210
+ };
211
+ 'chevron-up': {
212
+ viewBox: string;
213
+ fill: string;
214
+ stroke: string;
215
+ strokeWidth: string;
216
+ strokeLinecap: string;
217
+ strokeLinejoin: string;
218
+ body: string;
219
+ };
220
+ chevron: {
221
+ viewBox: string;
222
+ fill: string;
223
+ stroke: string;
224
+ strokeWidth: string;
225
+ strokeLinecap: string;
226
+ strokeLinejoin: string;
227
+ body: string;
228
+ };
229
+ 'circle-dot': {
230
+ viewBox: string;
231
+ fill: string;
232
+ stroke: string;
233
+ strokeWidth: string;
234
+ strokeLinecap: string;
235
+ strokeLinejoin: string;
236
+ body: string;
237
+ };
238
+ clock: {
239
+ viewBox: string;
240
+ fill: string;
241
+ stroke: string;
242
+ strokeWidth: string;
243
+ strokeLinecap: string;
244
+ strokeLinejoin: string;
245
+ body: string;
246
+ };
247
+ close: {
248
+ viewBox: string;
249
+ fill: string;
250
+ stroke: string;
251
+ strokeWidth: string;
252
+ strokeLinecap: string;
253
+ strokeLinejoin: string;
254
+ body: string;
255
+ };
256
+ cloud: {
257
+ viewBox: string;
258
+ fill: string;
259
+ stroke: string;
260
+ strokeWidth: string;
261
+ strokeLinecap: string;
262
+ strokeLinejoin: string;
263
+ body: string;
264
+ };
265
+ code: {
266
+ viewBox: string;
267
+ fill: string;
268
+ stroke: string;
269
+ strokeWidth: string;
270
+ strokeLinecap: string;
271
+ strokeLinejoin: string;
272
+ body: string;
273
+ };
274
+ component: {
275
+ viewBox: string;
276
+ fill: string;
277
+ stroke: string;
278
+ strokeWidth: string;
279
+ strokeLinecap: string;
280
+ strokeLinejoin: string;
281
+ body: string;
282
+ };
283
+ copy: {
284
+ viewBox: string;
285
+ fill: string;
286
+ stroke: string;
287
+ strokeWidth: string;
288
+ strokeLinecap: string;
289
+ strokeLinejoin: string;
290
+ body: string;
291
+ };
292
+ 'credit-card': {
293
+ viewBox: string;
294
+ fill: string;
295
+ stroke: string;
296
+ strokeWidth: string;
297
+ strokeLinecap: string;
298
+ strokeLinejoin: string;
299
+ body: string;
300
+ };
301
+ database: {
302
+ viewBox: string;
303
+ fill: string;
304
+ stroke: string;
305
+ strokeWidth: string;
306
+ strokeLinecap: string;
307
+ strokeLinejoin: string;
308
+ body: string;
309
+ };
310
+ download: {
311
+ viewBox: string;
312
+ fill: string;
313
+ stroke: string;
314
+ strokeWidth: string;
315
+ strokeLinecap: string;
316
+ strokeLinejoin: string;
317
+ body: string;
318
+ };
319
+ edit: {
320
+ viewBox: string;
321
+ fill: string;
322
+ stroke: string;
323
+ strokeWidth: string;
324
+ strokeLinecap: string;
325
+ strokeLinejoin: string;
326
+ body: string;
327
+ };
328
+ 'external-link': {
329
+ viewBox: string;
330
+ fill: string;
331
+ stroke: string;
332
+ strokeWidth: string;
333
+ strokeLinecap: string;
334
+ strokeLinejoin: string;
335
+ body: string;
336
+ };
337
+ 'eye-off': {
338
+ viewBox: string;
339
+ fill: string;
340
+ stroke: string;
341
+ strokeWidth: string;
342
+ strokeLinecap: string;
343
+ strokeLinejoin: string;
344
+ body: string;
345
+ };
346
+ eye: {
347
+ viewBox: string;
348
+ fill: string;
349
+ stroke: string;
350
+ strokeWidth: string;
351
+ strokeLinecap: string;
352
+ strokeLinejoin: string;
353
+ body: string;
354
+ };
355
+ 'file-text': {
356
+ viewBox: string;
357
+ fill: string;
358
+ stroke: string;
359
+ strokeWidth: string;
360
+ strokeLinecap: string;
361
+ strokeLinejoin: string;
362
+ body: string;
363
+ };
364
+ file: {
365
+ viewBox: string;
366
+ fill: string;
367
+ stroke: string;
368
+ strokeWidth: string;
369
+ strokeLinecap: string;
370
+ strokeLinejoin: string;
371
+ body: string;
372
+ };
373
+ filter: {
374
+ viewBox: string;
375
+ fill: string;
376
+ stroke: string;
377
+ strokeWidth: string;
378
+ strokeLinecap: string;
379
+ strokeLinejoin: string;
380
+ body: string;
381
+ };
382
+ folder: {
383
+ viewBox: string;
384
+ fill: string;
385
+ stroke: string;
386
+ strokeWidth: string;
387
+ strokeLinecap: string;
388
+ strokeLinejoin: string;
389
+ body: string;
390
+ };
391
+ 'form-input': {
392
+ viewBox: string;
393
+ fill: string;
394
+ stroke: string;
395
+ strokeWidth: string;
396
+ strokeLinecap: string;
397
+ strokeLinejoin: string;
398
+ body: string;
399
+ };
400
+ ghost: {
401
+ viewBox: string;
402
+ fill: string;
403
+ stroke: string;
404
+ strokeWidth: string;
405
+ strokeLinecap: string;
406
+ strokeLinejoin: string;
407
+ body: string;
408
+ };
409
+ gift: {
410
+ viewBox: string;
411
+ fill: string;
412
+ stroke: string;
413
+ strokeWidth: string;
414
+ strokeLinecap: string;
415
+ strokeLinejoin: string;
416
+ body: string;
417
+ };
418
+ 'git-commit': {
419
+ viewBox: string;
420
+ fill: string;
421
+ stroke: string;
422
+ strokeWidth: string;
423
+ strokeLinecap: string;
424
+ strokeLinejoin: string;
425
+ body: string;
426
+ };
427
+ github: {
428
+ viewBox: string;
429
+ fill: string;
430
+ stroke: string;
431
+ strokeWidth: string;
432
+ strokeLinecap: string;
433
+ strokeLinejoin: string;
434
+ body: string;
435
+ };
436
+ grid: {
437
+ viewBox: string;
438
+ fill: string;
439
+ stroke: string;
440
+ strokeWidth: string;
441
+ strokeLinecap: string;
442
+ strokeLinejoin: string;
443
+ body: string;
444
+ };
445
+ grip: {
446
+ viewBox: string;
447
+ fill: string;
448
+ stroke: string;
449
+ strokeWidth: string;
450
+ strokeLinecap: string;
451
+ strokeLinejoin: string;
452
+ body: string;
453
+ };
454
+ heading1: {
455
+ viewBox: string;
456
+ fill: string;
457
+ stroke: string;
458
+ strokeWidth: string;
459
+ strokeLinecap: string;
460
+ strokeLinejoin: string;
461
+ body: string;
462
+ };
463
+ heart: {
464
+ viewBox: string;
465
+ fill: string;
466
+ stroke: string;
467
+ strokeWidth: string;
468
+ strokeLinecap: string;
469
+ strokeLinejoin: string;
470
+ body: string;
471
+ };
472
+ 'help-circle': {
473
+ viewBox: string;
474
+ fill: string;
475
+ stroke: string;
476
+ strokeWidth: string;
477
+ strokeLinecap: string;
478
+ strokeLinejoin: string;
479
+ body: string;
480
+ };
481
+ history: {
482
+ viewBox: string;
483
+ fill: string;
484
+ stroke: string;
485
+ strokeWidth: string;
486
+ strokeLinecap: string;
487
+ strokeLinejoin: string;
488
+ body: string;
489
+ };
490
+ home: {
491
+ viewBox: string;
492
+ fill: string;
493
+ stroke: string;
494
+ strokeWidth: string;
495
+ strokeLinecap: string;
496
+ strokeLinejoin: string;
497
+ body: string;
498
+ };
499
+ image: {
500
+ viewBox: string;
501
+ fill: string;
502
+ stroke: string;
503
+ strokeWidth: string;
504
+ strokeLinecap: string;
505
+ strokeLinejoin: string;
506
+ body: string;
507
+ };
508
+ info: {
509
+ viewBox: string;
510
+ fill: string;
511
+ stroke: string;
512
+ strokeWidth: string;
513
+ strokeLinecap: string;
514
+ strokeLinejoin: string;
515
+ body: string;
516
+ };
517
+ lab: {
518
+ viewBox: string;
519
+ fill: string;
520
+ stroke: string;
521
+ strokeWidth: string;
522
+ strokeLinecap: string;
523
+ strokeLinejoin: string;
524
+ body: string;
525
+ };
526
+ laptop: {
527
+ viewBox: string;
528
+ fill: string;
529
+ stroke: string;
530
+ strokeWidth: string;
531
+ strokeLinecap: string;
532
+ strokeLinejoin: string;
533
+ body: string;
534
+ };
535
+ 'layout-template': {
536
+ viewBox: string;
537
+ fill: string;
538
+ stroke: string;
539
+ strokeWidth: string;
540
+ strokeLinecap: string;
541
+ strokeLinejoin: string;
542
+ body: string;
543
+ };
544
+ layout: {
545
+ viewBox: string;
546
+ fill: string;
547
+ stroke: string;
548
+ strokeWidth: string;
549
+ strokeLinecap: string;
550
+ strokeLinejoin: string;
551
+ body: string;
552
+ };
553
+ link: {
554
+ viewBox: string;
555
+ fill: string;
556
+ stroke: string;
557
+ strokeWidth: string;
558
+ strokeLinecap: string;
559
+ strokeLinejoin: string;
560
+ body: string;
561
+ };
562
+ linkedin: {
563
+ viewBox: string;
564
+ fill: string;
565
+ stroke: string;
566
+ strokeWidth: string;
567
+ strokeLinecap: string;
568
+ strokeLinejoin: string;
569
+ body: string;
570
+ };
571
+ 'list-checks': {
572
+ viewBox: string;
573
+ fill: string;
574
+ stroke: string;
575
+ strokeWidth: string;
576
+ strokeLinecap: string;
577
+ strokeLinejoin: string;
578
+ body: string;
579
+ };
580
+ 'list-collapse': {
581
+ viewBox: string;
582
+ fill: string;
583
+ stroke: string;
584
+ strokeWidth: string;
585
+ strokeLinecap: string;
586
+ strokeLinejoin: string;
587
+ body: string;
588
+ };
589
+ 'list-filter': {
590
+ viewBox: string;
591
+ fill: string;
592
+ stroke: string;
593
+ strokeWidth: string;
594
+ strokeLinecap: string;
595
+ strokeLinejoin: string;
596
+ body: string;
597
+ };
598
+ list: {
599
+ viewBox: string;
600
+ fill: string;
601
+ stroke: string;
602
+ strokeWidth: string;
603
+ strokeLinecap: string;
604
+ strokeLinejoin: string;
605
+ body: string;
606
+ };
607
+ loader2: {
608
+ viewBox: string;
609
+ fill: string;
610
+ stroke: string;
611
+ strokeWidth: string;
612
+ strokeLinecap: string;
613
+ strokeLinejoin: string;
614
+ body: string;
615
+ };
616
+ lock: {
617
+ viewBox: string;
618
+ fill: string;
619
+ stroke: string;
620
+ strokeWidth: string;
621
+ strokeLinecap: string;
622
+ strokeLinejoin: string;
623
+ body: string;
624
+ };
625
+ 'log-in': {
626
+ viewBox: string;
627
+ fill: string;
628
+ stroke: string;
629
+ strokeWidth: string;
630
+ strokeLinecap: string;
631
+ strokeLinejoin: string;
632
+ body: string;
633
+ };
634
+ 'log-out': {
635
+ viewBox: string;
636
+ fill: string;
637
+ stroke: string;
638
+ strokeWidth: string;
639
+ strokeLinecap: string;
640
+ strokeLinejoin: string;
641
+ body: string;
642
+ };
643
+ mail: {
644
+ viewBox: string;
645
+ fill: string;
646
+ stroke: string;
647
+ strokeWidth: string;
648
+ strokeLinecap: string;
649
+ strokeLinejoin: string;
650
+ body: string;
651
+ };
652
+ 'map-pin': {
653
+ viewBox: string;
654
+ fill: string;
655
+ stroke: string;
656
+ strokeWidth: string;
657
+ strokeLinecap: string;
658
+ strokeLinejoin: string;
659
+ body: string;
660
+ };
661
+ menu: {
662
+ viewBox: string;
663
+ fill: string;
664
+ stroke: string;
665
+ strokeWidth: string;
666
+ strokeLinecap: string;
667
+ strokeLinejoin: string;
668
+ body: string;
669
+ };
670
+ 'message-circle': {
671
+ viewBox: string;
672
+ fill: string;
673
+ stroke: string;
674
+ strokeWidth: string;
675
+ strokeLinecap: string;
676
+ strokeLinejoin: string;
677
+ body: string;
678
+ };
679
+ 'message-square': {
680
+ viewBox: string;
681
+ fill: string;
682
+ stroke: string;
683
+ strokeWidth: string;
684
+ strokeLinecap: string;
685
+ strokeLinejoin: string;
686
+ body: string;
687
+ };
688
+ mic: {
689
+ viewBox: string;
690
+ fill: string;
691
+ stroke: string;
692
+ strokeWidth: string;
693
+ strokeLinecap: string;
694
+ strokeLinejoin: string;
695
+ body: string;
696
+ };
697
+ milestone: {
698
+ viewBox: string;
699
+ fill: string;
700
+ stroke: string;
701
+ strokeWidth: string;
702
+ strokeLinecap: string;
703
+ strokeLinejoin: string;
704
+ body: string;
705
+ };
706
+ minus: {
707
+ viewBox: string;
708
+ fill: string;
709
+ stroke: string;
710
+ strokeWidth: string;
711
+ strokeLinecap: string;
712
+ strokeLinejoin: string;
713
+ body: string;
714
+ };
715
+ monitor: {
716
+ viewBox: string;
717
+ fill: string;
718
+ stroke: string;
719
+ strokeWidth: string;
720
+ strokeLinecap: string;
721
+ strokeLinejoin: string;
722
+ body: string;
723
+ };
724
+ moon: {
725
+ viewBox: string;
726
+ fill: string;
727
+ stroke: string;
728
+ strokeWidth: string;
729
+ strokeLinecap: string;
730
+ strokeLinejoin: string;
731
+ body: string;
732
+ };
733
+ 'more-horizontal': {
734
+ viewBox: string;
735
+ fill: string;
736
+ stroke: string;
737
+ strokeWidth: string;
738
+ strokeLinecap: string;
739
+ strokeLinejoin: string;
740
+ body: string;
741
+ };
742
+ 'mouse-pointer': {
743
+ viewBox: string;
744
+ fill: string;
745
+ stroke: string;
746
+ strokeWidth: string;
747
+ strokeLinecap: string;
748
+ strokeLinejoin: string;
749
+ body: string;
750
+ };
751
+ music: {
752
+ viewBox: string;
753
+ fill: string;
754
+ stroke: string;
755
+ strokeWidth: string;
756
+ strokeLinecap: string;
757
+ strokeLinejoin: string;
758
+ body: string;
759
+ };
760
+ 'panel-left': {
761
+ viewBox: string;
762
+ fill: string;
763
+ stroke: string;
764
+ strokeWidth: string;
765
+ strokeLinecap: string;
766
+ strokeLinejoin: string;
767
+ body: string;
768
+ };
769
+ 'panel-top': {
770
+ viewBox: string;
771
+ fill: string;
772
+ stroke: string;
773
+ strokeWidth: string;
774
+ strokeLinecap: string;
775
+ strokeLinejoin: string;
776
+ body: string;
777
+ };
778
+ panel: {
779
+ viewBox: string;
780
+ fill: string;
781
+ stroke: string;
782
+ strokeWidth: string;
783
+ strokeLinecap: string;
784
+ strokeLinejoin: string;
785
+ body: string;
786
+ };
787
+ phone: {
788
+ viewBox: string;
789
+ fill: string;
790
+ stroke: string;
791
+ strokeWidth: string;
792
+ strokeLinecap: string;
793
+ strokeLinejoin: string;
794
+ body: string;
795
+ };
796
+ plus: {
797
+ viewBox: string;
798
+ fill: string;
799
+ stroke: string;
800
+ strokeWidth: string;
801
+ strokeLinecap: string;
802
+ strokeLinejoin: string;
803
+ body: string;
804
+ };
805
+ 'rectangle-horizontal': {
806
+ viewBox: string;
807
+ fill: string;
808
+ stroke: string;
809
+ strokeWidth: string;
810
+ strokeLinecap: string;
811
+ strokeLinejoin: string;
812
+ body: string;
813
+ };
814
+ refresh: {
815
+ viewBox: string;
816
+ fill: string;
817
+ stroke: string;
818
+ strokeWidth: string;
819
+ strokeLinecap: string;
820
+ strokeLinejoin: string;
821
+ body: string;
822
+ };
823
+ rocket: {
824
+ viewBox: string;
825
+ fill: string;
826
+ stroke: string;
827
+ strokeWidth: string;
828
+ strokeLinecap: string;
829
+ strokeLinejoin: string;
830
+ body: string;
831
+ };
832
+ ruler: {
833
+ viewBox: string;
834
+ fill: string;
835
+ stroke: string;
836
+ strokeWidth: string;
837
+ strokeLinecap: string;
838
+ strokeLinejoin: string;
839
+ body: string;
840
+ };
841
+ search: {
842
+ viewBox: string;
843
+ fill: string;
844
+ stroke: string;
845
+ strokeWidth: string;
846
+ strokeLinecap: string;
847
+ strokeLinejoin: string;
848
+ body: string;
849
+ };
850
+ server: {
851
+ viewBox: string;
852
+ fill: string;
853
+ stroke: string;
854
+ strokeWidth: string;
855
+ strokeLinecap: string;
856
+ strokeLinejoin: string;
857
+ body: string;
858
+ };
859
+ settings: {
860
+ viewBox: string;
861
+ fill: string;
862
+ stroke: string;
863
+ strokeWidth: string;
864
+ strokeLinecap: string;
865
+ strokeLinejoin: string;
866
+ body: string;
867
+ };
868
+ share: {
869
+ viewBox: string;
870
+ fill: string;
871
+ stroke: string;
872
+ strokeWidth: string;
873
+ strokeLinecap: string;
874
+ strokeLinejoin: string;
875
+ body: string;
876
+ };
877
+ shield: {
878
+ viewBox: string;
879
+ fill: string;
880
+ stroke: string;
881
+ strokeWidth: string;
882
+ strokeLinecap: string;
883
+ strokeLinejoin: string;
884
+ body: string;
885
+ };
886
+ 'shopping-cart': {
887
+ viewBox: string;
888
+ fill: string;
889
+ stroke: string;
890
+ strokeWidth: string;
891
+ strokeLinecap: string;
892
+ strokeLinejoin: string;
893
+ body: string;
894
+ };
895
+ 'sliders-horizontal': {
896
+ viewBox: string;
897
+ fill: string;
898
+ stroke: string;
899
+ strokeWidth: string;
900
+ strokeLinecap: string;
901
+ strokeLinejoin: string;
902
+ body: string;
903
+ };
904
+ smartphone: {
905
+ viewBox: string;
906
+ fill: string;
907
+ stroke: string;
908
+ strokeWidth: string;
909
+ strokeLinecap: string;
910
+ strokeLinejoin: string;
911
+ body: string;
912
+ };
913
+ spark: {
914
+ viewBox: string;
915
+ fill: string;
916
+ stroke: string;
917
+ strokeWidth: string;
918
+ strokeLinecap: string;
919
+ strokeLinejoin: string;
920
+ body: string;
921
+ };
922
+ sparkles: {
923
+ viewBox: string;
924
+ fill: string;
925
+ stroke: string;
926
+ strokeWidth: string;
927
+ strokeLinecap: string;
928
+ strokeLinejoin: string;
929
+ body: string;
930
+ };
931
+ spinner: {
932
+ viewBox: string;
933
+ fill: string;
934
+ stroke: string;
935
+ strokeWidth: string;
936
+ strokeLinecap: string;
937
+ strokeLinejoin: string;
938
+ body: string;
939
+ };
940
+ square: {
941
+ viewBox: string;
942
+ fill: string;
943
+ stroke: string;
944
+ strokeWidth: string;
945
+ strokeLinecap: string;
946
+ strokeLinejoin: string;
947
+ body: string;
948
+ };
949
+ star: {
950
+ viewBox: string;
951
+ fill: string;
952
+ stroke: string;
953
+ strokeWidth: string;
954
+ strokeLinecap: string;
955
+ strokeLinejoin: string;
956
+ body: string;
957
+ };
958
+ sun: {
959
+ viewBox: string;
960
+ fill: string;
961
+ stroke: string;
962
+ strokeWidth: string;
963
+ strokeLinecap: string;
964
+ strokeLinejoin: string;
965
+ body: string;
966
+ };
967
+ table: {
968
+ viewBox: string;
969
+ fill: string;
970
+ stroke: string;
971
+ strokeWidth: string;
972
+ strokeLinecap: string;
973
+ strokeLinejoin: string;
974
+ body: string;
975
+ };
976
+ tablet: {
977
+ viewBox: string;
978
+ fill: string;
979
+ stroke: string;
980
+ strokeWidth: string;
981
+ strokeLinecap: string;
982
+ strokeLinejoin: string;
983
+ body: string;
984
+ };
985
+ tag: {
986
+ viewBox: string;
987
+ fill: string;
988
+ stroke: string;
989
+ strokeWidth: string;
990
+ strokeLinecap: string;
991
+ strokeLinejoin: string;
992
+ body: string;
993
+ };
994
+ 'text-cursor': {
995
+ viewBox: string;
996
+ fill: string;
997
+ stroke: string;
998
+ strokeWidth: string;
999
+ strokeLinecap: string;
1000
+ strokeLinejoin: string;
1001
+ body: string;
1002
+ };
1003
+ 'theme-dark': {
1004
+ viewBox: string;
1005
+ fill: string;
1006
+ stroke: string;
1007
+ strokeWidth: string;
1008
+ strokeLinecap: string;
1009
+ strokeLinejoin: string;
1010
+ body: string;
1011
+ };
1012
+ 'theme-light': {
1013
+ viewBox: string;
1014
+ fill: string;
1015
+ stroke: string;
1016
+ strokeWidth: string;
1017
+ strokeLinecap: string;
1018
+ strokeLinejoin: string;
1019
+ body: string;
1020
+ };
1021
+ 'toggle-right': {
1022
+ viewBox: string;
1023
+ fill: string;
1024
+ stroke: string;
1025
+ strokeWidth: string;
1026
+ strokeLinecap: string;
1027
+ strokeLinejoin: string;
1028
+ body: string;
1029
+ };
1030
+ trash: {
1031
+ viewBox: string;
1032
+ fill: string;
1033
+ stroke: string;
1034
+ strokeWidth: string;
1035
+ strokeLinecap: string;
1036
+ strokeLinejoin: string;
1037
+ body: string;
1038
+ };
1039
+ type: {
1040
+ viewBox: string;
1041
+ fill: string;
1042
+ stroke: string;
1043
+ strokeWidth: string;
1044
+ strokeLinecap: string;
1045
+ strokeLinejoin: string;
1046
+ body: string;
1047
+ };
1048
+ unlock: {
1049
+ viewBox: string;
1050
+ fill: string;
1051
+ stroke: string;
1052
+ strokeWidth: string;
1053
+ strokeLinecap: string;
1054
+ strokeLinejoin: string;
1055
+ body: string;
1056
+ };
1057
+ 'upload-cloud': {
1058
+ viewBox: string;
1059
+ fill: string;
1060
+ stroke: string;
1061
+ strokeWidth: string;
1062
+ strokeLinecap: string;
1063
+ strokeLinejoin: string;
1064
+ body: string;
1065
+ };
1066
+ upload: {
1067
+ viewBox: string;
1068
+ fill: string;
1069
+ stroke: string;
1070
+ strokeWidth: string;
1071
+ strokeLinecap: string;
1072
+ strokeLinejoin: string;
1073
+ body: string;
1074
+ };
1075
+ 'user-circle': {
1076
+ viewBox: string;
1077
+ fill: string;
1078
+ stroke: string;
1079
+ strokeWidth: string;
1080
+ strokeLinecap: string;
1081
+ strokeLinejoin: string;
1082
+ body: string;
1083
+ };
1084
+ user: {
1085
+ viewBox: string;
1086
+ fill: string;
1087
+ stroke: string;
1088
+ strokeWidth: string;
1089
+ strokeLinecap: string;
1090
+ strokeLinejoin: string;
1091
+ body: string;
1092
+ };
1093
+ video: {
1094
+ viewBox: string;
1095
+ fill: string;
1096
+ stroke: string;
1097
+ strokeWidth: string;
1098
+ strokeLinecap: string;
1099
+ strokeLinejoin: string;
1100
+ body: string;
1101
+ };
1102
+ warning: {
1103
+ viewBox: string;
1104
+ fill: string;
1105
+ stroke: string;
1106
+ strokeWidth: string;
1107
+ strokeLinecap: string;
1108
+ strokeLinejoin: string;
1109
+ body: string;
1110
+ };
1111
+ wifi: {
1112
+ viewBox: string;
1113
+ fill: string;
1114
+ stroke: string;
1115
+ strokeWidth: string;
1116
+ strokeLinecap: string;
1117
+ strokeLinejoin: string;
1118
+ body: string;
1119
+ };
1120
+ x: {
1121
+ viewBox: string;
1122
+ fill: string;
1123
+ stroke: string;
1124
+ strokeWidth: string;
1125
+ strokeLinecap: string;
1126
+ strokeLinejoin: string;
1127
+ body: string;
1128
+ };
1129
+ zap: {
1130
+ viewBox: string;
1131
+ fill: string;
1132
+ stroke: string;
1133
+ strokeWidth: string;
1134
+ strokeLinecap: string;
1135
+ strokeLinejoin: string;
1136
+ body: string;
1137
+ };
1138
+ };
1139
+ export interface NamedIconProps extends IconProps {
1140
+ name: IconName;
1141
+ }
1142
+ export declare function Icon({ name, ...props }: NamedIconProps): import("react/jsx-runtime").JSX.Element;
1143
+ export declare const ActivityIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1144
+ export declare const AlertCircleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1145
+ export declare const AlertTriangleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1146
+ export declare const AlignHorizontalIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1147
+ export declare const AlignJustifyIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1148
+ export declare const AppWindowIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1149
+ export declare const ArrowDownIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1150
+ export declare const ArrowLeftIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1151
+ export declare const ArrowRightIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1152
+ export declare const ArrowUpIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1153
+ export declare const BadgeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1154
+ export declare const BatteryIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1155
+ export declare const BellIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1156
+ export declare const BluetoothIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1157
+ export declare const BookIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1158
+ export declare const BoxIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1159
+ export declare const CalendarIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1160
+ export declare const CameraIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1161
+ export declare const CheckSquareIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1162
+ export declare const CheckIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1163
+ export declare const ChevronDownIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1164
+ export declare const ChevronLeftIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1165
+ export declare const ChevronRightIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1166
+ export declare const ChevronUpIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1167
+ export declare const ChevronIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1168
+ export declare const CircleDotIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1169
+ export declare const ClockIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1170
+ export declare const CloseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1171
+ export declare const CloudIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1172
+ export declare const CodeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1173
+ export declare const ComponentIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1174
+ export declare const CopyIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1175
+ export declare const CreditCardIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1176
+ export declare const DatabaseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1177
+ export declare const DownloadIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1178
+ export declare const EditIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1179
+ export declare const ExternalLinkIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1180
+ export declare const EyeOffIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1181
+ export declare const EyeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1182
+ export declare const FileTextIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1183
+ export declare const FileIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1184
+ export declare const FilterIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1185
+ export declare const FolderIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1186
+ export declare const FormInputIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1187
+ export declare const GhostIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1188
+ export declare const GiftIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1189
+ export declare const GitCommitIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1190
+ export declare const GithubIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1191
+ export declare const GridIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1192
+ export declare const GripIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1193
+ export declare const Heading1Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1194
+ export declare const HeartIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1195
+ export declare const HelpCircleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1196
+ export declare const HistoryIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1197
+ export declare const HomeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1198
+ export declare const ImageIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1199
+ export declare const InfoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1200
+ export declare const LabIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1201
+ export declare const LaptopIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1202
+ export declare const LayoutTemplateIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1203
+ export declare const LayoutIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1204
+ export declare const LinkIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1205
+ export declare const LinkedinIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1206
+ export declare const ListChecksIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1207
+ export declare const ListCollapseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1208
+ export declare const ListFilterIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1209
+ export declare const ListIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1210
+ export declare const Loader2Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1211
+ export declare const LockIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1212
+ export declare const LogInIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1213
+ export declare const LogOutIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1214
+ export declare const MailIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1215
+ export declare const MapPinIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1216
+ export declare const MenuIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1217
+ export declare const MessageCircleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1218
+ export declare const MessageSquareIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1219
+ export declare const MicIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1220
+ export declare const MilestoneIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1221
+ export declare const MinusIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1222
+ export declare const MonitorIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1223
+ export declare const MoonIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1224
+ export declare const MoreHorizontalIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1225
+ export declare const MousePointerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1226
+ export declare const MusicIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1227
+ export declare const PanelLeftIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1228
+ export declare const PanelTopIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1229
+ export declare const PanelIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1230
+ export declare const PhoneIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1231
+ export declare const PlusIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1232
+ export declare const RectangleHorizontalIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1233
+ export declare const RefreshIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1234
+ export declare const RocketIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1235
+ export declare const RulerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1236
+ export declare const SearchIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1237
+ export declare const ServerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1238
+ export declare const SettingsIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1239
+ export declare const ShareIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1240
+ export declare const ShieldIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1241
+ export declare const ShoppingCartIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1242
+ export declare const SlidersHorizontalIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1243
+ export declare const SmartphoneIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1244
+ export declare const SparkIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1245
+ export declare const SparklesIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1246
+ export declare const SpinnerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1247
+ export declare const SquareIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1248
+ export declare const StarIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1249
+ export declare const SunIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1250
+ export declare const TableIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1251
+ export declare const TabletIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1252
+ export declare const TagIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1253
+ export declare const TextCursorIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1254
+ export declare const ThemeDarkIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1255
+ export declare const ThemeLightIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1256
+ export declare const ToggleRightIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1257
+ export declare const TrashIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1258
+ export declare const TypeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1259
+ export declare const UnlockIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1260
+ export declare const UploadCloudIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1261
+ export declare const UploadIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1262
+ export declare const UserCircleIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1263
+ export declare const UserIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1264
+ export declare const VideoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1265
+ export declare const WarningIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1266
+ export declare const WifiIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1267
+ export declare const XIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1268
+ export declare const ZapIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
1269
+ export { icons as iconRegistry };