@lucide/astro 0.520.0 → 0.522.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.520.0",
3
+ "version": "0.522.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -53,15 +53,15 @@ export { default as BookTemplate } from '../icons/book-dashed';
53
53
  // Braces aliases
54
54
  export { default as CurlyBraces } from '../icons/braces';
55
55
 
56
+ // Captions aliases
57
+ export { default as Subtitles } from '../icons/captions';
58
+
56
59
  // ChartArea aliases
57
60
  export {
58
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 */
59
62
  default as AreaChart
60
63
  } from '../icons/chart-area';
61
64
 
62
- // Captions aliases
63
- export { default as Subtitles } from '../icons/captions';
64
-
65
65
  // ChartBarBig aliases
66
66
  export {
67
67
  /** @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 */
@@ -116,18 +116,18 @@ export {
116
116
  default as BarChart2
117
117
  } from '../icons/chart-no-axes-column';
118
118
 
119
- // ChartPie aliases
120
- export {
121
- /** @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 */
122
- default as PieChart
123
- } from '../icons/chart-pie';
124
-
125
119
  // ChartNoAxesGantt aliases
126
120
  export {
127
121
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
128
122
  default as GanttChart
129
123
  } from '../icons/chart-no-axes-gantt';
130
124
 
125
+ // ChartPie aliases
126
+ export {
127
+ /** @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 */
128
+ default as PieChart
129
+ } from '../icons/chart-pie';
130
+
131
131
  // ChartScatter aliases
132
132
  export {
133
133
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
@@ -170,12 +170,12 @@ export { default as CheckCircle2 } from '../icons/circle-check';
170
170
  // CircleChevronDown aliases
171
171
  export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
172
172
 
173
- // CircleChevronRight aliases
174
- export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
175
-
176
173
  // CircleChevronLeft aliases
177
174
  export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
178
175
 
176
+ // CircleChevronRight aliases
177
+ export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
178
+
179
179
  // CircleChevronUp aliases
180
180
  export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
181
181
 
@@ -188,12 +188,12 @@ export { default as GaugeCircle } from '../icons/circle-gauge';
188
188
  // CircleMinus aliases
189
189
  export { default as MinusCircle } from '../icons/circle-minus';
190
190
 
191
- // CircleParking aliases
192
- export { default as ParkingCircle } from '../icons/circle-parking';
193
-
194
191
  // CircleParkingOff aliases
195
192
  export { default as ParkingCircleOff } from '../icons/circle-parking-off';
196
193
 
194
+ // CircleParking aliases
195
+ export { default as ParkingCircle } from '../icons/circle-parking';
196
+
197
197
  // CirclePause aliases
198
198
  export { default as PauseCircle } from '../icons/circle-pause';
199
199
 
@@ -206,15 +206,15 @@ export { default as PlayCircle } from '../icons/circle-play';
206
206
  // CirclePlus aliases
207
207
  export { default as PlusCircle } from '../icons/circle-plus';
208
208
 
209
+ // CirclePower aliases
210
+ export { default as PowerCircle } from '../icons/circle-power';
211
+
209
212
  // CircleQuestionMark aliases
210
213
  export { default as HelpCircle } from '../icons/circle-question-mark';
211
214
 
212
215
  // CircleQuestionMark aliases
213
216
  export { default as CircleHelp } from '../icons/circle-question-mark';
214
217
 
215
- // CirclePower aliases
216
- export { default as PowerCircle } from '../icons/circle-power';
217
-
218
218
  // CircleSlash2 aliases
219
219
  export { default as CircleSlashed } from '../icons/circle-slash-2';
220
220
 
@@ -284,15 +284,15 @@ export { default as MoreVertical } from '../icons/ellipsis-vertical';
284
284
  // Ellipsis aliases
285
285
  export { default as MoreHorizontal } from '../icons/ellipsis';
286
286
 
287
+ // FileAxis3d aliases
288
+ export { default as FileAxis3D } from '../icons/file-axis-3d';
289
+
287
290
  // FileChartColumnIncreasing aliases
288
291
  export {
289
292
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
290
293
  default as FileBarChart
291
294
  } from '../icons/file-chart-column-increasing';
292
295
 
293
- // FileAxis3d aliases
294
- export { default as FileAxis3D } from '../icons/file-axis-3d';
295
-
296
296
  // FileChartColumn aliases
297
297
  export {
298
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
@@ -347,12 +347,12 @@ export {
347
347
  default as Filter
348
348
  } from '../icons/funnel';
349
349
 
350
- // Grid2x2Check aliases
351
- export { default as Grid2X2Check } from '../icons/grid-2x2-check';
352
-
353
350
  // GitCommitHorizontal aliases
354
351
  export { default as GitCommit } from '../icons/git-commit-horizontal';
355
352
 
353
+ // Grid2x2Check aliases
354
+ export { default as Grid2X2Check } from '../icons/grid-2x2-check';
355
+
356
356
  // Grid2x2Plus aliases
357
357
  export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
358
358
 
@@ -383,12 +383,12 @@ export {
383
383
  // IceCreamCone aliases
384
384
  export { default as IceCream } from '../icons/ice-cream-cone';
385
385
 
386
- // IndentIncrease aliases
387
- export { default as Indent } from '../icons/indent-increase';
388
-
389
386
  // IndentDecrease aliases
390
387
  export { default as Outdent } from '../icons/indent-decrease';
391
388
 
389
+ // IndentIncrease aliases
390
+ export { default as Indent } from '../icons/indent-increase';
391
+
392
392
  // LaptopMinimal aliases
393
393
  export {
394
394
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
@@ -401,12 +401,12 @@ export { default as Layers3 } from '../icons/layers';
401
401
  // LoaderCircle aliases
402
402
  export { default as Loader2 } from '../icons/loader-circle';
403
403
 
404
- // LockOpen aliases
405
- export { default as Unlock } from '../icons/lock-open';
406
-
407
404
  // LockKeyholeOpen aliases
408
405
  export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
409
406
 
407
+ // LockOpen aliases
408
+ export { default as Unlock } from '../icons/lock-open';
409
+
410
410
  // MailQuestionMark aliases
411
411
  export { default as MailQuestion } from '../icons/mail-question-mark';
412
412
 
@@ -473,12 +473,12 @@ export {
473
473
  // PlugZap aliases
474
474
  export { default as PlugZap2 } from '../icons/plug-zap';
475
475
 
476
- // Rotate3d aliases
477
- export { default as Rotate3D } from '../icons/rotate-3d';
478
-
479
476
  // RectangleEllipsis aliases
480
477
  export { default as FormInput } from '../icons/rectangle-ellipsis';
481
478
 
479
+ // Rotate3d aliases
480
+ export { default as Rotate3D } from '../icons/rotate-3d';
481
+
482
482
  // Rows2 aliases
483
483
  export { default as Rows } from '../icons/rows-2';
484
484
 
@@ -521,12 +521,12 @@ export { default as ArrowDownSquare } from '../icons/square-arrow-down';
521
521
  // SquareArrowLeft aliases
522
522
  export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
523
523
 
524
- // SquareArrowOutDownRight aliases
525
- export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
526
-
527
524
  // SquareArrowOutDownLeft aliases
528
525
  export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
529
526
 
527
+ // SquareArrowOutDownRight aliases
528
+ export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
529
+
530
530
  // SquareArrowOutUpLeft aliases
531
531
  export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
532
532
 
@@ -632,12 +632,12 @@ export { default as Edit } from '../icons/square-pen';
632
632
  // SquarePen aliases
633
633
  export { default as PenSquare } from '../icons/square-pen';
634
634
 
635
- // SquarePi aliases
636
- export { default as PiSquare } from '../icons/square-pi';
637
-
638
635
  // SquarePercent aliases
639
636
  export { default as PercentSquare } from '../icons/square-percent';
640
637
 
638
+ // SquarePi aliases
639
+ export { default as PiSquare } from '../icons/square-pi';
640
+
641
641
  // SquarePilcrow aliases
642
642
  export { default as PilcrowSquare } from '../icons/square-pilcrow';
643
643
 
@@ -656,15 +656,15 @@ export { default as ScissorsSquare } from '../icons/square-scissors';
656
656
  // SquareSigma aliases
657
657
  export { default as SigmaSquare } from '../icons/square-sigma';
658
658
 
659
+ // SquareSlash aliases
660
+ export { default as SlashSquare } from '../icons/square-slash';
661
+
659
662
  // SquareSplitHorizontal aliases
660
663
  export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
661
664
 
662
665
  // SquareSplitVertical aliases
663
666
  export { default as SplitSquareVertical } from '../icons/square-split-vertical';
664
667
 
665
- // SquareSlash aliases
666
- export { default as SlashSquare } from '../icons/square-slash';
667
-
668
668
  // SquareTerminal aliases
669
669
  export { default as TerminalSquare } from '../icons/square-terminal';
670
670
 
@@ -686,12 +686,12 @@ export { default as TestTube2 } from '../icons/test-tube-diagonal';
686
686
  // TextSelect aliases
687
687
  export { default as TextSelection } from '../icons/text-select';
688
688
 
689
- // TramFront aliases
690
- export { default as Train } from '../icons/tram-front';
691
-
692
689
  // TreePalm aliases
693
690
  export { default as Palmtree } from '../icons/tree-palm';
694
691
 
692
+ // TramFront aliases
693
+ export { default as Train } from '../icons/tram-front';
694
+
695
695
  // TriangleAlert aliases
696
696
  export { default as AlertTriangle } from '../icons/triangle-alert';
697
697
 
@@ -713,18 +713,18 @@ export {
713
713
  default as UserCheck2
714
714
  } from '../icons/user-round-check';
715
715
 
716
- // UserRoundMinus aliases
717
- export {
718
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
719
- default as UserMinus2
720
- } from '../icons/user-round-minus';
721
-
722
716
  // UserRoundCog aliases
723
717
  export {
724
718
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
725
719
  default as UserCog2
726
720
  } from '../icons/user-round-cog';
727
721
 
722
+ // UserRoundMinus aliases
723
+ export {
724
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
725
+ default as UserMinus2
726
+ } from '../icons/user-round-minus';
727
+
728
728
  // UserRoundPlus aliases
729
729
  export {
730
730
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */