@lucide/astro 0.554.0 → 0.556.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 +4 -2
- package/src/aliases/aliases.ts +58 -58
- package/src/aliases/prefixed.ts +530 -516
- package/src/aliases/suffixed.ts +794 -780
- package/src/icons/book-search.ts +18 -0
- package/src/icons/bubbles.ts +2 -2
- package/src/icons/calendars.ts +2 -2
- package/src/icons/flashlight-off.ts +2 -2
- package/src/icons/flashlight.ts +2 -2
- package/src/icons/form.ts +18 -0
- package/src/icons/index.ts +94 -87
- package/src/icons/plug.ts +2 -2
- package/src/icons/scale.ts +2 -2
- package/src/icons/scooter.ts +18 -0
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/thermometer-sun.ts +2 -2
- package/src/icons/van.ts +18 -0
- package/src/icons/waves-arrow-down.ts +18 -0
- package/src/icons/waves-arrow-up.ts +18 -0
- package/src/icons/weight-tilde.ts +18 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.556.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -46,7 +46,9 @@
|
|
|
46
46
|
"linkedom": "^0.18.5",
|
|
47
47
|
"prettier": "^3.4.2",
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
|
-
"
|
|
49
|
+
"vite": "^6.3.6",
|
|
50
|
+
"vitest": "^4.0.12",
|
|
51
|
+
"astro": "^5.16.0",
|
|
50
52
|
"@lucide/build-icons": "1.1.0"
|
|
51
53
|
},
|
|
52
54
|
"peerDependencies": {
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -527,12 +527,6 @@ export {
|
|
|
527
527
|
default as FileCog2
|
|
528
528
|
} from '../icons/file-cog';
|
|
529
529
|
|
|
530
|
-
// FileExclamationPoint aliases
|
|
531
|
-
export {
|
|
532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
533
|
-
default as FileWarning
|
|
534
|
-
} from '../icons/file-exclamation-point';
|
|
535
|
-
|
|
536
530
|
// FileHeadphone aliases
|
|
537
531
|
export {
|
|
538
532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
@@ -545,6 +539,12 @@ export {
|
|
|
545
539
|
default as FileAudio2
|
|
546
540
|
} from '../icons/file-headphone';
|
|
547
541
|
|
|
542
|
+
// FileExclamationPoint aliases
|
|
543
|
+
export {
|
|
544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
545
|
+
default as FileWarning
|
|
546
|
+
} from '../icons/file-exclamation-point';
|
|
547
|
+
|
|
548
548
|
// FileKey aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
@@ -605,6 +605,12 @@ export {
|
|
|
605
605
|
default as FileVolume2
|
|
606
606
|
} from '../icons/file-signal';
|
|
607
607
|
|
|
608
|
+
// FileTypeCorner aliases
|
|
609
|
+
export {
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
611
|
+
default as FileType2
|
|
612
|
+
} from '../icons/file-type-corner';
|
|
613
|
+
|
|
608
614
|
// FileVideoCamera aliases
|
|
609
615
|
export {
|
|
610
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
@@ -617,12 +623,6 @@ export {
|
|
|
617
623
|
default as FileX2
|
|
618
624
|
} from '../icons/file-x-corner';
|
|
619
625
|
|
|
620
|
-
// FileTypeCorner aliases
|
|
621
|
-
export {
|
|
622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
623
|
-
default as FileType2
|
|
624
|
-
} from '../icons/file-type-corner';
|
|
625
|
-
|
|
626
626
|
// FingerprintPattern aliases
|
|
627
627
|
export {
|
|
628
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
@@ -653,18 +653,18 @@ export {
|
|
|
653
653
|
default as Filter
|
|
654
654
|
} from '../icons/funnel';
|
|
655
655
|
|
|
656
|
-
// GitCommitHorizontal aliases
|
|
657
|
-
export {
|
|
658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
659
|
-
default as GitCommit
|
|
660
|
-
} from '../icons/git-commit-horizontal';
|
|
661
|
-
|
|
662
656
|
// Grid2x2Check aliases
|
|
663
657
|
export {
|
|
664
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
665
659
|
default as Grid2X2Check
|
|
666
660
|
} from '../icons/grid-2x2-check';
|
|
667
661
|
|
|
662
|
+
// GitCommitHorizontal aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
665
|
+
default as GitCommit
|
|
666
|
+
} from '../icons/git-commit-horizontal';
|
|
667
|
+
|
|
668
668
|
// Grid2x2Plus aliases
|
|
669
669
|
export {
|
|
670
670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as PanelTopInactive
|
|
876
876
|
} from '../icons/panel-top-dashed';
|
|
877
877
|
|
|
878
|
-
// PenLine aliases
|
|
879
|
-
export {
|
|
880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
881
|
-
default as Edit3
|
|
882
|
-
} from '../icons/pen-line';
|
|
883
|
-
|
|
884
878
|
// PanelsTopLeft aliases
|
|
885
879
|
export {
|
|
886
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
887
881
|
default as Layout
|
|
888
882
|
} from '../icons/panels-top-left';
|
|
889
883
|
|
|
884
|
+
// PenLine aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
887
|
+
default as Edit3
|
|
888
|
+
} from '../icons/pen-line';
|
|
889
|
+
|
|
890
890
|
// Pen aliases
|
|
891
891
|
export {
|
|
892
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
@@ -917,18 +917,18 @@ export {
|
|
|
917
917
|
default as Rows
|
|
918
918
|
} from '../icons/rows-2';
|
|
919
919
|
|
|
920
|
-
// Rows3 aliases
|
|
921
|
-
export {
|
|
922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
923
|
-
default as PanelsTopBottom
|
|
924
|
-
} from '../icons/rows-3';
|
|
925
|
-
|
|
926
920
|
// Scale3d aliases
|
|
927
921
|
export {
|
|
928
922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
929
923
|
default as Scale3D
|
|
930
924
|
} from '../icons/scale-3d';
|
|
931
925
|
|
|
926
|
+
// Rows3 aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
929
|
+
default as PanelsTopBottom
|
|
930
|
+
} from '../icons/rows-3';
|
|
931
|
+
|
|
932
932
|
// SendHorizontal aliases
|
|
933
933
|
export {
|
|
934
934
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -1229,36 +1229,36 @@ export {
|
|
|
1229
1229
|
default as PilcrowSquare
|
|
1230
1230
|
} from '../icons/square-pilcrow';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlay aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1235
|
-
default as PlaySquare
|
|
1236
|
-
} from '../icons/square-play';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlus aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as PlusSquare
|
|
1242
1236
|
} from '../icons/square-plus';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlay aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PlaySquare
|
|
1242
|
+
} from '../icons/square-play';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePower aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1247
1247
|
default as PowerSquare
|
|
1248
1248
|
} from '../icons/square-power';
|
|
1249
1249
|
|
|
1250
|
-
// SquareSigma aliases
|
|
1251
|
-
export {
|
|
1252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
1253
|
-
default as SigmaSquare
|
|
1254
|
-
} from '../icons/square-sigma';
|
|
1255
|
-
|
|
1256
1250
|
// SquareScissors aliases
|
|
1257
1251
|
export {
|
|
1258
1252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1259
1253
|
default as ScissorsSquare
|
|
1260
1254
|
} from '../icons/square-scissors';
|
|
1261
1255
|
|
|
1256
|
+
// SquareSigma aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
1259
|
+
default as SigmaSquare
|
|
1260
|
+
} from '../icons/square-sigma';
|
|
1261
|
+
|
|
1262
1262
|
// SquareSlash aliases
|
|
1263
1263
|
export {
|
|
1264
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
@@ -1271,18 +1271,18 @@ export {
|
|
|
1271
1271
|
default as SplitSquareHorizontal
|
|
1272
1272
|
} from '../icons/square-split-horizontal';
|
|
1273
1273
|
|
|
1274
|
-
// SquareTerminal aliases
|
|
1275
|
-
export {
|
|
1276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1277
|
-
default as TerminalSquare
|
|
1278
|
-
} from '../icons/square-terminal';
|
|
1279
|
-
|
|
1280
1274
|
// SquareSplitVertical aliases
|
|
1281
1275
|
export {
|
|
1282
1276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
1283
1277
|
default as SplitSquareVertical
|
|
1284
1278
|
} from '../icons/square-split-vertical';
|
|
1285
1279
|
|
|
1280
|
+
// SquareTerminal aliases
|
|
1281
|
+
export {
|
|
1282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1283
|
+
default as TerminalSquare
|
|
1284
|
+
} from '../icons/square-terminal';
|
|
1285
|
+
|
|
1286
1286
|
// SquareUserRound aliases
|
|
1287
1287
|
export {
|
|
1288
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -1361,23 +1361,17 @@ export {
|
|
|
1361
1361
|
default as Train
|
|
1362
1362
|
} from '../icons/tram-front';
|
|
1363
1363
|
|
|
1364
|
-
// TriangleAlert aliases
|
|
1365
|
-
export {
|
|
1366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
1367
|
-
default as AlertTriangle
|
|
1368
|
-
} from '../icons/triangle-alert';
|
|
1369
|
-
|
|
1370
1364
|
// TreePalm aliases
|
|
1371
1365
|
export {
|
|
1372
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
1373
1367
|
default as Palmtree
|
|
1374
1368
|
} from '../icons/tree-palm';
|
|
1375
1369
|
|
|
1376
|
-
//
|
|
1370
|
+
// TriangleAlert aliases
|
|
1377
1371
|
export {
|
|
1378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1379
|
-
default as
|
|
1380
|
-
} from '../icons/
|
|
1372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
1373
|
+
default as AlertTriangle
|
|
1374
|
+
} from '../icons/triangle-alert';
|
|
1381
1375
|
|
|
1382
1376
|
// TvMinimal aliases
|
|
1383
1377
|
export {
|
|
@@ -1385,6 +1379,12 @@ export {
|
|
|
1385
1379
|
default as Tv2
|
|
1386
1380
|
} from '../icons/tv-minimal';
|
|
1387
1381
|
|
|
1382
|
+
// University aliases
|
|
1383
|
+
export {
|
|
1384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
1385
|
+
default as School2
|
|
1386
|
+
} from '../icons/university';
|
|
1387
|
+
|
|
1388
1388
|
// UserRoundCheck aliases
|
|
1389
1389
|
export {
|
|
1390
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|