@lucide/astro 0.538.0 → 0.539.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 +82 -82
- package/src/aliases/prefixed.ts +649 -647
- package/src/aliases/suffixed.ts +861 -859
- package/src/icons/brick-wall-shield.ts +18 -0
- package/src/icons/index.ts +130 -129
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -47,18 +47,18 @@ export {
|
|
|
47
47
|
default as SortAsc
|
|
48
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
49
49
|
|
|
50
|
-
// Axis3d aliases
|
|
51
|
-
export {
|
|
52
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
53
|
-
default as Axis3D
|
|
54
|
-
} from '../icons/axis-3d';
|
|
55
|
-
|
|
56
50
|
// ArrowUpZA aliases
|
|
57
51
|
export {
|
|
58
52
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
59
53
|
default as ArrowUpZa
|
|
60
54
|
} from '../icons/arrow-up-z-a';
|
|
61
55
|
|
|
56
|
+
// Axis3d aliases
|
|
57
|
+
export {
|
|
58
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
59
|
+
default as Axis3D
|
|
60
|
+
} from '../icons/axis-3d';
|
|
61
|
+
|
|
62
62
|
// BadgeCheck aliases
|
|
63
63
|
export {
|
|
64
64
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
@@ -533,6 +533,12 @@ export {
|
|
|
533
533
|
default as FolderEdit
|
|
534
534
|
} from '../icons/folder-pen';
|
|
535
535
|
|
|
536
|
+
// FunnelX aliases
|
|
537
|
+
export {
|
|
538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
539
|
+
default as FilterX
|
|
540
|
+
} from '../icons/funnel-x';
|
|
541
|
+
|
|
536
542
|
// Funnel aliases
|
|
537
543
|
export {
|
|
538
544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
@@ -545,12 +551,6 @@ export {
|
|
|
545
551
|
default as GitCommit
|
|
546
552
|
} from '../icons/git-commit-horizontal';
|
|
547
553
|
|
|
548
|
-
// FunnelX aliases
|
|
549
|
-
export {
|
|
550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
551
|
-
default as FilterX
|
|
552
|
-
} from '../icons/funnel-x';
|
|
553
|
-
|
|
554
554
|
// Grid2x2Check aliases
|
|
555
555
|
export {
|
|
556
556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
@@ -653,36 +653,36 @@ export {
|
|
|
653
653
|
default as UnlockKeyhole
|
|
654
654
|
} from '../icons/lock-keyhole-open';
|
|
655
655
|
|
|
656
|
-
// MailQuestionMark aliases
|
|
657
|
-
export {
|
|
658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
659
|
-
default as MailQuestion
|
|
660
|
-
} from '../icons/mail-question-mark';
|
|
661
|
-
|
|
662
656
|
// LockOpen aliases
|
|
663
657
|
export {
|
|
664
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
665
659
|
default as Unlock
|
|
666
660
|
} from '../icons/lock-open';
|
|
667
661
|
|
|
662
|
+
// MailQuestionMark aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
665
|
+
default as MailQuestion
|
|
666
|
+
} from '../icons/mail-question-mark';
|
|
667
|
+
|
|
668
668
|
// MapPinPen aliases
|
|
669
669
|
export {
|
|
670
670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
671
671
|
default as LocationEdit
|
|
672
672
|
} from '../icons/map-pin-pen';
|
|
673
673
|
|
|
674
|
-
// MicVocal aliases
|
|
675
|
-
export {
|
|
676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
677
|
-
default as Mic2
|
|
678
|
-
} from '../icons/mic-vocal';
|
|
679
|
-
|
|
680
674
|
// MessageCircleQuestionMark aliases
|
|
681
675
|
export {
|
|
682
676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
683
677
|
default as MessageCircleQuestion
|
|
684
678
|
} from '../icons/message-circle-question-mark';
|
|
685
679
|
|
|
680
|
+
// MicVocal aliases
|
|
681
|
+
export {
|
|
682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
683
|
+
default as Mic2
|
|
684
|
+
} from '../icons/mic-vocal';
|
|
685
|
+
|
|
686
686
|
// Move3d aliases
|
|
687
687
|
export {
|
|
688
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
@@ -803,18 +803,18 @@ export {
|
|
|
803
803
|
default as PanelsTopBottom
|
|
804
804
|
} from '../icons/rows-3';
|
|
805
805
|
|
|
806
|
-
// Scale3d aliases
|
|
807
|
-
export {
|
|
808
|
-
/** @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 */
|
|
809
|
-
default as Scale3D
|
|
810
|
-
} from '../icons/scale-3d';
|
|
811
|
-
|
|
812
806
|
// SendHorizontal aliases
|
|
813
807
|
export {
|
|
814
808
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
815
809
|
default as SendHorizonal
|
|
816
810
|
} from '../icons/send-horizontal';
|
|
817
811
|
|
|
812
|
+
// Scale3d aliases
|
|
813
|
+
export {
|
|
814
|
+
/** @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 */
|
|
815
|
+
default as Scale3D
|
|
816
|
+
} from '../icons/scale-3d';
|
|
817
|
+
|
|
818
818
|
// ShieldQuestionMark aliases
|
|
819
819
|
export {
|
|
820
820
|
/** @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 */
|
|
@@ -887,18 +887,18 @@ export {
|
|
|
887
887
|
default as ArrowUpLeftFromSquare
|
|
888
888
|
} from '../icons/square-arrow-out-up-left';
|
|
889
889
|
|
|
890
|
-
// SquareArrowRight aliases
|
|
891
|
-
export {
|
|
892
|
-
/** @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 */
|
|
893
|
-
default as ArrowRightSquare
|
|
894
|
-
} from '../icons/square-arrow-right';
|
|
895
|
-
|
|
896
890
|
// SquareArrowOutUpRight aliases
|
|
897
891
|
export {
|
|
898
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
899
893
|
default as ArrowUpRightFromSquare
|
|
900
894
|
} from '../icons/square-arrow-out-up-right';
|
|
901
895
|
|
|
896
|
+
// SquareArrowRight aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @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 */
|
|
899
|
+
default as ArrowRightSquare
|
|
900
|
+
} from '../icons/square-arrow-right';
|
|
901
|
+
|
|
902
902
|
// SquareArrowUpLeft aliases
|
|
903
903
|
export {
|
|
904
904
|
/** @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 */
|
|
@@ -971,6 +971,12 @@ export {
|
|
|
971
971
|
default as ChevronRightSquare
|
|
972
972
|
} from '../icons/square-chevron-right';
|
|
973
973
|
|
|
974
|
+
// SquareChevronUp aliases
|
|
975
|
+
export {
|
|
976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
977
|
+
default as ChevronUpSquare
|
|
978
|
+
} from '../icons/square-chevron-up';
|
|
979
|
+
|
|
974
980
|
// SquareCode aliases
|
|
975
981
|
export {
|
|
976
982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
@@ -983,12 +989,6 @@ export {
|
|
|
983
989
|
default as KanbanSquareDashed
|
|
984
990
|
} from '../icons/square-dashed-kanban';
|
|
985
991
|
|
|
986
|
-
// SquareChevronUp aliases
|
|
987
|
-
export {
|
|
988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
989
|
-
default as ChevronUpSquare
|
|
990
|
-
} from '../icons/square-chevron-up';
|
|
991
|
-
|
|
992
992
|
// SquareDashedMousePointer aliases
|
|
993
993
|
export {
|
|
994
994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
@@ -1031,6 +1031,12 @@ export {
|
|
|
1031
1031
|
default as KanbanSquare
|
|
1032
1032
|
} from '../icons/square-kanban';
|
|
1033
1033
|
|
|
1034
|
+
// SquareLibrary aliases
|
|
1035
|
+
export {
|
|
1036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
1037
|
+
default as LibrarySquare
|
|
1038
|
+
} from '../icons/square-library';
|
|
1039
|
+
|
|
1034
1040
|
// SquareM aliases
|
|
1035
1041
|
export {
|
|
1036
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
@@ -1043,12 +1049,6 @@ export {
|
|
|
1043
1049
|
default as MenuSquare
|
|
1044
1050
|
} from '../icons/square-menu';
|
|
1045
1051
|
|
|
1046
|
-
// SquareLibrary aliases
|
|
1047
|
-
export {
|
|
1048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
1049
|
-
default as LibrarySquare
|
|
1050
|
-
} from '../icons/square-library';
|
|
1051
|
-
|
|
1052
1052
|
// SquareMinus aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @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 */
|
|
@@ -1139,18 +1139,18 @@ export {
|
|
|
1139
1139
|
default as SigmaSquare
|
|
1140
1140
|
} from '../icons/square-sigma';
|
|
1141
1141
|
|
|
1142
|
-
// SquareSlash aliases
|
|
1143
|
-
export {
|
|
1144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1145
|
-
default as SlashSquare
|
|
1146
|
-
} from '../icons/square-slash';
|
|
1147
|
-
|
|
1148
1142
|
// SquareSplitHorizontal aliases
|
|
1149
1143
|
export {
|
|
1150
1144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1151
1145
|
default as SplitSquareHorizontal
|
|
1152
1146
|
} from '../icons/square-split-horizontal';
|
|
1153
1147
|
|
|
1148
|
+
// SquareSlash aliases
|
|
1149
|
+
export {
|
|
1150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1151
|
+
default as SlashSquare
|
|
1152
|
+
} from '../icons/square-slash';
|
|
1153
|
+
|
|
1154
1154
|
// SquareSplitVertical aliases
|
|
1155
1155
|
export {
|
|
1156
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -1163,18 +1163,18 @@ export {
|
|
|
1163
1163
|
default as TerminalSquare
|
|
1164
1164
|
} from '../icons/square-terminal';
|
|
1165
1165
|
|
|
1166
|
-
// SquareUser aliases
|
|
1167
|
-
export {
|
|
1168
|
-
/** @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 */
|
|
1169
|
-
default as UserSquare
|
|
1170
|
-
} from '../icons/square-user';
|
|
1171
|
-
|
|
1172
1166
|
// SquareUserRound aliases
|
|
1173
1167
|
export {
|
|
1174
1168
|
/** @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 */
|
|
1175
1169
|
default as UserSquare2
|
|
1176
1170
|
} from '../icons/square-user-round';
|
|
1177
1171
|
|
|
1172
|
+
// SquareUser aliases
|
|
1173
|
+
export {
|
|
1174
|
+
/** @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 */
|
|
1175
|
+
default as UserSquare
|
|
1176
|
+
} from '../icons/square-user';
|
|
1177
|
+
|
|
1178
1178
|
// SquareX aliases
|
|
1179
1179
|
export {
|
|
1180
1180
|
/** @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 */
|
|
@@ -1199,23 +1199,17 @@ export {
|
|
|
1199
1199
|
default as Train
|
|
1200
1200
|
} from '../icons/tram-front';
|
|
1201
1201
|
|
|
1202
|
-
// TreePalm aliases
|
|
1203
|
-
export {
|
|
1204
|
-
/** @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 */
|
|
1205
|
-
default as Palmtree
|
|
1206
|
-
} from '../icons/tree-palm';
|
|
1207
|
-
|
|
1208
1202
|
// TriangleAlert aliases
|
|
1209
1203
|
export {
|
|
1210
1204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
1211
1205
|
default as AlertTriangle
|
|
1212
1206
|
} from '../icons/triangle-alert';
|
|
1213
1207
|
|
|
1214
|
-
//
|
|
1208
|
+
// TreePalm aliases
|
|
1215
1209
|
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1217
|
-
default as
|
|
1218
|
-
} from '../icons/
|
|
1210
|
+
/** @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 */
|
|
1211
|
+
default as Palmtree
|
|
1212
|
+
} from '../icons/tree-palm';
|
|
1219
1213
|
|
|
1220
1214
|
// TvMinimal aliases
|
|
1221
1215
|
export {
|
|
@@ -1223,6 +1217,12 @@ export {
|
|
|
1223
1217
|
default as Tv2
|
|
1224
1218
|
} from '../icons/tv-minimal';
|
|
1225
1219
|
|
|
1220
|
+
// University aliases
|
|
1221
|
+
export {
|
|
1222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
1223
|
+
default as School2
|
|
1224
|
+
} from '../icons/university';
|
|
1225
|
+
|
|
1226
1226
|
// UserRoundCheck aliases
|
|
1227
1227
|
export {
|
|
1228
1228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
@@ -1253,18 +1253,18 @@ export {
|
|
|
1253
1253
|
default as UserX2
|
|
1254
1254
|
} from '../icons/user-round-x';
|
|
1255
1255
|
|
|
1256
|
-
// UsersRound aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @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 */
|
|
1259
|
-
default as Users2
|
|
1260
|
-
} from '../icons/users-round';
|
|
1261
|
-
|
|
1262
1256
|
// UserRound aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @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 */
|
|
1265
1259
|
default as User2
|
|
1266
1260
|
} from '../icons/user-round';
|
|
1267
1261
|
|
|
1262
|
+
// UsersRound aliases
|
|
1263
|
+
export {
|
|
1264
|
+
/** @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 */
|
|
1265
|
+
default as Users2
|
|
1266
|
+
} from '../icons/users-round';
|
|
1267
|
+
|
|
1268
1268
|
// UtensilsCrossed aliases
|
|
1269
1269
|
export {
|
|
1270
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
@@ -1277,15 +1277,15 @@ export {
|
|
|
1277
1277
|
default as ForkKnife
|
|
1278
1278
|
} from '../icons/utensils';
|
|
1279
1279
|
|
|
1280
|
-
// WandSparkles aliases
|
|
1281
|
-
export {
|
|
1282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
1283
|
-
default as Wand2
|
|
1284
|
-
} from '../icons/wand-sparkles';
|
|
1285
|
-
|
|
1286
1280
|
// WalletMinimal aliases
|
|
1287
1281
|
export {
|
|
1288
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1289
1283
|
default as Wallet2
|
|
1290
1284
|
} from '../icons/wallet-minimal';
|
|
1291
1285
|
|
|
1286
|
+
// WandSparkles aliases
|
|
1287
|
+
export {
|
|
1288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
1289
|
+
default as Wand2
|
|
1290
|
+
} from '../icons/wand-sparkles';
|
|
1291
|
+
|