@lucide/astro 0.537.0 → 0.539.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.537.0",
3
+ "version": "0.539.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -221,18 +221,18 @@ export {
221
221
  default as ArrowUpRightFromCircle
222
222
  } from '../icons/circle-arrow-out-up-right';
223
223
 
224
- // CircleArrowUp aliases
225
- export {
226
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
227
- default as ArrowUpCircle
228
- } from '../icons/circle-arrow-up';
229
-
230
224
  // CircleArrowRight aliases
231
225
  export {
232
226
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
233
227
  default as ArrowRightCircle
234
228
  } from '../icons/circle-arrow-right';
235
229
 
230
+ // CircleArrowUp aliases
231
+ export {
232
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
233
+ default as ArrowUpCircle
234
+ } from '../icons/circle-arrow-up';
235
+
236
236
  // CircleCheckBig aliases
237
237
  export {
238
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
@@ -473,18 +473,18 @@ export {
473
473
  default as FileBarChart2
474
474
  } from '../icons/file-chart-column';
475
475
 
476
- // FileChartPie aliases
477
- export {
478
- /** @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 */
479
- default as FilePieChart
480
- } from '../icons/file-chart-pie';
481
-
482
476
  // FileChartLine aliases
483
477
  export {
484
478
  /** @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 */
485
479
  default as FileLineChart
486
480
  } from '../icons/file-chart-line';
487
481
 
482
+ // FileChartPie aliases
483
+ export {
484
+ /** @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 */
485
+ default as FilePieChart
486
+ } from '../icons/file-chart-pie';
487
+
488
488
  // FileCog aliases
489
489
  export {
490
490
  /** @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 */
@@ -803,6 +803,12 @@ export {
803
803
  default as PanelsTopBottom
804
804
  } from '../icons/rows-3';
805
805
 
806
+ // SendHorizontal aliases
807
+ export {
808
+ /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
809
+ default as SendHorizonal
810
+ } from '../icons/send-horizontal';
811
+
806
812
  // Scale3d aliases
807
813
  export {
808
814
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
@@ -815,12 +821,6 @@ export {
815
821
  default as ShieldQuestion
816
822
  } from '../icons/shield-question-mark';
817
823
 
818
- // SendHorizontal aliases
819
- export {
820
- /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
821
- default as SendHorizonal
822
- } from '../icons/send-horizontal';
823
-
824
824
  // ShieldX aliases
825
825
  export {
826
826
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
@@ -1139,18 +1139,18 @@ export {
1139
1139
  default as SigmaSquare
1140
1140
  } from '../icons/square-sigma';
1141
1141
 
1142
- // SquareSlash aliases
1143
- export {
1144
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
1145
- default as SlashSquare
1146
- } from '../icons/square-slash';
1147
-
1148
1142
  // SquareSplitHorizontal aliases
1149
1143
  export {
1150
1144
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
1151
1145
  default as SplitSquareHorizontal
1152
1146
  } from '../icons/square-split-horizontal';
1153
1147
 
1148
+ // SquareSlash aliases
1149
+ export {
1150
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
1151
+ default as SlashSquare
1152
+ } from '../icons/square-slash';
1153
+
1154
1154
  // SquareSplitVertical aliases
1155
1155
  export {
1156
1156
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
@@ -1199,18 +1199,18 @@ export {
1199
1199
  default as Train
1200
1200
  } from '../icons/tram-front';
1201
1201
 
1202
- // TreePalm aliases
1203
- export {
1204
- /** @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 */
1205
- default as Palmtree
1206
- } from '../icons/tree-palm';
1207
-
1208
1202
  // TriangleAlert aliases
1209
1203
  export {
1210
1204
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1211
1205
  default as AlertTriangle
1212
1206
  } from '../icons/triangle-alert';
1213
1207
 
1208
+ // TreePalm aliases
1209
+ export {
1210
+ /** @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 */
1211
+ default as Palmtree
1212
+ } from '../icons/tree-palm';
1213
+
1214
1214
  // TvMinimal aliases
1215
1215
  export {
1216
1216
  /** @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 */