@lucide/astro 0.509.0 → 0.510.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.509.0",
3
+ "version": "0.510.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -89,18 +89,18 @@ export {
89
89
  default as BarChart4
90
90
  } from '../icons/chart-column-increasing';
91
91
 
92
- // ChartColumn aliases
93
- export {
94
- /** @deprecated */
95
- default as BarChart3
96
- } from '../icons/chart-column';
97
-
98
92
  // ChartLine aliases
99
93
  export {
100
94
  /** @deprecated */
101
95
  default as LineChart
102
96
  } from '../icons/chart-line';
103
97
 
98
+ // ChartColumn aliases
99
+ export {
100
+ /** @deprecated */
101
+ default as BarChart3
102
+ } from '../icons/chart-column';
103
+
104
104
  // ChartNoAxesColumnIncreasing aliases
105
105
  export {
106
106
  /** @deprecated */
@@ -662,18 +662,18 @@ export { default as UserSquare } from '../icons/square-user';
662
662
  // SquareX aliases
663
663
  export { default as XSquare } from '../icons/square-x';
664
664
 
665
- // TestTubeDiagonal aliases
666
- export { default as TestTube2 } from '../icons/test-tube-diagonal';
667
-
668
665
  // TextSelect aliases
669
666
  export { default as TextSelection } from '../icons/text-select';
670
667
 
671
- // TramFront aliases
672
- export { default as Train } from '../icons/tram-front';
668
+ // TestTubeDiagonal aliases
669
+ export { default as TestTube2 } from '../icons/test-tube-diagonal';
673
670
 
674
671
  // TreePalm aliases
675
672
  export { default as Palmtree } from '../icons/tree-palm';
676
673
 
674
+ // TramFront aliases
675
+ export { default as Train } from '../icons/tram-front';
676
+
677
677
  // TriangleAlert aliases
678
678
  export { default as AlertTriangle } from '../icons/triangle-alert';
679
679
 
@@ -731,9 +731,6 @@ export {
731
731
  default as Users2
732
732
  } from '../icons/users-round';
733
733
 
734
- // UtensilsCrossed aliases
735
- export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
736
-
737
734
  // Utensils aliases
738
735
  export { default as ForkKnife } from '../icons/utensils';
739
736
 
@@ -743,6 +740,9 @@ export {
743
740
  default as Wallet2
744
741
  } from '../icons/wallet-minimal';
745
742
 
743
+ // UtensilsCrossed aliases
744
+ export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
745
+
746
746
  // WandSparkles aliases
747
747
  export {
748
748
  /** @deprecated */