@lucide/astro 1.37.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 +76 -76
- package/src/aliases/prefixed.ts +625 -623
- package/src/aliases/suffixed.ts +959 -957
- package/src/icons/index.ts +221 -220
- 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
|
@@ -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. */
|
|
@@ -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. */
|
|
@@ -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. */
|
|
@@ -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. */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as ArrowRightSquare
|
|
1068
1068
|
} from '../icons/square-arrow-right';
|
|
1069
1069
|
|
|
1070
|
-
// SquareArrowUpRight aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
1073
|
-
default as ArrowUpRightSquare
|
|
1074
|
-
} from '../icons/square-arrow-up-right';
|
|
1075
|
-
|
|
1076
1070
|
// SquareArrowUpLeft aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
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. */
|
|
@@ -1253,12 +1253,6 @@ 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. */
|
|
@@ -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. */
|
|
@@ -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. */
|
|
@@ -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. */
|