@lucide/astro 0.548.0 → 0.549.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": "0.548.0",
3
+ "version": "0.549.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -41,18 +41,18 @@ export {
41
41
  default as ArrowUpAz
42
42
  } from '../icons/arrow-up-a-z';
43
43
 
44
- // ArrowUpNarrowWide aliases
45
- export {
46
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
47
- default as SortAsc
48
- } from '../icons/arrow-up-narrow-wide';
49
-
50
44
  // ArrowUpZA aliases
51
45
  export {
52
46
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
53
47
  default as ArrowUpZa
54
48
  } from '../icons/arrow-up-z-a';
55
49
 
50
+ // ArrowUpNarrowWide aliases
51
+ export {
52
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
53
+ default as SortAsc
54
+ } from '../icons/arrow-up-narrow-wide';
55
+
56
56
  // Axis3d aliases
57
57
  export {
58
58
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
@@ -197,18 +197,18 @@ export {
197
197
  default as ArrowDownCircle
198
198
  } from '../icons/circle-arrow-down';
199
199
 
200
- // CircleArrowOutDownLeft aliases
201
- export {
202
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
203
- default as ArrowDownLeftFromCircle
204
- } from '../icons/circle-arrow-out-down-left';
205
-
206
200
  // CircleArrowLeft aliases
207
201
  export {
208
202
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
209
203
  default as ArrowLeftCircle
210
204
  } from '../icons/circle-arrow-left';
211
205
 
206
+ // CircleArrowOutDownLeft aliases
207
+ export {
208
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
209
+ default as ArrowDownLeftFromCircle
210
+ } from '../icons/circle-arrow-out-down-left';
211
+
212
212
  // CircleArrowOutDownRight aliases
213
213
  export {
214
214
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
@@ -455,18 +455,18 @@ export {
455
455
  default as MoreVertical
456
456
  } from '../icons/ellipsis-vertical';
457
457
 
458
- // FileAxis3d aliases
459
- export {
460
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
461
- default as FileAxis3D
462
- } from '../icons/file-axis-3d';
463
-
464
458
  // Ellipsis aliases
465
459
  export {
466
460
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
467
461
  default as MoreHorizontal
468
462
  } from '../icons/ellipsis';
469
463
 
464
+ // FileAxis3d aliases
465
+ export {
466
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
467
+ default as FileAxis3D
468
+ } from '../icons/file-axis-3d';
469
+
470
470
  // FileChartColumnIncreasing aliases
471
471
  export {
472
472
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
@@ -647,12 +647,6 @@ export {
647
647
  default as IndentDecrease
648
648
  } from '../icons/list-indent-decrease';
649
649
 
650
- // LoaderCircle aliases
651
- export {
652
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
653
- default as Loader2
654
- } from '../icons/loader-circle';
655
-
656
650
  // ListIndentIncrease aliases
657
651
  export {
658
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
@@ -665,6 +659,12 @@ export {
665
659
  default as IndentIncrease
666
660
  } from '../icons/list-indent-increase';
667
661
 
662
+ // LoaderCircle aliases
663
+ export {
664
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
665
+ default as Loader2
666
+ } from '../icons/loader-circle';
667
+
668
668
  // LockKeyholeOpen aliases
669
669
  export {
670
670
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
@@ -815,18 +815,18 @@ export {
815
815
  default as Rows
816
816
  } from '../icons/rows-2';
817
817
 
818
- // Rows3 aliases
819
- export {
820
- /** @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 */
821
- default as PanelsTopBottom
822
- } from '../icons/rows-3';
823
-
824
818
  // Scale3d aliases
825
819
  export {
826
820
  /** @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 */
827
821
  default as Scale3D
828
822
  } from '../icons/scale-3d';
829
823
 
824
+ // Rows3 aliases
825
+ export {
826
+ /** @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 */
827
+ default as PanelsTopBottom
828
+ } from '../icons/rows-3';
829
+
830
830
  // SendHorizontal aliases
831
831
  export {
832
832
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
@@ -863,18 +863,18 @@ export {
863
863
  default as ActivitySquare
864
864
  } from '../icons/square-activity';
865
865
 
866
- // SquareArrowDownLeft aliases
867
- export {
868
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
869
- default as ArrowDownLeftSquare
870
- } from '../icons/square-arrow-down-left';
871
-
872
866
  // SquareArrowDownRight aliases
873
867
  export {
874
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
875
869
  default as ArrowDownRightSquare
876
870
  } from '../icons/square-arrow-down-right';
877
871
 
872
+ // SquareArrowDownLeft aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
875
+ default as ArrowDownLeftSquare
876
+ } from '../icons/square-arrow-down-left';
877
+
878
878
  // SquareArrowDown aliases
879
879
  export {
880
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
@@ -911,18 +911,18 @@ export {
911
911
  default as ArrowUpRightFromSquare
912
912
  } from '../icons/square-arrow-out-up-right';
913
913
 
914
- // SquareArrowUpLeft aliases
915
- export {
916
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
917
- default as ArrowUpLeftSquare
918
- } from '../icons/square-arrow-up-left';
919
-
920
914
  // SquareArrowRight aliases
921
915
  export {
922
916
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
923
917
  default as ArrowRightSquare
924
918
  } from '../icons/square-arrow-right';
925
919
 
920
+ // SquareArrowUpLeft aliases
921
+ export {
922
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
923
+ default as ArrowUpLeftSquare
924
+ } from '../icons/square-arrow-up-left';
925
+
926
926
  // SquareArrowUpRight aliases
927
927
  export {
928
928
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
@@ -947,6 +947,12 @@ export {
947
947
  default as ScissorsSquareDashedBottom
948
948
  } from '../icons/square-bottom-dashed-scissors';
949
949
 
950
+ // SquareCheckBig aliases
951
+ export {
952
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
953
+ default as CheckSquare
954
+ } from '../icons/square-check-big';
955
+
950
956
  // SquareChartGantt aliases
951
957
  export {
952
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
@@ -959,12 +965,6 @@ export {
959
965
  default as SquareGanttChart
960
966
  } from '../icons/square-chart-gantt';
961
967
 
962
- // SquareCheckBig aliases
963
- export {
964
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
965
- default as CheckSquare
966
- } from '../icons/square-check-big';
967
-
968
968
  // SquareCheck aliases
969
969
  export {
970
970
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
@@ -1109,18 +1109,18 @@ export {
1109
1109
  default as PenSquare
1110
1110
  } from '../icons/square-pen';
1111
1111
 
1112
- // SquarePercent aliases
1113
- export {
1114
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1115
- default as PercentSquare
1116
- } from '../icons/square-percent';
1117
-
1118
1112
  // SquarePi aliases
1119
1113
  export {
1120
1114
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
1121
1115
  default as PiSquare
1122
1116
  } from '../icons/square-pi';
1123
1117
 
1118
+ // SquarePercent aliases
1119
+ export {
1120
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1121
+ default as PercentSquare
1122
+ } from '../icons/square-percent';
1123
+
1124
1124
  // SquarePilcrow aliases
1125
1125
  export {
1126
1126
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */