@lucide/astro 1.39.0 → 1.41.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 +68 -62
- package/src/aliases/prefixed.ts +527 -493
- package/src/aliases/suffixed.ts +838 -804
- package/src/icons/{trash-2.ts → bridge.ts} +4 -4
- package/src/icons/can-soda.ts +18 -0
- package/src/icons/can.ts +18 -0
- package/src/icons/credit-card-reader.ts +18 -0
- package/src/icons/door-closed-locked.ts +2 -2
- package/src/icons/door-closed.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/door-stairwell.ts +18 -0
- package/src/icons/engine.ts +18 -0
- package/src/icons/germ-off.ts +18 -0
- package/src/icons/germ.ts +18 -0
- package/src/icons/index.ts +186 -171
- package/src/icons/leaf.ts +2 -2
- package/src/icons/lighthouse.ts +18 -0
- package/src/icons/mail-pen.ts +18 -0
- package/src/icons/shopping-cart-minus.ts +18 -0
- package/src/icons/shopping-cart-plus.ts +18 -0
- package/src/icons/shrimp-off.ts +18 -0
- package/src/icons/shrimp.ts +2 -2
- package/src/icons/square-exclamation-point.ts +18 -0
- package/src/icons/trash.ts +2 -2
- package/src/icons/virus-off.ts +18 -0
- package/src/icons/virus.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
|
-
// AlarmClockPlus aliases
|
|
9
|
-
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
11
|
-
default as AlarmPlus
|
|
12
|
-
} from '../icons/alarm-clock-plus';
|
|
13
|
-
|
|
14
8
|
// AlarmClockMinus aliases
|
|
15
9
|
export {
|
|
16
10
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
17
11
|
default as AlarmMinus
|
|
18
12
|
} from '../icons/alarm-clock-minus';
|
|
19
13
|
|
|
14
|
+
// AlarmClockPlus aliases
|
|
15
|
+
export {
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
17
|
+
default as AlarmPlus
|
|
18
|
+
} from '../icons/alarm-clock-plus';
|
|
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
|
-
// BadgeCheck aliases
|
|
57
|
-
export {
|
|
58
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
59
|
-
default as Verified
|
|
60
|
-
} from '../icons/badge-check';
|
|
61
|
-
|
|
62
56
|
// Axis3d aliases
|
|
63
57
|
export {
|
|
64
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
65
59
|
default as Axis3D
|
|
66
60
|
} from '../icons/axis-3d';
|
|
67
61
|
|
|
62
|
+
// BadgeCheck aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
65
|
+
default as Verified
|
|
66
|
+
} from '../icons/badge-check';
|
|
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. */
|
|
@@ -731,23 +731,17 @@ export {
|
|
|
731
731
|
default as Grid3X3
|
|
732
732
|
} from '../icons/grid-3x3';
|
|
733
733
|
|
|
734
|
-
// HandHelping aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
737
|
-
default as HelpingHand
|
|
738
|
-
} from '../icons/hand-helping';
|
|
739
|
-
|
|
740
734
|
// HandGrab aliases
|
|
741
735
|
export {
|
|
742
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
743
737
|
default as Grab
|
|
744
738
|
} from '../icons/hand-grab';
|
|
745
739
|
|
|
746
|
-
//
|
|
740
|
+
// HandHelping aliases
|
|
747
741
|
export {
|
|
748
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
749
|
-
default as
|
|
750
|
-
} from '../icons/
|
|
742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
743
|
+
default as HelpingHand
|
|
744
|
+
} from '../icons/hand-helping';
|
|
751
745
|
|
|
752
746
|
// IceCreamBowl aliases
|
|
753
747
|
export {
|
|
@@ -755,6 +749,12 @@ export {
|
|
|
755
749
|
default as IceCream2
|
|
756
750
|
} from '../icons/ice-cream-bowl';
|
|
757
751
|
|
|
752
|
+
// House aliases
|
|
753
|
+
export {
|
|
754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
755
|
+
default as Home
|
|
756
|
+
} from '../icons/house';
|
|
757
|
+
|
|
758
758
|
// IceCreamCone aliases
|
|
759
759
|
export {
|
|
760
760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
@@ -1055,18 +1055,18 @@ export {
|
|
|
1055
1055
|
default as ArrowUpLeftFromSquare
|
|
1056
1056
|
} from '../icons/square-arrow-out-up-left';
|
|
1057
1057
|
|
|
1058
|
-
// SquareArrowRight aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1061
|
-
default as ArrowRightSquare
|
|
1062
|
-
} from '../icons/square-arrow-right';
|
|
1063
|
-
|
|
1064
1058
|
// SquareArrowOutUpRight aliases
|
|
1065
1059
|
export {
|
|
1066
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1067
1061
|
default as ArrowUpRightFromSquare
|
|
1068
1062
|
} from '../icons/square-arrow-out-up-right';
|
|
1069
1063
|
|
|
1064
|
+
// SquareArrowRight aliases
|
|
1065
|
+
export {
|
|
1066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1067
|
+
default as ArrowRightSquare
|
|
1068
|
+
} from '../icons/square-arrow-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
|
-
// SquareLibrary aliases
|
|
1221
|
-
export {
|
|
1222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1223
|
-
default as LibrarySquare
|
|
1224
|
-
} from '../icons/square-library';
|
|
1225
|
-
|
|
1226
1220
|
// SquareKanban aliases
|
|
1227
1221
|
export {
|
|
1228
1222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1229
1223
|
default as KanbanSquare
|
|
1230
1224
|
} from '../icons/square-kanban';
|
|
1231
1225
|
|
|
1226
|
+
// SquareLibrary aliases
|
|
1227
|
+
export {
|
|
1228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1229
|
+
default as LibrarySquare
|
|
1230
|
+
} from '../icons/square-library';
|
|
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. */
|
|
@@ -1307,18 +1307,18 @@ export {
|
|
|
1307
1307
|
default as PlaySquare
|
|
1308
1308
|
} from '../icons/square-play';
|
|
1309
1309
|
|
|
1310
|
-
// SquarePlus aliases
|
|
1311
|
-
export {
|
|
1312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1313
|
-
default as PlusSquare
|
|
1314
|
-
} from '../icons/square-plus';
|
|
1315
|
-
|
|
1316
1310
|
// SquarePower aliases
|
|
1317
1311
|
export {
|
|
1318
1312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
1319
1313
|
default as PowerSquare
|
|
1320
1314
|
} from '../icons/square-power';
|
|
1321
1315
|
|
|
1316
|
+
// SquarePlus aliases
|
|
1317
|
+
export {
|
|
1318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1319
|
+
default as PlusSquare
|
|
1320
|
+
} from '../icons/square-plus';
|
|
1321
|
+
|
|
1322
1322
|
// SquareScissors aliases
|
|
1323
1323
|
export {
|
|
1324
1324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
@@ -1361,18 +1361,18 @@ export {
|
|
|
1361
1361
|
default as UserSquare2
|
|
1362
1362
|
} from '../icons/square-user-round';
|
|
1363
1363
|
|
|
1364
|
-
// SquareX aliases
|
|
1365
|
-
export {
|
|
1366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
1367
|
-
default as XSquare
|
|
1368
|
-
} from '../icons/square-x';
|
|
1369
|
-
|
|
1370
1364
|
// SquareUser aliases
|
|
1371
1365
|
export {
|
|
1372
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
1373
1367
|
default as UserSquare
|
|
1374
1368
|
} from '../icons/square-user';
|
|
1375
1369
|
|
|
1370
|
+
// SquareX aliases
|
|
1371
|
+
export {
|
|
1372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
1373
|
+
default as XSquare
|
|
1374
|
+
} from '../icons/square-x';
|
|
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,6 +1385,12 @@ 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
|
+
|
|
1388
1394
|
// TextAlignJustify aliases
|
|
1389
1395
|
export {
|
|
1390
1396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
@@ -1403,29 +1409,29 @@ export {
|
|
|
1403
1409
|
default as AlignLeft
|
|
1404
1410
|
} from '../icons/text-align-start';
|
|
1405
1411
|
|
|
1406
|
-
// TextAlignEnd aliases
|
|
1407
|
-
export {
|
|
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';
|
|
1411
|
-
|
|
1412
1412
|
// TextInitial aliases
|
|
1413
1413
|
export {
|
|
1414
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
1415
1415
|
default as LetterText
|
|
1416
1416
|
} from '../icons/text-initial';
|
|
1417
1417
|
|
|
1418
|
+
// TextWrap aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
1421
|
+
default as WrapText
|
|
1422
|
+
} from '../icons/text-wrap';
|
|
1423
|
+
|
|
1418
1424
|
// TramFront aliases
|
|
1419
1425
|
export {
|
|
1420
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
1421
1427
|
default as Train
|
|
1422
1428
|
} from '../icons/tram-front';
|
|
1423
1429
|
|
|
1424
|
-
//
|
|
1430
|
+
// Trash aliases
|
|
1425
1431
|
export {
|
|
1426
|
-
/** @deprecated The
|
|
1427
|
-
default as
|
|
1428
|
-
} from '../icons/
|
|
1432
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
1433
|
+
default as Trash2
|
|
1434
|
+
} from '../icons/trash';
|
|
1429
1435
|
|
|
1430
1436
|
// TreePalm aliases
|
|
1431
1437
|
export {
|
|
@@ -1451,18 +1457,18 @@ export {
|
|
|
1451
1457
|
default as School2
|
|
1452
1458
|
} from '../icons/university';
|
|
1453
1459
|
|
|
1454
|
-
// UserRoundCheck aliases
|
|
1455
|
-
export {
|
|
1456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1457
|
-
default as UserCheck2
|
|
1458
|
-
} from '../icons/user-round-check';
|
|
1459
|
-
|
|
1460
1460
|
// UserRoundCog aliases
|
|
1461
1461
|
export {
|
|
1462
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
1463
1463
|
default as UserCog2
|
|
1464
1464
|
} from '../icons/user-round-cog';
|
|
1465
1465
|
|
|
1466
|
+
// UserRoundCheck aliases
|
|
1467
|
+
export {
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1469
|
+
default as UserCheck2
|
|
1470
|
+
} from '../icons/user-round-check';
|
|
1471
|
+
|
|
1466
1472
|
// UserRoundMinus aliases
|
|
1467
1473
|
export {
|
|
1468
1474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|