@lucide/astro 1.30.0 → 1.32.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.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +90 -90
- package/src/aliases/prefixed.ts +643 -633
- package/src/aliases/suffixed.ts +918 -908
- package/src/createLucideIcon.ts +1 -1
- package/src/icons/angle.ts +18 -0
- package/src/icons/car-battery.ts +18 -0
- package/src/icons/eject.ts +18 -0
- package/src/icons/index.ts +195 -190
- package/src/icons/mail-badge.ts +18 -0
- package/src/icons/square-text.ts +18 -0
- package/src/types.ts +1 -1
- package/src/utils/hasA11yProp.ts +1 -1
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -17,18 +17,18 @@ export {
|
|
|
17
17
|
default as AlarmPlus
|
|
18
18
|
} from '../icons/alarm-clock-plus';
|
|
19
19
|
|
|
20
|
-
// ArrowDownWideNarrow aliases
|
|
21
|
-
export {
|
|
22
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
23
|
-
default as SortDesc
|
|
24
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
25
|
-
|
|
26
20
|
// ArrowDownAZ aliases
|
|
27
21
|
export {
|
|
28
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
29
23
|
default as ArrowDownAz
|
|
30
24
|
} from '../icons/arrow-down-a-z';
|
|
31
25
|
|
|
26
|
+
// ArrowDownWideNarrow aliases
|
|
27
|
+
export {
|
|
28
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
29
|
+
default as SortDesc
|
|
30
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
31
|
+
|
|
32
32
|
// ArrowDownZA aliases
|
|
33
33
|
export {
|
|
34
34
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
@@ -59,18 +59,18 @@ export {
|
|
|
59
59
|
default as Axis3D
|
|
60
60
|
} from '../icons/axis-3d';
|
|
61
61
|
|
|
62
|
-
// BadgeQuestionMark aliases
|
|
63
|
-
export {
|
|
64
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
65
|
-
default as BadgeHelp
|
|
66
|
-
} from '../icons/badge-question-mark';
|
|
67
|
-
|
|
68
62
|
// BadgeCheck aliases
|
|
69
63
|
export {
|
|
70
64
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
71
65
|
default as Verified
|
|
72
66
|
} from '../icons/badge-check';
|
|
73
67
|
|
|
68
|
+
// BadgeQuestionMark aliases
|
|
69
|
+
export {
|
|
70
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
71
|
+
default as BadgeHelp
|
|
72
|
+
} from '../icons/badge-question-mark';
|
|
73
|
+
|
|
74
74
|
// BetweenHorizontalEnd aliases
|
|
75
75
|
export {
|
|
76
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
@@ -113,18 +113,18 @@ export {
|
|
|
113
113
|
default as BarChartHorizontalBig
|
|
114
114
|
} from '../icons/chart-bar-big';
|
|
115
115
|
|
|
116
|
-
// ChartBar aliases
|
|
117
|
-
export {
|
|
118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
119
|
-
default as BarChartHorizontal
|
|
120
|
-
} from '../icons/chart-bar';
|
|
121
|
-
|
|
122
116
|
// ChartCandlestick aliases
|
|
123
117
|
export {
|
|
124
118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
125
119
|
default as CandlestickChart
|
|
126
120
|
} from '../icons/chart-candlestick';
|
|
127
121
|
|
|
122
|
+
// ChartBar aliases
|
|
123
|
+
export {
|
|
124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
125
|
+
default as BarChartHorizontal
|
|
126
|
+
} from '../icons/chart-bar';
|
|
127
|
+
|
|
128
128
|
// ChartColumnBig aliases
|
|
129
129
|
export {
|
|
130
130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
@@ -215,18 +215,18 @@ export {
|
|
|
215
215
|
default as ArrowUpLeftFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
217
217
|
|
|
218
|
-
// CircleArrowRight aliases
|
|
219
|
-
export {
|
|
220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
221
|
-
default as ArrowRightCircle
|
|
222
|
-
} from '../icons/circle-arrow-right';
|
|
223
|
-
|
|
224
218
|
// CircleArrowOutUpRight aliases
|
|
225
219
|
export {
|
|
226
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
227
221
|
default as ArrowUpRightFromCircle
|
|
228
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
223
|
|
|
224
|
+
// CircleArrowRight aliases
|
|
225
|
+
export {
|
|
226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
227
|
+
default as ArrowRightCircle
|
|
228
|
+
} from '../icons/circle-arrow-right';
|
|
229
|
+
|
|
230
230
|
// CircleArrowUp aliases
|
|
231
231
|
export {
|
|
232
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
@@ -491,18 +491,18 @@ export {
|
|
|
491
491
|
default as SmilePlus
|
|
492
492
|
} from '../icons/face-slightly-smiling-plus';
|
|
493
493
|
|
|
494
|
-
// FileAxis3d aliases
|
|
495
|
-
export {
|
|
496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
497
|
-
default as FileAxis3D
|
|
498
|
-
} from '../icons/file-axis-3d';
|
|
499
|
-
|
|
500
494
|
// FaceSlightlySmiling aliases
|
|
501
495
|
export {
|
|
502
496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
503
497
|
default as Smile
|
|
504
498
|
} from '../icons/face-slightly-smiling';
|
|
505
499
|
|
|
500
|
+
// FileAxis3d aliases
|
|
501
|
+
export {
|
|
502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
503
|
+
default as FileAxis3D
|
|
504
|
+
} from '../icons/file-axis-3d';
|
|
505
|
+
|
|
506
506
|
// FileBadge aliases
|
|
507
507
|
export {
|
|
508
508
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
@@ -551,18 +551,18 @@ export {
|
|
|
551
551
|
default as FileCheck2
|
|
552
552
|
} from '../icons/file-check-corner';
|
|
553
553
|
|
|
554
|
-
// FileCog aliases
|
|
555
|
-
export {
|
|
556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
557
|
-
default as FileCog2
|
|
558
|
-
} from '../icons/file-cog';
|
|
559
|
-
|
|
560
554
|
// FileCodeCorner aliases
|
|
561
555
|
export {
|
|
562
556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
563
557
|
default as FileCode2
|
|
564
558
|
} from '../icons/file-code-corner';
|
|
565
559
|
|
|
560
|
+
// FileCog aliases
|
|
561
|
+
export {
|
|
562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
563
|
+
default as FileCog2
|
|
564
|
+
} from '../icons/file-cog';
|
|
565
|
+
|
|
566
566
|
// FileExclamationPoint aliases
|
|
567
567
|
export {
|
|
568
568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FileVolume2
|
|
642
642
|
} from '../icons/file-signal';
|
|
643
643
|
|
|
644
|
-
// FileVideoCamera aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
647
|
-
default as FileVideo2
|
|
648
|
-
} from '../icons/file-video-camera';
|
|
649
|
-
|
|
650
644
|
// FileTypeCorner aliases
|
|
651
645
|
export {
|
|
652
646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
653
647
|
default as FileType2
|
|
654
648
|
} from '../icons/file-type-corner';
|
|
655
649
|
|
|
650
|
+
// FileVideoCamera aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
653
|
+
default as FileVideo2
|
|
654
|
+
} from '../icons/file-video-camera';
|
|
655
|
+
|
|
656
656
|
// FileXCorner aliases
|
|
657
657
|
export {
|
|
658
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
@@ -665,18 +665,18 @@ export {
|
|
|
665
665
|
default as Fingerprint
|
|
666
666
|
} from '../icons/fingerprint-pattern';
|
|
667
667
|
|
|
668
|
-
// FolderCog aliases
|
|
669
|
-
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
671
|
-
default as FolderCog2
|
|
672
|
-
} from '../icons/folder-cog';
|
|
673
|
-
|
|
674
668
|
// FolderPen aliases
|
|
675
669
|
export {
|
|
676
670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
677
671
|
default as FolderEdit
|
|
678
672
|
} from '../icons/folder-pen';
|
|
679
673
|
|
|
674
|
+
// FolderCog aliases
|
|
675
|
+
export {
|
|
676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
677
|
+
default as FolderCog2
|
|
678
|
+
} from '../icons/folder-cog';
|
|
679
|
+
|
|
680
680
|
// FunnelX aliases
|
|
681
681
|
export {
|
|
682
682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
@@ -731,18 +731,18 @@ export {
|
|
|
731
731
|
default as Grid3X3
|
|
732
732
|
} from '../icons/grid-3x3';
|
|
733
733
|
|
|
734
|
-
// HandGrab aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
737
|
-
default as Grab
|
|
738
|
-
} from '../icons/hand-grab';
|
|
739
|
-
|
|
740
734
|
// HandHelping aliases
|
|
741
735
|
export {
|
|
742
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
743
737
|
default as HelpingHand
|
|
744
738
|
} from '../icons/hand-helping';
|
|
745
739
|
|
|
740
|
+
// HandGrab aliases
|
|
741
|
+
export {
|
|
742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
743
|
+
default as Grab
|
|
744
|
+
} from '../icons/hand-grab';
|
|
745
|
+
|
|
746
746
|
// House aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
@@ -755,18 +755,18 @@ export {
|
|
|
755
755
|
default as IceCream2
|
|
756
756
|
} from '../icons/ice-cream-bowl';
|
|
757
757
|
|
|
758
|
-
// LaptopMinimal aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
761
|
-
default as Laptop2
|
|
762
|
-
} from '../icons/laptop-minimal';
|
|
763
|
-
|
|
764
758
|
// IceCreamCone aliases
|
|
765
759
|
export {
|
|
766
760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
767
761
|
default as IceCream
|
|
768
762
|
} from '../icons/ice-cream-cone';
|
|
769
763
|
|
|
764
|
+
// LaptopMinimal aliases
|
|
765
|
+
export {
|
|
766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
767
|
+
default as Laptop2
|
|
768
|
+
} from '../icons/laptop-minimal';
|
|
769
|
+
|
|
770
770
|
// Layers aliases
|
|
771
771
|
export {
|
|
772
772
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as Move3D
|
|
852
852
|
} from '../icons/move-3d';
|
|
853
853
|
|
|
854
|
-
// OctagonPause aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
857
|
-
default as PauseOctagon
|
|
858
|
-
} from '../icons/octagon-pause';
|
|
859
|
-
|
|
860
854
|
// OctagonAlert aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
863
857
|
default as AlertOctagon
|
|
864
858
|
} from '../icons/octagon-alert';
|
|
865
859
|
|
|
860
|
+
// OctagonPause aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
863
|
+
default as PauseOctagon
|
|
864
|
+
} from '../icons/octagon-pause';
|
|
865
|
+
|
|
866
866
|
// OctagonX aliases
|
|
867
867
|
export {
|
|
868
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as Paintbrush2
|
|
876
876
|
} from '../icons/paintbrush-vertical';
|
|
877
877
|
|
|
878
|
-
// PanelBottomDashed aliases
|
|
879
|
-
export {
|
|
880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
881
|
-
default as PanelBottomInactive
|
|
882
|
-
} from '../icons/panel-bottom-dashed';
|
|
883
|
-
|
|
884
878
|
// PanelLeftClose aliases
|
|
885
879
|
export {
|
|
886
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
887
881
|
default as SidebarClose
|
|
888
882
|
} from '../icons/panel-left-close';
|
|
889
883
|
|
|
884
|
+
// PanelBottomDashed aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
887
|
+
default as PanelBottomInactive
|
|
888
|
+
} from '../icons/panel-bottom-dashed';
|
|
889
|
+
|
|
890
890
|
// PanelLeftDashed aliases
|
|
891
891
|
export {
|
|
892
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
@@ -1253,18 +1253,18 @@ export {
|
|
|
1253
1253
|
default as Inspect
|
|
1254
1254
|
} from '../icons/square-mouse-pointer';
|
|
1255
1255
|
|
|
1256
|
-
// SquareParking aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1259
|
-
default as ParkingSquare
|
|
1260
|
-
} from '../icons/square-parking';
|
|
1261
|
-
|
|
1262
1256
|
// SquareParkingOff aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1265
1259
|
default as ParkingSquareOff
|
|
1266
1260
|
} from '../icons/square-parking-off';
|
|
1267
1261
|
|
|
1262
|
+
// SquareParking aliases
|
|
1263
|
+
export {
|
|
1264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1265
|
+
default as ParkingSquare
|
|
1266
|
+
} from '../icons/square-parking';
|
|
1267
|
+
|
|
1268
1268
|
// SquarePen aliases
|
|
1269
1269
|
export {
|
|
1270
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
@@ -1337,18 +1337,18 @@ export {
|
|
|
1337
1337
|
default as SlashSquare
|
|
1338
1338
|
} from '../icons/square-slash';
|
|
1339
1339
|
|
|
1340
|
-
// SquareSplitHorizontal aliases
|
|
1341
|
-
export {
|
|
1342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1343
|
-
default as SplitSquareHorizontal
|
|
1344
|
-
} from '../icons/square-split-horizontal';
|
|
1345
|
-
|
|
1346
1340
|
// SquareSplitVertical aliases
|
|
1347
1341
|
export {
|
|
1348
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
1349
1343
|
default as SplitSquareVertical
|
|
1350
1344
|
} from '../icons/square-split-vertical';
|
|
1351
1345
|
|
|
1346
|
+
// SquareSplitHorizontal aliases
|
|
1347
|
+
export {
|
|
1348
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1349
|
+
default as SplitSquareHorizontal
|
|
1350
|
+
} from '../icons/square-split-horizontal';
|
|
1351
|
+
|
|
1352
1352
|
// SquareTerminal aliases
|
|
1353
1353
|
export {
|
|
1354
1354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
@@ -1505,18 +1505,18 @@ export {
|
|
|
1505
1505
|
default as ForkKnife
|
|
1506
1506
|
} from '../icons/utensils';
|
|
1507
1507
|
|
|
1508
|
-
// WalletMinimal aliases
|
|
1509
|
-
export {
|
|
1510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
1511
|
-
default as Wallet2
|
|
1512
|
-
} from '../icons/wallet-minimal';
|
|
1513
|
-
|
|
1514
1508
|
// WandSparkles aliases
|
|
1515
1509
|
export {
|
|
1516
1510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
1517
1511
|
default as Wand2
|
|
1518
1512
|
} from '../icons/wand-sparkles';
|
|
1519
1513
|
|
|
1514
|
+
// WalletMinimal aliases
|
|
1515
|
+
export {
|
|
1516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
1517
|
+
default as Wallet2
|
|
1518
|
+
} from '../icons/wallet-minimal';
|
|
1519
|
+
|
|
1520
1520
|
// WavesHorizontal aliases
|
|
1521
1521
|
export {
|
|
1522
1522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|