@lucide/astro 0.508.0 → 0.509.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.508.0",
3
+ "version": "0.509.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -101,18 +101,18 @@ export {
101
101
  default as LineChart
102
102
  } from '../icons/chart-line';
103
103
 
104
- // ChartNoAxesColumn aliases
105
- export {
106
- /** @deprecated */
107
- default as BarChart2
108
- } from '../icons/chart-no-axes-column';
109
-
110
104
  // ChartNoAxesColumnIncreasing aliases
111
105
  export {
112
106
  /** @deprecated */
113
107
  default as BarChart
114
108
  } from '../icons/chart-no-axes-column-increasing';
115
109
 
110
+ // ChartNoAxesColumn aliases
111
+ export {
112
+ /** @deprecated */
113
+ default as BarChart2
114
+ } from '../icons/chart-no-axes-column';
115
+
116
116
  // ChartNoAxesGantt aliases
117
117
  export {
118
118
  /** @deprecated */
@@ -158,12 +158,12 @@ export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
158
158
  // CircleArrowUp aliases
159
159
  export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
160
160
 
161
- // CircleCheck aliases
162
- export { default as CheckCircle2 } from '../icons/circle-check';
163
-
164
161
  // CircleCheckBig aliases
165
162
  export { default as CheckCircle } from '../icons/circle-check-big';
166
163
 
164
+ // CircleCheck aliases
165
+ export { default as CheckCircle2 } from '../icons/circle-check';
166
+
167
167
  // CircleChevronDown aliases
168
168
  export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
169
169
 
@@ -491,12 +491,12 @@ export { default as Stars } from '../icons/sparkles';
491
491
  // SquareActivity aliases
492
492
  export { default as ActivitySquare } from '../icons/square-activity';
493
493
 
494
- // SquareArrowDownRight aliases
495
- export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
496
-
497
494
  // SquareArrowDownLeft aliases
498
495
  export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
499
496
 
497
+ // SquareArrowDownRight aliases
498
+ export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
499
+
500
500
  // SquareArrowDown aliases
501
501
  export { default as ArrowDownSquare } from '../icons/square-arrow-down';
502
502
 
@@ -530,15 +530,15 @@ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
530
530
  // SquareAsterisk aliases
531
531
  export { default as AsteriskSquare } from '../icons/square-asterisk';
532
532
 
533
+ // SquareBottomDashedScissors aliases
534
+ export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
535
+
533
536
  // SquareChartGantt aliases
534
537
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
535
538
 
536
539
  // SquareChartGantt aliases
537
540
  export { default as SquareGanttChart } from '../icons/square-chart-gantt';
538
541
 
539
- // SquareBottomDashedScissors aliases
540
- export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
541
-
542
542
  // SquareCheckBig aliases
543
543
  export { default as CheckSquare } from '../icons/square-check-big';
544
544
 
@@ -602,6 +602,9 @@ export { default as Inspect } from '../icons/square-mouse-pointer';
602
602
  // SquareParkingOff aliases
603
603
  export { default as ParkingSquareOff } from '../icons/square-parking-off';
604
604
 
605
+ // SquareParking aliases
606
+ export { default as ParkingSquare } from '../icons/square-parking';
607
+
605
608
  // SquarePen aliases
606
609
  export { default as PenBox } from '../icons/square-pen';
607
610
 
@@ -611,9 +614,6 @@ export { default as Edit } from '../icons/square-pen';
611
614
  // SquarePen aliases
612
615
  export { default as PenSquare } from '../icons/square-pen';
613
616
 
614
- // SquareParking aliases
615
- export { default as ParkingSquare } from '../icons/square-parking';
616
-
617
617
  // SquarePercent aliases
618
618
  export { default as PercentSquare } from '../icons/square-percent';
619
619
 
@@ -659,12 +659,12 @@ export {
659
659
  // SquareUser aliases
660
660
  export { default as UserSquare } from '../icons/square-user';
661
661
 
662
- // TestTubeDiagonal aliases
663
- export { default as TestTube2 } from '../icons/test-tube-diagonal';
664
-
665
662
  // SquareX aliases
666
663
  export { default as XSquare } from '../icons/square-x';
667
664
 
665
+ // TestTubeDiagonal aliases
666
+ export { default as TestTube2 } from '../icons/test-tube-diagonal';
667
+
668
668
  // TextSelect aliases
669
669
  export { default as TextSelection } from '../icons/text-select';
670
670
 
@@ -707,18 +707,18 @@ export {
707
707
  default as UserMinus2
708
708
  } from '../icons/user-round-minus';
709
709
 
710
- // UserRoundX aliases
711
- export {
712
- /** @deprecated */
713
- default as UserX2
714
- } from '../icons/user-round-x';
715
-
716
710
  // UserRoundPlus aliases
717
711
  export {
718
712
  /** @deprecated */
719
713
  default as UserPlus2
720
714
  } from '../icons/user-round-plus';
721
715
 
716
+ // UserRoundX aliases
717
+ export {
718
+ /** @deprecated */
719
+ default as UserX2
720
+ } from '../icons/user-round-x';
721
+
722
722
  // UserRound aliases
723
723
  export {
724
724
  /** @deprecated */