@lucide/astro 1.28.0 → 1.30.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.28.0",
3
+ "version": "1.30.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -17,18 +17,18 @@ export {
17
17
  default as AlarmPlus
18
18
  } from '../icons/alarm-clock-plus';
19
19
 
20
- // ArrowDownAZ aliases
21
- export {
22
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
23
- default as ArrowDownAz
24
- } from '../icons/arrow-down-a-z';
25
-
26
20
  // ArrowDownWideNarrow aliases
27
21
  export {
28
22
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
29
23
  default as SortDesc
30
24
  } from '../icons/arrow-down-wide-narrow';
31
25
 
26
+ // ArrowDownAZ aliases
27
+ export {
28
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
29
+ default as ArrowDownAz
30
+ } from '../icons/arrow-down-a-z';
31
+
32
32
  // ArrowDownZA aliases
33
33
  export {
34
34
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
@@ -59,18 +59,18 @@ export {
59
59
  default as Axis3D
60
60
  } from '../icons/axis-3d';
61
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
62
  // BadgeQuestionMark aliases
69
63
  export {
70
64
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
71
65
  default as BadgeHelp
72
66
  } from '../icons/badge-question-mark';
73
67
 
68
+ // BadgeCheck aliases
69
+ export {
70
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
71
+ default as Verified
72
+ } from '../icons/badge-check';
73
+
74
74
  // BetweenHorizontalEnd aliases
75
75
  export {
76
76
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
@@ -107,18 +107,18 @@ export {
107
107
  default as AreaChart
108
108
  } from '../icons/chart-area';
109
109
 
110
- // ChartBar aliases
111
- export {
112
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
113
- default as BarChartHorizontal
114
- } from '../icons/chart-bar';
115
-
116
110
  // ChartBarBig aliases
117
111
  export {
118
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
119
113
  default as BarChartHorizontalBig
120
114
  } from '../icons/chart-bar-big';
121
115
 
116
+ // ChartBar aliases
117
+ export {
118
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
121
+
122
122
  // ChartCandlestick aliases
123
123
  export {
124
124
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
@@ -215,18 +215,18 @@ export {
215
215
  default as ArrowUpLeftFromCircle
216
216
  } from '../icons/circle-arrow-out-up-left';
217
217
 
218
- // CircleArrowOutUpRight aliases
219
- export {
220
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
221
- default as ArrowUpRightFromCircle
222
- } from '../icons/circle-arrow-out-up-right';
223
-
224
218
  // CircleArrowRight aliases
225
219
  export {
226
220
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
227
221
  default as ArrowRightCircle
228
222
  } from '../icons/circle-arrow-right';
229
223
 
224
+ // CircleArrowOutUpRight aliases
225
+ export {
226
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
227
+ default as ArrowUpRightFromCircle
228
+ } from '../icons/circle-arrow-out-up-right';
229
+
230
230
  // CircleArrowUp aliases
231
231
  export {
232
232
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
@@ -455,12 +455,54 @@ export {
455
455
  default as MoreHorizontal
456
456
  } from '../icons/ellipsis';
457
457
 
458
+ // FaceAngry aliases
459
+ export {
460
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
461
+ default as Angry
462
+ } from '../icons/face-angry';
463
+
464
+ // FaceExpressionless aliases
465
+ export {
466
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
467
+ default as Annoyed
468
+ } from '../icons/face-expressionless';
469
+
470
+ // FaceGrinning aliases
471
+ export {
472
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
473
+ default as Laugh
474
+ } from '../icons/face-grinning';
475
+
476
+ // FaceNeutral aliases
477
+ export {
478
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
479
+ default as Meh
480
+ } from '../icons/face-neutral';
481
+
482
+ // FaceSlightlyFrowning aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
485
+ default as Frown
486
+ } from '../icons/face-slightly-frowning';
487
+
488
+ // FaceSlightlySmilingPlus aliases
489
+ export {
490
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
491
+ default as SmilePlus
492
+ } from '../icons/face-slightly-smiling-plus';
493
+
458
494
  // FileAxis3d aliases
459
495
  export {
460
496
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
461
497
  default as FileAxis3D
462
498
  } from '../icons/file-axis-3d';
463
499
 
500
+ // FaceSlightlySmiling aliases
501
+ export {
502
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
503
+ default as Smile
504
+ } from '../icons/face-slightly-smiling';
505
+
464
506
  // FileBadge aliases
465
507
  export {
466
508
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
@@ -479,18 +521,18 @@ export {
479
521
  default as FileJson
480
522
  } from '../icons/file-braces';
481
523
 
482
- // FileChartColumn aliases
483
- export {
484
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
485
- default as FileBarChart2
486
- } from '../icons/file-chart-column';
487
-
488
524
  // FileChartColumnIncreasing aliases
489
525
  export {
490
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
491
527
  default as FileBarChart
492
528
  } from '../icons/file-chart-column-increasing';
493
529
 
530
+ // FileChartColumn aliases
531
+ export {
532
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
533
+ default as FileBarChart2
534
+ } from '../icons/file-chart-column';
535
+
494
536
  // FileChartLine aliases
495
537
  export {
496
538
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
@@ -545,18 +587,18 @@ export {
545
587
  default as FileKey2
546
588
  } from '../icons/file-key';
547
589
 
548
- // FileMinusCorner aliases
549
- export {
550
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
551
- default as FileMinus2
552
- } from '../icons/file-minus-corner';
553
-
554
590
  // FileLock aliases
555
591
  export {
556
592
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
557
593
  default as FileLock2
558
594
  } from '../icons/file-lock';
559
595
 
596
+ // FileMinusCorner aliases
597
+ export {
598
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
599
+ default as FileMinus2
600
+ } from '../icons/file-minus-corner';
601
+
560
602
  // FilePenLine aliases
561
603
  export {
562
604
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
@@ -587,23 +629,17 @@ export {
587
629
  default as FileQuestion
588
630
  } from '../icons/file-question-mark';
589
631
 
590
- // FileSignal aliases
591
- export {
592
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
593
- default as FileVolume2
594
- } from '../icons/file-signal';
595
-
596
632
  // FileSearchCorner aliases
597
633
  export {
598
634
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
599
635
  default as FileSearch2
600
636
  } from '../icons/file-search-corner';
601
637
 
602
- // FileTypeCorner aliases
638
+ // FileSignal aliases
603
639
  export {
604
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
605
- default as FileType2
606
- } from '../icons/file-type-corner';
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';
607
643
 
608
644
  // FileVideoCamera aliases
609
645
  export {
@@ -611,6 +647,12 @@ export {
611
647
  default as FileVideo2
612
648
  } from '../icons/file-video-camera';
613
649
 
650
+ // FileTypeCorner aliases
651
+ export {
652
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
653
+ default as FileType2
654
+ } from '../icons/file-type-corner';
655
+
614
656
  // FileXCorner aliases
615
657
  export {
616
658
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
@@ -713,36 +755,24 @@ export {
713
755
  default as IceCream2
714
756
  } from '../icons/ice-cream-bowl';
715
757
 
716
- // IceCreamCone aliases
717
- export {
718
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
719
- default as IceCream
720
- } from '../icons/ice-cream-cone';
721
-
722
758
  // LaptopMinimal aliases
723
759
  export {
724
760
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
725
761
  default as Laptop2
726
762
  } from '../icons/laptop-minimal';
727
763
 
764
+ // IceCreamCone aliases
765
+ export {
766
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
767
+ default as IceCream
768
+ } from '../icons/ice-cream-cone';
769
+
728
770
  // Layers aliases
729
771
  export {
730
772
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
731
773
  default as Layers3
732
774
  } from '../icons/layers';
733
775
 
734
- // ListIndentIncrease aliases
735
- export {
736
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
737
- default as Indent
738
- } from '../icons/list-indent-increase';
739
-
740
- // ListIndentIncrease aliases
741
- export {
742
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
743
- default as IndentIncrease
744
- } from '../icons/list-indent-increase';
745
-
746
776
  // ListIndentDecrease aliases
747
777
  export {
748
778
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
@@ -755,6 +785,18 @@ export {
755
785
  default as IndentDecrease
756
786
  } from '../icons/list-indent-decrease';
757
787
 
788
+ // ListIndentIncrease aliases
789
+ export {
790
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
791
+ default as Indent
792
+ } from '../icons/list-indent-increase';
793
+
794
+ // ListIndentIncrease aliases
795
+ export {
796
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
797
+ default as IndentIncrease
798
+ } from '../icons/list-indent-increase';
799
+
758
800
  // LoaderCircle aliases
759
801
  export {
760
802
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
@@ -793,7 +835,7 @@ export {
793
835
 
794
836
  // MicSignal aliases
795
837
  export {
796
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
838
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
797
839
  default as Podcast
798
840
  } from '../icons/mic-signal';
799
841
 
@@ -809,18 +851,18 @@ export {
809
851
  default as Move3D
810
852
  } from '../icons/move-3d';
811
853
 
812
- // OctagonAlert aliases
813
- export {
814
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
815
- default as AlertOctagon
816
- } from '../icons/octagon-alert';
817
-
818
854
  // OctagonPause aliases
819
855
  export {
820
856
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
821
857
  default as PauseOctagon
822
858
  } from '../icons/octagon-pause';
823
859
 
860
+ // OctagonAlert aliases
861
+ export {
862
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
863
+ default as AlertOctagon
864
+ } from '../icons/octagon-alert';
865
+
824
866
  // OctagonX aliases
825
867
  export {
826
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
@@ -917,18 +959,18 @@ export {
917
959
  default as History
918
960
  } from '../icons/rotate-ccw-clock';
919
961
 
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. */
923
- default as PanelsTopBottom
924
- } from '../icons/rows-3';
925
-
926
962
  // Rows2 aliases
927
963
  export {
928
964
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
929
965
  default as Rows
930
966
  } from '../icons/rows-2';
931
967
 
968
+ // Rows3 aliases
969
+ export {
970
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
971
+ default as PanelsTopBottom
972
+ } from '../icons/rows-3';
973
+
932
974
  // Scale3d aliases
933
975
  export {
934
976
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
@@ -953,18 +995,18 @@ export {
953
995
  default as ShieldClose
954
996
  } from '../icons/shield-x';
955
997
 
956
- // Sparkles aliases
957
- export {
958
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
959
- default as Stars
960
- } from '../icons/sparkles';
961
-
962
998
  // SlidersVertical aliases
963
999
  export {
964
1000
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
965
1001
  default as Sliders
966
1002
  } from '../icons/sliders-vertical';
967
1003
 
1004
+ // Sparkles aliases
1005
+ export {
1006
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
1007
+ default as Stars
1008
+ } from '../icons/sparkles';
1009
+
968
1010
  // SquareActivity aliases
969
1011
  export {
970
1012
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
@@ -1211,18 +1253,18 @@ export {
1211
1253
  default as Inspect
1212
1254
  } from '../icons/square-mouse-pointer';
1213
1255
 
1214
- // SquareParkingOff aliases
1215
- export {
1216
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
1217
- default as ParkingSquareOff
1218
- } from '../icons/square-parking-off';
1219
-
1220
1256
  // SquareParking aliases
1221
1257
  export {
1222
1258
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
1223
1259
  default as ParkingSquare
1224
1260
  } from '../icons/square-parking';
1225
1261
 
1262
+ // SquareParkingOff aliases
1263
+ export {
1264
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
1265
+ default as ParkingSquareOff
1266
+ } from '../icons/square-parking-off';
1267
+
1226
1268
  // SquarePen aliases
1227
1269
  export {
1228
1270
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
@@ -1253,23 +1295,17 @@ export {
1253
1295
  default as PiSquare
1254
1296
  } from '../icons/square-pi';
1255
1297
 
1256
- // SquarePlay aliases
1257
- export {
1258
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
1259
- default as PlaySquare
1260
- } from '../icons/square-play';
1261
-
1262
1298
  // SquarePilcrow aliases
1263
1299
  export {
1264
1300
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
1265
1301
  default as PilcrowSquare
1266
1302
  } from '../icons/square-pilcrow';
1267
1303
 
1268
- // SquarePower aliases
1304
+ // SquarePlay aliases
1269
1305
  export {
1270
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
1271
- default as PowerSquare
1272
- } from '../icons/square-power';
1306
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
1307
+ default as PlaySquare
1308
+ } from '../icons/square-play';
1273
1309
 
1274
1310
  // SquarePlus aliases
1275
1311
  export {
@@ -1277,6 +1313,12 @@ export {
1277
1313
  default as PlusSquare
1278
1314
  } from '../icons/square-plus';
1279
1315
 
1316
+ // SquarePower aliases
1317
+ export {
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';
1321
+
1280
1322
  // SquareScissors aliases
1281
1323
  export {
1282
1324
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
@@ -1445,18 +1487,18 @@ export {
1445
1487
  default as User2
1446
1488
  } from '../icons/user-round';
1447
1489
 
1448
- // UtensilsCrossed aliases
1449
- export {
1450
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
1451
- default as ForkKnifeCrossed
1452
- } from '../icons/utensils-crossed';
1453
-
1454
1490
  // UsersRound aliases
1455
1491
  export {
1456
1492
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
1457
1493
  default as Users2
1458
1494
  } from '../icons/users-round';
1459
1495
 
1496
+ // UtensilsCrossed aliases
1497
+ export {
1498
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
1499
+ default as ForkKnifeCrossed
1500
+ } from '../icons/utensils-crossed';
1501
+
1460
1502
  // Utensils aliases
1461
1503
  export {
1462
1504
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */