@lucide/astro 0.546.0 → 0.548.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 +54 -54
- package/src/aliases/prefixed.ts +487 -483
- package/src/aliases/suffixed.ts +812 -808
- package/src/icons/birdhouse.ts +18 -0
- package/src/icons/gamepad-directional.ts +18 -0
- package/src/icons/index.ts +110 -108
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -197,18 +197,18 @@ export {
|
|
|
197
197
|
default as ArrowDownCircle
|
|
198
198
|
} from '../icons/circle-arrow-down';
|
|
199
199
|
|
|
200
|
-
// CircleArrowLeft aliases
|
|
201
|
-
export {
|
|
202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
203
|
-
default as ArrowLeftCircle
|
|
204
|
-
} from '../icons/circle-arrow-left';
|
|
205
|
-
|
|
206
200
|
// CircleArrowOutDownLeft aliases
|
|
207
201
|
export {
|
|
208
202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
209
203
|
default as ArrowDownLeftFromCircle
|
|
210
204
|
} from '../icons/circle-arrow-out-down-left';
|
|
211
205
|
|
|
206
|
+
// CircleArrowLeft aliases
|
|
207
|
+
export {
|
|
208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
209
|
+
default as ArrowLeftCircle
|
|
210
|
+
} from '../icons/circle-arrow-left';
|
|
211
|
+
|
|
212
212
|
// CircleArrowOutDownRight aliases
|
|
213
213
|
export {
|
|
214
214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
@@ -353,18 +353,18 @@ export {
|
|
|
353
353
|
default as CircleSlashed
|
|
354
354
|
} from '../icons/circle-slash-2';
|
|
355
355
|
|
|
356
|
-
// CircleUserRound aliases
|
|
357
|
-
export {
|
|
358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
359
|
-
default as UserCircle2
|
|
360
|
-
} from '../icons/circle-user-round';
|
|
361
|
-
|
|
362
356
|
// CircleStop aliases
|
|
363
357
|
export {
|
|
364
358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
365
359
|
default as StopCircle
|
|
366
360
|
} from '../icons/circle-stop';
|
|
367
361
|
|
|
362
|
+
// CircleUserRound aliases
|
|
363
|
+
export {
|
|
364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
365
|
+
default as UserCircle2
|
|
366
|
+
} from '../icons/circle-user-round';
|
|
367
|
+
|
|
368
368
|
// CircleUser aliases
|
|
369
369
|
export {
|
|
370
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
@@ -455,18 +455,18 @@ export {
|
|
|
455
455
|
default as MoreVertical
|
|
456
456
|
} from '../icons/ellipsis-vertical';
|
|
457
457
|
|
|
458
|
-
// Ellipsis aliases
|
|
459
|
-
export {
|
|
460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
461
|
-
default as MoreHorizontal
|
|
462
|
-
} from '../icons/ellipsis';
|
|
463
|
-
|
|
464
458
|
// FileAxis3d aliases
|
|
465
459
|
export {
|
|
466
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
467
461
|
default as FileAxis3D
|
|
468
462
|
} from '../icons/file-axis-3d';
|
|
469
463
|
|
|
464
|
+
// Ellipsis aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
467
|
+
default as MoreHorizontal
|
|
468
|
+
} from '../icons/ellipsis';
|
|
469
|
+
|
|
470
470
|
// FileChartColumnIncreasing aliases
|
|
471
471
|
export {
|
|
472
472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -647,6 +647,12 @@ export {
|
|
|
647
647
|
default as IndentDecrease
|
|
648
648
|
} from '../icons/list-indent-decrease';
|
|
649
649
|
|
|
650
|
+
// LoaderCircle aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as Loader2
|
|
654
|
+
} from '../icons/loader-circle';
|
|
655
|
+
|
|
650
656
|
// ListIndentIncrease aliases
|
|
651
657
|
export {
|
|
652
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -659,12 +665,6 @@ export {
|
|
|
659
665
|
default as IndentIncrease
|
|
660
666
|
} from '../icons/list-indent-increase';
|
|
661
667
|
|
|
662
|
-
// LoaderCircle aliases
|
|
663
|
-
export {
|
|
664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
665
|
-
default as Loader2
|
|
666
|
-
} from '../icons/loader-circle';
|
|
667
|
-
|
|
668
668
|
// LockKeyholeOpen aliases
|
|
669
669
|
export {
|
|
670
670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -911,18 +911,18 @@ export {
|
|
|
911
911
|
default as ArrowUpRightFromSquare
|
|
912
912
|
} from '../icons/square-arrow-out-up-right';
|
|
913
913
|
|
|
914
|
-
// SquareArrowRight aliases
|
|
915
|
-
export {
|
|
916
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
917
|
-
default as ArrowRightSquare
|
|
918
|
-
} from '../icons/square-arrow-right';
|
|
919
|
-
|
|
920
914
|
// SquareArrowUpLeft aliases
|
|
921
915
|
export {
|
|
922
916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
923
917
|
default as ArrowUpLeftSquare
|
|
924
918
|
} from '../icons/square-arrow-up-left';
|
|
925
919
|
|
|
920
|
+
// SquareArrowRight aliases
|
|
921
|
+
export {
|
|
922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
923
|
+
default as ArrowRightSquare
|
|
924
|
+
} from '../icons/square-arrow-right';
|
|
925
|
+
|
|
926
926
|
// SquareArrowUpRight aliases
|
|
927
927
|
export {
|
|
928
928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -941,6 +941,12 @@ export {
|
|
|
941
941
|
default as AsteriskSquare
|
|
942
942
|
} from '../icons/square-asterisk';
|
|
943
943
|
|
|
944
|
+
// SquareBottomDashedScissors aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
947
|
+
default as ScissorsSquareDashedBottom
|
|
948
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
949
|
+
|
|
944
950
|
// SquareChartGantt aliases
|
|
945
951
|
export {
|
|
946
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -953,12 +959,6 @@ export {
|
|
|
953
959
|
default as SquareGanttChart
|
|
954
960
|
} from '../icons/square-chart-gantt';
|
|
955
961
|
|
|
956
|
-
// SquareBottomDashedScissors aliases
|
|
957
|
-
export {
|
|
958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
959
|
-
default as ScissorsSquareDashedBottom
|
|
960
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
961
|
-
|
|
962
962
|
// SquareCheckBig aliases
|
|
963
963
|
export {
|
|
964
964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
@@ -1031,18 +1031,18 @@ export {
|
|
|
1031
1031
|
default as DotSquare
|
|
1032
1032
|
} from '../icons/square-dot';
|
|
1033
1033
|
|
|
1034
|
-
// SquareFunction aliases
|
|
1035
|
-
export {
|
|
1036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1037
|
-
default as FunctionSquare
|
|
1038
|
-
} from '../icons/square-function';
|
|
1039
|
-
|
|
1040
1034
|
// SquareEqual aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1043
1037
|
default as EqualSquare
|
|
1044
1038
|
} from '../icons/square-equal';
|
|
1045
1039
|
|
|
1040
|
+
// SquareFunction aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1043
|
+
default as FunctionSquare
|
|
1044
|
+
} from '../icons/square-function';
|
|
1045
|
+
|
|
1046
1046
|
// SquareKanban aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1067,12 +1067,6 @@ export {
|
|
|
1067
1067
|
default as MenuSquare
|
|
1068
1068
|
} from '../icons/square-menu';
|
|
1069
1069
|
|
|
1070
|
-
// SquareParkingOff aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
1073
|
-
default as ParkingSquareOff
|
|
1074
|
-
} from '../icons/square-parking-off';
|
|
1075
|
-
|
|
1076
1070
|
// SquareMinus aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
@@ -1085,6 +1079,12 @@ export {
|
|
|
1085
1079
|
default as Inspect
|
|
1086
1080
|
} from '../icons/square-mouse-pointer';
|
|
1087
1081
|
|
|
1082
|
+
// SquareParkingOff aliases
|
|
1083
|
+
export {
|
|
1084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
1085
|
+
default as ParkingSquareOff
|
|
1086
|
+
} from '../icons/square-parking-off';
|
|
1087
|
+
|
|
1088
1088
|
// SquareParking aliases
|
|
1089
1089
|
export {
|
|
1090
1090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
@@ -1247,18 +1247,18 @@ export {
|
|
|
1247
1247
|
default as TextSelection
|
|
1248
1248
|
} from '../icons/text-select';
|
|
1249
1249
|
|
|
1250
|
-
// TramFront aliases
|
|
1251
|
-
export {
|
|
1252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
1253
|
-
default as Train
|
|
1254
|
-
} from '../icons/tram-front';
|
|
1255
|
-
|
|
1256
1250
|
// TextWrap aliases
|
|
1257
1251
|
export {
|
|
1258
1252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1259
1253
|
default as WrapText
|
|
1260
1254
|
} from '../icons/text-wrap';
|
|
1261
1255
|
|
|
1256
|
+
// TramFront aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
1259
|
+
default as Train
|
|
1260
|
+
} from '../icons/tram-front';
|
|
1261
|
+
|
|
1262
1262
|
// TreePalm aliases
|
|
1263
1263
|
export {
|
|
1264
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|