@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.
- package/dist/action-group/action-group.component.js +3 -1
- package/dist/badge/badge-group.component.js +3 -1
- package/dist/code-input/index.js +1 -0
- package/dist/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
- package/dist/icon/__generated__/lucide-icon-names.enum.js +321 -107
- package/dist/icon/index.constants.d.ts +214 -107
- package/dist/icons.json +3247 -3242
- package/dist/index.js.map +1 -1
- package/dist/llms/components/quantic-action-group.md +4 -1
- package/dist/llms/components/quantic-badge-group.md +4 -1
- package/dist/llms/components/quantic-code-input.md +3 -0
- package/dist/llms/components/quantic-number-input.md +3 -0
- package/dist/llms/components/quantic-option-card.md +4 -0
- package/dist/llms/components/quantic-splitter-group.md +3 -0
- package/dist/llms/components/quantic-tab-button.md +5 -1
- package/dist/llms/components/quantic-tabs.md +4 -0
- package/dist/llms/components/quantic-tag-group.md +4 -1
- package/dist/llms/components/quantic-text-input.md +3 -0
- package/dist/llms/components/quantic-textarea.md +3 -0
- package/dist/llms/setup.md +2 -2
- package/dist/llms.txt +2 -2
- package/dist/meta/index.js.map +1 -1
- package/dist/meta/part-parity.test.d.ts +1 -0
- package/dist/meta/part-parity.test.js +68 -0
- package/dist/meta/serialize.d.ts +6 -2
- package/dist/meta/serialize.js +2 -0
- package/dist/meta/serialize.test.js +7 -0
- package/dist/meta.json +83 -5
- package/dist/number-input/index.js +1 -0
- package/dist/option-card/option-card.component.js +4 -0
- package/dist/quantic-components.js +351 -112
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +56 -56
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/register.js.map +1 -1
- package/dist/shared/meta.types.d.ts +4 -0
- package/dist/splitter/splitter-group.component.js +3 -0
- package/dist/tabs/button.component.js +6 -2
- package/dist/tabs/tabs.component.js +4 -0
- package/dist/tag/tag-group.component.js +3 -1
- package/dist/text-input/index.js +1 -0
- package/dist/textarea/index.js +1 -0
- package/dist/types/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
- package/dist/types/icon/index.constants.d.ts +214 -107
- package/dist/types/meta/part-parity.test.d.ts +1 -0
- package/dist/types/meta/serialize.d.ts +6 -2
- package/dist/types/shared/meta.types.d.ts +4 -0
- package/package.json +1 -1
|
@@ -75,8 +75,8 @@ export declare const IconName: {
|
|
|
75
75
|
readonly ArrowBigUp: "ArrowBigUp";
|
|
76
76
|
readonly ArrowBigUpDash: "ArrowBigUpDash";
|
|
77
77
|
readonly ArrowDown: "ArrowDown";
|
|
78
|
-
readonly
|
|
79
|
-
readonly
|
|
78
|
+
readonly ArrowDown01: "ArrowDown01";
|
|
79
|
+
readonly ArrowDown10: "ArrowDown10";
|
|
80
80
|
readonly ArrowDownAZ: "ArrowDownAZ";
|
|
81
81
|
readonly ArrowDownFromLine: "ArrowDownFromLine";
|
|
82
82
|
readonly ArrowDownLeft: "ArrowDownLeft";
|
|
@@ -96,8 +96,8 @@ export declare const IconName: {
|
|
|
96
96
|
readonly ArrowRightLeft: "ArrowRightLeft";
|
|
97
97
|
readonly ArrowRightToLine: "ArrowRightToLine";
|
|
98
98
|
readonly ArrowUp: "ArrowUp";
|
|
99
|
-
readonly
|
|
100
|
-
readonly
|
|
99
|
+
readonly ArrowUp01: "ArrowUp01";
|
|
100
|
+
readonly ArrowUp10: "ArrowUp10";
|
|
101
101
|
readonly ArrowUpAZ: "ArrowUpAZ";
|
|
102
102
|
readonly ArrowUpDown: "ArrowUpDown";
|
|
103
103
|
readonly ArrowUpFromDot: "ArrowUpFromDot";
|
|
@@ -116,7 +116,7 @@ export declare const IconName: {
|
|
|
116
116
|
readonly AudioWaveform: "AudioWaveform";
|
|
117
117
|
readonly Award: "Award";
|
|
118
118
|
readonly Axe: "Axe";
|
|
119
|
-
readonly
|
|
119
|
+
readonly Axis3d: "Axis3d";
|
|
120
120
|
readonly Baby: "Baby";
|
|
121
121
|
readonly Backpack: "Backpack";
|
|
122
122
|
readonly Badge: "Badge";
|
|
@@ -213,7 +213,7 @@ export declare const IconName: {
|
|
|
213
213
|
readonly BookText: "BookText";
|
|
214
214
|
readonly BookType: "BookType";
|
|
215
215
|
readonly BookUp: "BookUp";
|
|
216
|
-
readonly
|
|
216
|
+
readonly BookUp2: "BookUp2";
|
|
217
217
|
readonly BookUser: "BookUser";
|
|
218
218
|
readonly BookX: "BookX";
|
|
219
219
|
readonly Bookmark: "Bookmark";
|
|
@@ -247,7 +247,7 @@ export declare const IconName: {
|
|
|
247
247
|
readonly BugOff: "BugOff";
|
|
248
248
|
readonly BugPlay: "BugPlay";
|
|
249
249
|
readonly Building: "Building";
|
|
250
|
-
readonly
|
|
250
|
+
readonly Building2: "Building2";
|
|
251
251
|
readonly Bus: "Bus";
|
|
252
252
|
readonly BusFront: "BusFront";
|
|
253
253
|
readonly Cable: "Cable";
|
|
@@ -256,26 +256,26 @@ export declare const IconName: {
|
|
|
256
256
|
readonly CakeSlice: "CakeSlice";
|
|
257
257
|
readonly Calculator: "Calculator";
|
|
258
258
|
readonly Calendar: "Calendar";
|
|
259
|
-
readonly
|
|
259
|
+
readonly Calendar1: "Calendar1";
|
|
260
260
|
readonly CalendarArrowDown: "CalendarArrowDown";
|
|
261
261
|
readonly CalendarArrowUp: "CalendarArrowUp";
|
|
262
262
|
readonly CalendarCheck: "CalendarCheck";
|
|
263
|
-
readonly
|
|
263
|
+
readonly CalendarCheck2: "CalendarCheck2";
|
|
264
264
|
readonly CalendarClock: "CalendarClock";
|
|
265
265
|
readonly CalendarCog: "CalendarCog";
|
|
266
266
|
readonly CalendarDays: "CalendarDays";
|
|
267
267
|
readonly CalendarFold: "CalendarFold";
|
|
268
268
|
readonly CalendarHeart: "CalendarHeart";
|
|
269
269
|
readonly CalendarMinus: "CalendarMinus";
|
|
270
|
-
readonly
|
|
270
|
+
readonly CalendarMinus2: "CalendarMinus2";
|
|
271
271
|
readonly CalendarOff: "CalendarOff";
|
|
272
272
|
readonly CalendarPlus: "CalendarPlus";
|
|
273
|
-
readonly
|
|
273
|
+
readonly CalendarPlus2: "CalendarPlus2";
|
|
274
274
|
readonly CalendarRange: "CalendarRange";
|
|
275
275
|
readonly CalendarSearch: "CalendarSearch";
|
|
276
276
|
readonly CalendarSync: "CalendarSync";
|
|
277
277
|
readonly CalendarX: "CalendarX";
|
|
278
|
-
readonly
|
|
278
|
+
readonly CalendarX2: "CalendarX2";
|
|
279
279
|
readonly Camera: "Camera";
|
|
280
280
|
readonly CameraOff: "CameraOff";
|
|
281
281
|
readonly Candy: "Candy";
|
|
@@ -381,7 +381,7 @@ export declare const IconName: {
|
|
|
381
381
|
readonly CirclePlus: "CirclePlus";
|
|
382
382
|
readonly CirclePower: "CirclePower";
|
|
383
383
|
readonly CircleSlash: "CircleSlash";
|
|
384
|
-
readonly
|
|
384
|
+
readonly CircleSlash2: "CircleSlash2";
|
|
385
385
|
readonly CircleSmall: "CircleSmall";
|
|
386
386
|
readonly CircleStop: "CircleStop";
|
|
387
387
|
readonly CircleUser: "CircleUser";
|
|
@@ -402,18 +402,18 @@ export declare const IconName: {
|
|
|
402
402
|
readonly ClipboardType: "ClipboardType";
|
|
403
403
|
readonly ClipboardX: "ClipboardX";
|
|
404
404
|
readonly Clock: "Clock";
|
|
405
|
-
readonly
|
|
406
|
-
readonly
|
|
407
|
-
readonly
|
|
408
|
-
readonly
|
|
409
|
-
readonly
|
|
410
|
-
readonly
|
|
411
|
-
readonly
|
|
412
|
-
readonly
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
readonly
|
|
416
|
-
readonly
|
|
405
|
+
readonly Clock1: "Clock1";
|
|
406
|
+
readonly Clock10: "Clock10";
|
|
407
|
+
readonly Clock11: "Clock11";
|
|
408
|
+
readonly Clock12: "Clock12";
|
|
409
|
+
readonly Clock2: "Clock2";
|
|
410
|
+
readonly Clock3: "Clock3";
|
|
411
|
+
readonly Clock4: "Clock4";
|
|
412
|
+
readonly Clock5: "Clock5";
|
|
413
|
+
readonly Clock6: "Clock6";
|
|
414
|
+
readonly Clock7: "Clock7";
|
|
415
|
+
readonly Clock8: "Clock8";
|
|
416
|
+
readonly Clock9: "Clock9";
|
|
417
417
|
readonly ClockAlert: "ClockAlert";
|
|
418
418
|
readonly ClockArrowDown: "ClockArrowDown";
|
|
419
419
|
readonly ClockArrowUp: "ClockArrowUp";
|
|
@@ -446,10 +446,10 @@ export declare const IconName: {
|
|
|
446
446
|
readonly Coffee: "Coffee";
|
|
447
447
|
readonly Cog: "Cog";
|
|
448
448
|
readonly Coins: "Coins";
|
|
449
|
-
readonly
|
|
450
|
-
readonly
|
|
451
|
-
readonly
|
|
452
|
-
readonly
|
|
449
|
+
readonly Columns2: "Columns2";
|
|
450
|
+
readonly Columns3: "Columns3";
|
|
451
|
+
readonly Columns3Cog: "Columns3Cog";
|
|
452
|
+
readonly Columns4: "Columns4";
|
|
453
453
|
readonly Combine: "Combine";
|
|
454
454
|
readonly Command: "Command";
|
|
455
455
|
readonly Compass: "Compass";
|
|
@@ -505,17 +505,17 @@ export declare const IconName: {
|
|
|
505
505
|
readonly DiamondMinus: "DiamondMinus";
|
|
506
506
|
readonly DiamondPercent: "DiamondPercent";
|
|
507
507
|
readonly DiamondPlus: "DiamondPlus";
|
|
508
|
-
readonly
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
511
|
-
readonly
|
|
512
|
-
readonly
|
|
513
|
-
readonly
|
|
508
|
+
readonly Dice1: "Dice1";
|
|
509
|
+
readonly Dice2: "Dice2";
|
|
510
|
+
readonly Dice3: "Dice3";
|
|
511
|
+
readonly Dice4: "Dice4";
|
|
512
|
+
readonly Dice5: "Dice5";
|
|
513
|
+
readonly Dice6: "Dice6";
|
|
514
514
|
readonly Dices: "Dices";
|
|
515
515
|
readonly Diff: "Diff";
|
|
516
516
|
readonly Disc: "Disc";
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
517
|
+
readonly Disc2: "Disc2";
|
|
518
|
+
readonly Disc3: "Disc3";
|
|
519
519
|
readonly DiscAlbum: "DiscAlbum";
|
|
520
520
|
readonly Divide: "Divide";
|
|
521
521
|
readonly Dna: "Dna";
|
|
@@ -571,20 +571,20 @@ export declare const IconName: {
|
|
|
571
571
|
readonly File: "File";
|
|
572
572
|
readonly FileArchive: "FileArchive";
|
|
573
573
|
readonly FileAudio: "FileAudio";
|
|
574
|
-
readonly
|
|
575
|
-
readonly
|
|
574
|
+
readonly FileAudio2: "FileAudio2";
|
|
575
|
+
readonly FileAxis3d: "FileAxis3d";
|
|
576
576
|
readonly FileBadge: "FileBadge";
|
|
577
|
-
readonly
|
|
577
|
+
readonly FileBadge2: "FileBadge2";
|
|
578
578
|
readonly FileBox: "FileBox";
|
|
579
579
|
readonly FileChartColumn: "FileChartColumn";
|
|
580
580
|
readonly FileChartColumnIncreasing: "FileChartColumnIncreasing";
|
|
581
581
|
readonly FileChartLine: "FileChartLine";
|
|
582
582
|
readonly FileChartPie: "FileChartPie";
|
|
583
583
|
readonly FileCheck: "FileCheck";
|
|
584
|
-
readonly
|
|
584
|
+
readonly FileCheck2: "FileCheck2";
|
|
585
585
|
readonly FileClock: "FileClock";
|
|
586
586
|
readonly FileCode: "FileCode";
|
|
587
|
-
readonly
|
|
587
|
+
readonly FileCode2: "FileCode2";
|
|
588
588
|
readonly FileCog: "FileCog";
|
|
589
589
|
readonly FileDiff: "FileDiff";
|
|
590
590
|
readonly FileDigit: "FileDigit";
|
|
@@ -593,23 +593,23 @@ export declare const IconName: {
|
|
|
593
593
|
readonly FileImage: "FileImage";
|
|
594
594
|
readonly FileInput: "FileInput";
|
|
595
595
|
readonly FileJson: "FileJson";
|
|
596
|
-
readonly
|
|
596
|
+
readonly FileJson2: "FileJson2";
|
|
597
597
|
readonly FileKey: "FileKey";
|
|
598
|
-
readonly
|
|
598
|
+
readonly FileKey2: "FileKey2";
|
|
599
599
|
readonly FileLock: "FileLock";
|
|
600
|
-
readonly
|
|
600
|
+
readonly FileLock2: "FileLock2";
|
|
601
601
|
readonly FileMinus: "FileMinus";
|
|
602
|
-
readonly
|
|
602
|
+
readonly FileMinus2: "FileMinus2";
|
|
603
603
|
readonly FileMusic: "FileMusic";
|
|
604
604
|
readonly FileOutput: "FileOutput";
|
|
605
605
|
readonly FilePen: "FilePen";
|
|
606
606
|
readonly FilePenLine: "FilePenLine";
|
|
607
607
|
readonly FilePlus: "FilePlus";
|
|
608
|
-
readonly
|
|
608
|
+
readonly FilePlus2: "FilePlus2";
|
|
609
609
|
readonly FileQuestion: "FileQuestion";
|
|
610
610
|
readonly FileScan: "FileScan";
|
|
611
611
|
readonly FileSearch: "FileSearch";
|
|
612
|
-
readonly
|
|
612
|
+
readonly FileSearch2: "FileSearch2";
|
|
613
613
|
readonly FileSliders: "FileSliders";
|
|
614
614
|
readonly FileSpreadsheet: "FileSpreadsheet";
|
|
615
615
|
readonly FileStack: "FileStack";
|
|
@@ -617,16 +617,16 @@ export declare const IconName: {
|
|
|
617
617
|
readonly FileTerminal: "FileTerminal";
|
|
618
618
|
readonly FileText: "FileText";
|
|
619
619
|
readonly FileType: "FileType";
|
|
620
|
-
readonly
|
|
620
|
+
readonly FileType2: "FileType2";
|
|
621
621
|
readonly FileUp: "FileUp";
|
|
622
622
|
readonly FileUser: "FileUser";
|
|
623
623
|
readonly FileVideo: "FileVideo";
|
|
624
|
-
readonly
|
|
624
|
+
readonly FileVideo2: "FileVideo2";
|
|
625
625
|
readonly FileVolume: "FileVolume";
|
|
626
|
-
readonly
|
|
626
|
+
readonly FileVolume2: "FileVolume2";
|
|
627
627
|
readonly FileWarning: "FileWarning";
|
|
628
628
|
readonly FileX: "FileX";
|
|
629
|
-
readonly
|
|
629
|
+
readonly FileX2: "FileX2";
|
|
630
630
|
readonly Files: "Files";
|
|
631
631
|
readonly Film: "Film";
|
|
632
632
|
readonly Fingerprint: "Fingerprint";
|
|
@@ -646,11 +646,11 @@ export declare const IconName: {
|
|
|
646
646
|
readonly FlaskConicalOff: "FlaskConicalOff";
|
|
647
647
|
readonly FlaskRound: "FlaskRound";
|
|
648
648
|
readonly FlipHorizontal: "FlipHorizontal";
|
|
649
|
-
readonly
|
|
649
|
+
readonly FlipHorizontal2: "FlipHorizontal2";
|
|
650
650
|
readonly FlipVertical: "FlipVertical";
|
|
651
|
-
readonly
|
|
651
|
+
readonly FlipVertical2: "FlipVertical2";
|
|
652
652
|
readonly Flower: "Flower";
|
|
653
|
-
readonly
|
|
653
|
+
readonly Flower2: "Flower2";
|
|
654
654
|
readonly Focus: "Focus";
|
|
655
655
|
readonly FoldHorizontal: "FoldHorizontal";
|
|
656
656
|
readonly FoldVertical: "FoldVertical";
|
|
@@ -664,7 +664,7 @@ export declare const IconName: {
|
|
|
664
664
|
readonly FolderDot: "FolderDot";
|
|
665
665
|
readonly FolderDown: "FolderDown";
|
|
666
666
|
readonly FolderGit: "FolderGit";
|
|
667
|
-
readonly
|
|
667
|
+
readonly FolderGit2: "FolderGit2";
|
|
668
668
|
readonly FolderHeart: "FolderHeart";
|
|
669
669
|
readonly FolderInput: "FolderInput";
|
|
670
670
|
readonly FolderKanban: "FolderKanban";
|
|
@@ -678,7 +678,7 @@ export declare const IconName: {
|
|
|
678
678
|
readonly FolderPlus: "FolderPlus";
|
|
679
679
|
readonly FolderRoot: "FolderRoot";
|
|
680
680
|
readonly FolderSearch: "FolderSearch";
|
|
681
|
-
readonly
|
|
681
|
+
readonly FolderSearch2: "FolderSearch2";
|
|
682
682
|
readonly FolderSymlink: "FolderSymlink";
|
|
683
683
|
readonly FolderSync: "FolderSync";
|
|
684
684
|
readonly FolderTree: "FolderTree";
|
|
@@ -702,7 +702,7 @@ export declare const IconName: {
|
|
|
702
702
|
readonly GalleryVertical: "GalleryVertical";
|
|
703
703
|
readonly GalleryVerticalEnd: "GalleryVerticalEnd";
|
|
704
704
|
readonly Gamepad: "Gamepad";
|
|
705
|
-
readonly
|
|
705
|
+
readonly Gamepad2: "Gamepad2";
|
|
706
706
|
readonly Gauge: "Gauge";
|
|
707
707
|
readonly Gavel: "Gavel";
|
|
708
708
|
readonly Gem: "Gem";
|
|
@@ -734,11 +734,11 @@ export declare const IconName: {
|
|
|
734
734
|
readonly Grab: "Grab";
|
|
735
735
|
readonly GraduationCap: "GraduationCap";
|
|
736
736
|
readonly Grape: "Grape";
|
|
737
|
-
readonly
|
|
738
|
-
readonly
|
|
739
|
-
readonly
|
|
740
|
-
readonly
|
|
741
|
-
readonly
|
|
737
|
+
readonly Grid2x2: "Grid2x2";
|
|
738
|
+
readonly Grid2x2Check: "Grid2x2Check";
|
|
739
|
+
readonly Grid2x2Plus: "Grid2x2Plus";
|
|
740
|
+
readonly Grid2x2X: "Grid2x2X";
|
|
741
|
+
readonly Grid3x3: "Grid3x3";
|
|
742
742
|
readonly Grip: "Grip";
|
|
743
743
|
readonly GripHorizontal: "GripHorizontal";
|
|
744
744
|
readonly GripVertical: "GripVertical";
|
|
@@ -762,12 +762,12 @@ export declare const IconName: {
|
|
|
762
762
|
readonly Haze: "Haze";
|
|
763
763
|
readonly HdmiPort: "HdmiPort";
|
|
764
764
|
readonly Heading: "Heading";
|
|
765
|
-
readonly
|
|
766
|
-
readonly
|
|
767
|
-
readonly
|
|
768
|
-
readonly
|
|
769
|
-
readonly
|
|
770
|
-
readonly
|
|
765
|
+
readonly Heading1: "Heading1";
|
|
766
|
+
readonly Heading2: "Heading2";
|
|
767
|
+
readonly Heading3: "Heading3";
|
|
768
|
+
readonly Heading4: "Heading4";
|
|
769
|
+
readonly Heading5: "Heading5";
|
|
770
|
+
readonly Heading6: "Heading6";
|
|
771
771
|
readonly HeadphoneOff: "HeadphoneOff";
|
|
772
772
|
readonly Headphones: "Headphones";
|
|
773
773
|
readonly Headset: "Headset";
|
|
@@ -840,7 +840,7 @@ export declare const IconName: {
|
|
|
840
840
|
readonly LassoSelect: "LassoSelect";
|
|
841
841
|
readonly Laugh: "Laugh";
|
|
842
842
|
readonly Layers: "Layers";
|
|
843
|
-
readonly
|
|
843
|
+
readonly Layers2: "Layers2";
|
|
844
844
|
readonly LayoutDashboard: "LayoutDashboard";
|
|
845
845
|
readonly LayoutGrid: "LayoutGrid";
|
|
846
846
|
readonly LayoutList: "LayoutList";
|
|
@@ -858,8 +858,8 @@ export declare const IconName: {
|
|
|
858
858
|
readonly Lightbulb: "Lightbulb";
|
|
859
859
|
readonly LightbulbOff: "LightbulbOff";
|
|
860
860
|
readonly Link: "Link";
|
|
861
|
-
readonly
|
|
862
|
-
readonly
|
|
861
|
+
readonly Link2: "Link2";
|
|
862
|
+
readonly Link2Off: "Link2Off";
|
|
863
863
|
readonly Linkedin: "Linkedin";
|
|
864
864
|
readonly List: "List";
|
|
865
865
|
readonly ListCheck: "ListCheck";
|
|
@@ -924,7 +924,7 @@ export declare const IconName: {
|
|
|
924
924
|
readonly MarsStroke: "MarsStroke";
|
|
925
925
|
readonly Martini: "Martini";
|
|
926
926
|
readonly Maximize: "Maximize";
|
|
927
|
-
readonly
|
|
927
|
+
readonly Maximize2: "Maximize2";
|
|
928
928
|
readonly Medal: "Medal";
|
|
929
929
|
readonly Megaphone: "Megaphone";
|
|
930
930
|
readonly MegaphoneOff: "MegaphoneOff";
|
|
@@ -970,7 +970,7 @@ export declare const IconName: {
|
|
|
970
970
|
readonly Milk: "Milk";
|
|
971
971
|
readonly MilkOff: "MilkOff";
|
|
972
972
|
readonly Minimize: "Minimize";
|
|
973
|
-
readonly
|
|
973
|
+
readonly Minimize2: "Minimize2";
|
|
974
974
|
readonly Minus: "Minus";
|
|
975
975
|
readonly Monitor: "Monitor";
|
|
976
976
|
readonly MonitorCheck: "MonitorCheck";
|
|
@@ -992,13 +992,13 @@ export declare const IconName: {
|
|
|
992
992
|
readonly Mouse: "Mouse";
|
|
993
993
|
readonly MouseOff: "MouseOff";
|
|
994
994
|
readonly MousePointer: "MousePointer";
|
|
995
|
-
readonly
|
|
995
|
+
readonly MousePointer2: "MousePointer2";
|
|
996
996
|
readonly MousePointerBan: "MousePointerBan";
|
|
997
997
|
readonly MousePointerClick: "MousePointerClick";
|
|
998
998
|
readonly Move: "Move";
|
|
999
|
-
readonly
|
|
999
|
+
readonly Move3d: "Move3d";
|
|
1000
1000
|
readonly MoveDiagonal: "MoveDiagonal";
|
|
1001
|
-
readonly
|
|
1001
|
+
readonly MoveDiagonal2: "MoveDiagonal2";
|
|
1002
1002
|
readonly MoveDown: "MoveDown";
|
|
1003
1003
|
readonly MoveDownLeft: "MoveDownLeft";
|
|
1004
1004
|
readonly MoveDownRight: "MoveDownRight";
|
|
@@ -1010,12 +1010,12 @@ export declare const IconName: {
|
|
|
1010
1010
|
readonly MoveUpRight: "MoveUpRight";
|
|
1011
1011
|
readonly MoveVertical: "MoveVertical";
|
|
1012
1012
|
readonly Music: "Music";
|
|
1013
|
-
readonly
|
|
1014
|
-
readonly
|
|
1015
|
-
readonly
|
|
1013
|
+
readonly Music2: "Music2";
|
|
1014
|
+
readonly Music3: "Music3";
|
|
1015
|
+
readonly Music4: "Music4";
|
|
1016
1016
|
readonly Navigation: "Navigation";
|
|
1017
|
-
readonly
|
|
1018
|
-
readonly
|
|
1017
|
+
readonly Navigation2: "Navigation2";
|
|
1018
|
+
readonly Navigation2Off: "Navigation2Off";
|
|
1019
1019
|
readonly NavigationOff: "NavigationOff";
|
|
1020
1020
|
readonly Network: "Network";
|
|
1021
1021
|
readonly Newspaper: "Newspaper";
|
|
@@ -1039,7 +1039,7 @@ export declare const IconName: {
|
|
|
1039
1039
|
readonly Orbit: "Orbit";
|
|
1040
1040
|
readonly Origami: "Origami";
|
|
1041
1041
|
readonly Package: "Package";
|
|
1042
|
-
readonly
|
|
1042
|
+
readonly Package2: "Package2";
|
|
1043
1043
|
readonly PackageCheck: "PackageCheck";
|
|
1044
1044
|
readonly PackageMinus: "PackageMinus";
|
|
1045
1045
|
readonly PackageOpen: "PackageOpen";
|
|
@@ -1101,7 +1101,7 @@ export declare const IconName: {
|
|
|
1101
1101
|
readonly Piano: "Piano";
|
|
1102
1102
|
readonly Pickaxe: "Pickaxe";
|
|
1103
1103
|
readonly PictureInPicture: "PictureInPicture";
|
|
1104
|
-
readonly
|
|
1104
|
+
readonly PictureInPicture2: "PictureInPicture2";
|
|
1105
1105
|
readonly PiggyBank: "PiggyBank";
|
|
1106
1106
|
readonly Pilcrow: "Pilcrow";
|
|
1107
1107
|
readonly PilcrowLeft: "PilcrowLeft";
|
|
@@ -1117,7 +1117,7 @@ export declare const IconName: {
|
|
|
1117
1117
|
readonly PlaneTakeoff: "PlaneTakeoff";
|
|
1118
1118
|
readonly Play: "Play";
|
|
1119
1119
|
readonly Plug: "Plug";
|
|
1120
|
-
readonly
|
|
1120
|
+
readonly Plug2: "Plug2";
|
|
1121
1121
|
readonly PlugZap: "PlugZap";
|
|
1122
1122
|
readonly Plus: "Plus";
|
|
1123
1123
|
readonly Pocket: "Pocket";
|
|
@@ -1166,7 +1166,7 @@ export declare const IconName: {
|
|
|
1166
1166
|
readonly RectangleVertical: "RectangleVertical";
|
|
1167
1167
|
readonly Recycle: "Recycle";
|
|
1168
1168
|
readonly Redo: "Redo";
|
|
1169
|
-
readonly
|
|
1169
|
+
readonly Redo2: "Redo2";
|
|
1170
1170
|
readonly RedoDot: "RedoDot";
|
|
1171
1171
|
readonly RefreshCcw: "RefreshCcw";
|
|
1172
1172
|
readonly RefreshCcwDot: "RefreshCcwDot";
|
|
@@ -1176,8 +1176,8 @@ export declare const IconName: {
|
|
|
1176
1176
|
readonly Regex: "Regex";
|
|
1177
1177
|
readonly RemoveFormatting: "RemoveFormatting";
|
|
1178
1178
|
readonly Repeat: "Repeat";
|
|
1179
|
-
readonly
|
|
1180
|
-
readonly
|
|
1179
|
+
readonly Repeat1: "Repeat1";
|
|
1180
|
+
readonly Repeat2: "Repeat2";
|
|
1181
1181
|
readonly Replace: "Replace";
|
|
1182
1182
|
readonly ReplaceAll: "ReplaceAll";
|
|
1183
1183
|
readonly Reply: "Reply";
|
|
@@ -1187,7 +1187,7 @@ export declare const IconName: {
|
|
|
1187
1187
|
readonly Rocket: "Rocket";
|
|
1188
1188
|
readonly RockingChair: "RockingChair";
|
|
1189
1189
|
readonly RollerCoaster: "RollerCoaster";
|
|
1190
|
-
readonly
|
|
1190
|
+
readonly Rotate3d: "Rotate3d";
|
|
1191
1191
|
readonly RotateCcw: "RotateCcw";
|
|
1192
1192
|
readonly RotateCcwKey: "RotateCcwKey";
|
|
1193
1193
|
readonly RotateCcwSquare: "RotateCcwSquare";
|
|
@@ -1196,9 +1196,9 @@ export declare const IconName: {
|
|
|
1196
1196
|
readonly Route: "Route";
|
|
1197
1197
|
readonly RouteOff: "RouteOff";
|
|
1198
1198
|
readonly Router: "Router";
|
|
1199
|
-
readonly
|
|
1200
|
-
readonly
|
|
1201
|
-
readonly
|
|
1199
|
+
readonly Rows2: "Rows2";
|
|
1200
|
+
readonly Rows3: "Rows3";
|
|
1201
|
+
readonly Rows4: "Rows4";
|
|
1202
1202
|
readonly Rss: "Rss";
|
|
1203
1203
|
readonly Ruler: "Ruler";
|
|
1204
1204
|
readonly RulerDimensionLine: "RulerDimensionLine";
|
|
@@ -1213,7 +1213,7 @@ export declare const IconName: {
|
|
|
1213
1213
|
readonly SaveAll: "SaveAll";
|
|
1214
1214
|
readonly SaveOff: "SaveOff";
|
|
1215
1215
|
readonly Scale: "Scale";
|
|
1216
|
-
readonly
|
|
1216
|
+
readonly Scale3d: "Scale3d";
|
|
1217
1217
|
readonly Scaling: "Scaling";
|
|
1218
1218
|
readonly Scan: "Scan";
|
|
1219
1219
|
readonly ScanBarcode: "ScanBarcode";
|
|
@@ -1247,10 +1247,10 @@ export declare const IconName: {
|
|
|
1247
1247
|
readonly ServerCrash: "ServerCrash";
|
|
1248
1248
|
readonly ServerOff: "ServerOff";
|
|
1249
1249
|
readonly Settings: "Settings";
|
|
1250
|
-
readonly
|
|
1250
|
+
readonly Settings2: "Settings2";
|
|
1251
1251
|
readonly Shapes: "Shapes";
|
|
1252
1252
|
readonly Share: "Share";
|
|
1253
|
-
readonly
|
|
1253
|
+
readonly Share2: "Share2";
|
|
1254
1254
|
readonly Sheet: "Sheet";
|
|
1255
1255
|
readonly Shell: "Shell";
|
|
1256
1256
|
readonly Shield: "Shield";
|
|
@@ -1313,7 +1313,7 @@ export declare const IconName: {
|
|
|
1313
1313
|
readonly Speaker: "Speaker";
|
|
1314
1314
|
readonly Speech: "Speech";
|
|
1315
1315
|
readonly SpellCheck: "SpellCheck";
|
|
1316
|
-
readonly
|
|
1316
|
+
readonly SpellCheck2: "SpellCheck2";
|
|
1317
1317
|
readonly Spline: "Spline";
|
|
1318
1318
|
readonly SplinePointer: "SplinePointer";
|
|
1319
1319
|
readonly Split: "Split";
|
|
@@ -1416,7 +1416,7 @@ export declare const IconName: {
|
|
|
1416
1416
|
readonly Swords: "Swords";
|
|
1417
1417
|
readonly Syringe: "Syringe";
|
|
1418
1418
|
readonly Table: "Table";
|
|
1419
|
-
readonly
|
|
1419
|
+
readonly Table2: "Table2";
|
|
1420
1420
|
readonly TableCellsMerge: "TableCellsMerge";
|
|
1421
1421
|
readonly TableCellsSplit: "TableCellsSplit";
|
|
1422
1422
|
readonly TableColumnsSplit: "TableColumnsSplit";
|
|
@@ -1428,11 +1428,11 @@ export declare const IconName: {
|
|
|
1428
1428
|
readonly Tablets: "Tablets";
|
|
1429
1429
|
readonly Tag: "Tag";
|
|
1430
1430
|
readonly Tags: "Tags";
|
|
1431
|
-
readonly
|
|
1432
|
-
readonly
|
|
1433
|
-
readonly
|
|
1434
|
-
readonly
|
|
1435
|
-
readonly
|
|
1431
|
+
readonly Tally1: "Tally1";
|
|
1432
|
+
readonly Tally2: "Tally2";
|
|
1433
|
+
readonly Tally3: "Tally3";
|
|
1434
|
+
readonly Tally4: "Tally4";
|
|
1435
|
+
readonly Tally5: "Tally5";
|
|
1436
1436
|
readonly Tangent: "Tangent";
|
|
1437
1437
|
readonly Target: "Target";
|
|
1438
1438
|
readonly Telescope: "Telescope";
|
|
@@ -1483,7 +1483,7 @@ export declare const IconName: {
|
|
|
1483
1483
|
readonly TramFront: "TramFront";
|
|
1484
1484
|
readonly Transgender: "Transgender";
|
|
1485
1485
|
readonly Trash: "Trash";
|
|
1486
|
-
readonly
|
|
1486
|
+
readonly Trash2: "Trash2";
|
|
1487
1487
|
readonly TreeDeciduous: "TreeDeciduous";
|
|
1488
1488
|
readonly TreePalm: "TreePalm";
|
|
1489
1489
|
readonly TreePine: "TreePine";
|
|
@@ -1511,14 +1511,14 @@ export declare const IconName: {
|
|
|
1511
1511
|
readonly UmbrellaOff: "UmbrellaOff";
|
|
1512
1512
|
readonly Underline: "Underline";
|
|
1513
1513
|
readonly Undo: "Undo";
|
|
1514
|
-
readonly
|
|
1514
|
+
readonly Undo2: "Undo2";
|
|
1515
1515
|
readonly UndoDot: "UndoDot";
|
|
1516
1516
|
readonly UnfoldHorizontal: "UnfoldHorizontal";
|
|
1517
1517
|
readonly UnfoldVertical: "UnfoldVertical";
|
|
1518
1518
|
readonly Ungroup: "Ungroup";
|
|
1519
1519
|
readonly University: "University";
|
|
1520
1520
|
readonly Unlink: "Unlink";
|
|
1521
|
-
readonly
|
|
1521
|
+
readonly Unlink2: "Unlink2";
|
|
1522
1522
|
readonly Unplug: "Unplug";
|
|
1523
1523
|
readonly Upload: "Upload";
|
|
1524
1524
|
readonly Usb: "Usb";
|
|
@@ -1559,8 +1559,8 @@ export declare const IconName: {
|
|
|
1559
1559
|
readonly Voicemail: "Voicemail";
|
|
1560
1560
|
readonly Volleyball: "Volleyball";
|
|
1561
1561
|
readonly Volume: "Volume";
|
|
1562
|
-
readonly
|
|
1563
|
-
readonly
|
|
1562
|
+
readonly Volume1: "Volume1";
|
|
1563
|
+
readonly Volume2: "Volume2";
|
|
1564
1564
|
readonly VolumeOff: "VolumeOff";
|
|
1565
1565
|
readonly VolumeX: "VolumeX";
|
|
1566
1566
|
readonly Vote: "Vote";
|
|
@@ -1603,6 +1603,113 @@ export declare const IconName: {
|
|
|
1603
1603
|
readonly ZapOff: "ZapOff";
|
|
1604
1604
|
readonly ZoomIn: "ZoomIn";
|
|
1605
1605
|
readonly ZoomOut: "ZoomOut";
|
|
1606
|
+
readonly ArrowDown_0_1: "ArrowDown01";
|
|
1607
|
+
readonly ArrowDown_1_0: "ArrowDown10";
|
|
1608
|
+
readonly ArrowUp_0_1: "ArrowUp01";
|
|
1609
|
+
readonly ArrowUp_1_0: "ArrowUp10";
|
|
1610
|
+
readonly Axis_3d: "Axis3d";
|
|
1611
|
+
readonly BookUp_2: "BookUp2";
|
|
1612
|
+
readonly Building_2: "Building2";
|
|
1613
|
+
readonly Calendar_1: "Calendar1";
|
|
1614
|
+
readonly CalendarCheck_2: "CalendarCheck2";
|
|
1615
|
+
readonly CalendarMinus_2: "CalendarMinus2";
|
|
1616
|
+
readonly CalendarPlus_2: "CalendarPlus2";
|
|
1617
|
+
readonly CalendarX_2: "CalendarX2";
|
|
1618
|
+
readonly CircleSlash_2: "CircleSlash2";
|
|
1619
|
+
readonly Clock_1: "Clock1";
|
|
1620
|
+
readonly Clock_10: "Clock10";
|
|
1621
|
+
readonly Clock_11: "Clock11";
|
|
1622
|
+
readonly Clock_12: "Clock12";
|
|
1623
|
+
readonly Clock_2: "Clock2";
|
|
1624
|
+
readonly Clock_3: "Clock3";
|
|
1625
|
+
readonly Clock_4: "Clock4";
|
|
1626
|
+
readonly Clock_5: "Clock5";
|
|
1627
|
+
readonly Clock_6: "Clock6";
|
|
1628
|
+
readonly Clock_7: "Clock7";
|
|
1629
|
+
readonly Clock_8: "Clock8";
|
|
1630
|
+
readonly Clock_9: "Clock9";
|
|
1631
|
+
readonly Columns_2: "Columns2";
|
|
1632
|
+
readonly Columns_3: "Columns3";
|
|
1633
|
+
readonly Columns_3Cog: "Columns3Cog";
|
|
1634
|
+
readonly Columns_4: "Columns4";
|
|
1635
|
+
readonly Dice_1: "Dice1";
|
|
1636
|
+
readonly Dice_2: "Dice2";
|
|
1637
|
+
readonly Dice_3: "Dice3";
|
|
1638
|
+
readonly Dice_4: "Dice4";
|
|
1639
|
+
readonly Dice_5: "Dice5";
|
|
1640
|
+
readonly Dice_6: "Dice6";
|
|
1641
|
+
readonly Disc_2: "Disc2";
|
|
1642
|
+
readonly Disc_3: "Disc3";
|
|
1643
|
+
readonly FileAudio_2: "FileAudio2";
|
|
1644
|
+
readonly FileAxis_3d: "FileAxis3d";
|
|
1645
|
+
readonly FileBadge_2: "FileBadge2";
|
|
1646
|
+
readonly FileCheck_2: "FileCheck2";
|
|
1647
|
+
readonly FileCode_2: "FileCode2";
|
|
1648
|
+
readonly FileJson_2: "FileJson2";
|
|
1649
|
+
readonly FileKey_2: "FileKey2";
|
|
1650
|
+
readonly FileLock_2: "FileLock2";
|
|
1651
|
+
readonly FileMinus_2: "FileMinus2";
|
|
1652
|
+
readonly FilePlus_2: "FilePlus2";
|
|
1653
|
+
readonly FileSearch_2: "FileSearch2";
|
|
1654
|
+
readonly FileType_2: "FileType2";
|
|
1655
|
+
readonly FileVideo_2: "FileVideo2";
|
|
1656
|
+
readonly FileVolume_2: "FileVolume2";
|
|
1657
|
+
readonly FileX_2: "FileX2";
|
|
1658
|
+
readonly FlipHorizontal_2: "FlipHorizontal2";
|
|
1659
|
+
readonly FlipVertical_2: "FlipVertical2";
|
|
1660
|
+
readonly Flower_2: "Flower2";
|
|
1661
|
+
readonly FolderGit_2: "FolderGit2";
|
|
1662
|
+
readonly FolderSearch_2: "FolderSearch2";
|
|
1663
|
+
readonly Gamepad_2: "Gamepad2";
|
|
1664
|
+
readonly Grid_2x2: "Grid2x2";
|
|
1665
|
+
readonly Grid_2x2Check: "Grid2x2Check";
|
|
1666
|
+
readonly Grid_2x2Plus: "Grid2x2Plus";
|
|
1667
|
+
readonly Grid_2x2X: "Grid2x2X";
|
|
1668
|
+
readonly Grid_3x3: "Grid3x3";
|
|
1669
|
+
readonly Heading_1: "Heading1";
|
|
1670
|
+
readonly Heading_2: "Heading2";
|
|
1671
|
+
readonly Heading_3: "Heading3";
|
|
1672
|
+
readonly Heading_4: "Heading4";
|
|
1673
|
+
readonly Heading_5: "Heading5";
|
|
1674
|
+
readonly Heading_6: "Heading6";
|
|
1675
|
+
readonly Layers_2: "Layers2";
|
|
1676
|
+
readonly Link_2: "Link2";
|
|
1677
|
+
readonly Link_2Off: "Link2Off";
|
|
1678
|
+
readonly Maximize_2: "Maximize2";
|
|
1679
|
+
readonly Minimize_2: "Minimize2";
|
|
1680
|
+
readonly MousePointer_2: "MousePointer2";
|
|
1681
|
+
readonly Move_3d: "Move3d";
|
|
1682
|
+
readonly MoveDiagonal_2: "MoveDiagonal2";
|
|
1683
|
+
readonly Music_2: "Music2";
|
|
1684
|
+
readonly Music_3: "Music3";
|
|
1685
|
+
readonly Music_4: "Music4";
|
|
1686
|
+
readonly Navigation_2: "Navigation2";
|
|
1687
|
+
readonly Navigation_2Off: "Navigation2Off";
|
|
1688
|
+
readonly Package_2: "Package2";
|
|
1689
|
+
readonly PictureInPicture_2: "PictureInPicture2";
|
|
1690
|
+
readonly Plug_2: "Plug2";
|
|
1691
|
+
readonly Redo_2: "Redo2";
|
|
1692
|
+
readonly Repeat_1: "Repeat1";
|
|
1693
|
+
readonly Repeat_2: "Repeat2";
|
|
1694
|
+
readonly Rotate_3d: "Rotate3d";
|
|
1695
|
+
readonly Rows_2: "Rows2";
|
|
1696
|
+
readonly Rows_3: "Rows3";
|
|
1697
|
+
readonly Rows_4: "Rows4";
|
|
1698
|
+
readonly Scale_3d: "Scale3d";
|
|
1699
|
+
readonly Settings_2: "Settings2";
|
|
1700
|
+
readonly Share_2: "Share2";
|
|
1701
|
+
readonly SpellCheck_2: "SpellCheck2";
|
|
1702
|
+
readonly Table_2: "Table2";
|
|
1703
|
+
readonly Tally_1: "Tally1";
|
|
1704
|
+
readonly Tally_2: "Tally2";
|
|
1705
|
+
readonly Tally_3: "Tally3";
|
|
1706
|
+
readonly Tally_4: "Tally4";
|
|
1707
|
+
readonly Tally_5: "Tally5";
|
|
1708
|
+
readonly Trash_2: "Trash2";
|
|
1709
|
+
readonly Undo_2: "Undo2";
|
|
1710
|
+
readonly Unlink_2: "Unlink2";
|
|
1711
|
+
readonly Volume_1: "Volume1";
|
|
1712
|
+
readonly Volume_2: "Volume2";
|
|
1606
1713
|
readonly ApptainerOutline: "apptainer.outline";
|
|
1607
1714
|
readonly ApptainerSolid: "apptainer.solid";
|
|
1608
1715
|
readonly AscenderOutline: "ascender.outline";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|