@lucide/astro 1.36.0 → 1.38.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 +78 -78
- package/src/aliases/prefixed.ts +594 -590
- package/src/aliases/suffixed.ts +933 -929
- package/src/icons/credit-card-plus.ts +18 -0
- package/src/icons/index.ts +223 -221
- package/src/icons/vector-polygon.ts +18 -0
- package/src/icons/vector-square.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowRight aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
227
|
-
default as ArrowRightCircle
|
|
228
|
-
} from '../icons/circle-arrow-right';
|
|
229
|
-
|
|
230
224
|
// CircleArrowUp aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
233
227
|
default as ArrowUpCircle
|
|
234
228
|
} from '../icons/circle-arrow-up';
|
|
235
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. */
|
|
233
|
+
default as ArrowRightCircle
|
|
234
|
+
} from '../icons/circle-arrow-right';
|
|
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. */
|
|
@@ -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. */
|
|
@@ -497,18 +497,18 @@ export {
|
|
|
497
497
|
default as Smile
|
|
498
498
|
} from '../icons/face-slightly-smiling';
|
|
499
499
|
|
|
500
|
-
// FileBadge aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
503
|
-
default as FileBadge2
|
|
504
|
-
} from '../icons/file-badge';
|
|
505
|
-
|
|
506
500
|
// FileAxis3d aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
509
503
|
default as FileAxis3D
|
|
510
504
|
} from '../icons/file-axis-3d';
|
|
511
505
|
|
|
506
|
+
// FileBadge aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
509
|
+
default as FileBadge2
|
|
510
|
+
} from '../icons/file-badge';
|
|
511
|
+
|
|
512
512
|
// FileBracesCorner aliases
|
|
513
513
|
export {
|
|
514
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
@@ -599,18 +599,18 @@ export {
|
|
|
599
599
|
default as FileMinus2
|
|
600
600
|
} from '../icons/file-minus-corner';
|
|
601
601
|
|
|
602
|
-
// FilePenLine aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
605
|
-
default as FileSignature
|
|
606
|
-
} from '../icons/file-pen-line';
|
|
607
|
-
|
|
608
602
|
// FilePen aliases
|
|
609
603
|
export {
|
|
610
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
611
605
|
default as FileEdit
|
|
612
606
|
} from '../icons/file-pen';
|
|
613
607
|
|
|
608
|
+
// FilePenLine aliases
|
|
609
|
+
export {
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
611
|
+
default as FileSignature
|
|
612
|
+
} from '../icons/file-pen-line';
|
|
613
|
+
|
|
614
614
|
// FilePlay aliases
|
|
615
615
|
export {
|
|
616
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
@@ -635,18 +635,18 @@ export {
|
|
|
635
635
|
default as FileSearch2
|
|
636
636
|
} from '../icons/file-search-corner';
|
|
637
637
|
|
|
638
|
-
// FileSignal aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
641
|
-
default as FileVolume2
|
|
642
|
-
} from '../icons/file-signal';
|
|
643
|
-
|
|
644
638
|
// FileTypeCorner aliases
|
|
645
639
|
export {
|
|
646
640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
647
641
|
default as FileType2
|
|
648
642
|
} from '../icons/file-type-corner';
|
|
649
643
|
|
|
644
|
+
// FileSignal aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
647
|
+
default as FileVolume2
|
|
648
|
+
} from '../icons/file-signal';
|
|
649
|
+
|
|
650
650
|
// FileVideoCamera aliases
|
|
651
651
|
export {
|
|
652
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
@@ -677,18 +677,18 @@ export {
|
|
|
677
677
|
default as FolderEdit
|
|
678
678
|
} from '../icons/folder-pen';
|
|
679
679
|
|
|
680
|
-
// FunnelX aliases
|
|
681
|
-
export {
|
|
682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
683
|
-
default as FilterX
|
|
684
|
-
} from '../icons/funnel-x';
|
|
685
|
-
|
|
686
680
|
// Funnel aliases
|
|
687
681
|
export {
|
|
688
682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
689
683
|
default as Filter
|
|
690
684
|
} from '../icons/funnel';
|
|
691
685
|
|
|
686
|
+
// FunnelX aliases
|
|
687
|
+
export {
|
|
688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
689
|
+
default as FilterX
|
|
690
|
+
} from '../icons/funnel-x';
|
|
691
|
+
|
|
692
692
|
// GitCommitHorizontal aliases
|
|
693
693
|
export {
|
|
694
694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as Move3D
|
|
852
852
|
} from '../icons/move-3d';
|
|
853
853
|
|
|
854
|
-
// OctagonPause aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
857
|
-
default as PauseOctagon
|
|
858
|
-
} from '../icons/octagon-pause';
|
|
859
|
-
|
|
860
854
|
// OctagonAlert aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
863
857
|
default as AlertOctagon
|
|
864
858
|
} from '../icons/octagon-alert';
|
|
865
859
|
|
|
860
|
+
// OctagonPause aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
863
|
+
default as PauseOctagon
|
|
864
|
+
} from '../icons/octagon-pause';
|
|
865
|
+
|
|
866
866
|
// OctagonX aliases
|
|
867
867
|
export {
|
|
868
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
@@ -1031,18 +1031,18 @@ export {
|
|
|
1031
1031
|
default as ArrowDownSquare
|
|
1032
1032
|
} from '../icons/square-arrow-down';
|
|
1033
1033
|
|
|
1034
|
-
// SquareArrowOutDownLeft aliases
|
|
1035
|
-
export {
|
|
1036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
1037
|
-
default as ArrowDownLeftFromSquare
|
|
1038
|
-
} from '../icons/square-arrow-out-down-left';
|
|
1039
|
-
|
|
1040
1034
|
// SquareArrowLeft aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
1043
1037
|
default as ArrowLeftSquare
|
|
1044
1038
|
} from '../icons/square-arrow-left';
|
|
1045
1039
|
|
|
1040
|
+
// SquareArrowOutDownLeft aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
1043
|
+
default as ArrowDownLeftFromSquare
|
|
1044
|
+
} from '../icons/square-arrow-out-down-left';
|
|
1045
|
+
|
|
1046
1046
|
// SquareArrowOutDownRight aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
@@ -1187,18 +1187,18 @@ export {
|
|
|
1187
1187
|
default as TextSelect
|
|
1188
1188
|
} from '../icons/square-dashed-text';
|
|
1189
1189
|
|
|
1190
|
-
// SquareDivide aliases
|
|
1191
|
-
export {
|
|
1192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
1193
|
-
default as DivideSquare
|
|
1194
|
-
} from '../icons/square-divide';
|
|
1195
|
-
|
|
1196
1190
|
// SquareDashed aliases
|
|
1197
1191
|
export {
|
|
1198
1192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1199
1193
|
default as BoxSelect
|
|
1200
1194
|
} from '../icons/square-dashed';
|
|
1201
1195
|
|
|
1196
|
+
// SquareDivide aliases
|
|
1197
|
+
export {
|
|
1198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
1199
|
+
default as DivideSquare
|
|
1200
|
+
} from '../icons/square-divide';
|
|
1201
|
+
|
|
1202
1202
|
// SquareDot aliases
|
|
1203
1203
|
export {
|
|
1204
1204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
@@ -1259,12 +1259,6 @@ export {
|
|
|
1259
1259
|
default as ParkingSquareOff
|
|
1260
1260
|
} from '../icons/square-parking-off';
|
|
1261
1261
|
|
|
1262
|
-
// SquareParking aliases
|
|
1263
|
-
export {
|
|
1264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1265
|
-
default as ParkingSquare
|
|
1266
|
-
} from '../icons/square-parking';
|
|
1267
|
-
|
|
1268
1262
|
// SquarePen aliases
|
|
1269
1263
|
export {
|
|
1270
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
@@ -1283,6 +1277,12 @@ export {
|
|
|
1283
1277
|
default as PenSquare
|
|
1284
1278
|
} from '../icons/square-pen';
|
|
1285
1279
|
|
|
1280
|
+
// SquareParking aliases
|
|
1281
|
+
export {
|
|
1282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1283
|
+
default as ParkingSquare
|
|
1284
|
+
} from '../icons/square-parking';
|
|
1285
|
+
|
|
1286
1286
|
// SquarePercent aliases
|
|
1287
1287
|
export {
|
|
1288
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
@@ -1325,18 +1325,18 @@ export {
|
|
|
1325
1325
|
default as ScissorsSquare
|
|
1326
1326
|
} from '../icons/square-scissors';
|
|
1327
1327
|
|
|
1328
|
-
// SquareSlash aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1331
|
-
default as SlashSquare
|
|
1332
|
-
} from '../icons/square-slash';
|
|
1333
|
-
|
|
1334
1328
|
// SquareSigma aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1337
1331
|
default as SigmaSquare
|
|
1338
1332
|
} from '../icons/square-sigma';
|
|
1339
1333
|
|
|
1334
|
+
// SquareSlash aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1337
|
+
default as SlashSquare
|
|
1338
|
+
} from '../icons/square-slash';
|
|
1339
|
+
|
|
1340
1340
|
// SquareSplitHorizontal aliases
|
|
1341
1341
|
export {
|
|
1342
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
@@ -1409,18 +1409,18 @@ export {
|
|
|
1409
1409
|
default as AlignLeft
|
|
1410
1410
|
} from '../icons/text-align-start';
|
|
1411
1411
|
|
|
1412
|
-
// TextInitial aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
1415
|
-
default as LetterText
|
|
1416
|
-
} from '../icons/text-initial';
|
|
1417
|
-
|
|
1418
1412
|
// TextWrap aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
1421
1415
|
default as WrapText
|
|
1422
1416
|
} from '../icons/text-wrap';
|
|
1423
1417
|
|
|
1418
|
+
// TextInitial aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
1421
|
+
default as LetterText
|
|
1422
|
+
} from '../icons/text-initial';
|
|
1423
|
+
|
|
1424
1424
|
// TramFront aliases
|
|
1425
1425
|
export {
|
|
1426
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
@@ -1457,18 +1457,18 @@ export {
|
|
|
1457
1457
|
default as UserCheck2
|
|
1458
1458
|
} from '../icons/user-round-check';
|
|
1459
1459
|
|
|
1460
|
-
// UserRoundCog aliases
|
|
1461
|
-
export {
|
|
1462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
1463
|
-
default as UserCog2
|
|
1464
|
-
} from '../icons/user-round-cog';
|
|
1465
|
-
|
|
1466
1460
|
// UserRoundMinus aliases
|
|
1467
1461
|
export {
|
|
1468
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
1469
1463
|
default as UserMinus2
|
|
1470
1464
|
} from '../icons/user-round-minus';
|
|
1471
1465
|
|
|
1466
|
+
// UserRoundCog aliases
|
|
1467
|
+
export {
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
1469
|
+
default as UserCog2
|
|
1470
|
+
} from '../icons/user-round-cog';
|
|
1471
|
+
|
|
1472
1472
|
// UserRoundPlus aliases
|
|
1473
1473
|
export {
|
|
1474
1474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|