@ctrliq/quantic-components 1.88.0 → 1.89.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.
Files changed (48) hide show
  1. package/dist/action-group/action-group.component.js +3 -1
  2. package/dist/badge/badge-group.component.js +3 -1
  3. package/dist/code-input/index.js +1 -0
  4. package/dist/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
  5. package/dist/icon/__generated__/lucide-icon-names.enum.js +321 -107
  6. package/dist/icon/index.constants.d.ts +214 -107
  7. package/dist/icons.json +3247 -3242
  8. package/dist/index.js.map +1 -1
  9. package/dist/llms/components/quantic-action-group.md +4 -1
  10. package/dist/llms/components/quantic-badge-group.md +4 -1
  11. package/dist/llms/components/quantic-code-input.md +3 -0
  12. package/dist/llms/components/quantic-number-input.md +3 -0
  13. package/dist/llms/components/quantic-option-card.md +4 -0
  14. package/dist/llms/components/quantic-splitter-group.md +3 -0
  15. package/dist/llms/components/quantic-tab-button.md +5 -1
  16. package/dist/llms/components/quantic-tabs.md +4 -0
  17. package/dist/llms/components/quantic-tag-group.md +4 -1
  18. package/dist/llms/components/quantic-text-input.md +3 -0
  19. package/dist/llms/components/quantic-textarea.md +3 -0
  20. package/dist/llms/setup.md +2 -2
  21. package/dist/llms.txt +2 -2
  22. package/dist/meta/index.js.map +1 -1
  23. package/dist/meta/part-parity.test.d.ts +1 -0
  24. package/dist/meta/part-parity.test.js +68 -0
  25. package/dist/meta/serialize.d.ts +6 -2
  26. package/dist/meta/serialize.js +2 -0
  27. package/dist/meta/serialize.test.js +7 -0
  28. package/dist/meta.json +83 -5
  29. package/dist/number-input/index.js +1 -0
  30. package/dist/option-card/option-card.component.js +4 -0
  31. package/dist/quantic-components.js +351 -112
  32. package/dist/quantic-components.js.map +1 -1
  33. package/dist/quantic-components.min.js +56 -56
  34. package/dist/quantic-components.min.js.map +1 -1
  35. package/dist/register.js.map +1 -1
  36. package/dist/shared/meta.types.d.ts +4 -0
  37. package/dist/splitter/splitter-group.component.js +3 -0
  38. package/dist/tabs/button.component.js +6 -2
  39. package/dist/tabs/tabs.component.js +4 -0
  40. package/dist/tag/tag-group.component.js +3 -1
  41. package/dist/text-input/index.js +1 -0
  42. package/dist/textarea/index.js +1 -0
  43. package/dist/types/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
  44. package/dist/types/icon/index.constants.d.ts +214 -107
  45. package/dist/types/meta/part-parity.test.d.ts +1 -0
  46. package/dist/types/meta/serialize.d.ts +6 -2
  47. package/dist/types/shared/meta.types.d.ts +4 -0
  48. package/package.json +1 -1
@@ -65,8 +65,8 @@ export declare const LucideIconName: {
65
65
  readonly ArrowBigUp: "ArrowBigUp";
66
66
  readonly ArrowBigUpDash: "ArrowBigUpDash";
67
67
  readonly ArrowDown: "ArrowDown";
68
- readonly ArrowDown_0_1: "ArrowDown_0_1";
69
- readonly ArrowDown_1_0: "ArrowDown_1_0";
68
+ readonly ArrowDown01: "ArrowDown01";
69
+ readonly ArrowDown10: "ArrowDown10";
70
70
  readonly ArrowDownAZ: "ArrowDownAZ";
71
71
  readonly ArrowDownFromLine: "ArrowDownFromLine";
72
72
  readonly ArrowDownLeft: "ArrowDownLeft";
@@ -86,8 +86,8 @@ export declare const LucideIconName: {
86
86
  readonly ArrowRightLeft: "ArrowRightLeft";
87
87
  readonly ArrowRightToLine: "ArrowRightToLine";
88
88
  readonly ArrowUp: "ArrowUp";
89
- readonly ArrowUp_0_1: "ArrowUp_0_1";
90
- readonly ArrowUp_1_0: "ArrowUp_1_0";
89
+ readonly ArrowUp01: "ArrowUp01";
90
+ readonly ArrowUp10: "ArrowUp10";
91
91
  readonly ArrowUpAZ: "ArrowUpAZ";
92
92
  readonly ArrowUpDown: "ArrowUpDown";
93
93
  readonly ArrowUpFromDot: "ArrowUpFromDot";
@@ -106,7 +106,7 @@ export declare const LucideIconName: {
106
106
  readonly AudioWaveform: "AudioWaveform";
107
107
  readonly Award: "Award";
108
108
  readonly Axe: "Axe";
109
- readonly Axis_3d: "Axis_3d";
109
+ readonly Axis3d: "Axis3d";
110
110
  readonly Baby: "Baby";
111
111
  readonly Backpack: "Backpack";
112
112
  readonly Badge: "Badge";
@@ -203,7 +203,7 @@ export declare const LucideIconName: {
203
203
  readonly BookText: "BookText";
204
204
  readonly BookType: "BookType";
205
205
  readonly BookUp: "BookUp";
206
- readonly BookUp_2: "BookUp_2";
206
+ readonly BookUp2: "BookUp2";
207
207
  readonly BookUser: "BookUser";
208
208
  readonly BookX: "BookX";
209
209
  readonly Bookmark: "Bookmark";
@@ -237,7 +237,7 @@ export declare const LucideIconName: {
237
237
  readonly BugOff: "BugOff";
238
238
  readonly BugPlay: "BugPlay";
239
239
  readonly Building: "Building";
240
- readonly Building_2: "Building_2";
240
+ readonly Building2: "Building2";
241
241
  readonly Bus: "Bus";
242
242
  readonly BusFront: "BusFront";
243
243
  readonly Cable: "Cable";
@@ -246,26 +246,26 @@ export declare const LucideIconName: {
246
246
  readonly CakeSlice: "CakeSlice";
247
247
  readonly Calculator: "Calculator";
248
248
  readonly Calendar: "Calendar";
249
- readonly Calendar_1: "Calendar_1";
249
+ readonly Calendar1: "Calendar1";
250
250
  readonly CalendarArrowDown: "CalendarArrowDown";
251
251
  readonly CalendarArrowUp: "CalendarArrowUp";
252
252
  readonly CalendarCheck: "CalendarCheck";
253
- readonly CalendarCheck_2: "CalendarCheck_2";
253
+ readonly CalendarCheck2: "CalendarCheck2";
254
254
  readonly CalendarClock: "CalendarClock";
255
255
  readonly CalendarCog: "CalendarCog";
256
256
  readonly CalendarDays: "CalendarDays";
257
257
  readonly CalendarFold: "CalendarFold";
258
258
  readonly CalendarHeart: "CalendarHeart";
259
259
  readonly CalendarMinus: "CalendarMinus";
260
- readonly CalendarMinus_2: "CalendarMinus_2";
260
+ readonly CalendarMinus2: "CalendarMinus2";
261
261
  readonly CalendarOff: "CalendarOff";
262
262
  readonly CalendarPlus: "CalendarPlus";
263
- readonly CalendarPlus_2: "CalendarPlus_2";
263
+ readonly CalendarPlus2: "CalendarPlus2";
264
264
  readonly CalendarRange: "CalendarRange";
265
265
  readonly CalendarSearch: "CalendarSearch";
266
266
  readonly CalendarSync: "CalendarSync";
267
267
  readonly CalendarX: "CalendarX";
268
- readonly CalendarX_2: "CalendarX_2";
268
+ readonly CalendarX2: "CalendarX2";
269
269
  readonly Camera: "Camera";
270
270
  readonly CameraOff: "CameraOff";
271
271
  readonly Candy: "Candy";
@@ -371,7 +371,7 @@ export declare const LucideIconName: {
371
371
  readonly CirclePlus: "CirclePlus";
372
372
  readonly CirclePower: "CirclePower";
373
373
  readonly CircleSlash: "CircleSlash";
374
- readonly CircleSlash_2: "CircleSlash_2";
374
+ readonly CircleSlash2: "CircleSlash2";
375
375
  readonly CircleSmall: "CircleSmall";
376
376
  readonly CircleStop: "CircleStop";
377
377
  readonly CircleUser: "CircleUser";
@@ -392,18 +392,18 @@ export declare const LucideIconName: {
392
392
  readonly ClipboardType: "ClipboardType";
393
393
  readonly ClipboardX: "ClipboardX";
394
394
  readonly Clock: "Clock";
395
- readonly Clock_1: "Clock_1";
396
- readonly Clock_10: "Clock_10";
397
- readonly Clock_11: "Clock_11";
398
- readonly Clock_12: "Clock_12";
399
- readonly Clock_2: "Clock_2";
400
- readonly Clock_3: "Clock_3";
401
- readonly Clock_4: "Clock_4";
402
- readonly Clock_5: "Clock_5";
403
- readonly Clock_6: "Clock_6";
404
- readonly Clock_7: "Clock_7";
405
- readonly Clock_8: "Clock_8";
406
- readonly Clock_9: "Clock_9";
395
+ readonly Clock1: "Clock1";
396
+ readonly Clock10: "Clock10";
397
+ readonly Clock11: "Clock11";
398
+ readonly Clock12: "Clock12";
399
+ readonly Clock2: "Clock2";
400
+ readonly Clock3: "Clock3";
401
+ readonly Clock4: "Clock4";
402
+ readonly Clock5: "Clock5";
403
+ readonly Clock6: "Clock6";
404
+ readonly Clock7: "Clock7";
405
+ readonly Clock8: "Clock8";
406
+ readonly Clock9: "Clock9";
407
407
  readonly ClockAlert: "ClockAlert";
408
408
  readonly ClockArrowDown: "ClockArrowDown";
409
409
  readonly ClockArrowUp: "ClockArrowUp";
@@ -436,10 +436,10 @@ export declare const LucideIconName: {
436
436
  readonly Coffee: "Coffee";
437
437
  readonly Cog: "Cog";
438
438
  readonly Coins: "Coins";
439
- readonly Columns_2: "Columns_2";
440
- readonly Columns_3: "Columns_3";
441
- readonly Columns_3Cog: "Columns_3Cog";
442
- readonly Columns_4: "Columns_4";
439
+ readonly Columns2: "Columns2";
440
+ readonly Columns3: "Columns3";
441
+ readonly Columns3Cog: "Columns3Cog";
442
+ readonly Columns4: "Columns4";
443
443
  readonly Combine: "Combine";
444
444
  readonly Command: "Command";
445
445
  readonly Compass: "Compass";
@@ -495,17 +495,17 @@ export declare const LucideIconName: {
495
495
  readonly DiamondMinus: "DiamondMinus";
496
496
  readonly DiamondPercent: "DiamondPercent";
497
497
  readonly DiamondPlus: "DiamondPlus";
498
- readonly Dice_1: "Dice_1";
499
- readonly Dice_2: "Dice_2";
500
- readonly Dice_3: "Dice_3";
501
- readonly Dice_4: "Dice_4";
502
- readonly Dice_5: "Dice_5";
503
- readonly Dice_6: "Dice_6";
498
+ readonly Dice1: "Dice1";
499
+ readonly Dice2: "Dice2";
500
+ readonly Dice3: "Dice3";
501
+ readonly Dice4: "Dice4";
502
+ readonly Dice5: "Dice5";
503
+ readonly Dice6: "Dice6";
504
504
  readonly Dices: "Dices";
505
505
  readonly Diff: "Diff";
506
506
  readonly Disc: "Disc";
507
- readonly Disc_2: "Disc_2";
508
- readonly Disc_3: "Disc_3";
507
+ readonly Disc2: "Disc2";
508
+ readonly Disc3: "Disc3";
509
509
  readonly DiscAlbum: "DiscAlbum";
510
510
  readonly Divide: "Divide";
511
511
  readonly Dna: "Dna";
@@ -561,20 +561,20 @@ export declare const LucideIconName: {
561
561
  readonly File: "File";
562
562
  readonly FileArchive: "FileArchive";
563
563
  readonly FileAudio: "FileAudio";
564
- readonly FileAudio_2: "FileAudio_2";
565
- readonly FileAxis_3d: "FileAxis_3d";
564
+ readonly FileAudio2: "FileAudio2";
565
+ readonly FileAxis3d: "FileAxis3d";
566
566
  readonly FileBadge: "FileBadge";
567
- readonly FileBadge_2: "FileBadge_2";
567
+ readonly FileBadge2: "FileBadge2";
568
568
  readonly FileBox: "FileBox";
569
569
  readonly FileChartColumn: "FileChartColumn";
570
570
  readonly FileChartColumnIncreasing: "FileChartColumnIncreasing";
571
571
  readonly FileChartLine: "FileChartLine";
572
572
  readonly FileChartPie: "FileChartPie";
573
573
  readonly FileCheck: "FileCheck";
574
- readonly FileCheck_2: "FileCheck_2";
574
+ readonly FileCheck2: "FileCheck2";
575
575
  readonly FileClock: "FileClock";
576
576
  readonly FileCode: "FileCode";
577
- readonly FileCode_2: "FileCode_2";
577
+ readonly FileCode2: "FileCode2";
578
578
  readonly FileCog: "FileCog";
579
579
  readonly FileDiff: "FileDiff";
580
580
  readonly FileDigit: "FileDigit";
@@ -583,23 +583,23 @@ export declare const LucideIconName: {
583
583
  readonly FileImage: "FileImage";
584
584
  readonly FileInput: "FileInput";
585
585
  readonly FileJson: "FileJson";
586
- readonly FileJson_2: "FileJson_2";
586
+ readonly FileJson2: "FileJson2";
587
587
  readonly FileKey: "FileKey";
588
- readonly FileKey_2: "FileKey_2";
588
+ readonly FileKey2: "FileKey2";
589
589
  readonly FileLock: "FileLock";
590
- readonly FileLock_2: "FileLock_2";
590
+ readonly FileLock2: "FileLock2";
591
591
  readonly FileMinus: "FileMinus";
592
- readonly FileMinus_2: "FileMinus_2";
592
+ readonly FileMinus2: "FileMinus2";
593
593
  readonly FileMusic: "FileMusic";
594
594
  readonly FileOutput: "FileOutput";
595
595
  readonly FilePen: "FilePen";
596
596
  readonly FilePenLine: "FilePenLine";
597
597
  readonly FilePlus: "FilePlus";
598
- readonly FilePlus_2: "FilePlus_2";
598
+ readonly FilePlus2: "FilePlus2";
599
599
  readonly FileQuestion: "FileQuestion";
600
600
  readonly FileScan: "FileScan";
601
601
  readonly FileSearch: "FileSearch";
602
- readonly FileSearch_2: "FileSearch_2";
602
+ readonly FileSearch2: "FileSearch2";
603
603
  readonly FileSliders: "FileSliders";
604
604
  readonly FileSpreadsheet: "FileSpreadsheet";
605
605
  readonly FileStack: "FileStack";
@@ -607,16 +607,16 @@ export declare const LucideIconName: {
607
607
  readonly FileTerminal: "FileTerminal";
608
608
  readonly FileText: "FileText";
609
609
  readonly FileType: "FileType";
610
- readonly FileType_2: "FileType_2";
610
+ readonly FileType2: "FileType2";
611
611
  readonly FileUp: "FileUp";
612
612
  readonly FileUser: "FileUser";
613
613
  readonly FileVideo: "FileVideo";
614
- readonly FileVideo_2: "FileVideo_2";
614
+ readonly FileVideo2: "FileVideo2";
615
615
  readonly FileVolume: "FileVolume";
616
- readonly FileVolume_2: "FileVolume_2";
616
+ readonly FileVolume2: "FileVolume2";
617
617
  readonly FileWarning: "FileWarning";
618
618
  readonly FileX: "FileX";
619
- readonly FileX_2: "FileX_2";
619
+ readonly FileX2: "FileX2";
620
620
  readonly Files: "Files";
621
621
  readonly Film: "Film";
622
622
  readonly Fingerprint: "Fingerprint";
@@ -636,11 +636,11 @@ export declare const LucideIconName: {
636
636
  readonly FlaskConicalOff: "FlaskConicalOff";
637
637
  readonly FlaskRound: "FlaskRound";
638
638
  readonly FlipHorizontal: "FlipHorizontal";
639
- readonly FlipHorizontal_2: "FlipHorizontal_2";
639
+ readonly FlipHorizontal2: "FlipHorizontal2";
640
640
  readonly FlipVertical: "FlipVertical";
641
- readonly FlipVertical_2: "FlipVertical_2";
641
+ readonly FlipVertical2: "FlipVertical2";
642
642
  readonly Flower: "Flower";
643
- readonly Flower_2: "Flower_2";
643
+ readonly Flower2: "Flower2";
644
644
  readonly Focus: "Focus";
645
645
  readonly FoldHorizontal: "FoldHorizontal";
646
646
  readonly FoldVertical: "FoldVertical";
@@ -654,7 +654,7 @@ export declare const LucideIconName: {
654
654
  readonly FolderDot: "FolderDot";
655
655
  readonly FolderDown: "FolderDown";
656
656
  readonly FolderGit: "FolderGit";
657
- readonly FolderGit_2: "FolderGit_2";
657
+ readonly FolderGit2: "FolderGit2";
658
658
  readonly FolderHeart: "FolderHeart";
659
659
  readonly FolderInput: "FolderInput";
660
660
  readonly FolderKanban: "FolderKanban";
@@ -668,7 +668,7 @@ export declare const LucideIconName: {
668
668
  readonly FolderPlus: "FolderPlus";
669
669
  readonly FolderRoot: "FolderRoot";
670
670
  readonly FolderSearch: "FolderSearch";
671
- readonly FolderSearch_2: "FolderSearch_2";
671
+ readonly FolderSearch2: "FolderSearch2";
672
672
  readonly FolderSymlink: "FolderSymlink";
673
673
  readonly FolderSync: "FolderSync";
674
674
  readonly FolderTree: "FolderTree";
@@ -692,7 +692,7 @@ export declare const LucideIconName: {
692
692
  readonly GalleryVertical: "GalleryVertical";
693
693
  readonly GalleryVerticalEnd: "GalleryVerticalEnd";
694
694
  readonly Gamepad: "Gamepad";
695
- readonly Gamepad_2: "Gamepad_2";
695
+ readonly Gamepad2: "Gamepad2";
696
696
  readonly Gauge: "Gauge";
697
697
  readonly Gavel: "Gavel";
698
698
  readonly Gem: "Gem";
@@ -724,11 +724,11 @@ export declare const LucideIconName: {
724
724
  readonly Grab: "Grab";
725
725
  readonly GraduationCap: "GraduationCap";
726
726
  readonly Grape: "Grape";
727
- readonly Grid_2x2: "Grid_2x2";
728
- readonly Grid_2x2Check: "Grid_2x2Check";
729
- readonly Grid_2x2Plus: "Grid_2x2Plus";
730
- readonly Grid_2x2X: "Grid_2x2X";
731
- readonly Grid_3x3: "Grid_3x3";
727
+ readonly Grid2x2: "Grid2x2";
728
+ readonly Grid2x2Check: "Grid2x2Check";
729
+ readonly Grid2x2Plus: "Grid2x2Plus";
730
+ readonly Grid2x2X: "Grid2x2X";
731
+ readonly Grid3x3: "Grid3x3";
732
732
  readonly Grip: "Grip";
733
733
  readonly GripHorizontal: "GripHorizontal";
734
734
  readonly GripVertical: "GripVertical";
@@ -752,12 +752,12 @@ export declare const LucideIconName: {
752
752
  readonly Haze: "Haze";
753
753
  readonly HdmiPort: "HdmiPort";
754
754
  readonly Heading: "Heading";
755
- readonly Heading_1: "Heading_1";
756
- readonly Heading_2: "Heading_2";
757
- readonly Heading_3: "Heading_3";
758
- readonly Heading_4: "Heading_4";
759
- readonly Heading_5: "Heading_5";
760
- readonly Heading_6: "Heading_6";
755
+ readonly Heading1: "Heading1";
756
+ readonly Heading2: "Heading2";
757
+ readonly Heading3: "Heading3";
758
+ readonly Heading4: "Heading4";
759
+ readonly Heading5: "Heading5";
760
+ readonly Heading6: "Heading6";
761
761
  readonly HeadphoneOff: "HeadphoneOff";
762
762
  readonly Headphones: "Headphones";
763
763
  readonly Headset: "Headset";
@@ -830,7 +830,7 @@ export declare const LucideIconName: {
830
830
  readonly LassoSelect: "LassoSelect";
831
831
  readonly Laugh: "Laugh";
832
832
  readonly Layers: "Layers";
833
- readonly Layers_2: "Layers_2";
833
+ readonly Layers2: "Layers2";
834
834
  readonly LayoutDashboard: "LayoutDashboard";
835
835
  readonly LayoutGrid: "LayoutGrid";
836
836
  readonly LayoutList: "LayoutList";
@@ -848,8 +848,8 @@ export declare const LucideIconName: {
848
848
  readonly Lightbulb: "Lightbulb";
849
849
  readonly LightbulbOff: "LightbulbOff";
850
850
  readonly Link: "Link";
851
- readonly Link_2: "Link_2";
852
- readonly Link_2Off: "Link_2Off";
851
+ readonly Link2: "Link2";
852
+ readonly Link2Off: "Link2Off";
853
853
  readonly Linkedin: "Linkedin";
854
854
  readonly List: "List";
855
855
  readonly ListCheck: "ListCheck";
@@ -914,7 +914,7 @@ export declare const LucideIconName: {
914
914
  readonly MarsStroke: "MarsStroke";
915
915
  readonly Martini: "Martini";
916
916
  readonly Maximize: "Maximize";
917
- readonly Maximize_2: "Maximize_2";
917
+ readonly Maximize2: "Maximize2";
918
918
  readonly Medal: "Medal";
919
919
  readonly Megaphone: "Megaphone";
920
920
  readonly MegaphoneOff: "MegaphoneOff";
@@ -960,7 +960,7 @@ export declare const LucideIconName: {
960
960
  readonly Milk: "Milk";
961
961
  readonly MilkOff: "MilkOff";
962
962
  readonly Minimize: "Minimize";
963
- readonly Minimize_2: "Minimize_2";
963
+ readonly Minimize2: "Minimize2";
964
964
  readonly Minus: "Minus";
965
965
  readonly Monitor: "Monitor";
966
966
  readonly MonitorCheck: "MonitorCheck";
@@ -982,13 +982,13 @@ export declare const LucideIconName: {
982
982
  readonly Mouse: "Mouse";
983
983
  readonly MouseOff: "MouseOff";
984
984
  readonly MousePointer: "MousePointer";
985
- readonly MousePointer_2: "MousePointer_2";
985
+ readonly MousePointer2: "MousePointer2";
986
986
  readonly MousePointerBan: "MousePointerBan";
987
987
  readonly MousePointerClick: "MousePointerClick";
988
988
  readonly Move: "Move";
989
- readonly Move_3d: "Move_3d";
989
+ readonly Move3d: "Move3d";
990
990
  readonly MoveDiagonal: "MoveDiagonal";
991
- readonly MoveDiagonal_2: "MoveDiagonal_2";
991
+ readonly MoveDiagonal2: "MoveDiagonal2";
992
992
  readonly MoveDown: "MoveDown";
993
993
  readonly MoveDownLeft: "MoveDownLeft";
994
994
  readonly MoveDownRight: "MoveDownRight";
@@ -1000,12 +1000,12 @@ export declare const LucideIconName: {
1000
1000
  readonly MoveUpRight: "MoveUpRight";
1001
1001
  readonly MoveVertical: "MoveVertical";
1002
1002
  readonly Music: "Music";
1003
- readonly Music_2: "Music_2";
1004
- readonly Music_3: "Music_3";
1005
- readonly Music_4: "Music_4";
1003
+ readonly Music2: "Music2";
1004
+ readonly Music3: "Music3";
1005
+ readonly Music4: "Music4";
1006
1006
  readonly Navigation: "Navigation";
1007
- readonly Navigation_2: "Navigation_2";
1008
- readonly Navigation_2Off: "Navigation_2Off";
1007
+ readonly Navigation2: "Navigation2";
1008
+ readonly Navigation2Off: "Navigation2Off";
1009
1009
  readonly NavigationOff: "NavigationOff";
1010
1010
  readonly Network: "Network";
1011
1011
  readonly Newspaper: "Newspaper";
@@ -1029,7 +1029,7 @@ export declare const LucideIconName: {
1029
1029
  readonly Orbit: "Orbit";
1030
1030
  readonly Origami: "Origami";
1031
1031
  readonly Package: "Package";
1032
- readonly Package_2: "Package_2";
1032
+ readonly Package2: "Package2";
1033
1033
  readonly PackageCheck: "PackageCheck";
1034
1034
  readonly PackageMinus: "PackageMinus";
1035
1035
  readonly PackageOpen: "PackageOpen";
@@ -1091,7 +1091,7 @@ export declare const LucideIconName: {
1091
1091
  readonly Piano: "Piano";
1092
1092
  readonly Pickaxe: "Pickaxe";
1093
1093
  readonly PictureInPicture: "PictureInPicture";
1094
- readonly PictureInPicture_2: "PictureInPicture_2";
1094
+ readonly PictureInPicture2: "PictureInPicture2";
1095
1095
  readonly PiggyBank: "PiggyBank";
1096
1096
  readonly Pilcrow: "Pilcrow";
1097
1097
  readonly PilcrowLeft: "PilcrowLeft";
@@ -1107,7 +1107,7 @@ export declare const LucideIconName: {
1107
1107
  readonly PlaneTakeoff: "PlaneTakeoff";
1108
1108
  readonly Play: "Play";
1109
1109
  readonly Plug: "Plug";
1110
- readonly Plug_2: "Plug_2";
1110
+ readonly Plug2: "Plug2";
1111
1111
  readonly PlugZap: "PlugZap";
1112
1112
  readonly Plus: "Plus";
1113
1113
  readonly Pocket: "Pocket";
@@ -1156,7 +1156,7 @@ export declare const LucideIconName: {
1156
1156
  readonly RectangleVertical: "RectangleVertical";
1157
1157
  readonly Recycle: "Recycle";
1158
1158
  readonly Redo: "Redo";
1159
- readonly Redo_2: "Redo_2";
1159
+ readonly Redo2: "Redo2";
1160
1160
  readonly RedoDot: "RedoDot";
1161
1161
  readonly RefreshCcw: "RefreshCcw";
1162
1162
  readonly RefreshCcwDot: "RefreshCcwDot";
@@ -1166,8 +1166,8 @@ export declare const LucideIconName: {
1166
1166
  readonly Regex: "Regex";
1167
1167
  readonly RemoveFormatting: "RemoveFormatting";
1168
1168
  readonly Repeat: "Repeat";
1169
- readonly Repeat_1: "Repeat_1";
1170
- readonly Repeat_2: "Repeat_2";
1169
+ readonly Repeat1: "Repeat1";
1170
+ readonly Repeat2: "Repeat2";
1171
1171
  readonly Replace: "Replace";
1172
1172
  readonly ReplaceAll: "ReplaceAll";
1173
1173
  readonly Reply: "Reply";
@@ -1177,7 +1177,7 @@ export declare const LucideIconName: {
1177
1177
  readonly Rocket: "Rocket";
1178
1178
  readonly RockingChair: "RockingChair";
1179
1179
  readonly RollerCoaster: "RollerCoaster";
1180
- readonly Rotate_3d: "Rotate_3d";
1180
+ readonly Rotate3d: "Rotate3d";
1181
1181
  readonly RotateCcw: "RotateCcw";
1182
1182
  readonly RotateCcwKey: "RotateCcwKey";
1183
1183
  readonly RotateCcwSquare: "RotateCcwSquare";
@@ -1186,9 +1186,9 @@ export declare const LucideIconName: {
1186
1186
  readonly Route: "Route";
1187
1187
  readonly RouteOff: "RouteOff";
1188
1188
  readonly Router: "Router";
1189
- readonly Rows_2: "Rows_2";
1190
- readonly Rows_3: "Rows_3";
1191
- readonly Rows_4: "Rows_4";
1189
+ readonly Rows2: "Rows2";
1190
+ readonly Rows3: "Rows3";
1191
+ readonly Rows4: "Rows4";
1192
1192
  readonly Rss: "Rss";
1193
1193
  readonly Ruler: "Ruler";
1194
1194
  readonly RulerDimensionLine: "RulerDimensionLine";
@@ -1203,7 +1203,7 @@ export declare const LucideIconName: {
1203
1203
  readonly SaveAll: "SaveAll";
1204
1204
  readonly SaveOff: "SaveOff";
1205
1205
  readonly Scale: "Scale";
1206
- readonly Scale_3d: "Scale_3d";
1206
+ readonly Scale3d: "Scale3d";
1207
1207
  readonly Scaling: "Scaling";
1208
1208
  readonly Scan: "Scan";
1209
1209
  readonly ScanBarcode: "ScanBarcode";
@@ -1237,10 +1237,10 @@ export declare const LucideIconName: {
1237
1237
  readonly ServerCrash: "ServerCrash";
1238
1238
  readonly ServerOff: "ServerOff";
1239
1239
  readonly Settings: "Settings";
1240
- readonly Settings_2: "Settings_2";
1240
+ readonly Settings2: "Settings2";
1241
1241
  readonly Shapes: "Shapes";
1242
1242
  readonly Share: "Share";
1243
- readonly Share_2: "Share_2";
1243
+ readonly Share2: "Share2";
1244
1244
  readonly Sheet: "Sheet";
1245
1245
  readonly Shell: "Shell";
1246
1246
  readonly Shield: "Shield";
@@ -1303,7 +1303,7 @@ export declare const LucideIconName: {
1303
1303
  readonly Speaker: "Speaker";
1304
1304
  readonly Speech: "Speech";
1305
1305
  readonly SpellCheck: "SpellCheck";
1306
- readonly SpellCheck_2: "SpellCheck_2";
1306
+ readonly SpellCheck2: "SpellCheck2";
1307
1307
  readonly Spline: "Spline";
1308
1308
  readonly SplinePointer: "SplinePointer";
1309
1309
  readonly Split: "Split";
@@ -1406,7 +1406,7 @@ export declare const LucideIconName: {
1406
1406
  readonly Swords: "Swords";
1407
1407
  readonly Syringe: "Syringe";
1408
1408
  readonly Table: "Table";
1409
- readonly Table_2: "Table_2";
1409
+ readonly Table2: "Table2";
1410
1410
  readonly TableCellsMerge: "TableCellsMerge";
1411
1411
  readonly TableCellsSplit: "TableCellsSplit";
1412
1412
  readonly TableColumnsSplit: "TableColumnsSplit";
@@ -1418,11 +1418,11 @@ export declare const LucideIconName: {
1418
1418
  readonly Tablets: "Tablets";
1419
1419
  readonly Tag: "Tag";
1420
1420
  readonly Tags: "Tags";
1421
- readonly Tally_1: "Tally_1";
1422
- readonly Tally_2: "Tally_2";
1423
- readonly Tally_3: "Tally_3";
1424
- readonly Tally_4: "Tally_4";
1425
- readonly Tally_5: "Tally_5";
1421
+ readonly Tally1: "Tally1";
1422
+ readonly Tally2: "Tally2";
1423
+ readonly Tally3: "Tally3";
1424
+ readonly Tally4: "Tally4";
1425
+ readonly Tally5: "Tally5";
1426
1426
  readonly Tangent: "Tangent";
1427
1427
  readonly Target: "Target";
1428
1428
  readonly Telescope: "Telescope";
@@ -1473,7 +1473,7 @@ export declare const LucideIconName: {
1473
1473
  readonly TramFront: "TramFront";
1474
1474
  readonly Transgender: "Transgender";
1475
1475
  readonly Trash: "Trash";
1476
- readonly Trash_2: "Trash_2";
1476
+ readonly Trash2: "Trash2";
1477
1477
  readonly TreeDeciduous: "TreeDeciduous";
1478
1478
  readonly TreePalm: "TreePalm";
1479
1479
  readonly TreePine: "TreePine";
@@ -1501,14 +1501,14 @@ export declare const LucideIconName: {
1501
1501
  readonly UmbrellaOff: "UmbrellaOff";
1502
1502
  readonly Underline: "Underline";
1503
1503
  readonly Undo: "Undo";
1504
- readonly Undo_2: "Undo_2";
1504
+ readonly Undo2: "Undo2";
1505
1505
  readonly UndoDot: "UndoDot";
1506
1506
  readonly UnfoldHorizontal: "UnfoldHorizontal";
1507
1507
  readonly UnfoldVertical: "UnfoldVertical";
1508
1508
  readonly Ungroup: "Ungroup";
1509
1509
  readonly University: "University";
1510
1510
  readonly Unlink: "Unlink";
1511
- readonly Unlink_2: "Unlink_2";
1511
+ readonly Unlink2: "Unlink2";
1512
1512
  readonly Unplug: "Unplug";
1513
1513
  readonly Upload: "Upload";
1514
1514
  readonly Usb: "Usb";
@@ -1549,8 +1549,8 @@ export declare const LucideIconName: {
1549
1549
  readonly Voicemail: "Voicemail";
1550
1550
  readonly Volleyball: "Volleyball";
1551
1551
  readonly Volume: "Volume";
1552
- readonly Volume_1: "Volume_1";
1553
- readonly Volume_2: "Volume_2";
1552
+ readonly Volume1: "Volume1";
1553
+ readonly Volume2: "Volume2";
1554
1554
  readonly VolumeOff: "VolumeOff";
1555
1555
  readonly VolumeX: "VolumeX";
1556
1556
  readonly Vote: "Vote";
@@ -1593,5 +1593,219 @@ export declare const LucideIconName: {
1593
1593
  readonly ZapOff: "ZapOff";
1594
1594
  readonly ZoomIn: "ZoomIn";
1595
1595
  readonly ZoomOut: "ZoomOut";
1596
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowDown01` instead. */
1597
+ readonly ArrowDown_0_1: "ArrowDown01";
1598
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowDown10` instead. */
1599
+ readonly ArrowDown_1_0: "ArrowDown10";
1600
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowUp01` instead. */
1601
+ readonly ArrowUp_0_1: "ArrowUp01";
1602
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowUp10` instead. */
1603
+ readonly ArrowUp_1_0: "ArrowUp10";
1604
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Axis3d` instead. */
1605
+ readonly Axis_3d: "Axis3d";
1606
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `BookUp2` instead. */
1607
+ readonly BookUp_2: "BookUp2";
1608
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Building2` instead. */
1609
+ readonly Building_2: "Building2";
1610
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Calendar1` instead. */
1611
+ readonly Calendar_1: "Calendar1";
1612
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarCheck2` instead. */
1613
+ readonly CalendarCheck_2: "CalendarCheck2";
1614
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarMinus2` instead. */
1615
+ readonly CalendarMinus_2: "CalendarMinus2";
1616
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarPlus2` instead. */
1617
+ readonly CalendarPlus_2: "CalendarPlus2";
1618
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarX2` instead. */
1619
+ readonly CalendarX_2: "CalendarX2";
1620
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CircleSlash2` instead. */
1621
+ readonly CircleSlash_2: "CircleSlash2";
1622
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock1` instead. */
1623
+ readonly Clock_1: "Clock1";
1624
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock10` instead. */
1625
+ readonly Clock_10: "Clock10";
1626
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock11` instead. */
1627
+ readonly Clock_11: "Clock11";
1628
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock12` instead. */
1629
+ readonly Clock_12: "Clock12";
1630
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock2` instead. */
1631
+ readonly Clock_2: "Clock2";
1632
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock3` instead. */
1633
+ readonly Clock_3: "Clock3";
1634
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock4` instead. */
1635
+ readonly Clock_4: "Clock4";
1636
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock5` instead. */
1637
+ readonly Clock_5: "Clock5";
1638
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock6` instead. */
1639
+ readonly Clock_6: "Clock6";
1640
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock7` instead. */
1641
+ readonly Clock_7: "Clock7";
1642
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock8` instead. */
1643
+ readonly Clock_8: "Clock8";
1644
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock9` instead. */
1645
+ readonly Clock_9: "Clock9";
1646
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns2` instead. */
1647
+ readonly Columns_2: "Columns2";
1648
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns3` instead. */
1649
+ readonly Columns_3: "Columns3";
1650
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns3Cog` instead. */
1651
+ readonly Columns_3Cog: "Columns3Cog";
1652
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns4` instead. */
1653
+ readonly Columns_4: "Columns4";
1654
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice1` instead. */
1655
+ readonly Dice_1: "Dice1";
1656
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice2` instead. */
1657
+ readonly Dice_2: "Dice2";
1658
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice3` instead. */
1659
+ readonly Dice_3: "Dice3";
1660
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice4` instead. */
1661
+ readonly Dice_4: "Dice4";
1662
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice5` instead. */
1663
+ readonly Dice_5: "Dice5";
1664
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice6` instead. */
1665
+ readonly Dice_6: "Dice6";
1666
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Disc2` instead. */
1667
+ readonly Disc_2: "Disc2";
1668
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Disc3` instead. */
1669
+ readonly Disc_3: "Disc3";
1670
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileAudio2` instead. */
1671
+ readonly FileAudio_2: "FileAudio2";
1672
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileAxis3d` instead. */
1673
+ readonly FileAxis_3d: "FileAxis3d";
1674
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileBadge2` instead. */
1675
+ readonly FileBadge_2: "FileBadge2";
1676
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileCheck2` instead. */
1677
+ readonly FileCheck_2: "FileCheck2";
1678
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileCode2` instead. */
1679
+ readonly FileCode_2: "FileCode2";
1680
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileJson2` instead. */
1681
+ readonly FileJson_2: "FileJson2";
1682
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileKey2` instead. */
1683
+ readonly FileKey_2: "FileKey2";
1684
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileLock2` instead. */
1685
+ readonly FileLock_2: "FileLock2";
1686
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileMinus2` instead. */
1687
+ readonly FileMinus_2: "FileMinus2";
1688
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FilePlus2` instead. */
1689
+ readonly FilePlus_2: "FilePlus2";
1690
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileSearch2` instead. */
1691
+ readonly FileSearch_2: "FileSearch2";
1692
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileType2` instead. */
1693
+ readonly FileType_2: "FileType2";
1694
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileVideo2` instead. */
1695
+ readonly FileVideo_2: "FileVideo2";
1696
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileVolume2` instead. */
1697
+ readonly FileVolume_2: "FileVolume2";
1698
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileX2` instead. */
1699
+ readonly FileX_2: "FileX2";
1700
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FlipHorizontal2` instead. */
1701
+ readonly FlipHorizontal_2: "FlipHorizontal2";
1702
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FlipVertical2` instead. */
1703
+ readonly FlipVertical_2: "FlipVertical2";
1704
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Flower2` instead. */
1705
+ readonly Flower_2: "Flower2";
1706
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FolderGit2` instead. */
1707
+ readonly FolderGit_2: "FolderGit2";
1708
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FolderSearch2` instead. */
1709
+ readonly FolderSearch_2: "FolderSearch2";
1710
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Gamepad2` instead. */
1711
+ readonly Gamepad_2: "Gamepad2";
1712
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2` instead. */
1713
+ readonly Grid_2x2: "Grid2x2";
1714
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2Check` instead. */
1715
+ readonly Grid_2x2Check: "Grid2x2Check";
1716
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2Plus` instead. */
1717
+ readonly Grid_2x2Plus: "Grid2x2Plus";
1718
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2X` instead. */
1719
+ readonly Grid_2x2X: "Grid2x2X";
1720
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid3x3` instead. */
1721
+ readonly Grid_3x3: "Grid3x3";
1722
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading1` instead. */
1723
+ readonly Heading_1: "Heading1";
1724
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading2` instead. */
1725
+ readonly Heading_2: "Heading2";
1726
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading3` instead. */
1727
+ readonly Heading_3: "Heading3";
1728
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading4` instead. */
1729
+ readonly Heading_4: "Heading4";
1730
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading5` instead. */
1731
+ readonly Heading_5: "Heading5";
1732
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading6` instead. */
1733
+ readonly Heading_6: "Heading6";
1734
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Layers2` instead. */
1735
+ readonly Layers_2: "Layers2";
1736
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Link2` instead. */
1737
+ readonly Link_2: "Link2";
1738
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Link2Off` instead. */
1739
+ readonly Link_2Off: "Link2Off";
1740
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Maximize2` instead. */
1741
+ readonly Maximize_2: "Maximize2";
1742
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Minimize2` instead. */
1743
+ readonly Minimize_2: "Minimize2";
1744
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `MousePointer2` instead. */
1745
+ readonly MousePointer_2: "MousePointer2";
1746
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Move3d` instead. */
1747
+ readonly Move_3d: "Move3d";
1748
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `MoveDiagonal2` instead. */
1749
+ readonly MoveDiagonal_2: "MoveDiagonal2";
1750
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Music2` instead. */
1751
+ readonly Music_2: "Music2";
1752
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Music3` instead. */
1753
+ readonly Music_3: "Music3";
1754
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Music4` instead. */
1755
+ readonly Music_4: "Music4";
1756
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Navigation2` instead. */
1757
+ readonly Navigation_2: "Navigation2";
1758
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Navigation2Off` instead. */
1759
+ readonly Navigation_2Off: "Navigation2Off";
1760
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Package2` instead. */
1761
+ readonly Package_2: "Package2";
1762
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `PictureInPicture2` instead. */
1763
+ readonly PictureInPicture_2: "PictureInPicture2";
1764
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Plug2` instead. */
1765
+ readonly Plug_2: "Plug2";
1766
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Redo2` instead. */
1767
+ readonly Redo_2: "Redo2";
1768
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Repeat1` instead. */
1769
+ readonly Repeat_1: "Repeat1";
1770
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Repeat2` instead. */
1771
+ readonly Repeat_2: "Repeat2";
1772
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rotate3d` instead. */
1773
+ readonly Rotate_3d: "Rotate3d";
1774
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rows2` instead. */
1775
+ readonly Rows_2: "Rows2";
1776
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rows3` instead. */
1777
+ readonly Rows_3: "Rows3";
1778
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rows4` instead. */
1779
+ readonly Rows_4: "Rows4";
1780
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Scale3d` instead. */
1781
+ readonly Scale_3d: "Scale3d";
1782
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Settings2` instead. */
1783
+ readonly Settings_2: "Settings2";
1784
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Share2` instead. */
1785
+ readonly Share_2: "Share2";
1786
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `SpellCheck2` instead. */
1787
+ readonly SpellCheck_2: "SpellCheck2";
1788
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Table2` instead. */
1789
+ readonly Table_2: "Table2";
1790
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally1` instead. */
1791
+ readonly Tally_1: "Tally1";
1792
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally2` instead. */
1793
+ readonly Tally_2: "Tally2";
1794
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally3` instead. */
1795
+ readonly Tally_3: "Tally3";
1796
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally4` instead. */
1797
+ readonly Tally_4: "Tally4";
1798
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally5` instead. */
1799
+ readonly Tally_5: "Tally5";
1800
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Trash2` instead. */
1801
+ readonly Trash_2: "Trash2";
1802
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Undo2` instead. */
1803
+ readonly Undo_2: "Undo2";
1804
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Unlink2` instead. */
1805
+ readonly Unlink_2: "Unlink2";
1806
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Volume1` instead. */
1807
+ readonly Volume_1: "Volume1";
1808
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Volume2` instead. */
1809
+ readonly Volume_2: "Volume2";
1596
1810
  };
1597
1811
  export type LucideIconName = keyof typeof LucideIconName;