@lucide/astro 0.521.0 → 0.523.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.521.0",
3
+ "version": "0.523.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -50,12 +50,12 @@ export {
50
50
  // BookDashed aliases
51
51
  export { default as BookTemplate } from '../icons/book-dashed';
52
52
 
53
- // Captions aliases
54
- export { default as Subtitles } from '../icons/captions';
55
-
56
53
  // Braces aliases
57
54
  export { default as CurlyBraces } from '../icons/braces';
58
55
 
56
+ // Captions aliases
57
+ export { default as Subtitles } from '../icons/captions';
58
+
59
59
  // ChartArea aliases
60
60
  export {
61
61
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
@@ -80,18 +80,18 @@ export {
80
80
  default as CandlestickChart
81
81
  } from '../icons/chart-candlestick';
82
82
 
83
- // ChartColumnBig aliases
84
- export {
85
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
86
- default as BarChartBig
87
- } from '../icons/chart-column-big';
88
-
89
83
  // ChartColumnIncreasing aliases
90
84
  export {
91
85
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
92
86
  default as BarChart4
93
87
  } from '../icons/chart-column-increasing';
94
88
 
89
+ // ChartColumnBig aliases
90
+ export {
91
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
92
+ default as BarChartBig
93
+ } from '../icons/chart-column-big';
94
+
95
95
  // ChartColumn aliases
96
96
  export {
97
97
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
@@ -161,12 +161,12 @@ export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
161
161
  // CircleArrowUp aliases
162
162
  export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
163
163
 
164
- // CircleCheckBig aliases
165
- export { default as CheckCircle } from '../icons/circle-check-big';
166
-
167
164
  // CircleCheck aliases
168
165
  export { default as CheckCircle2 } from '../icons/circle-check';
169
166
 
167
+ // CircleCheckBig aliases
168
+ export { default as CheckCircle } from '../icons/circle-check-big';
169
+
170
170
  // CircleChevronDown aliases
171
171
  export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
172
172
 
@@ -548,15 +548,15 @@ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
548
548
  // SquareAsterisk aliases
549
549
  export { default as AsteriskSquare } from '../icons/square-asterisk';
550
550
 
551
+ // SquareBottomDashedScissors aliases
552
+ export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
553
+
551
554
  // SquareChartGantt aliases
552
555
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
553
556
 
554
557
  // SquareChartGantt aliases
555
558
  export { default as SquareGanttChart } from '../icons/square-chart-gantt';
556
559
 
557
- // SquareBottomDashedScissors aliases
558
- export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
559
-
560
560
  // SquareCheckBig aliases
561
561
  export { default as CheckSquare } from '../icons/square-check-big';
562
562
 
@@ -599,12 +599,12 @@ export { default as EqualSquare } from '../icons/square-equal';
599
599
  // SquareFunction aliases
600
600
  export { default as FunctionSquare } from '../icons/square-function';
601
601
 
602
- // SquareLibrary aliases
603
- export { default as LibrarySquare } from '../icons/square-library';
604
-
605
602
  // SquareKanban aliases
606
603
  export { default as KanbanSquare } from '../icons/square-kanban';
607
604
 
605
+ // SquareLibrary aliases
606
+ export { default as LibrarySquare } from '../icons/square-library';
607
+
608
608
  // SquareM aliases
609
609
  export { default as MSquare } from '../icons/square-m';
610
610
 
@@ -692,15 +692,15 @@ export { default as Train } from '../icons/tram-front';
692
692
  // TreePalm aliases
693
693
  export { default as Palmtree } from '../icons/tree-palm';
694
694
 
695
+ // TriangleAlert aliases
696
+ export { default as AlertTriangle } from '../icons/triangle-alert';
697
+
695
698
  // TvMinimal aliases
696
699
  export {
697
700
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
698
701
  default as Tv2
699
702
  } from '../icons/tv-minimal';
700
703
 
701
- // TriangleAlert aliases
702
- export { default as AlertTriangle } from '../icons/triangle-alert';
703
-
704
704
  // University aliases
705
705
  export {
706
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */