@lucide/astro 0.545.0 → 0.546.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.545.0",
3
+ "version": "0.546.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -353,18 +353,18 @@ export {
353
353
  default as CircleSlashed
354
354
  } from '../icons/circle-slash-2';
355
355
 
356
- // CircleStop aliases
357
- export {
358
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
359
- default as StopCircle
360
- } from '../icons/circle-stop';
361
-
362
356
  // CircleUserRound aliases
363
357
  export {
364
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
365
359
  default as UserCircle2
366
360
  } from '../icons/circle-user-round';
367
361
 
362
+ // CircleStop aliases
363
+ export {
364
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
365
+ default as StopCircle
366
+ } from '../icons/circle-stop';
367
+
368
368
  // CircleUser aliases
369
369
  export {
370
370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
@@ -557,18 +557,18 @@ export {
557
557
  default as GitCommit
558
558
  } from '../icons/git-commit-horizontal';
559
559
 
560
- // Grid2x2Plus aliases
561
- export {
562
- /** @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 */
563
- default as Grid2X2Plus
564
- } from '../icons/grid-2x2-plus';
565
-
566
560
  // Grid2x2Check aliases
567
561
  export {
568
562
  /** @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 */
569
563
  default as Grid2X2Check
570
564
  } from '../icons/grid-2x2-check';
571
565
 
566
+ // Grid2x2Plus aliases
567
+ export {
568
+ /** @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 */
569
+ default as Grid2X2Plus
570
+ } from '../icons/grid-2x2-plus';
571
+
572
572
  // Grid2x2X aliases
573
573
  export {
574
574
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
@@ -695,18 +695,18 @@ export {
695
695
  default as MessageCircleQuestion
696
696
  } from '../icons/message-circle-question-mark';
697
697
 
698
- // Move3d aliases
699
- export {
700
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
701
- default as Move3D
702
- } from '../icons/move-3d';
703
-
704
698
  // MicVocal aliases
705
699
  export {
706
700
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
707
701
  default as Mic2
708
702
  } from '../icons/mic-vocal';
709
703
 
704
+ // Move3d aliases
705
+ export {
706
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
707
+ default as Move3D
708
+ } from '../icons/move-3d';
709
+
710
710
  // OctagonAlert aliases
711
711
  export {
712
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
@@ -941,12 +941,6 @@ export {
941
941
  default as AsteriskSquare
942
942
  } from '../icons/square-asterisk';
943
943
 
944
- // SquareBottomDashedScissors aliases
945
- export {
946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
947
- default as ScissorsSquareDashedBottom
948
- } from '../icons/square-bottom-dashed-scissors';
949
-
950
944
  // SquareChartGantt aliases
951
945
  export {
952
946
  /** @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,6 +953,12 @@ export {
959
953
  default as SquareGanttChart
960
954
  } from '../icons/square-chart-gantt';
961
955
 
956
+ // SquareBottomDashedScissors aliases
957
+ export {
958
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
959
+ default as ScissorsSquareDashedBottom
960
+ } from '../icons/square-bottom-dashed-scissors';
961
+
962
962
  // SquareCheckBig aliases
963
963
  export {
964
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 */
@@ -1031,18 +1031,18 @@ export {
1031
1031
  default as DotSquare
1032
1032
  } from '../icons/square-dot';
1033
1033
 
1034
- // SquareEqual aliases
1035
- export {
1036
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
1037
- default as EqualSquare
1038
- } from '../icons/square-equal';
1039
-
1040
1034
  // SquareFunction aliases
1041
1035
  export {
1042
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
1043
1037
  default as FunctionSquare
1044
1038
  } from '../icons/square-function';
1045
1039
 
1040
+ // SquareEqual aliases
1041
+ export {
1042
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
1043
+ default as EqualSquare
1044
+ } from '../icons/square-equal';
1045
+
1046
1046
  // SquareKanban aliases
1047
1047
  export {
1048
1048
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
@@ -1067,6 +1067,12 @@ export {
1067
1067
  default as MenuSquare
1068
1068
  } from '../icons/square-menu';
1069
1069
 
1070
+ // SquareParkingOff aliases
1071
+ export {
1072
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
1073
+ default as ParkingSquareOff
1074
+ } from '../icons/square-parking-off';
1075
+
1070
1076
  // SquareMinus aliases
1071
1077
  export {
1072
1078
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
@@ -1079,12 +1085,6 @@ export {
1079
1085
  default as Inspect
1080
1086
  } from '../icons/square-mouse-pointer';
1081
1087
 
1082
- // SquareParkingOff aliases
1083
- export {
1084
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
1085
- default as ParkingSquareOff
1086
- } from '../icons/square-parking-off';
1087
-
1088
1088
  // SquareParking aliases
1089
1089
  export {
1090
1090
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
@@ -1247,18 +1247,18 @@ export {
1247
1247
  default as TextSelection
1248
1248
  } from '../icons/text-select';
1249
1249
 
1250
- // TextWrap aliases
1251
- export {
1252
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
1253
- default as WrapText
1254
- } from '../icons/text-wrap';
1255
-
1256
1250
  // TramFront aliases
1257
1251
  export {
1258
1252
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
1259
1253
  default as Train
1260
1254
  } from '../icons/tram-front';
1261
1255
 
1256
+ // TextWrap aliases
1257
+ export {
1258
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
1259
+ default as WrapText
1260
+ } from '../icons/text-wrap';
1261
+
1262
1262
  // TreePalm aliases
1263
1263
  export {
1264
1264
  /** @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 */