@lucide/astro 1.22.0 → 1.23.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": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -149,6 +149,12 @@ export {
149
149
  default as LineChart
150
150
  } from '../icons/chart-line';
151
151
 
152
+ // ChartNoAxesColumn aliases
153
+ export {
154
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
155
+ default as BarChart2
156
+ } from '../icons/chart-no-axes-column';
157
+
152
158
  // ChartNoAxesColumnIncreasing aliases
153
159
  export {
154
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
@@ -161,12 +167,6 @@ export {
161
167
  default as GanttChart
162
168
  } from '../icons/chart-no-axes-gantt';
163
169
 
164
- // ChartNoAxesColumn aliases
165
- export {
166
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
167
- default as BarChart2
168
- } from '../icons/chart-no-axes-column';
169
-
170
170
  // ChartPie aliases
171
171
  export {
172
172
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
@@ -179,18 +179,18 @@ export {
179
179
  default as ScatterChart
180
180
  } from '../icons/chart-scatter';
181
181
 
182
- // CircleAlert aliases
183
- export {
184
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
185
- default as AlertCircle
186
- } from '../icons/circle-alert';
187
-
188
182
  // CircleArrowDown aliases
189
183
  export {
190
184
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
191
185
  default as ArrowDownCircle
192
186
  } from '../icons/circle-arrow-down';
193
187
 
188
+ // CircleAlert aliases
189
+ export {
190
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
191
+ default as AlertCircle
192
+ } from '../icons/circle-alert';
193
+
194
194
  // CircleArrowLeft aliases
195
195
  export {
196
196
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
@@ -299,18 +299,18 @@ export {
299
299
  default as ParkingCircle
300
300
  } from '../icons/circle-parking';
301
301
 
302
- // CirclePause aliases
303
- export {
304
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
305
- default as PauseCircle
306
- } from '../icons/circle-pause';
307
-
308
302
  // CirclePercent aliases
309
303
  export {
310
304
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
311
305
  default as PercentCircle
312
306
  } from '../icons/circle-percent';
313
307
 
308
+ // CirclePause aliases
309
+ export {
310
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
311
+ default as PauseCircle
312
+ } from '../icons/circle-pause';
313
+
314
314
  // CirclePlay aliases
315
315
  export {
316
316
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
@@ -341,18 +341,18 @@ export {
341
341
  default as CircleHelp
342
342
  } from '../icons/circle-question-mark';
343
343
 
344
- // CircleSlash2 aliases
345
- export {
346
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
347
- default as CircleSlashed
348
- } from '../icons/circle-slash-2';
349
-
350
344
  // CircleStop aliases
351
345
  export {
352
346
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
353
347
  default as StopCircle
354
348
  } from '../icons/circle-stop';
355
349
 
350
+ // CircleSlash2 aliases
351
+ export {
352
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
353
+ default as CircleSlashed
354
+ } from '../icons/circle-slash-2';
355
+
356
356
  // CircleUserRound aliases
357
357
  export {
358
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
@@ -425,18 +425,18 @@ export {
425
425
  default as PanelsLeftRight
426
426
  } from '../icons/columns-3';
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
  // DiamondPercent aliases
435
429
  export {
436
430
  /** @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 */
437
431
  default as PercentDiamond
438
432
  } from '../icons/diamond-percent';
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
  // Earth aliases
441
441
  export {
442
442
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
@@ -611,18 +611,18 @@ export {
611
611
  default as FileVideo2
612
612
  } from '../icons/file-video-camera';
613
613
 
614
- // FileXCorner aliases
615
- export {
616
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
617
- default as FileX2
618
- } from '../icons/file-x-corner';
619
-
620
614
  // FingerprintPattern aliases
621
615
  export {
622
616
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
623
617
  default as Fingerprint
624
618
  } from '../icons/fingerprint-pattern';
625
619
 
620
+ // FileXCorner aliases
621
+ export {
622
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
623
+ default as FileX2
624
+ } from '../icons/file-x-corner';
625
+
626
626
  // FolderCog aliases
627
627
  export {
628
628
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
@@ -803,18 +803,18 @@ export {
803
803
  default as Move3D
804
804
  } from '../icons/move-3d';
805
805
 
806
- // OctagonAlert aliases
807
- export {
808
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
809
- default as AlertOctagon
810
- } from '../icons/octagon-alert';
811
-
812
806
  // OctagonPause aliases
813
807
  export {
814
808
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
815
809
  default as PauseOctagon
816
810
  } from '../icons/octagon-pause';
817
811
 
812
+ // OctagonAlert aliases
813
+ export {
814
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
815
+ default as AlertOctagon
816
+ } from '../icons/octagon-alert';
817
+
818
818
  // OctagonX aliases
819
819
  export {
820
820
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
@@ -881,18 +881,18 @@ export {
881
881
  default as Edit3
882
882
  } from '../icons/pen-line';
883
883
 
884
- // Pen aliases
885
- export {
886
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
887
- default as Edit2
888
- } from '../icons/pen';
889
-
890
884
  // PlugZap aliases
891
885
  export {
892
886
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
893
887
  default as PlugZap2
894
888
  } from '../icons/plug-zap';
895
889
 
890
+ // Pen aliases
891
+ export {
892
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
893
+ default as Edit2
894
+ } from '../icons/pen';
895
+
896
896
  // RectangleEllipsis aliases
897
897
  export {
898
898
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
@@ -935,12 +935,6 @@ export {
935
935
  default as ShieldQuestion
936
936
  } from '../icons/shield-question-mark';
937
937
 
938
- // ShieldX aliases
939
- export {
940
- /** @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 */
941
- default as ShieldClose
942
- } from '../icons/shield-x';
943
-
944
938
  // SlidersVertical aliases
945
939
  export {
946
940
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
@@ -959,6 +953,12 @@ export {
959
953
  default as ActivitySquare
960
954
  } from '../icons/square-activity';
961
955
 
956
+ // ShieldX aliases
957
+ export {
958
+ /** @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 */
959
+ default as ShieldClose
960
+ } from '../icons/shield-x';
961
+
962
962
  // SquareArrowDownLeft aliases
963
963
  export {
964
964
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
@@ -1019,41 +1019,35 @@ export {
1019
1019
  default as ArrowUpLeftSquare
1020
1020
  } from '../icons/square-arrow-up-left';
1021
1021
 
1022
- // SquareArrowUp aliases
1023
- export {
1024
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1025
- default as ArrowUpSquare
1026
- } from '../icons/square-arrow-up';
1027
-
1028
1022
  // SquareArrowUpRight aliases
1029
1023
  export {
1030
1024
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
1031
1025
  default as ArrowUpRightSquare
1032
1026
  } from '../icons/square-arrow-up-right';
1033
1027
 
1028
+ // SquareArrowUp aliases
1029
+ export {
1030
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1031
+ default as ArrowUpSquare
1032
+ } from '../icons/square-arrow-up';
1033
+
1034
1034
  // SquareAsterisk aliases
1035
1035
  export {
1036
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
1037
1037
  default as AsteriskSquare
1038
1038
  } from '../icons/square-asterisk';
1039
1039
 
1040
- // SquareBottomDashedScissors aliases
1041
- export {
1042
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
1043
- default as ScissorsSquareDashedBottom
1044
- } from '../icons/square-bottom-dashed-scissors';
1045
-
1046
1040
  // SquareCenterlineDashedHorizontal aliases
1047
1041
  export {
1048
1042
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
1049
1043
  default as FlipHorizontal
1050
1044
  } from '../icons/square-centerline-dashed-horizontal';
1051
1045
 
1052
- // SquareCenterlineDashedVertical aliases
1046
+ // SquareBottomDashedScissors aliases
1053
1047
  export {
1054
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
1055
- default as FlipVertical
1056
- } from '../icons/square-centerline-dashed-vertical';
1048
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
1049
+ default as ScissorsSquareDashedBottom
1050
+ } from '../icons/square-bottom-dashed-scissors';
1057
1051
 
1058
1052
  // SquareChartGantt aliases
1059
1053
  export {
@@ -1067,6 +1061,12 @@ export {
1067
1061
  default as SquareGanttChart
1068
1062
  } from '../icons/square-chart-gantt';
1069
1063
 
1064
+ // SquareCenterlineDashedVertical aliases
1065
+ export {
1066
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
1067
+ default as FlipVertical
1068
+ } from '../icons/square-centerline-dashed-vertical';
1069
+
1070
1070
  // SquareCheckBig aliases
1071
1071
  export {
1072
1072
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */