@lucide/astro 1.38.0 → 1.39.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 +580 -578
- package/src/aliases/suffixed.ts +913 -911
- package/src/icons/index.ts +220 -219
- package/src/icons/whistle.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -5,18 +5,18 @@ export {
|
|
|
5
5
|
default as AlarmCheck
|
|
6
6
|
} from '../icons/alarm-clock-check';
|
|
7
7
|
|
|
8
|
-
// AlarmClockMinus aliases
|
|
9
|
-
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
11
|
-
default as AlarmMinus
|
|
12
|
-
} from '../icons/alarm-clock-minus';
|
|
13
|
-
|
|
14
8
|
// AlarmClockPlus aliases
|
|
15
9
|
export {
|
|
16
10
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
17
11
|
default as AlarmPlus
|
|
18
12
|
} from '../icons/alarm-clock-plus';
|
|
19
13
|
|
|
14
|
+
// AlarmClockMinus aliases
|
|
15
|
+
export {
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
17
|
+
default as AlarmMinus
|
|
18
|
+
} from '../icons/alarm-clock-minus';
|
|
19
|
+
|
|
20
20
|
// ArrowDownAZ aliases
|
|
21
21
|
export {
|
|
22
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
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. */
|
|
59
|
-
default as Axis3D
|
|
60
|
-
} from '../icons/axis-3d';
|
|
61
|
-
|
|
62
56
|
// BadgeCheck aliases
|
|
63
57
|
export {
|
|
64
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
65
59
|
default as Verified
|
|
66
60
|
} from '../icons/badge-check';
|
|
67
61
|
|
|
62
|
+
// Axis3d aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
65
|
+
default as Axis3D
|
|
66
|
+
} from '../icons/axis-3d';
|
|
67
|
+
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
@@ -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. */
|
|
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. */
|
|
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. */
|
|
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. */
|
|
@@ -599,18 +599,18 @@ export {
|
|
|
599
599
|
default as FileMinus2
|
|
600
600
|
} from '../icons/file-minus-corner';
|
|
601
601
|
|
|
602
|
-
// FilePen aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
605
|
-
default as FileEdit
|
|
606
|
-
} from '../icons/file-pen';
|
|
607
|
-
|
|
608
602
|
// FilePenLine aliases
|
|
609
603
|
export {
|
|
610
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
611
605
|
default as FileSignature
|
|
612
606
|
} from '../icons/file-pen-line';
|
|
613
607
|
|
|
608
|
+
// FilePen aliases
|
|
609
|
+
export {
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
611
|
+
default as FileEdit
|
|
612
|
+
} from '../icons/file-pen';
|
|
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
|
-
// FileTypeCorner aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
641
|
-
default as FileType2
|
|
642
|
-
} from '../icons/file-type-corner';
|
|
643
|
-
|
|
644
638
|
// FileSignal aliases
|
|
645
639
|
export {
|
|
646
640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
647
641
|
default as FileVolume2
|
|
648
642
|
} from '../icons/file-signal';
|
|
649
643
|
|
|
644
|
+
// FileTypeCorner aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
647
|
+
default as FileType2
|
|
648
|
+
} from '../icons/file-type-corner';
|
|
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
|
-
// Funnel aliases
|
|
681
|
-
export {
|
|
682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
683
|
-
default as Filter
|
|
684
|
-
} from '../icons/funnel';
|
|
685
|
-
|
|
686
680
|
// FunnelX aliases
|
|
687
681
|
export {
|
|
688
682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
689
683
|
default as FilterX
|
|
690
684
|
} from '../icons/funnel-x';
|
|
691
685
|
|
|
686
|
+
// Funnel aliases
|
|
687
|
+
export {
|
|
688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
689
|
+
default as Filter
|
|
690
|
+
} from '../icons/funnel';
|
|
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. */
|
|
@@ -731,18 +731,18 @@ export {
|
|
|
731
731
|
default as Grid3X3
|
|
732
732
|
} from '../icons/grid-3x3';
|
|
733
733
|
|
|
734
|
-
// HandGrab aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
737
|
-
default as Grab
|
|
738
|
-
} from '../icons/hand-grab';
|
|
739
|
-
|
|
740
734
|
// HandHelping aliases
|
|
741
735
|
export {
|
|
742
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
743
737
|
default as HelpingHand
|
|
744
738
|
} from '../icons/hand-helping';
|
|
745
739
|
|
|
740
|
+
// HandGrab aliases
|
|
741
|
+
export {
|
|
742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
743
|
+
default as Grab
|
|
744
|
+
} from '../icons/hand-grab';
|
|
745
|
+
|
|
746
746
|
// House aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
@@ -1055,18 +1055,18 @@ export {
|
|
|
1055
1055
|
default as ArrowUpLeftFromSquare
|
|
1056
1056
|
} from '../icons/square-arrow-out-up-left';
|
|
1057
1057
|
|
|
1058
|
-
// SquareArrowOutUpRight aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1061
|
-
default as ArrowUpRightFromSquare
|
|
1062
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1063
|
-
|
|
1064
1058
|
// SquareArrowRight aliases
|
|
1065
1059
|
export {
|
|
1066
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1067
1061
|
default as ArrowRightSquare
|
|
1068
1062
|
} from '../icons/square-arrow-right';
|
|
1069
1063
|
|
|
1064
|
+
// SquareArrowOutUpRight aliases
|
|
1065
|
+
export {
|
|
1066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1067
|
+
default as ArrowUpRightFromSquare
|
|
1068
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1069
|
+
|
|
1070
1070
|
// SquareArrowUpLeft aliases
|
|
1071
1071
|
export {
|
|
1072
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
@@ -1217,18 +1217,18 @@ export {
|
|
|
1217
1217
|
default as FunctionSquare
|
|
1218
1218
|
} from '../icons/square-function';
|
|
1219
1219
|
|
|
1220
|
-
// SquareKanban aliases
|
|
1221
|
-
export {
|
|
1222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1223
|
-
default as KanbanSquare
|
|
1224
|
-
} from '../icons/square-kanban';
|
|
1225
|
-
|
|
1226
1220
|
// SquareLibrary aliases
|
|
1227
1221
|
export {
|
|
1228
1222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1229
1223
|
default as LibrarySquare
|
|
1230
1224
|
} from '../icons/square-library';
|
|
1231
1225
|
|
|
1226
|
+
// SquareKanban aliases
|
|
1227
|
+
export {
|
|
1228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1229
|
+
default as KanbanSquare
|
|
1230
|
+
} from '../icons/square-kanban';
|
|
1231
|
+
|
|
1232
1232
|
// SquareM aliases
|
|
1233
1233
|
export {
|
|
1234
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
@@ -1259,6 +1259,12 @@ 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
|
+
|
|
1262
1268
|
// SquarePen aliases
|
|
1263
1269
|
export {
|
|
1264
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
@@ -1277,12 +1283,6 @@ export {
|
|
|
1277
1283
|
default as PenSquare
|
|
1278
1284
|
} from '../icons/square-pen';
|
|
1279
1285
|
|
|
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. */
|
|
@@ -1361,18 +1361,18 @@ export {
|
|
|
1361
1361
|
default as UserSquare2
|
|
1362
1362
|
} from '../icons/square-user-round';
|
|
1363
1363
|
|
|
1364
|
-
// SquareUser aliases
|
|
1365
|
-
export {
|
|
1366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
1367
|
-
default as UserSquare
|
|
1368
|
-
} from '../icons/square-user';
|
|
1369
|
-
|
|
1370
1364
|
// SquareX aliases
|
|
1371
1365
|
export {
|
|
1372
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
1373
1367
|
default as XSquare
|
|
1374
1368
|
} from '../icons/square-x';
|
|
1375
1369
|
|
|
1370
|
+
// SquareUser aliases
|
|
1371
|
+
export {
|
|
1372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
1373
|
+
default as UserSquare
|
|
1374
|
+
} from '../icons/square-user';
|
|
1375
|
+
|
|
1376
1376
|
// TestTubeDiagonal aliases
|
|
1377
1377
|
export {
|
|
1378
1378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
@@ -1385,12 +1385,6 @@ export {
|
|
|
1385
1385
|
default as AlignCenter
|
|
1386
1386
|
} from '../icons/text-align-center';
|
|
1387
1387
|
|
|
1388
|
-
// TextAlignEnd aliases
|
|
1389
|
-
export {
|
|
1390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
1391
|
-
default as AlignRight
|
|
1392
|
-
} from '../icons/text-align-end';
|
|
1393
|
-
|
|
1394
1388
|
// TextAlignJustify aliases
|
|
1395
1389
|
export {
|
|
1396
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
@@ -1409,11 +1403,11 @@ export {
|
|
|
1409
1403
|
default as AlignLeft
|
|
1410
1404
|
} from '../icons/text-align-start';
|
|
1411
1405
|
|
|
1412
|
-
//
|
|
1406
|
+
// TextAlignEnd aliases
|
|
1413
1407
|
export {
|
|
1414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1415
|
-
default as
|
|
1416
|
-
} from '../icons/text-
|
|
1408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
1409
|
+
default as AlignRight
|
|
1410
|
+
} from '../icons/text-align-end';
|
|
1417
1411
|
|
|
1418
1412
|
// TextInitial aliases
|
|
1419
1413
|
export {
|
|
@@ -1427,6 +1421,12 @@ export {
|
|
|
1427
1421
|
default as Train
|
|
1428
1422
|
} from '../icons/tram-front';
|
|
1429
1423
|
|
|
1424
|
+
// TextWrap aliases
|
|
1425
|
+
export {
|
|
1426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
1427
|
+
default as WrapText
|
|
1428
|
+
} from '../icons/text-wrap';
|
|
1429
|
+
|
|
1430
1430
|
// TreePalm aliases
|
|
1431
1431
|
export {
|
|
1432
1432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
@@ -1457,18 +1457,18 @@ export {
|
|
|
1457
1457
|
default as UserCheck2
|
|
1458
1458
|
} from '../icons/user-round-check';
|
|
1459
1459
|
|
|
1460
|
-
// UserRoundMinus aliases
|
|
1461
|
-
export {
|
|
1462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
1463
|
-
default as UserMinus2
|
|
1464
|
-
} from '../icons/user-round-minus';
|
|
1465
|
-
|
|
1466
1460
|
// UserRoundCog aliases
|
|
1467
1461
|
export {
|
|
1468
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
1469
1463
|
default as UserCog2
|
|
1470
1464
|
} from '../icons/user-round-cog';
|
|
1471
1465
|
|
|
1466
|
+
// UserRoundMinus aliases
|
|
1467
|
+
export {
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
1469
|
+
default as UserMinus2
|
|
1470
|
+
} from '../icons/user-round-minus';
|
|
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. */
|