@lucide/astro 1.31.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 +594 -590
- package/src/aliases/suffixed.ts +958 -954
- package/src/createLucideIcon.ts +1 -1
- package/src/icons/car-battery.ts +18 -0
- package/src/icons/index.ts +181 -179
- 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
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpZA aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
47
|
-
default as ArrowUpZa
|
|
48
|
-
} from '../icons/arrow-up-z-a';
|
|
49
|
-
|
|
50
44
|
// ArrowUpNarrowWide aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
53
47
|
default as SortAsc
|
|
54
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
55
49
|
|
|
50
|
+
// ArrowUpZA aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
53
|
+
default as ArrowUpZa
|
|
54
|
+
} from '../icons/arrow-up-z-a';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} 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. */
|
|
@@ -137,18 +137,18 @@ export {
|
|
|
137
137
|
default as BarChart4
|
|
138
138
|
} from '../icons/chart-column-increasing';
|
|
139
139
|
|
|
140
|
-
// ChartLine aliases
|
|
141
|
-
export {
|
|
142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
143
|
-
default as LineChart
|
|
144
|
-
} from '../icons/chart-line';
|
|
145
|
-
|
|
146
140
|
// ChartColumn aliases
|
|
147
141
|
export {
|
|
148
142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
149
143
|
default as BarChart3
|
|
150
144
|
} from '../icons/chart-column';
|
|
151
145
|
|
|
146
|
+
// ChartLine aliases
|
|
147
|
+
export {
|
|
148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
149
|
+
default as LineChart
|
|
150
|
+
} from '../icons/chart-line';
|
|
151
|
+
|
|
152
152
|
// ChartNoAxesColumnIncreasing aliases
|
|
153
153
|
export {
|
|
154
154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
@@ -269,18 +269,18 @@ export {
|
|
|
269
269
|
default as ChevronUpCircle
|
|
270
270
|
} from '../icons/circle-chevron-up';
|
|
271
271
|
|
|
272
|
-
// CircleGauge aliases
|
|
273
|
-
export {
|
|
274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
275
|
-
default as GaugeCircle
|
|
276
|
-
} from '../icons/circle-gauge';
|
|
277
|
-
|
|
278
272
|
// CircleDivide aliases
|
|
279
273
|
export {
|
|
280
274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
281
275
|
default as DivideCircle
|
|
282
276
|
} from '../icons/circle-divide';
|
|
283
277
|
|
|
278
|
+
// CircleGauge aliases
|
|
279
|
+
export {
|
|
280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
281
|
+
default as GaugeCircle
|
|
282
|
+
} from '../icons/circle-gauge';
|
|
283
|
+
|
|
284
284
|
// CircleMinus aliases
|
|
285
285
|
export {
|
|
286
286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
@@ -311,18 +311,18 @@ export {
|
|
|
311
311
|
default as PercentCircle
|
|
312
312
|
} from '../icons/circle-percent';
|
|
313
313
|
|
|
314
|
-
// CirclePlus aliases
|
|
315
|
-
export {
|
|
316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
317
|
-
default as PlusCircle
|
|
318
|
-
} from '../icons/circle-plus';
|
|
319
|
-
|
|
320
314
|
// CirclePlay aliases
|
|
321
315
|
export {
|
|
322
316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
323
317
|
default as PlayCircle
|
|
324
318
|
} from '../icons/circle-play';
|
|
325
319
|
|
|
320
|
+
// CirclePlus aliases
|
|
321
|
+
export {
|
|
322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
323
|
+
default as PlusCircle
|
|
324
|
+
} from '../icons/circle-plus';
|
|
325
|
+
|
|
326
326
|
// CirclePower aliases
|
|
327
327
|
export {
|
|
328
328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
@@ -605,18 +605,18 @@ export {
|
|
|
605
605
|
default as FileSignature
|
|
606
606
|
} from '../icons/file-pen-line';
|
|
607
607
|
|
|
608
|
-
// FilePlay aliases
|
|
609
|
-
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
611
|
-
default as FileVideo
|
|
612
|
-
} from '../icons/file-play';
|
|
613
|
-
|
|
614
608
|
// FilePen aliases
|
|
615
609
|
export {
|
|
616
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
617
611
|
default as FileEdit
|
|
618
612
|
} from '../icons/file-pen';
|
|
619
613
|
|
|
614
|
+
// FilePlay aliases
|
|
615
|
+
export {
|
|
616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
617
|
+
default as FileVideo
|
|
618
|
+
} from '../icons/file-play';
|
|
619
|
+
|
|
620
620
|
// FilePlusCorner aliases
|
|
621
621
|
export {
|
|
622
622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
@@ -647,36 +647,36 @@ export {
|
|
|
647
647
|
default as FileType2
|
|
648
648
|
} from '../icons/file-type-corner';
|
|
649
649
|
|
|
650
|
-
// FileXCorner aliases
|
|
651
|
-
export {
|
|
652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
653
|
-
default as FileX2
|
|
654
|
-
} from '../icons/file-x-corner';
|
|
655
|
-
|
|
656
650
|
// FileVideoCamera aliases
|
|
657
651
|
export {
|
|
658
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
659
653
|
default as FileVideo2
|
|
660
654
|
} from '../icons/file-video-camera';
|
|
661
655
|
|
|
656
|
+
// FileXCorner aliases
|
|
657
|
+
export {
|
|
658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
659
|
+
default as FileX2
|
|
660
|
+
} from '../icons/file-x-corner';
|
|
661
|
+
|
|
662
662
|
// FingerprintPattern aliases
|
|
663
663
|
export {
|
|
664
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
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. */
|
|
@@ -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. */
|
|
@@ -1061,18 +1061,18 @@ export {
|
|
|
1061
1061
|
default as ArrowUpRightFromSquare
|
|
1062
1062
|
} from '../icons/square-arrow-out-up-right';
|
|
1063
1063
|
|
|
1064
|
-
// SquareArrowUpLeft aliases
|
|
1065
|
-
export {
|
|
1066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1067
|
-
default as ArrowUpLeftSquare
|
|
1068
|
-
} from '../icons/square-arrow-up-left';
|
|
1069
|
-
|
|
1070
1064
|
// SquareArrowRight aliases
|
|
1071
1065
|
export {
|
|
1072
1066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1073
1067
|
default as ArrowRightSquare
|
|
1074
1068
|
} from '../icons/square-arrow-right';
|
|
1075
1069
|
|
|
1070
|
+
// SquareArrowUpLeft aliases
|
|
1071
|
+
export {
|
|
1072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1073
|
+
default as ArrowUpLeftSquare
|
|
1074
|
+
} from '../icons/square-arrow-up-left';
|
|
1075
|
+
|
|
1076
1076
|
// SquareArrowUpRight aliases
|
|
1077
1077
|
export {
|
|
1078
1078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
@@ -1085,18 +1085,18 @@ export {
|
|
|
1085
1085
|
default as ArrowUpSquare
|
|
1086
1086
|
} from '../icons/square-arrow-up';
|
|
1087
1087
|
|
|
1088
|
-
// SquareBottomDashedScissors aliases
|
|
1089
|
-
export {
|
|
1090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
1091
|
-
default as ScissorsSquareDashedBottom
|
|
1092
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
1093
|
-
|
|
1094
1088
|
// SquareAsterisk aliases
|
|
1095
1089
|
export {
|
|
1096
1090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
1097
1091
|
default as AsteriskSquare
|
|
1098
1092
|
} from '../icons/square-asterisk';
|
|
1099
1093
|
|
|
1094
|
+
// SquareBottomDashedScissors aliases
|
|
1095
|
+
export {
|
|
1096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
1097
|
+
default as ScissorsSquareDashedBottom
|
|
1098
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
1099
|
+
|
|
1100
1100
|
// SquareCenterlineDashedHorizontal aliases
|
|
1101
1101
|
export {
|
|
1102
1102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} 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. */
|
|
@@ -1361,6 +1361,12 @@ export {
|
|
|
1361
1361
|
default as UserSquare2
|
|
1362
1362
|
} from '../icons/square-user-round';
|
|
1363
1363
|
|
|
1364
|
+
// SquareUser aliases
|
|
1365
|
+
export {
|
|
1366
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
1367
|
+
default as UserSquare
|
|
1368
|
+
} from '../icons/square-user';
|
|
1369
|
+
|
|
1364
1370
|
// SquareX aliases
|
|
1365
1371
|
export {
|
|
1366
1372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
@@ -1373,12 +1379,6 @@ export {
|
|
|
1373
1379
|
default as TestTube2
|
|
1374
1380
|
} from '../icons/test-tube-diagonal';
|
|
1375
1381
|
|
|
1376
|
-
// SquareUser aliases
|
|
1377
|
-
export {
|
|
1378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
1379
|
-
default as UserSquare
|
|
1380
|
-
} from '../icons/square-user';
|
|
1381
|
-
|
|
1382
1382
|
// TextAlignCenter aliases
|
|
1383
1383
|
export {
|
|
1384
1384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} 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. */
|