@catalystsoftware/icons 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1370 @@
1
+ import React from 'react';
2
+
3
+ interface IconProps extends React.SVGAttributes<SVGElement> {
4
+ size?: string | number;
5
+ color?: string;
6
+ strokeWidth?: string | number;
7
+ absoluteStrokeWidth?: boolean;
8
+ }
9
+ type Icon$1 = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
10
+ declare function createIcon(pathData: string | string[], displayName: string): Icon$1;
11
+
12
+ declare const Ace: Icon$1;
13
+
14
+ declare const Alien: Icon$1;
15
+
16
+ declare const AlignCenter: Icon$1;
17
+
18
+ declare const AlignEndVertical: Icon$1;
19
+
20
+ declare const AlignJustify: Icon$1;
21
+
22
+ declare const AlignLeft: Icon$1;
23
+
24
+ declare const AlignRight: Icon$1;
25
+
26
+ declare const AppWindow: Icon$1;
27
+
28
+ declare const ArchiveX: Icon$1;
29
+
30
+ declare const Archive: Icon$1;
31
+
32
+ declare const ArrowBadgeDown: Icon$1;
33
+
34
+ declare const ArrowBadgeLeft: Icon$1;
35
+
36
+ declare const ArrowBadgeRight: Icon$1;
37
+
38
+ declare const ArrowBadgeUp: Icon$1;
39
+
40
+ declare const ArrowBigDown: Icon$1;
41
+
42
+ declare const ArrowBigLeft: Icon$1;
43
+
44
+ declare const ArrowBigRight: Icon$1;
45
+
46
+ declare const ArrowBigUp: Icon$1;
47
+
48
+ declare const ArrowDownFromLine: Icon$1;
49
+
50
+ declare const ArrowDownLeft: Icon$1;
51
+
52
+ declare const ArrowDownRight: Icon$1;
53
+
54
+ declare const ArrowDown: Icon$1;
55
+
56
+ declare const ArrowLeftRight: Icon$1;
57
+
58
+ declare const ArrowLeft: Icon$1;
59
+
60
+ declare const ArrowRight: Icon$1;
61
+
62
+ declare const ArrowUpDown: Icon$1;
63
+
64
+ declare const ArrowUpFromLine: Icon$1;
65
+
66
+ declare const ArrowUpNarrowWide: Icon$1;
67
+
68
+ declare const ArrowUpRight: Icon$1;
69
+
70
+ declare const ArrowUp: Icon$1;
71
+
72
+ declare const Asterisk: Icon$1;
73
+
74
+ declare const AtSign: Icon$1;
75
+
76
+ declare const AudioWaveform: Icon$1;
77
+
78
+ declare const Award: Icon$1;
79
+
80
+ declare const BadgeCheck: Icon$1;
81
+
82
+ declare const Badge: Icon$1;
83
+
84
+ declare const Ban: Icon$1;
85
+
86
+ declare const Banknote: Icon$1;
87
+
88
+ declare const BarChartAreaBig: Icon$1;
89
+
90
+ declare const BarChartArea: Icon$1;
91
+
92
+ declare const BarChartFile: Icon$1;
93
+
94
+ declare const BarChart: Icon$1;
95
+
96
+ declare const Bat: Icon$1;
97
+
98
+ declare const Bed: Icon$1;
99
+
100
+ declare const BeggarsHand: Icon$1;
101
+
102
+ declare const Bell: Icon$1;
103
+
104
+ declare const Biohazard: Icon$1;
105
+
106
+ declare const Blocks: Icon$1;
107
+
108
+ declare const Bluetooth: Icon$1;
109
+
110
+ declare const Bold: Icon$1;
111
+
112
+ declare const BookOpenText: Icon$1;
113
+
114
+ declare const BookOpen: Icon$1;
115
+
116
+ declare const Bookmark: Icon$1;
117
+
118
+ declare const Bot: Icon$1;
119
+
120
+ declare const Box: Icon$1;
121
+
122
+ declare const Boxes: Icon$1;
123
+
124
+ declare const Braces: Icon$1;
125
+
126
+ declare const BracketsAngle: Icon$1;
127
+
128
+ declare const Brain: Icon$1;
129
+
130
+ declare const Briefcase: Icon$1;
131
+
132
+ declare const Browser: Icon$1;
133
+
134
+ declare const Brush: Icon$1;
135
+
136
+ declare const Bug: Icon$1;
137
+
138
+ declare const Building: Icon$1;
139
+
140
+ declare const Burger: Icon$1;
141
+
142
+ declare const Calculator: Icon$1;
143
+
144
+ declare const CalendarDays: Icon$1;
145
+
146
+ declare const CalendarPlus: Icon$1;
147
+
148
+ declare const Calendar: Icon$1;
149
+
150
+ declare const Camera: Icon$1;
151
+
152
+ declare const Capture: Icon$1;
153
+
154
+ declare const CarFront: Icon$1;
155
+
156
+ declare const Car: Icon$1;
157
+
158
+ declare const CaretDown: Icon$1;
159
+
160
+ declare const CaretLeft: Icon$1;
161
+
162
+ declare const CaretRight: Icon$1;
163
+
164
+ declare const CaretUp: Icon$1;
165
+
166
+ declare const CheckCircle: Icon$1;
167
+
168
+ declare const CheckSquare: Icon$1;
169
+
170
+ declare const Check: Icon$1;
171
+
172
+ declare const ChefHat: Icon$1;
173
+
174
+ declare const ChevronDown: Icon$1;
175
+
176
+ declare const ChevronLeft: Icon$1;
177
+
178
+ declare const ChevronRight: Icon$1;
179
+
180
+ declare const ChevronUp: Icon$1;
181
+
182
+ declare const ChevronsDown: Icon$1;
183
+
184
+ declare const ChevronsLeftRight: Icon$1;
185
+
186
+ declare const ChevronsLeft: Icon$1;
187
+
188
+ declare const ChevronsRight: Icon$1;
189
+
190
+ declare const ChevronsUpDown: Icon$1;
191
+
192
+ declare const CircleOff: Icon$1;
193
+
194
+ declare const CirclePlus: Icon$1;
195
+
196
+ declare const Circle: Icon$1;
197
+
198
+ declare const ClipboardCheck: Icon$1;
199
+
200
+ declare const ClipboardData: Icon$1;
201
+
202
+ declare const ClipboardText: Icon$1;
203
+
204
+ declare const Clipboard: Icon$1;
205
+
206
+ declare const Clock: Icon$1;
207
+
208
+ declare const CloudRain: Icon$1;
209
+
210
+ declare const CloudUpload: Icon$1;
211
+
212
+ declare const Cloud: Icon$1;
213
+
214
+ declare const Code: Icon$1;
215
+
216
+ declare const Cog: Icon$1;
217
+
218
+ declare const Columns3: Icon$1;
219
+
220
+ declare const Columns4: Icon$1;
221
+
222
+ declare const Columns: Icon$1;
223
+
224
+ declare const Command: Icon$1;
225
+
226
+ declare const Compass: Icon$1;
227
+
228
+ declare const Component: Icon$1;
229
+
230
+ declare const Computer: Icon$1;
231
+
232
+ declare const Construction: Icon$1;
233
+
234
+ declare const Cookie: Icon$1;
235
+
236
+ declare const Copy: Icon$1;
237
+
238
+ declare const CornerUpLeft: Icon$1;
239
+
240
+ declare const CornerUpRight: Icon$1;
241
+
242
+ declare const Cpu: Icon$1;
243
+
244
+ declare const Crown: Icon$1;
245
+
246
+ declare const Dashboard: Icon$1;
247
+
248
+ declare const Database: Icon$1;
249
+
250
+ declare const Delete: Icon$1;
251
+
252
+ declare const DeviceCode: Icon$1;
253
+
254
+ declare const Dog: Icon$1;
255
+
256
+ declare const DollarSign: Icon$1;
257
+
258
+ declare const Dot: Icon$1;
259
+
260
+ declare const DotsVertical: Icon$1;
261
+
262
+ declare const Dots: Icon$1;
263
+
264
+ declare const Download: Icon$1;
265
+
266
+ declare const Droplets: Icon$1;
267
+
268
+ declare const EPassport: Icon$1;
269
+
270
+ declare const Eraser: Icon$1;
271
+
272
+ declare const ExclamationPointMessageCircle: Icon$1;
273
+
274
+ declare const ExclamationPointOctagon: Icon$1;
275
+
276
+ declare const ExclamationPointTriangle: Icon$1;
277
+
278
+ declare const Expand: Icon$1;
279
+
280
+ declare const ExternalLink: Icon$1;
281
+
282
+ declare const EyeClosed: Icon$1;
283
+
284
+ declare const EyeOff: Icon$1;
285
+
286
+ declare const Eye: Icon$1;
287
+
288
+ declare const Facebook: Icon$1;
289
+
290
+ declare const Figma: Icon$1;
291
+
292
+ declare const FileCode: Icon$1;
293
+
294
+ declare const FileImage: Icon$1;
295
+
296
+ declare const FileInput: Icon$1;
297
+
298
+ declare const FileJson: Icon$1;
299
+
300
+ declare const FileOutput: Icon$1;
301
+
302
+ declare const FilePlus: Icon$1;
303
+
304
+ declare const FileSpreadsheet: Icon$1;
305
+
306
+ declare const FileText: Icon$1;
307
+
308
+ declare const FileTypeBmp: Icon$1;
309
+
310
+ declare const FileTypeCss: Icon$1;
311
+
312
+ declare const FileTypeCsv: Icon$1;
313
+
314
+ declare const FileTypeDoc: Icon$1;
315
+
316
+ declare const FileTypeDocx: Icon$1;
317
+
318
+ declare const FileTypeHtml: Icon$1;
319
+
320
+ declare const FileTypeJpg: Icon$1;
321
+
322
+ declare const FileTypeJs: Icon$1;
323
+
324
+ declare const FileTypeJsx: Icon$1;
325
+
326
+ declare const FileTypePdf: Icon$1;
327
+
328
+ declare const FileTypePhp: Icon$1;
329
+
330
+ declare const FileTypePng: Icon$1;
331
+
332
+ declare const FileTypePpt: Icon$1;
333
+
334
+ declare const FileTypeRs: Icon$1;
335
+
336
+ declare const FileTypeSql: Icon$1;
337
+
338
+ declare const FileTypeSvg: Icon$1;
339
+
340
+ declare const FileTypeTs: Icon$1;
341
+
342
+ declare const FileTypeTsx: Icon$1;
343
+
344
+ declare const FileTypeTxt: Icon$1;
345
+
346
+ declare const FileTypeVue: Icon$1;
347
+
348
+ declare const FileTypeXls: Icon$1;
349
+
350
+ declare const FileTypeXml: Icon$1;
351
+
352
+ declare const FileTypeZip: Icon$1;
353
+
354
+ declare const FileTypography: Icon$1;
355
+
356
+ declare const FileX: Icon$1;
357
+
358
+ declare const File: Icon$1;
359
+
360
+ declare const Filter: Icon$1;
361
+
362
+ declare const FishBone: Icon$1;
363
+
364
+ declare const Flag: Icon$1;
365
+
366
+ declare const Flame: Icon$1;
367
+
368
+ declare const Focus: Icon$1;
369
+
370
+ declare const FolderCheck: Icon$1;
371
+
372
+ declare const FolderClosed: Icon$1;
373
+
374
+ declare const FolderDown: Icon$1;
375
+
376
+ declare const FolderOpen: Icon$1;
377
+
378
+ declare const FolderPlus: Icon$1;
379
+
380
+ declare const FolderRoot: Icon$1;
381
+
382
+ declare const FolderSearch: Icon$1;
383
+
384
+ declare const FolderTree: Icon$1;
385
+
386
+ declare const FolderUp: Icon$1;
387
+
388
+ declare const Folder: Icon$1;
389
+
390
+ declare const Footprints: Icon$1;
391
+
392
+ declare const Forward: Icon$1;
393
+
394
+ declare const FourOhFour: Icon$1;
395
+
396
+ declare const Funnel: Icon$1;
397
+
398
+ declare const GalleryVerticalEnd: Icon$1;
399
+
400
+ declare const Gamepad2: Icon$1;
401
+
402
+ declare const Gauge: Icon$1;
403
+
404
+ declare const Gavel: Icon$1;
405
+
406
+ declare const Gem: Icon$1;
407
+
408
+ declare const GhostFilled: Icon$1;
409
+
410
+ declare const GhostFloatingFilled: Icon$1;
411
+
412
+ declare const GhostFloating: Icon$1;
413
+
414
+ declare const Ghost: Icon$1;
415
+
416
+ declare const Gift: Icon$1;
417
+
418
+ declare const GitBranch: Icon$1;
419
+
420
+ declare const GitCommitVertical: Icon$1;
421
+
422
+ declare const Github: Icon$1;
423
+
424
+ declare const Gitlab: Icon$1;
425
+
426
+ declare const GlobeLock: Icon$1;
427
+
428
+ declare const Globe: Icon$1;
429
+
430
+ declare const Golang: Icon$1;
431
+
432
+ declare const GraduationCap: Icon$1;
433
+
434
+ declare const Grid3X3: Icon$1;
435
+
436
+ declare const Grid: Icon$1;
437
+
438
+ declare const GripVertical: Icon$1;
439
+
440
+ declare const H1: Icon$1;
441
+
442
+ declare const H2: Icon$1;
443
+
444
+ declare const H3: Icon$1;
445
+
446
+ declare const H4: Icon$1;
447
+
448
+ declare const H5: Icon$1;
449
+
450
+ declare const H6: Icon$1;
451
+
452
+ declare const Hammer: Icon$1;
453
+
454
+ declare const HardDrive: Icon$1;
455
+
456
+ declare const HardHat: Icon$1;
457
+
458
+ declare const Heading: Icon$1;
459
+
460
+ declare const Headphones: Icon$1;
461
+
462
+ declare const HeartHandshake: Icon$1;
463
+
464
+ declare const Heart: Icon$1;
465
+
466
+ declare const Hexagon: Icon$1;
467
+
468
+ declare const Home: Icon$1;
469
+
470
+ declare const Html: Icon$1;
471
+
472
+ declare const ICircle: Icon$1;
473
+
474
+ declare const Image: Icon$1;
475
+
476
+ declare const Import: Icon$1;
477
+
478
+ declare const Inbox: Icon$1;
479
+
480
+ declare const IndentDecrease: Icon$1;
481
+
482
+ declare const IndentIncrease: Icon$1;
483
+
484
+ declare const Instagram: Icon$1;
485
+
486
+ declare const Jack: Icon$1;
487
+
488
+ declare const Javascript: Icon$1;
489
+
490
+ declare const Kanban: Icon$1;
491
+
492
+ declare const Key: Icon$1;
493
+
494
+ declare const Keyboard: Icon$1;
495
+
496
+ declare const King: Icon$1;
497
+
498
+ declare const Kotlin: Icon$1;
499
+
500
+ declare const Laptop: Icon$1;
501
+
502
+ declare const Layers: Icon$1;
503
+
504
+ declare const LetterCaseLower: Icon$1;
505
+
506
+ declare const LetterCaseToggle: Icon$1;
507
+
508
+ declare const LetterCaseUpper: Icon$1;
509
+
510
+ declare const Library: Icon$1;
511
+
512
+ declare const LifeBuoy: Icon$1;
513
+
514
+ declare const Lightbulb: Icon$1;
515
+
516
+ declare const Link: Icon$1;
517
+
518
+ declare const Linkedin: Icon$1;
519
+
520
+ declare const ListCheck: Icon$1;
521
+
522
+ declare const ListChecks: Icon$1;
523
+
524
+ declare const ListFilterPlus: Icon$1;
525
+
526
+ declare const ListFilter: Icon$1;
527
+
528
+ declare const ListMusic: Icon$1;
529
+
530
+ declare const ListOrdered: Icon$1;
531
+
532
+ declare const ListRestart: Icon$1;
533
+
534
+ declare const List: Icon$1;
535
+
536
+ declare const LoaderCircle: Icon$1;
537
+
538
+ declare const Loader: Icon$1;
539
+
540
+ declare const LockOpen: Icon$1;
541
+
542
+ declare const Lock: Icon$1;
543
+
544
+ declare const LogIn: Icon$1;
545
+
546
+ declare const LogOut: Icon$1;
547
+
548
+ declare const MailCheck: Icon$1;
549
+
550
+ declare const Mail: Icon$1;
551
+
552
+ declare const MapPin: Icon$1;
553
+
554
+ declare const Map: Icon$1;
555
+
556
+ declare const Maximize: Icon$1;
557
+
558
+ declare const Megaphone: Icon$1;
559
+
560
+ declare const Menu: Icon$1;
561
+
562
+ declare const MessageCircle: Icon$1;
563
+
564
+ declare const MessageSquare: Icon$1;
565
+
566
+ declare const MessagesSquare: Icon$1;
567
+
568
+ declare const Mic: Icon$1;
569
+
570
+ declare const Minimize: Icon$1;
571
+
572
+ declare const Minus: Icon$1;
573
+
574
+ declare const Moon: Icon$1;
575
+
576
+ declare const MousePointer: Icon$1;
577
+
578
+ declare const Move: Icon$1;
579
+
580
+ declare const Music: Icon$1;
581
+
582
+ declare const Navigation: Icon$1;
583
+
584
+ declare const Newspaper: Icon$1;
585
+
586
+ declare const NotebookText: Icon$1;
587
+
588
+ declare const NotepadText: Icon$1;
589
+
590
+ declare const Npm: Icon$1;
591
+
592
+ declare const Package: Icon$1;
593
+
594
+ declare const Pacman: Icon$1;
595
+
596
+ declare const Paintbrush: Icon$1;
597
+
598
+ declare const Palette: Icon$1;
599
+
600
+ declare const PanelLeftClose: Icon$1;
601
+
602
+ declare const PanelLeftOpen: Icon$1;
603
+
604
+ declare const PanelLeft: Icon$1;
605
+
606
+ declare const PanelRight: Icon$1;
607
+
608
+ declare const Paperclip: Icon$1;
609
+
610
+ declare const Pause: Icon$1;
611
+
612
+ declare const Pdf: Icon$1;
613
+
614
+ declare const PenTool: Icon$1;
615
+
616
+ declare const Pen: Icon$1;
617
+
618
+ declare const PencilCheck: Icon$1;
619
+
620
+ declare const Pencil: Icon$1;
621
+
622
+ declare const Percent: Icon$1;
623
+
624
+ declare const Phone: Icon$1;
625
+
626
+ declare const Photo: Icon$1;
627
+
628
+ declare const PictureInPicture: Icon$1;
629
+
630
+ declare const PieChart: Icon$1;
631
+
632
+ declare const PiggyBank: Icon$1;
633
+
634
+ declare const Pin: Icon$1;
635
+
636
+ declare const Plane: Icon$1;
637
+
638
+ declare const Play: Icon$1;
639
+
640
+ declare const Plus: Icon$1;
641
+
642
+ declare const Pointer: Icon$1;
643
+
644
+ declare const Popcorn: Icon$1;
645
+
646
+ declare const Power: Icon$1;
647
+
648
+ declare const Prescription: Icon$1;
649
+
650
+ declare const Printer: Icon$1;
651
+
652
+ declare const PuzzlePiece: Icon$1;
653
+
654
+ declare const Python: Icon$1;
655
+
656
+ declare const QrCode: Icon$1;
657
+
658
+ declare const Queen: Icon$1;
659
+
660
+ declare const QuestionMarkCircle: Icon$1;
661
+
662
+ declare const QuestionMarkMessageCircle: Icon$1;
663
+
664
+ declare const Quote: Icon$1;
665
+
666
+ declare const Radar: Icon$1;
667
+
668
+ declare const Radio: Icon$1;
669
+
670
+ declare const Redo: Icon$1;
671
+
672
+ declare const RefreshCcw: Icon$1;
673
+
674
+ declare const RefreshCw: Icon$1;
675
+
676
+ declare const Repeat: Icon$1;
677
+
678
+ declare const ReplyAll: Icon$1;
679
+
680
+ declare const Reply: Icon$1;
681
+
682
+ declare const Rocket: Icon$1;
683
+
684
+ declare const RotateCcw: Icon$1;
685
+
686
+ declare const RotateCw: Icon$1;
687
+
688
+ declare const Ruler: Icon$1;
689
+
690
+ declare const Rust: Icon$1;
691
+
692
+ declare const Sass: Icon$1;
693
+
694
+ declare const Save: Icon$1;
695
+
696
+ declare const Scale: Icon$1;
697
+
698
+ declare const ScanLine: Icon$1;
699
+
700
+ declare const Scan: Icon$1;
701
+
702
+ declare const Scissors: Icon$1;
703
+
704
+ declare const SearchX: Icon$1;
705
+
706
+ declare const Search: Icon$1;
707
+
708
+ declare const Send: Icon$1;
709
+
710
+ declare const Settings: Icon$1;
711
+
712
+ declare const Share: Icon$1;
713
+
714
+ declare const Shield: Icon$1;
715
+
716
+ declare const Ship: Icon$1;
717
+
718
+ declare const ShoppingBag: Icon$1;
719
+
720
+ declare const ShoppingCart: Icon$1;
721
+
722
+ declare const SidebarRight: Icon$1;
723
+
724
+ declare const Sidebar: Icon$1;
725
+
726
+ declare const SkipBack: Icon$1;
727
+
728
+ declare const SkipForward: Icon$1;
729
+
730
+ declare const Smartphone: Icon$1;
731
+
732
+ declare const SmilePlus: Icon$1;
733
+
734
+ declare const Smile: Icon$1;
735
+
736
+ declare const SortAscending: Icon$1;
737
+
738
+ declare const SortDescending: Icon$1;
739
+
740
+ declare const Sparkles: Icon$1;
741
+
742
+ declare const Split: Icon$1;
743
+
744
+ declare const SquareSplitHorizontal: Icon$1;
745
+
746
+ declare const SquareTerminal: Icon$1;
747
+
748
+ declare const Square: Icon$1;
749
+
750
+ declare const StarOff: Icon$1;
751
+
752
+ declare const Star: Icon$1;
753
+
754
+ declare const Stopwatch: Icon$1;
755
+
756
+ declare const Store: Icon$1;
757
+
758
+ declare const Strikethrough: Icon$1;
759
+
760
+ declare const Subtitles: Icon$1;
761
+
762
+ declare const Sun: Icon$1;
763
+
764
+ declare const Svg: Icon$1;
765
+
766
+ declare const Swift: Icon$1;
767
+
768
+ declare const Table: Icon$1;
769
+
770
+ declare const Tag: Icon$1;
771
+
772
+ declare const Tally1: Icon$1;
773
+
774
+ declare const Tally2: Icon$1;
775
+
776
+ declare const Tally3: Icon$1;
777
+
778
+ declare const Tally4: Icon$1;
779
+
780
+ declare const Tally5: Icon$1;
781
+
782
+ declare const Target: Icon$1;
783
+
784
+ declare const Terminal2: Icon$1;
785
+
786
+ declare const Terminal: Icon$1;
787
+
788
+ declare const TextCursorInput: Icon$1;
789
+
790
+ declare const TextDecrease: Icon$1;
791
+
792
+ declare const TextIncrease: Icon$1;
793
+
794
+ declare const TextSize: Icon$1;
795
+
796
+ declare const TextWrapColumn: Icon$1;
797
+
798
+ declare const TextWrapDisabled: Icon$1;
799
+
800
+ declare const TextWrap: Icon$1;
801
+
802
+ declare const ThumbsDown: Icon$1;
803
+
804
+ declare const ThumbsUp: Icon$1;
805
+
806
+ declare const Ticket: Icon$1;
807
+
808
+ declare const Tilde: Icon$1;
809
+
810
+ declare const Timer: Icon$1;
811
+
812
+ declare const Toml: Icon$1;
813
+
814
+ declare const Trash2: Icon$1;
815
+
816
+ declare const Trash: Icon$1;
817
+
818
+ declare const TrendingDown: Icon$1;
819
+
820
+ declare const TrendingUp: Icon$1;
821
+
822
+ declare const Trophy: Icon$1;
823
+
824
+ declare const Truck: Icon$1;
825
+
826
+ declare const Tv: Icon$1;
827
+
828
+ declare const Twitter: Icon$1;
829
+
830
+ declare const Type: Icon$1;
831
+
832
+ declare const Typescript: Icon$1;
833
+
834
+ declare const Underline: Icon$1;
835
+
836
+ declare const Undo: Icon$1;
837
+
838
+ declare const Upload: Icon$1;
839
+
840
+ declare const UserCheck: Icon$1;
841
+
842
+ declare const UserCircle: Icon$1;
843
+
844
+ declare const UserDown: Icon$1;
845
+
846
+ declare const UserHeart: Icon$1;
847
+
848
+ declare const UserMinus: Icon$1;
849
+
850
+ declare const UserPlus: Icon$1;
851
+
852
+ declare const UserSettings: Icon$1;
853
+
854
+ declare const UserSquareRounded: Icon$1;
855
+
856
+ declare const UserStar: Icon$1;
857
+
858
+ declare const User: Icon$1;
859
+
860
+ declare const UsersGroup: Icon$1;
861
+
862
+ declare const Users: Icon$1;
863
+
864
+ declare const UtensilsCrossed: Icon$1;
865
+
866
+ declare const Utensils: Icon$1;
867
+
868
+ declare const VideoOff: Icon$1;
869
+
870
+ declare const Video: Icon$1;
871
+
872
+ declare const View360: Icon$1;
873
+
874
+ declare const Visa: Icon$1;
875
+
876
+ declare const VolumeDown: Icon$1;
877
+
878
+ declare const VolumeOff: Icon$1;
879
+
880
+ declare const VolumeUp: Icon$1;
881
+
882
+ declare const VolumeX: Icon$1;
883
+
884
+ declare const Walk: Icon$1;
885
+
886
+ declare const Wallet: Icon$1;
887
+
888
+ declare const Wallpaper: Icon$1;
889
+
890
+ declare const Wand: Icon$1;
891
+
892
+ declare const Waveform: Icon$1;
893
+
894
+ declare const Waves: Icon$1;
895
+
896
+ declare const Wifi: Icon$1;
897
+
898
+ declare const Wrench: Icon$1;
899
+
900
+ declare const XCircle: Icon$1;
901
+
902
+ declare const X: Icon$1;
903
+
904
+ declare const Youtube: Icon$1;
905
+
906
+ declare const Zap: Icon$1;
907
+
908
+ declare const ZoomIn: Icon$1;
909
+
910
+ declare const ZoomOut: Icon$1;
911
+
912
+ declare const icons: {
913
+ Ace: Icon$1;
914
+ Alien: Icon$1;
915
+ AlignCenter: Icon$1;
916
+ AlignEndVertical: Icon$1;
917
+ AlignJustify: Icon$1;
918
+ AlignLeft: Icon$1;
919
+ AlignRight: Icon$1;
920
+ AppWindow: Icon$1;
921
+ ArchiveX: Icon$1;
922
+ Archive: Icon$1;
923
+ ArrowBadgeDown: Icon$1;
924
+ ArrowBadgeLeft: Icon$1;
925
+ ArrowBadgeRight: Icon$1;
926
+ ArrowBadgeUp: Icon$1;
927
+ ArrowBigDown: Icon$1;
928
+ ArrowBigLeft: Icon$1;
929
+ ArrowBigRight: Icon$1;
930
+ ArrowBigUp: Icon$1;
931
+ ArrowDownFromLine: Icon$1;
932
+ ArrowDownLeft: Icon$1;
933
+ ArrowDownRight: Icon$1;
934
+ ArrowDown: Icon$1;
935
+ ArrowLeftRight: Icon$1;
936
+ ArrowLeft: Icon$1;
937
+ ArrowRight: Icon$1;
938
+ ArrowUpDown: Icon$1;
939
+ ArrowUpFromLine: Icon$1;
940
+ ArrowUpNarrowWide: Icon$1;
941
+ ArrowUpRight: Icon$1;
942
+ ArrowUp: Icon$1;
943
+ Asterisk: Icon$1;
944
+ AtSign: Icon$1;
945
+ AudioWaveform: Icon$1;
946
+ Award: Icon$1;
947
+ BadgeCheck: Icon$1;
948
+ Badge: Icon$1;
949
+ Ban: Icon$1;
950
+ Banknote: Icon$1;
951
+ BarChartAreaBig: Icon$1;
952
+ BarChartArea: Icon$1;
953
+ BarChartFile: Icon$1;
954
+ BarChart: Icon$1;
955
+ Bat: Icon$1;
956
+ Bed: Icon$1;
957
+ BeggarsHand: Icon$1;
958
+ Bell: Icon$1;
959
+ Biohazard: Icon$1;
960
+ Blocks: Icon$1;
961
+ Bluetooth: Icon$1;
962
+ Bold: Icon$1;
963
+ BookOpenText: Icon$1;
964
+ BookOpen: Icon$1;
965
+ Bookmark: Icon$1;
966
+ Bot: Icon$1;
967
+ Box: Icon$1;
968
+ Boxes: Icon$1;
969
+ Braces: Icon$1;
970
+ BracketsAngle: Icon$1;
971
+ Brain: Icon$1;
972
+ Briefcase: Icon$1;
973
+ Browser: Icon$1;
974
+ Brush: Icon$1;
975
+ Bug: Icon$1;
976
+ Building: Icon$1;
977
+ Burger: Icon$1;
978
+ Calculator: Icon$1;
979
+ CalendarDays: Icon$1;
980
+ CalendarPlus: Icon$1;
981
+ Calendar: Icon$1;
982
+ Camera: Icon$1;
983
+ Capture: Icon$1;
984
+ CarFront: Icon$1;
985
+ Car: Icon$1;
986
+ CaretDown: Icon$1;
987
+ CaretLeft: Icon$1;
988
+ CaretRight: Icon$1;
989
+ CaretUp: Icon$1;
990
+ CheckCircle: Icon$1;
991
+ CheckSquare: Icon$1;
992
+ Check: Icon$1;
993
+ ChefHat: Icon$1;
994
+ ChevronDown: Icon$1;
995
+ ChevronLeft: Icon$1;
996
+ ChevronRight: Icon$1;
997
+ ChevronUp: Icon$1;
998
+ ChevronsDown: Icon$1;
999
+ ChevronsLeftRight: Icon$1;
1000
+ ChevronsLeft: Icon$1;
1001
+ ChevronsRight: Icon$1;
1002
+ ChevronsUpDown: Icon$1;
1003
+ CircleOff: Icon$1;
1004
+ CirclePlus: Icon$1;
1005
+ Circle: Icon$1;
1006
+ ClipboardCheck: Icon$1;
1007
+ ClipboardData: Icon$1;
1008
+ ClipboardText: Icon$1;
1009
+ Clipboard: Icon$1;
1010
+ Clock: Icon$1;
1011
+ CloudRain: Icon$1;
1012
+ CloudUpload: Icon$1;
1013
+ Cloud: Icon$1;
1014
+ Code: Icon$1;
1015
+ Cog: Icon$1;
1016
+ Columns3: Icon$1;
1017
+ Columns4: Icon$1;
1018
+ Columns: Icon$1;
1019
+ Command: Icon$1;
1020
+ Compass: Icon$1;
1021
+ Component: Icon$1;
1022
+ Computer: Icon$1;
1023
+ Construction: Icon$1;
1024
+ Cookie: Icon$1;
1025
+ Copy: Icon$1;
1026
+ CornerUpLeft: Icon$1;
1027
+ CornerUpRight: Icon$1;
1028
+ Cpu: Icon$1;
1029
+ Crown: Icon$1;
1030
+ Dashboard: Icon$1;
1031
+ Database: Icon$1;
1032
+ Delete: Icon$1;
1033
+ DeviceCode: Icon$1;
1034
+ Dog: Icon$1;
1035
+ DollarSign: Icon$1;
1036
+ Dot: Icon$1;
1037
+ DotsVertical: Icon$1;
1038
+ Dots: Icon$1;
1039
+ Download: Icon$1;
1040
+ Droplets: Icon$1;
1041
+ EPassport: Icon$1;
1042
+ Eraser: Icon$1;
1043
+ ExclamationPointMessageCircle: Icon$1;
1044
+ ExclamationPointOctagon: Icon$1;
1045
+ ExclamationPointTriangle: Icon$1;
1046
+ Expand: Icon$1;
1047
+ ExternalLink: Icon$1;
1048
+ EyeClosed: Icon$1;
1049
+ EyeOff: Icon$1;
1050
+ Eye: Icon$1;
1051
+ Facebook: Icon$1;
1052
+ Figma: Icon$1;
1053
+ FileCode: Icon$1;
1054
+ FileImage: Icon$1;
1055
+ FileInput: Icon$1;
1056
+ FileJson: Icon$1;
1057
+ FileOutput: Icon$1;
1058
+ FilePlus: Icon$1;
1059
+ FileSpreadsheet: Icon$1;
1060
+ FileText: Icon$1;
1061
+ FileTypeBmp: Icon$1;
1062
+ FileTypeCss: Icon$1;
1063
+ FileTypeCsv: Icon$1;
1064
+ FileTypeDoc: Icon$1;
1065
+ FileTypeDocx: Icon$1;
1066
+ FileTypeHtml: Icon$1;
1067
+ FileTypeJpg: Icon$1;
1068
+ FileTypeJs: Icon$1;
1069
+ FileTypeJsx: Icon$1;
1070
+ FileTypePdf: Icon$1;
1071
+ FileTypePhp: Icon$1;
1072
+ FileTypePng: Icon$1;
1073
+ FileTypePpt: Icon$1;
1074
+ FileTypeRs: Icon$1;
1075
+ FileTypeSql: Icon$1;
1076
+ FileTypeSvg: Icon$1;
1077
+ FileTypeTs: Icon$1;
1078
+ FileTypeTsx: Icon$1;
1079
+ FileTypeTxt: Icon$1;
1080
+ FileTypeVue: Icon$1;
1081
+ FileTypeXls: Icon$1;
1082
+ FileTypeXml: Icon$1;
1083
+ FileTypeZip: Icon$1;
1084
+ FileTypography: Icon$1;
1085
+ FileX: Icon$1;
1086
+ File: Icon$1;
1087
+ Filter: Icon$1;
1088
+ FishBone: Icon$1;
1089
+ Flag: Icon$1;
1090
+ Flame: Icon$1;
1091
+ Focus: Icon$1;
1092
+ FolderCheck: Icon$1;
1093
+ FolderClosed: Icon$1;
1094
+ FolderDown: Icon$1;
1095
+ FolderOpen: Icon$1;
1096
+ FolderPlus: Icon$1;
1097
+ FolderRoot: Icon$1;
1098
+ FolderSearch: Icon$1;
1099
+ FolderTree: Icon$1;
1100
+ FolderUp: Icon$1;
1101
+ Folder: Icon$1;
1102
+ Footprints: Icon$1;
1103
+ Forward: Icon$1;
1104
+ FourOhFour: Icon$1;
1105
+ Funnel: Icon$1;
1106
+ GalleryVerticalEnd: Icon$1;
1107
+ Gamepad2: Icon$1;
1108
+ Gauge: Icon$1;
1109
+ Gavel: Icon$1;
1110
+ Gem: Icon$1;
1111
+ GhostFilled: Icon$1;
1112
+ GhostFloatingFilled: Icon$1;
1113
+ GhostFloating: Icon$1;
1114
+ Ghost: Icon$1;
1115
+ Gift: Icon$1;
1116
+ GitBranch: Icon$1;
1117
+ GitCommitVertical: Icon$1;
1118
+ Github: Icon$1;
1119
+ Gitlab: Icon$1;
1120
+ GlobeLock: Icon$1;
1121
+ Globe: Icon$1;
1122
+ Golang: Icon$1;
1123
+ GraduationCap: Icon$1;
1124
+ Grid3X3: Icon$1;
1125
+ Grid: Icon$1;
1126
+ GripVertical: Icon$1;
1127
+ H1: Icon$1;
1128
+ H2: Icon$1;
1129
+ H3: Icon$1;
1130
+ H4: Icon$1;
1131
+ H5: Icon$1;
1132
+ H6: Icon$1;
1133
+ Hammer: Icon$1;
1134
+ HardDrive: Icon$1;
1135
+ HardHat: Icon$1;
1136
+ Heading: Icon$1;
1137
+ Headphones: Icon$1;
1138
+ HeartHandshake: Icon$1;
1139
+ Heart: Icon$1;
1140
+ Hexagon: Icon$1;
1141
+ Home: Icon$1;
1142
+ Html: Icon$1;
1143
+ ICircle: Icon$1;
1144
+ Image: Icon$1;
1145
+ Import: Icon$1;
1146
+ Inbox: Icon$1;
1147
+ IndentDecrease: Icon$1;
1148
+ IndentIncrease: Icon$1;
1149
+ Instagram: Icon$1;
1150
+ Jack: Icon$1;
1151
+ Javascript: Icon$1;
1152
+ Kanban: Icon$1;
1153
+ Key: Icon$1;
1154
+ Keyboard: Icon$1;
1155
+ King: Icon$1;
1156
+ Kotlin: Icon$1;
1157
+ Laptop: Icon$1;
1158
+ Layers: Icon$1;
1159
+ LetterCaseLower: Icon$1;
1160
+ LetterCaseToggle: Icon$1;
1161
+ LetterCaseUpper: Icon$1;
1162
+ Library: Icon$1;
1163
+ LifeBuoy: Icon$1;
1164
+ Lightbulb: Icon$1;
1165
+ Link: Icon$1;
1166
+ Linkedin: Icon$1;
1167
+ ListCheck: Icon$1;
1168
+ ListChecks: Icon$1;
1169
+ ListFilterPlus: Icon$1;
1170
+ ListFilter: Icon$1;
1171
+ ListMusic: Icon$1;
1172
+ ListOrdered: Icon$1;
1173
+ ListRestart: Icon$1;
1174
+ List: Icon$1;
1175
+ LoaderCircle: Icon$1;
1176
+ Loader: Icon$1;
1177
+ LockOpen: Icon$1;
1178
+ Lock: Icon$1;
1179
+ LogIn: Icon$1;
1180
+ LogOut: Icon$1;
1181
+ MailCheck: Icon$1;
1182
+ Mail: Icon$1;
1183
+ MapPin: Icon$1;
1184
+ Map: Icon$1;
1185
+ Maximize: Icon$1;
1186
+ Megaphone: Icon$1;
1187
+ Menu: Icon$1;
1188
+ MessageCircle: Icon$1;
1189
+ MessageSquare: Icon$1;
1190
+ MessagesSquare: Icon$1;
1191
+ Mic: Icon$1;
1192
+ Minimize: Icon$1;
1193
+ Minus: Icon$1;
1194
+ Moon: Icon$1;
1195
+ MousePointer: Icon$1;
1196
+ Move: Icon$1;
1197
+ Music: Icon$1;
1198
+ Navigation: Icon$1;
1199
+ Newspaper: Icon$1;
1200
+ NotebookText: Icon$1;
1201
+ NotepadText: Icon$1;
1202
+ Npm: Icon$1;
1203
+ Package: Icon$1;
1204
+ Pacman: Icon$1;
1205
+ Paintbrush: Icon$1;
1206
+ Palette: Icon$1;
1207
+ PanelLeftClose: Icon$1;
1208
+ PanelLeftOpen: Icon$1;
1209
+ PanelLeft: Icon$1;
1210
+ PanelRight: Icon$1;
1211
+ Paperclip: Icon$1;
1212
+ Pause: Icon$1;
1213
+ Pdf: Icon$1;
1214
+ PenTool: Icon$1;
1215
+ Pen: Icon$1;
1216
+ PencilCheck: Icon$1;
1217
+ Pencil: Icon$1;
1218
+ Percent: Icon$1;
1219
+ Phone: Icon$1;
1220
+ Photo: Icon$1;
1221
+ PictureInPicture: Icon$1;
1222
+ PieChart: Icon$1;
1223
+ PiggyBank: Icon$1;
1224
+ Pin: Icon$1;
1225
+ Plane: Icon$1;
1226
+ Play: Icon$1;
1227
+ Plus: Icon$1;
1228
+ Pointer: Icon$1;
1229
+ Popcorn: Icon$1;
1230
+ Power: Icon$1;
1231
+ Prescription: Icon$1;
1232
+ Printer: Icon$1;
1233
+ PuzzlePiece: Icon$1;
1234
+ Python: Icon$1;
1235
+ QrCode: Icon$1;
1236
+ Queen: Icon$1;
1237
+ QuestionMarkCircle: Icon$1;
1238
+ QuestionMarkMessageCircle: Icon$1;
1239
+ Quote: Icon$1;
1240
+ Radar: Icon$1;
1241
+ Radio: Icon$1;
1242
+ Redo: Icon$1;
1243
+ RefreshCcw: Icon$1;
1244
+ RefreshCw: Icon$1;
1245
+ Repeat: Icon$1;
1246
+ ReplyAll: Icon$1;
1247
+ Reply: Icon$1;
1248
+ Rocket: Icon$1;
1249
+ RotateCcw: Icon$1;
1250
+ RotateCw: Icon$1;
1251
+ Ruler: Icon$1;
1252
+ Rust: Icon$1;
1253
+ Sass: Icon$1;
1254
+ Save: Icon$1;
1255
+ Scale: Icon$1;
1256
+ ScanLine: Icon$1;
1257
+ Scan: Icon$1;
1258
+ Scissors: Icon$1;
1259
+ SearchX: Icon$1;
1260
+ Search: Icon$1;
1261
+ Send: Icon$1;
1262
+ Settings: Icon$1;
1263
+ Share: Icon$1;
1264
+ Shield: Icon$1;
1265
+ Ship: Icon$1;
1266
+ ShoppingBag: Icon$1;
1267
+ ShoppingCart: Icon$1;
1268
+ SidebarRight: Icon$1;
1269
+ Sidebar: Icon$1;
1270
+ SkipBack: Icon$1;
1271
+ SkipForward: Icon$1;
1272
+ Smartphone: Icon$1;
1273
+ SmilePlus: Icon$1;
1274
+ Smile: Icon$1;
1275
+ SortAscending: Icon$1;
1276
+ SortDescending: Icon$1;
1277
+ Sparkles: Icon$1;
1278
+ Split: Icon$1;
1279
+ SquareSplitHorizontal: Icon$1;
1280
+ SquareTerminal: Icon$1;
1281
+ Square: Icon$1;
1282
+ StarOff: Icon$1;
1283
+ Star: Icon$1;
1284
+ Stopwatch: Icon$1;
1285
+ Store: Icon$1;
1286
+ Strikethrough: Icon$1;
1287
+ Subtitles: Icon$1;
1288
+ Sun: Icon$1;
1289
+ Svg: Icon$1;
1290
+ Swift: Icon$1;
1291
+ Table: Icon$1;
1292
+ Tag: Icon$1;
1293
+ Tally1: Icon$1;
1294
+ Tally2: Icon$1;
1295
+ Tally3: Icon$1;
1296
+ Tally4: Icon$1;
1297
+ Tally5: Icon$1;
1298
+ Target: Icon$1;
1299
+ Terminal2: Icon$1;
1300
+ Terminal: Icon$1;
1301
+ TextCursorInput: Icon$1;
1302
+ TextDecrease: Icon$1;
1303
+ TextIncrease: Icon$1;
1304
+ TextSize: Icon$1;
1305
+ TextWrapColumn: Icon$1;
1306
+ TextWrapDisabled: Icon$1;
1307
+ TextWrap: Icon$1;
1308
+ ThumbsDown: Icon$1;
1309
+ ThumbsUp: Icon$1;
1310
+ Ticket: Icon$1;
1311
+ Tilde: Icon$1;
1312
+ Timer: Icon$1;
1313
+ Toml: Icon$1;
1314
+ Trash2: Icon$1;
1315
+ Trash: Icon$1;
1316
+ TrendingDown: Icon$1;
1317
+ TrendingUp: Icon$1;
1318
+ Trophy: Icon$1;
1319
+ Truck: Icon$1;
1320
+ Tv: Icon$1;
1321
+ Twitter: Icon$1;
1322
+ Type: Icon$1;
1323
+ Typescript: Icon$1;
1324
+ Underline: Icon$1;
1325
+ Undo: Icon$1;
1326
+ Upload: Icon$1;
1327
+ UserCheck: Icon$1;
1328
+ UserCircle: Icon$1;
1329
+ UserDown: Icon$1;
1330
+ UserHeart: Icon$1;
1331
+ UserMinus: Icon$1;
1332
+ UserPlus: Icon$1;
1333
+ UserSettings: Icon$1;
1334
+ UserSquareRounded: Icon$1;
1335
+ UserStar: Icon$1;
1336
+ User: Icon$1;
1337
+ UsersGroup: Icon$1;
1338
+ Users: Icon$1;
1339
+ UtensilsCrossed: Icon$1;
1340
+ Utensils: Icon$1;
1341
+ VideoOff: Icon$1;
1342
+ Video: Icon$1;
1343
+ View360: Icon$1;
1344
+ Visa: Icon$1;
1345
+ VolumeDown: Icon$1;
1346
+ VolumeOff: Icon$1;
1347
+ VolumeUp: Icon$1;
1348
+ VolumeX: Icon$1;
1349
+ Walk: Icon$1;
1350
+ Wallet: Icon$1;
1351
+ Wallpaper: Icon$1;
1352
+ Wand: Icon$1;
1353
+ Waveform: Icon$1;
1354
+ Waves: Icon$1;
1355
+ Wifi: Icon$1;
1356
+ Wrench: Icon$1;
1357
+ XCircle: Icon$1;
1358
+ X: Icon$1;
1359
+ Youtube: Icon$1;
1360
+ Zap: Icon$1;
1361
+ ZoomIn: Icon$1;
1362
+ ZoomOut: Icon$1;
1363
+ };
1364
+
1365
+ interface DynamicIconProps extends Omit<IconProps, 'children'> {
1366
+ name: keyof typeof icons;
1367
+ }
1368
+ declare const Icon: React.FC<DynamicIconProps>;
1369
+
1370
+ export { Ace, Alien, AlignCenter, AlignEndVertical, AlignJustify, AlignLeft, AlignRight, AppWindow, Archive, ArchiveX, ArrowBadgeDown, ArrowBadgeLeft, ArrowBadgeRight, ArrowBadgeUp, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownFromLine, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftRight, ArrowRight, ArrowUp, ArrowUpDown, ArrowUpFromLine, ArrowUpNarrowWide, ArrowUpRight, Asterisk, AtSign, AudioWaveform, Award, Badge, BadgeCheck, Ban, Banknote, BarChart, BarChartArea, BarChartAreaBig, BarChartFile, Bat, Bed, BeggarsHand, Bell, Biohazard, Blocks, Bluetooth, Bold, BookOpen, BookOpenText, Bookmark, Bot, Box, Boxes, Braces, BracketsAngle, Brain, Briefcase, Browser, Brush, Bug, Building, Burger, Calculator, Calendar, CalendarDays, CalendarPlus, Camera, Capture, Car, CarFront, CaretDown, CaretLeft, CaretRight, CaretUp, Check, CheckCircle, CheckSquare, ChefHat, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsUpDown, Circle, CircleOff, CirclePlus, Clipboard, ClipboardCheck, ClipboardData, ClipboardText, Clock, Cloud, CloudRain, CloudUpload, Code, Cog, Columns, Columns3, Columns4, Command, Compass, Component, Computer, Construction, Cookie, Copy, CornerUpLeft, CornerUpRight, Cpu, Crown, Dashboard, Database, Delete, DeviceCode, Dog, DollarSign, Dot, Dots, DotsVertical, Download, Droplets, EPassport, Eraser, ExclamationPointMessageCircle, ExclamationPointOctagon, ExclamationPointTriangle, Expand, ExternalLink, Eye, EyeClosed, EyeOff, Facebook, Figma, File, FileCode, FileImage, FileInput, FileJson, FileOutput, FilePlus, FileSpreadsheet, FileText, FileTypeBmp, FileTypeCss, FileTypeCsv, FileTypeDoc, FileTypeDocx, FileTypeHtml, FileTypeJpg, FileTypeJs, FileTypeJsx, FileTypePdf, FileTypePhp, FileTypePng, FileTypePpt, FileTypeRs, FileTypeSql, FileTypeSvg, FileTypeTs, FileTypeTsx, FileTypeTxt, FileTypeVue, FileTypeXls, FileTypeXml, FileTypeZip, FileTypography, FileX, Filter, FishBone, Flag, Flame, Focus, Folder, FolderCheck, FolderClosed, FolderDown, FolderOpen, FolderPlus, FolderRoot, FolderSearch, FolderTree, FolderUp, Footprints, Forward, FourOhFour, Funnel, GalleryVerticalEnd, Gamepad2, Gauge, Gavel, Gem, Ghost, GhostFilled, GhostFloating, GhostFloatingFilled, Gift, GitBranch, GitCommitVertical, Github, Gitlab, Globe, GlobeLock, Golang, GraduationCap, Grid, Grid3X3, GripVertical, H1, H2, H3, H4, H5, H6, Hammer, HardDrive, HardHat, Heading, Headphones, Heart, HeartHandshake, Hexagon, Home, Html, ICircle, Icon, type IconProps, type Icon$1 as IconType, Image, Import, Inbox, IndentDecrease, IndentIncrease, Instagram, Jack, Javascript, Kanban, Key, Keyboard, King, Kotlin, Laptop, Layers, LetterCaseLower, LetterCaseToggle, LetterCaseUpper, Library, LifeBuoy, Lightbulb, Link, Linkedin, List, ListCheck, ListChecks, ListFilter, ListFilterPlus, ListMusic, ListOrdered, ListRestart, Loader, LoaderCircle, Lock, LockOpen, LogIn, LogOut, Mail, MailCheck, Map, MapPin, Maximize, Megaphone, Menu, MessageCircle, MessageSquare, MessagesSquare, Mic, Minimize, Minus, Moon, MousePointer, Move, Music, Navigation, Newspaper, NotebookText, NotepadText, Npm, Package, Pacman, Paintbrush, Palette, PanelLeft, PanelLeftClose, PanelLeftOpen, PanelRight, Paperclip, Pause, Pdf, Pen, PenTool, Pencil, PencilCheck, Percent, Phone, Photo, PictureInPicture, PieChart, PiggyBank, Pin, Plane, Play, Plus, Pointer, Popcorn, Power, Prescription, Printer, PuzzlePiece, Python, QrCode, Queen, QuestionMarkCircle, QuestionMarkMessageCircle, Quote, Radar, Radio, Redo, RefreshCcw, RefreshCw, Repeat, Reply, ReplyAll, Rocket, RotateCcw, RotateCw, Ruler, Rust, Sass, Save, Scale, Scan, ScanLine, Scissors, Search, SearchX, Send, Settings, Share, Shield, Ship, ShoppingBag, ShoppingCart, Sidebar, SidebarRight, SkipBack, SkipForward, Smartphone, Smile, SmilePlus, SortAscending, SortDescending, Sparkles, Split, Square, SquareSplitHorizontal, SquareTerminal, Star, StarOff, Stopwatch, Store, Strikethrough, Subtitles, Sun, Svg, Swift, Table, Tag, Tally1, Tally2, Tally3, Tally4, Tally5, Target, Terminal, Terminal2, TextCursorInput, TextDecrease, TextIncrease, TextSize, TextWrap, TextWrapColumn, TextWrapDisabled, ThumbsDown, ThumbsUp, Ticket, Tilde, Timer, Toml, Trash, Trash2, TrendingDown, TrendingUp, Trophy, Truck, Tv, Twitter, Type, Typescript, Underline, Undo, Upload, User, UserCheck, UserCircle, UserDown, UserHeart, UserMinus, UserPlus, UserSettings, UserSquareRounded, UserStar, Users, UsersGroup, Utensils, UtensilsCrossed, Video, VideoOff, View360, Visa, VolumeDown, VolumeOff, VolumeUp, VolumeX, Walk, Wallet, Wallpaper, Wand, Waveform, Waves, Wifi, Wrench, X, XCircle, Youtube, Zap, ZoomIn, ZoomOut, createIcon, icons };