@lucide/astro 0.546.0 → 0.547.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 +66 -66
- package/src/aliases/prefixed.ts +531 -529
- package/src/aliases/suffixed.ts +891 -889
- package/src/icons/birdhouse.ts +18 -0
- package/src/icons/index.ts +138 -137
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -227,18 +227,18 @@ export {
|
|
|
227
227
|
default as ArrowUpRightFromCircle
|
|
228
228
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
229
|
|
|
230
|
-
// CircleArrowRight aliases
|
|
231
|
-
export {
|
|
232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
233
|
-
default as ArrowRightCircle
|
|
234
|
-
} from '../icons/circle-arrow-right';
|
|
235
|
-
|
|
236
230
|
// CircleArrowUp aliases
|
|
237
231
|
export {
|
|
238
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
239
233
|
default as ArrowUpCircle
|
|
240
234
|
} from '../icons/circle-arrow-up';
|
|
241
235
|
|
|
236
|
+
// CircleArrowRight aliases
|
|
237
|
+
export {
|
|
238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
239
|
+
default as ArrowRightCircle
|
|
240
|
+
} from '../icons/circle-arrow-right';
|
|
241
|
+
|
|
242
242
|
// CircleCheckBig aliases
|
|
243
243
|
export {
|
|
244
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} 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 */
|
|
@@ -431,18 +431,18 @@ export {
|
|
|
431
431
|
default as PanelsLeftRight
|
|
432
432
|
} from '../icons/columns-3';
|
|
433
433
|
|
|
434
|
-
// ContactRound aliases
|
|
435
|
-
export {
|
|
436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
437
|
-
default as Contact2
|
|
438
|
-
} from '../icons/contact-round';
|
|
439
|
-
|
|
440
434
|
// DiamondPercent aliases
|
|
441
435
|
export {
|
|
442
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
443
437
|
default as PercentDiamond
|
|
444
438
|
} from '../icons/diamond-percent';
|
|
445
439
|
|
|
440
|
+
// ContactRound aliases
|
|
441
|
+
export {
|
|
442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
443
|
+
default as Contact2
|
|
444
|
+
} from '../icons/contact-round';
|
|
445
|
+
|
|
446
446
|
// Earth aliases
|
|
447
447
|
export {
|
|
448
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
@@ -779,18 +779,18 @@ export {
|
|
|
779
779
|
default as Layout
|
|
780
780
|
} from '../icons/panels-top-left';
|
|
781
781
|
|
|
782
|
-
// PenLine aliases
|
|
783
|
-
export {
|
|
784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
785
|
-
default as Edit3
|
|
786
|
-
} from '../icons/pen-line';
|
|
787
|
-
|
|
788
782
|
// Pen aliases
|
|
789
783
|
export {
|
|
790
784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
791
785
|
default as Edit2
|
|
792
786
|
} from '../icons/pen';
|
|
793
787
|
|
|
788
|
+
// PenLine aliases
|
|
789
|
+
export {
|
|
790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
791
|
+
default as Edit3
|
|
792
|
+
} from '../icons/pen-line';
|
|
793
|
+
|
|
794
794
|
// PlugZap aliases
|
|
795
795
|
export {
|
|
796
796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
@@ -815,12 +815,6 @@ export {
|
|
|
815
815
|
default as Rows
|
|
816
816
|
} from '../icons/rows-2';
|
|
817
817
|
|
|
818
|
-
// Rows3 aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
821
|
-
default as PanelsTopBottom
|
|
822
|
-
} from '../icons/rows-3';
|
|
823
|
-
|
|
824
818
|
// Scale3d aliases
|
|
825
819
|
export {
|
|
826
820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
@@ -833,6 +827,12 @@ export {
|
|
|
833
827
|
default as SendHorizonal
|
|
834
828
|
} from '../icons/send-horizontal';
|
|
835
829
|
|
|
830
|
+
// Rows3 aliases
|
|
831
|
+
export {
|
|
832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
833
|
+
default as PanelsTopBottom
|
|
834
|
+
} from '../icons/rows-3';
|
|
835
|
+
|
|
836
836
|
// ShieldQuestionMark aliases
|
|
837
837
|
export {
|
|
838
838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} 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 */
|
|
@@ -1181,18 +1181,18 @@ export {
|
|
|
1181
1181
|
default as TerminalSquare
|
|
1182
1182
|
} from '../icons/square-terminal';
|
|
1183
1183
|
|
|
1184
|
-
// SquareUserRound aliases
|
|
1185
|
-
export {
|
|
1186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1187
|
-
default as UserSquare2
|
|
1188
|
-
} from '../icons/square-user-round';
|
|
1189
|
-
|
|
1190
1184
|
// SquareUser aliases
|
|
1191
1185
|
export {
|
|
1192
1186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
1193
1187
|
default as UserSquare
|
|
1194
1188
|
} from '../icons/square-user';
|
|
1195
1189
|
|
|
1190
|
+
// SquareUserRound aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1193
|
+
default as UserSquare2
|
|
1194
|
+
} from '../icons/square-user-round';
|
|
1195
|
+
|
|
1196
1196
|
// SquareX aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} 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 */
|
|
@@ -1307,18 +1307,18 @@ export {
|
|
|
1307
1307
|
default as UserPlus2
|
|
1308
1308
|
} from '../icons/user-round-plus';
|
|
1309
1309
|
|
|
1310
|
-
// UserRoundX aliases
|
|
1311
|
-
export {
|
|
1312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1313
|
-
default as UserX2
|
|
1314
|
-
} from '../icons/user-round-x';
|
|
1315
|
-
|
|
1316
1310
|
// UserRound aliases
|
|
1317
1311
|
export {
|
|
1318
1312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
1319
1313
|
default as User2
|
|
1320
1314
|
} from '../icons/user-round';
|
|
1321
1315
|
|
|
1316
|
+
// UserRoundX aliases
|
|
1317
|
+
export {
|
|
1318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1319
|
+
default as UserX2
|
|
1320
|
+
} from '../icons/user-round-x';
|
|
1321
|
+
|
|
1322
1322
|
// UsersRound aliases
|
|
1323
1323
|
export {
|
|
1324
1324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|