@lucide/astro 0.522.0 → 0.524.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.522.0",
3
+ "version": "0.524.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -278,12 +278,12 @@ export {
278
278
  default as Globe2
279
279
  } from '../icons/earth';
280
280
 
281
- // EllipsisVertical aliases
282
- export { default as MoreVertical } from '../icons/ellipsis-vertical';
283
-
284
281
  // Ellipsis aliases
285
282
  export { default as MoreHorizontal } from '../icons/ellipsis';
286
283
 
284
+ // EllipsisVertical aliases
285
+ export { default as MoreVertical } from '../icons/ellipsis-vertical';
286
+
287
287
  // FileAxis3d aliases
288
288
  export { default as FileAxis3D } from '../icons/file-axis-3d';
289
289
 
@@ -404,12 +404,12 @@ export { default as Loader2 } from '../icons/loader-circle';
404
404
  // LockKeyholeOpen aliases
405
405
  export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
406
406
 
407
- // LockOpen aliases
408
- export { default as Unlock } from '../icons/lock-open';
409
-
410
407
  // MailQuestionMark aliases
411
408
  export { default as MailQuestion } from '../icons/mail-question-mark';
412
409
 
410
+ // LockOpen aliases
411
+ export { default as Unlock } from '../icons/lock-open';
412
+
413
413
  // MessageCircleQuestionMark aliases
414
414
  export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
415
415
 
@@ -419,12 +419,12 @@ export {
419
419
  default as Mic2
420
420
  } from '../icons/mic-vocal';
421
421
 
422
- // Move3d aliases
423
- export { default as Move3D } from '../icons/move-3d';
424
-
425
422
  // OctagonAlert aliases
426
423
  export { default as AlertOctagon } from '../icons/octagon-alert';
427
424
 
425
+ // Move3d aliases
426
+ export { default as Move3D } from '../icons/move-3d';
427
+
428
428
  // OctagonPause aliases
429
429
  export { default as PauseOctagon } from '../icons/octagon-pause';
430
430
 
@@ -452,12 +452,12 @@ export { default as Sidebar } from '../icons/panel-left';
452
452
  // PanelRightDashed aliases
453
453
  export { default as PanelRightInactive } from '../icons/panel-right-dashed';
454
454
 
455
- // PanelsTopLeft aliases
456
- export { default as Layout } from '../icons/panels-top-left';
457
-
458
455
  // PanelTopDashed aliases
459
456
  export { default as PanelTopInactive } from '../icons/panel-top-dashed';
460
457
 
458
+ // PanelsTopLeft aliases
459
+ export { default as Layout } from '../icons/panels-top-left';
460
+
461
461
  // PenLine aliases
462
462
  export {
463
463
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
@@ -470,12 +470,12 @@ export {
470
470
  default as Edit2
471
471
  } from '../icons/pen';
472
472
 
473
- // PlugZap aliases
474
- export { default as PlugZap2 } from '../icons/plug-zap';
475
-
476
473
  // RectangleEllipsis aliases
477
474
  export { default as FormInput } from '../icons/rectangle-ellipsis';
478
475
 
476
+ // PlugZap aliases
477
+ export { default as PlugZap2 } from '../icons/plug-zap';
478
+
479
479
  // Rotate3d aliases
480
480
  export { default as Rotate3D } from '../icons/rotate-3d';
481
481
 
@@ -581,12 +581,12 @@ export { default as CodeSquare } from '../icons/square-code';
581
581
  // SquareDashedKanban aliases
582
582
  export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
583
583
 
584
- // SquareDashedMousePointer aliases
585
- export { default as MousePointerSquareDashed } from '../icons/square-dashed-mouse-pointer';
586
-
587
584
  // SquareDashed aliases
588
585
  export { default as BoxSelect } from '../icons/square-dashed';
589
586
 
587
+ // SquareDashedMousePointer aliases
588
+ export { default as MousePointerSquareDashed } from '../icons/square-dashed-mouse-pointer';
589
+
590
590
  // SquareDivide aliases
591
591
  export { default as DivideSquare } from '../icons/square-divide';
592
592
 
@@ -638,12 +638,12 @@ export { default as PercentSquare } from '../icons/square-percent';
638
638
  // SquarePi aliases
639
639
  export { default as PiSquare } from '../icons/square-pi';
640
640
 
641
- // SquarePilcrow aliases
642
- export { default as PilcrowSquare } from '../icons/square-pilcrow';
643
-
644
641
  // SquarePlay aliases
645
642
  export { default as PlaySquare } from '../icons/square-play';
646
643
 
644
+ // SquarePilcrow aliases
645
+ export { default as PilcrowSquare } from '../icons/square-pilcrow';
646
+
647
647
  // SquarePlus aliases
648
648
  export { default as PlusSquare } from '../icons/square-plus';
649
649
 
@@ -662,9 +662,6 @@ export { default as SlashSquare } from '../icons/square-slash';
662
662
  // SquareSplitHorizontal aliases
663
663
  export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
664
664
 
665
- // SquareSplitVertical aliases
666
- export { default as SplitSquareVertical } from '../icons/square-split-vertical';
667
-
668
665
  // SquareTerminal aliases
669
666
  export { default as TerminalSquare } from '../icons/square-terminal';
670
667
 
@@ -674,6 +671,9 @@ export {
674
671
  default as UserSquare2
675
672
  } from '../icons/square-user-round';
676
673
 
674
+ // SquareSplitVertical aliases
675
+ export { default as SplitSquareVertical } from '../icons/square-split-vertical';
676
+
677
677
  // SquareUser aliases
678
678
  export { default as UserSquare } from '../icons/square-user';
679
679
 
@@ -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
- // TreePalm aliases
690
- export { default as Palmtree } from '../icons/tree-palm';
691
-
692
689
  // TramFront aliases
693
690
  export { default as Train } from '../icons/tram-front';
694
691
 
692
+ // TreePalm aliases
693
+ export { default as Palmtree } from '../icons/tree-palm';
694
+
695
695
  // TriangleAlert aliases
696
696
  export { default as AlertTriangle } from '../icons/triangle-alert';
697
697