@lucide/astro 1.37.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 +86 -86
- package/src/aliases/prefixed.ts +565 -561
- package/src/aliases/suffixed.ts +900 -896
- package/src/icons/index.ts +230 -228
- package/src/icons/vector-polygon.ts +18 -0
- package/src/icons/vector-square.ts +2 -2
- 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. */
|
|
@@ -77,36 +77,36 @@ export {
|
|
|
77
77
|
default as BetweenHorizonalEnd
|
|
78
78
|
} from '../icons/between-horizontal-end';
|
|
79
79
|
|
|
80
|
-
// BookDashed aliases
|
|
81
|
-
export {
|
|
82
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
83
|
-
default as BookTemplate
|
|
84
|
-
} from '../icons/book-dashed';
|
|
85
|
-
|
|
86
80
|
// BetweenHorizontalStart aliases
|
|
87
81
|
export {
|
|
88
82
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
89
83
|
default as BetweenHorizonalStart
|
|
90
84
|
} from '../icons/between-horizontal-start';
|
|
91
85
|
|
|
86
|
+
// BookDashed aliases
|
|
87
|
+
export {
|
|
88
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
89
|
+
default as BookTemplate
|
|
90
|
+
} from '../icons/book-dashed';
|
|
91
|
+
|
|
92
92
|
// Braces aliases
|
|
93
93
|
export {
|
|
94
94
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
|
-
// ChartArea aliases
|
|
99
|
-
export {
|
|
100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
101
|
-
default as AreaChart
|
|
102
|
-
} from '../icons/chart-area';
|
|
103
|
-
|
|
104
98
|
// Captions aliases
|
|
105
99
|
export {
|
|
106
100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
107
101
|
default as Subtitles
|
|
108
102
|
} from '../icons/captions';
|
|
109
103
|
|
|
104
|
+
// ChartArea aliases
|
|
105
|
+
export {
|
|
106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
107
|
+
default as AreaChart
|
|
108
|
+
} from '../icons/chart-area';
|
|
109
|
+
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
@@ -371,18 +371,18 @@ export {
|
|
|
371
371
|
default as XCircle
|
|
372
372
|
} from '../icons/circle-x';
|
|
373
373
|
|
|
374
|
-
// ClipboardPen aliases
|
|
375
|
-
export {
|
|
376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
377
|
-
default as ClipboardEdit
|
|
378
|
-
} from '../icons/clipboard-pen';
|
|
379
|
-
|
|
380
374
|
// ClipboardPenLine aliases
|
|
381
375
|
export {
|
|
382
376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
383
377
|
default as ClipboardSignature
|
|
384
378
|
} from '../icons/clipboard-pen-line';
|
|
385
379
|
|
|
380
|
+
// ClipboardPen aliases
|
|
381
|
+
export {
|
|
382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
383
|
+
default as ClipboardEdit
|
|
384
|
+
} from '../icons/clipboard-pen';
|
|
385
|
+
|
|
386
386
|
// CloudDownload aliases
|
|
387
387
|
export {
|
|
388
388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} 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,23 +1055,17 @@ 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
|
|
|
1070
|
-
//
|
|
1064
|
+
// SquareArrowOutUpRight aliases
|
|
1071
1065
|
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1073
|
-
default as
|
|
1074
|
-
} from '../icons/square-arrow-up-right';
|
|
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';
|
|
1075
1069
|
|
|
1076
1070
|
// SquareArrowUpLeft aliases
|
|
1077
1071
|
export {
|
|
@@ -1079,6 +1073,12 @@ export {
|
|
|
1079
1073
|
default as ArrowUpLeftSquare
|
|
1080
1074
|
} from '../icons/square-arrow-up-left';
|
|
1081
1075
|
|
|
1076
|
+
// SquareArrowUpRight aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
1079
|
+
default as ArrowUpRightSquare
|
|
1080
|
+
} from '../icons/square-arrow-up-right';
|
|
1081
|
+
|
|
1082
1082
|
// SquareArrowUp aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} 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. */
|
|
@@ -1253,18 +1253,18 @@ export {
|
|
|
1253
1253
|
default as Inspect
|
|
1254
1254
|
} from '../icons/square-mouse-pointer';
|
|
1255
1255
|
|
|
1256
|
-
// SquareParking aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1259
|
-
default as ParkingSquare
|
|
1260
|
-
} from '../icons/square-parking';
|
|
1261
|
-
|
|
1262
1256
|
// SquareParkingOff aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1265
1259
|
default as ParkingSquareOff
|
|
1266
1260
|
} from '../icons/square-parking-off';
|
|
1267
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
1268
|
// SquarePen aliases
|
|
1269
1269
|
export {
|
|
1270
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
@@ -1307,23 +1307,17 @@ export {
|
|
|
1307
1307
|
default as PlaySquare
|
|
1308
1308
|
} from '../icons/square-play';
|
|
1309
1309
|
|
|
1310
|
-
// SquarePower aliases
|
|
1311
|
-
export {
|
|
1312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
1313
|
-
default as PowerSquare
|
|
1314
|
-
} from '../icons/square-power';
|
|
1315
|
-
|
|
1316
1310
|
// SquarePlus aliases
|
|
1317
1311
|
export {
|
|
1318
1312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1319
1313
|
default as PlusSquare
|
|
1320
1314
|
} from '../icons/square-plus';
|
|
1321
1315
|
|
|
1322
|
-
//
|
|
1316
|
+
// SquarePower aliases
|
|
1323
1317
|
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1325
|
-
default as
|
|
1326
|
-
} from '../icons/square-
|
|
1318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
1319
|
+
default as PowerSquare
|
|
1320
|
+
} from '../icons/square-power';
|
|
1327
1321
|
|
|
1328
1322
|
// SquareScissors aliases
|
|
1329
1323
|
export {
|
|
@@ -1331,6 +1325,12 @@ export {
|
|
|
1331
1325
|
default as ScissorsSquare
|
|
1332
1326
|
} from '../icons/square-scissors';
|
|
1333
1327
|
|
|
1328
|
+
// SquareSigma aliases
|
|
1329
|
+
export {
|
|
1330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1331
|
+
default as SigmaSquare
|
|
1332
|
+
} from '../icons/square-sigma';
|
|
1333
|
+
|
|
1334
1334
|
// SquareSlash aliases
|
|
1335
1335
|
export {
|
|
1336
1336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} 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,24 +1403,30 @@ export {
|
|
|
1409
1403
|
default as AlignLeft
|
|
1410
1404
|
} from '../icons/text-align-start';
|
|
1411
1405
|
|
|
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
|
-
|
|
1424
1418
|
// TramFront aliases
|
|
1425
1419
|
export {
|
|
1426
1420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
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. */
|