@lucide/astro 0.537.0 → 0.538.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 +84 -84
- package/src/aliases/prefixed.ts +610 -608
- package/src/aliases/suffixed.ts +975 -973
- package/src/icons/apple.ts +2 -2
- package/src/icons/index.ts +183 -182
- package/src/icons/kayak.ts +18 -0
- package/src/icons/mic-off.ts +2 -2
- package/src/icons/rail-symbol.ts +1 -1
- package/src/icons/store.ts +2 -2
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
|
-
// 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. This alias will be removed in v1.0 */
|
|
53
|
-
default as ArrowUpZa
|
|
54
|
-
} from '../icons/arrow-up-z-a';
|
|
55
|
-
|
|
56
50
|
// Axis3d aliases
|
|
57
51
|
export {
|
|
58
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 */
|
|
59
53
|
default as Axis3D
|
|
60
54
|
} from '../icons/axis-3d';
|
|
61
55
|
|
|
56
|
+
// ArrowUpZA aliases
|
|
57
|
+
export {
|
|
58
|
+
/** @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
|
+
default as ArrowUpZa
|
|
60
|
+
} from '../icons/arrow-up-z-a';
|
|
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 */
|
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowUp aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @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 */
|
|
227
|
-
default as ArrowUpCircle
|
|
228
|
-
} from '../icons/circle-arrow-up';
|
|
229
|
-
|
|
230
224
|
// CircleArrowRight aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @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
227
|
default as ArrowRightCircle
|
|
234
228
|
} from '../icons/circle-arrow-right';
|
|
235
229
|
|
|
230
|
+
// CircleArrowUp aliases
|
|
231
|
+
export {
|
|
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 */
|
|
233
|
+
default as ArrowUpCircle
|
|
234
|
+
} from '../icons/circle-arrow-up';
|
|
235
|
+
|
|
236
236
|
// CircleCheckBig aliases
|
|
237
237
|
export {
|
|
238
238
|
/** @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 */
|
|
@@ -473,18 +473,18 @@ export {
|
|
|
473
473
|
default as FileBarChart2
|
|
474
474
|
} from '../icons/file-chart-column';
|
|
475
475
|
|
|
476
|
-
// FileChartPie aliases
|
|
477
|
-
export {
|
|
478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
479
|
-
default as FilePieChart
|
|
480
|
-
} from '../icons/file-chart-pie';
|
|
481
|
-
|
|
482
476
|
// FileChartLine aliases
|
|
483
477
|
export {
|
|
484
478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
485
479
|
default as FileLineChart
|
|
486
480
|
} from '../icons/file-chart-line';
|
|
487
481
|
|
|
482
|
+
// FileChartPie aliases
|
|
483
|
+
export {
|
|
484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
485
|
+
default as FilePieChart
|
|
486
|
+
} from '../icons/file-chart-pie';
|
|
487
|
+
|
|
488
488
|
// FileCog aliases
|
|
489
489
|
export {
|
|
490
490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
@@ -533,12 +533,6 @@ 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
|
-
|
|
542
536
|
// Funnel aliases
|
|
543
537
|
export {
|
|
544
538
|
/** @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 */
|
|
@@ -551,6 +545,12 @@ export {
|
|
|
551
545
|
default as GitCommit
|
|
552
546
|
} from '../icons/git-commit-horizontal';
|
|
553
547
|
|
|
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
|
-
// LockOpen aliases
|
|
657
|
-
export {
|
|
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 */
|
|
659
|
-
default as Unlock
|
|
660
|
-
} from '../icons/lock-open';
|
|
661
|
-
|
|
662
656
|
// MailQuestionMark aliases
|
|
663
657
|
export {
|
|
664
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 */
|
|
665
659
|
default as MailQuestion
|
|
666
660
|
} from '../icons/mail-question-mark';
|
|
667
661
|
|
|
662
|
+
// LockOpen aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @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
|
+
default as Unlock
|
|
666
|
+
} from '../icons/lock-open';
|
|
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
|
-
// MessageCircleQuestionMark aliases
|
|
675
|
-
export {
|
|
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 */
|
|
677
|
-
default as MessageCircleQuestion
|
|
678
|
-
} from '../icons/message-circle-question-mark';
|
|
679
|
-
|
|
680
674
|
// MicVocal aliases
|
|
681
675
|
export {
|
|
682
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 */
|
|
683
677
|
default as Mic2
|
|
684
678
|
} from '../icons/mic-vocal';
|
|
685
679
|
|
|
680
|
+
// MessageCircleQuestionMark aliases
|
|
681
|
+
export {
|
|
682
|
+
/** @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
|
+
default as MessageCircleQuestion
|
|
684
|
+
} from '../icons/message-circle-question-mark';
|
|
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 */
|
|
@@ -809,18 +809,18 @@ export {
|
|
|
809
809
|
default as Scale3D
|
|
810
810
|
} from '../icons/scale-3d';
|
|
811
811
|
|
|
812
|
-
// ShieldQuestionMark aliases
|
|
813
|
-
export {
|
|
814
|
-
/** @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 */
|
|
815
|
-
default as ShieldQuestion
|
|
816
|
-
} from '../icons/shield-question-mark';
|
|
817
|
-
|
|
818
812
|
// SendHorizontal aliases
|
|
819
813
|
export {
|
|
820
814
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
821
815
|
default as SendHorizonal
|
|
822
816
|
} from '../icons/send-horizontal';
|
|
823
817
|
|
|
818
|
+
// ShieldQuestionMark aliases
|
|
819
|
+
export {
|
|
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 */
|
|
821
|
+
default as ShieldQuestion
|
|
822
|
+
} from '../icons/shield-question-mark';
|
|
823
|
+
|
|
824
824
|
// ShieldX aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} 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
|
-
// SquareArrowOutUpRight aliases
|
|
891
|
-
export {
|
|
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 */
|
|
893
|
-
default as ArrowUpRightFromSquare
|
|
894
|
-
} from '../icons/square-arrow-out-up-right';
|
|
895
|
-
|
|
896
890
|
// SquareArrowRight aliases
|
|
897
891
|
export {
|
|
898
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 */
|
|
899
893
|
default as ArrowRightSquare
|
|
900
894
|
} from '../icons/square-arrow-right';
|
|
901
895
|
|
|
896
|
+
// SquareArrowOutUpRight aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @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
|
+
default as ArrowUpRightFromSquare
|
|
900
|
+
} from '../icons/square-arrow-out-up-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,12 +971,6 @@ 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
|
-
|
|
980
974
|
// SquareCode aliases
|
|
981
975
|
export {
|
|
982
976
|
/** @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 */
|
|
@@ -989,6 +983,12 @@ export {
|
|
|
989
983
|
default as KanbanSquareDashed
|
|
990
984
|
} from '../icons/square-dashed-kanban';
|
|
991
985
|
|
|
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,12 +1031,6 @@ 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
|
-
|
|
1040
1034
|
// SquareM aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @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 */
|
|
@@ -1049,6 +1043,12 @@ export {
|
|
|
1049
1043
|
default as MenuSquare
|
|
1050
1044
|
} from '../icons/square-menu';
|
|
1051
1045
|
|
|
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 */
|
|
@@ -1163,18 +1163,18 @@ export {
|
|
|
1163
1163
|
default as TerminalSquare
|
|
1164
1164
|
} from '../icons/square-terminal';
|
|
1165
1165
|
|
|
1166
|
-
// SquareUserRound aliases
|
|
1167
|
-
export {
|
|
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 */
|
|
1169
|
-
default as UserSquare2
|
|
1170
|
-
} from '../icons/square-user-round';
|
|
1171
|
-
|
|
1172
1166
|
// SquareUser aliases
|
|
1173
1167
|
export {
|
|
1174
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 */
|
|
1175
1169
|
default as UserSquare
|
|
1176
1170
|
} from '../icons/square-user';
|
|
1177
1171
|
|
|
1172
|
+
// SquareUserRound aliases
|
|
1173
|
+
export {
|
|
1174
|
+
/** @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
|
+
default as UserSquare2
|
|
1176
|
+
} from '../icons/square-user-round';
|
|
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 */
|
|
@@ -1211,18 +1211,18 @@ export {
|
|
|
1211
1211
|
default as AlertTriangle
|
|
1212
1212
|
} from '../icons/triangle-alert';
|
|
1213
1213
|
|
|
1214
|
-
// TvMinimal aliases
|
|
1215
|
-
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1217
|
-
default as Tv2
|
|
1218
|
-
} from '../icons/tv-minimal';
|
|
1219
|
-
|
|
1220
1214
|
// University aliases
|
|
1221
1215
|
export {
|
|
1222
1216
|
/** @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
1217
|
default as School2
|
|
1224
1218
|
} from '../icons/university';
|
|
1225
1219
|
|
|
1220
|
+
// TvMinimal aliases
|
|
1221
|
+
export {
|
|
1222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1223
|
+
default as Tv2
|
|
1224
|
+
} from '../icons/tv-minimal';
|
|
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
|
-
// UserRound aliases
|
|
1257
|
-
export {
|
|
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 */
|
|
1259
|
-
default as User2
|
|
1260
|
-
} from '../icons/user-round';
|
|
1261
|
-
|
|
1262
1256
|
// UsersRound aliases
|
|
1263
1257
|
export {
|
|
1264
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 */
|
|
1265
1259
|
default as Users2
|
|
1266
1260
|
} from '../icons/users-round';
|
|
1267
1261
|
|
|
1262
|
+
// UserRound aliases
|
|
1263
|
+
export {
|
|
1264
|
+
/** @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
|
+
default as User2
|
|
1266
|
+
} from '../icons/user-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
|
-
// WalletMinimal aliases
|
|
1281
|
-
export {
|
|
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 */
|
|
1283
|
-
default as Wallet2
|
|
1284
|
-
} from '../icons/wallet-minimal';
|
|
1285
|
-
|
|
1286
1280
|
// WandSparkles aliases
|
|
1287
1281
|
export {
|
|
1288
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 */
|
|
1289
1283
|
default as Wand2
|
|
1290
1284
|
} from '../icons/wand-sparkles';
|
|
1291
1285
|
|
|
1286
|
+
// WalletMinimal aliases
|
|
1287
|
+
export {
|
|
1288
|
+
/** @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
|
+
default as Wallet2
|
|
1290
|
+
} from '../icons/wallet-minimal';
|
|
1291
|
+
|