@lucide/astro 0.560.0 → 0.562.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.560.0",
3
+ "version": "0.562.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -53,36 +53,36 @@ export {
53
53
  default as ArrowUpZa
54
54
  } from '../icons/arrow-up-z-a';
55
55
 
56
- // Axis3d aliases
57
- export {
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 */
59
- default as Axis3D
60
- } from '../icons/axis-3d';
61
-
62
56
  // BadgeCheck aliases
63
57
  export {
64
58
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
65
59
  default as Verified
66
60
  } from '../icons/badge-check';
67
61
 
62
+ // Axis3d aliases
63
+ export {
64
+ /** @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 */
65
+ default as Axis3D
66
+ } from '../icons/axis-3d';
67
+
68
68
  // BadgeQuestionMark aliases
69
69
  export {
70
70
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
71
71
  default as BadgeHelp
72
72
  } from '../icons/badge-question-mark';
73
73
 
74
- // BetweenHorizontalEnd aliases
75
- export {
76
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
77
- default as BetweenHorizonalEnd
78
- } from '../icons/between-horizontal-end';
79
-
80
74
  // BetweenHorizontalStart aliases
81
75
  export {
82
76
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
83
77
  default as BetweenHorizonalStart
84
78
  } from '../icons/between-horizontal-start';
85
79
 
80
+ // BetweenHorizontalEnd aliases
81
+ export {
82
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
83
+ default as BetweenHorizonalEnd
84
+ } from '../icons/between-horizontal-end';
85
+
86
86
  // BookDashed aliases
87
87
  export {
88
88
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
@@ -107,36 +107,36 @@ export {
107
107
  default as AreaChart
108
108
  } from '../icons/chart-area';
109
109
 
110
- // ChartBar aliases
111
- export {
112
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
113
- default as BarChartHorizontal
114
- } from '../icons/chart-bar';
115
-
116
110
  // ChartBarBig aliases
117
111
  export {
118
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
119
113
  default as BarChartHorizontalBig
120
114
  } from '../icons/chart-bar-big';
121
115
 
116
+ // ChartBar aliases
117
+ export {
118
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
121
+
122
122
  // ChartCandlestick aliases
123
123
  export {
124
124
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
125
125
  default as CandlestickChart
126
126
  } from '../icons/chart-candlestick';
127
127
 
128
- // ChartColumnIncreasing aliases
129
- export {
130
- /** @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 */
131
- default as BarChart4
132
- } from '../icons/chart-column-increasing';
133
-
134
128
  // ChartColumnBig aliases
135
129
  export {
136
130
  /** @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 */
137
131
  default as BarChartBig
138
132
  } from '../icons/chart-column-big';
139
133
 
134
+ // ChartColumnIncreasing aliases
135
+ export {
136
+ /** @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 */
137
+ default as BarChart4
138
+ } from '../icons/chart-column-increasing';
139
+
140
140
  // ChartColumn aliases
141
141
  export {
142
142
  /** @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 */
@@ -203,18 +203,18 @@ export {
203
203
  default as ArrowLeftCircle
204
204
  } from '../icons/circle-arrow-left';
205
205
 
206
- // CircleArrowOutDownRight aliases
207
- export {
208
- /** @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 */
209
- default as ArrowDownRightFromCircle
210
- } from '../icons/circle-arrow-out-down-right';
211
-
212
206
  // CircleArrowOutDownLeft aliases
213
207
  export {
214
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 */
215
209
  default as ArrowDownLeftFromCircle
216
210
  } from '../icons/circle-arrow-out-down-left';
217
211
 
212
+ // CircleArrowOutDownRight aliases
213
+ export {
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 */
215
+ default as ArrowDownRightFromCircle
216
+ } from '../icons/circle-arrow-out-down-right';
217
+
218
218
  // CircleArrowOutUpLeft aliases
219
219
  export {
220
220
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
@@ -425,18 +425,18 @@ export {
425
425
  default as TableConfig
426
426
  } from '../icons/columns-3-cog';
427
427
 
428
- // ContactRound aliases
429
- export {
430
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
431
- default as Contact2
432
- } from '../icons/contact-round';
433
-
434
428
  // Columns3 aliases
435
429
  export {
436
430
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
437
431
  default as PanelsLeftRight
438
432
  } from '../icons/columns-3';
439
433
 
434
+ // ContactRound aliases
435
+ export {
436
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
437
+ default as Contact2
438
+ } from '../icons/contact-round';
439
+
440
440
  // DiamondPercent aliases
441
441
  export {
442
442
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
@@ -497,23 +497,17 @@ export {
497
497
  default as FileBarChart2
498
498
  } from '../icons/file-chart-column';
499
499
 
500
- // FileChartLine aliases
501
- export {
502
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
503
- default as FileLineChart
504
- } from '../icons/file-chart-line';
505
-
506
500
  // FileChartPie aliases
507
501
  export {
508
502
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
509
503
  default as FilePieChart
510
504
  } from '../icons/file-chart-pie';
511
505
 
512
- // FileCheckCorner aliases
506
+ // FileChartLine aliases
513
507
  export {
514
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
515
- default as FileCheck2
516
- } from '../icons/file-check-corner';
508
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
509
+ default as FileLineChart
510
+ } from '../icons/file-chart-line';
517
511
 
518
512
  // FileCodeCorner aliases
519
513
  export {
@@ -521,6 +515,12 @@ export {
521
515
  default as FileCode2
522
516
  } from '../icons/file-code-corner';
523
517
 
518
+ // FileCheckCorner aliases
519
+ export {
520
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
521
+ default as FileCheck2
522
+ } from '../icons/file-check-corner';
523
+
524
524
  // FileCog aliases
525
525
  export {
526
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
@@ -659,18 +659,18 @@ export {
659
659
  default as GitCommit
660
660
  } from '../icons/git-commit-horizontal';
661
661
 
662
- // Grid2x2Plus aliases
663
- export {
664
- /** @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 */
665
- default as Grid2X2Plus
666
- } from '../icons/grid-2x2-plus';
667
-
668
662
  // Grid2x2Check aliases
669
663
  export {
670
664
  /** @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 */
671
665
  default as Grid2X2Check
672
666
  } from '../icons/grid-2x2-check';
673
667
 
668
+ // Grid2x2Plus aliases
669
+ export {
670
+ /** @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 */
671
+ default as Grid2X2Plus
672
+ } from '../icons/grid-2x2-plus';
673
+
674
674
  // Grid2x2X aliases
675
675
  export {
676
676
  /** @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 */
@@ -707,18 +707,18 @@ export {
707
707
  default as HelpingHand
708
708
  } from '../icons/hand-helping';
709
709
 
710
- // House aliases
711
- export {
712
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
713
- default as Home
714
- } from '../icons/house';
715
-
716
710
  // IceCreamBowl aliases
717
711
  export {
718
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
719
713
  default as IceCream2
720
714
  } from '../icons/ice-cream-bowl';
721
715
 
716
+ // House aliases
717
+ export {
718
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
719
+ default as Home
720
+ } from '../icons/house';
721
+
722
722
  // IceCreamCone aliases
723
723
  export {
724
724
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
@@ -1127,18 +1127,18 @@ export {
1127
1127
  default as DivideSquare
1128
1128
  } from '../icons/square-divide';
1129
1129
 
1130
- // SquareDot aliases
1131
- export {
1132
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1133
- default as DotSquare
1134
- } from '../icons/square-dot';
1135
-
1136
1130
  // SquareEqual aliases
1137
1131
  export {
1138
1132
  /** @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 */
1139
1133
  default as EqualSquare
1140
1134
  } from '../icons/square-equal';
1141
1135
 
1136
+ // SquareDot aliases
1137
+ export {
1138
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1139
+ default as DotSquare
1140
+ } from '../icons/square-dot';
1141
+
1142
1142
  // SquareFunction aliases
1143
1143
  export {
1144
1144
  /** @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 */
@@ -1193,6 +1193,12 @@ export {
1193
1193
  default as ParkingSquare
1194
1194
  } from '../icons/square-parking';
1195
1195
 
1196
+ // SquarePercent aliases
1197
+ export {
1198
+ /** @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 */
1199
+ default as PercentSquare
1200
+ } from '../icons/square-percent';
1201
+
1196
1202
  // SquarePen aliases
1197
1203
  export {
1198
1204
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
@@ -1211,12 +1217,6 @@ export {
1211
1217
  default as PenSquare
1212
1218
  } from '../icons/square-pen';
1213
1219
 
1214
- // SquarePercent aliases
1215
- export {
1216
- /** @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 */
1217
- default as PercentSquare
1218
- } from '../icons/square-percent';
1219
-
1220
1220
  // SquarePi aliases
1221
1221
  export {
1222
1222
  /** @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 */