@lucide/astro 0.532.0 → 0.534.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.532.0",
3
+ "version": "0.534.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -41,15 +41,15 @@ export {
41
41
  default as BetweenHorizonalEnd
42
42
  } from '../icons/between-horizontal-end';
43
43
 
44
+ // BookDashed aliases
45
+ export { default as BookTemplate } from '../icons/book-dashed';
46
+
44
47
  // BetweenHorizontalStart aliases
45
48
  export {
46
49
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
47
50
  default as BetweenHorizonalStart
48
51
  } from '../icons/between-horizontal-start';
49
52
 
50
- // BookDashed aliases
51
- export { default as BookTemplate } from '../icons/book-dashed';
52
-
53
53
  // Braces aliases
54
54
  export { default as CurlyBraces } from '../icons/braces';
55
55
 
@@ -173,12 +173,12 @@ export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
173
173
  // CircleChevronLeft aliases
174
174
  export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
175
175
 
176
- // CircleChevronUp aliases
177
- export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
178
-
179
176
  // CircleChevronRight aliases
180
177
  export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
181
178
 
179
+ // CircleChevronUp aliases
180
+ export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
181
+
182
182
  // CircleDivide aliases
183
183
  export { default as DivideCircle } from '../icons/circle-divide';
184
184
 
@@ -227,24 +227,24 @@ export {
227
227
  default as UserCircle2
228
228
  } from '../icons/circle-user-round';
229
229
 
230
- // CircleUser aliases
231
- export { default as UserCircle } from '../icons/circle-user';
232
-
233
230
  // CircleX aliases
234
231
  export { default as XCircle } from '../icons/circle-x';
235
232
 
233
+ // CircleUser aliases
234
+ export { default as UserCircle } from '../icons/circle-user';
235
+
236
236
  // ClipboardPenLine aliases
237
237
  export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
238
238
 
239
239
  // ClipboardPen aliases
240
240
  export { default as ClipboardEdit } from '../icons/clipboard-pen';
241
241
 
242
- // CloudDownload aliases
243
- export { default as DownloadCloud } from '../icons/cloud-download';
244
-
245
242
  // CloudUpload aliases
246
243
  export { default as UploadCloud } from '../icons/cloud-upload';
247
244
 
245
+ // CloudDownload aliases
246
+ export { default as DownloadCloud } from '../icons/cloud-download';
247
+
248
248
  // CodeXml aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
@@ -263,15 +263,15 @@ export { default as TableConfig } from '../icons/columns-3-cog';
263
263
  // Columns3 aliases
264
264
  export { default as PanelsLeftRight } from '../icons/columns-3';
265
265
 
266
- // DiamondPercent aliases
267
- export { default as PercentDiamond } from '../icons/diamond-percent';
268
-
269
266
  // ContactRound aliases
270
267
  export {
271
268
  /** @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 */
272
269
  default as Contact2
273
270
  } from '../icons/contact-round';
274
271
 
272
+ // DiamondPercent aliases
273
+ export { default as PercentDiamond } from '../icons/diamond-percent';
274
+
275
275
  // Earth aliases
276
276
  export {
277
277
  /** @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 */
@@ -299,18 +299,18 @@ export {
299
299
  default as FileBarChart2
300
300
  } from '../icons/file-chart-column';
301
301
 
302
- // FileChartPie aliases
303
- export {
304
- /** @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 */
305
- default as FilePieChart
306
- } from '../icons/file-chart-pie';
307
-
308
302
  // FileChartLine aliases
309
303
  export {
310
304
  /** @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 */
311
305
  default as FileLineChart
312
306
  } from '../icons/file-chart-line';
313
307
 
308
+ // FileChartPie aliases
309
+ export {
310
+ /** @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 */
311
+ default as FilePieChart
312
+ } from '../icons/file-chart-pie';
313
+
314
314
  // FileCog aliases
315
315
  export {
316
316
  /** @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 */
@@ -320,12 +320,12 @@ export {
320
320
  // FilePenLine aliases
321
321
  export { default as FileSignature } from '../icons/file-pen-line';
322
322
 
323
- // FilePlay aliases
324
- export { default as FileVideo } from '../icons/file-play';
325
-
326
323
  // FilePen aliases
327
324
  export { default as FileEdit } from '../icons/file-pen';
328
325
 
326
+ // FilePlay aliases
327
+ export { default as FileVideo } from '../icons/file-play';
328
+
329
329
  // FileQuestionMark aliases
330
330
  export { default as FileQuestion } from '../icons/file-question-mark';
331
331
 
@@ -353,12 +353,12 @@ export {
353
353
  default as Filter
354
354
  } from '../icons/funnel';
355
355
 
356
- // GitCommitHorizontal aliases
357
- export { default as GitCommit } from '../icons/git-commit-horizontal';
358
-
359
356
  // Grid2x2Check aliases
360
357
  export { default as Grid2X2Check } from '../icons/grid-2x2-check';
361
358
 
359
+ // GitCommitHorizontal aliases
360
+ export { default as GitCommit } from '../icons/git-commit-horizontal';
361
+
362
362
  // Grid2x2Plus aliases
363
363
  export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
364
364
 
@@ -395,15 +395,15 @@ export { default as Outdent } from '../icons/indent-decrease';
395
395
  // IndentIncrease aliases
396
396
  export { default as Indent } from '../icons/indent-increase';
397
397
 
398
- // Layers aliases
399
- export { default as Layers3 } from '../icons/layers';
400
-
401
398
  // LaptopMinimal aliases
402
399
  export {
403
400
  /** @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 */
404
401
  default as Laptop2
405
402
  } from '../icons/laptop-minimal';
406
403
 
404
+ // Layers aliases
405
+ export { default as Layers3 } from '../icons/layers';
406
+
407
407
  // LoaderCircle aliases
408
408
  export { default as Loader2 } from '../icons/loader-circle';
409
409
 
@@ -440,12 +440,12 @@ export { default as AlertOctagon } from '../icons/octagon-alert';
440
440
  // OctagonPause aliases
441
441
  export { default as PauseOctagon } from '../icons/octagon-pause';
442
442
 
443
- // PaintbrushVertical aliases
444
- export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
445
-
446
443
  // OctagonX aliases
447
444
  export { default as XOctagon } from '../icons/octagon-x';
448
445
 
446
+ // PaintbrushVertical aliases
447
+ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
448
+
449
449
  // PanelBottomDashed aliases
450
450
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
451
451
 
@@ -488,12 +488,12 @@ export { default as PlugZap2 } from '../icons/plug-zap';
488
488
  // RectangleEllipsis aliases
489
489
  export { default as FormInput } from '../icons/rectangle-ellipsis';
490
490
 
491
- // Rotate3d aliases
492
- export { default as Rotate3D } from '../icons/rotate-3d';
493
-
494
491
  // Rows2 aliases
495
492
  export { default as Rows } from '../icons/rows-2';
496
493
 
494
+ // Rotate3d aliases
495
+ export { default as Rotate3D } from '../icons/rotate-3d';
496
+
497
497
  // Rows3 aliases
498
498
  export { default as PanelsTopBottom } from '../icons/rows-3';
499
499
 
@@ -530,12 +530,12 @@ export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-righ
530
530
  // SquareArrowDown aliases
531
531
  export { default as ArrowDownSquare } from '../icons/square-arrow-down';
532
532
 
533
- // SquareArrowLeft aliases
534
- export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
535
-
536
533
  // SquareArrowOutDownLeft aliases
537
534
  export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
538
535
 
536
+ // SquareArrowLeft aliases
537
+ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
538
+
539
539
  // SquareArrowOutDownRight aliases
540
540
  export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
541
541
 
@@ -551,12 +551,12 @@ export { default as ArrowRightSquare } from '../icons/square-arrow-right';
551
551
  // SquareArrowUpLeft aliases
552
552
  export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
553
553
 
554
- // SquareArrowUp aliases
555
- export { default as ArrowUpSquare } from '../icons/square-arrow-up';
556
-
557
554
  // SquareArrowUpRight aliases
558
555
  export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
559
556
 
557
+ // SquareArrowUp aliases
558
+ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
559
+
560
560
  // SquareAsterisk aliases
561
561
  export { default as AsteriskSquare } from '../icons/square-asterisk';
562
562
 
@@ -572,21 +572,21 @@ export { default as SquareGanttChart } from '../icons/square-chart-gantt';
572
572
  // SquareCheckBig aliases
573
573
  export { default as CheckSquare } from '../icons/square-check-big';
574
574
 
575
- // SquareCheck aliases
576
- export { default as CheckSquare2 } from '../icons/square-check';
577
-
578
575
  // SquareChevronDown aliases
579
576
  export { default as ChevronDownSquare } from '../icons/square-chevron-down';
580
577
 
578
+ // SquareCheck aliases
579
+ export { default as CheckSquare2 } from '../icons/square-check';
580
+
581
581
  // SquareChevronLeft aliases
582
582
  export { default as ChevronLeftSquare } from '../icons/square-chevron-left';
583
583
 
584
- // SquareChevronRight aliases
585
- export { default as ChevronRightSquare } from '../icons/square-chevron-right';
586
-
587
584
  // SquareChevronUp aliases
588
585
  export { default as ChevronUpSquare } from '../icons/square-chevron-up';
589
586
 
587
+ // SquareChevronRight aliases
588
+ export { default as ChevronRightSquare } from '../icons/square-chevron-right';
589
+
590
590
  // SquareCode aliases
591
591
  export { default as CodeSquare } from '../icons/square-code';
592
592
 
@@ -614,15 +614,15 @@ export { default as FunctionSquare } from '../icons/square-function';
614
614
  // SquareKanban aliases
615
615
  export { default as KanbanSquare } from '../icons/square-kanban';
616
616
 
617
+ // SquareM aliases
618
+ export { default as MSquare } from '../icons/square-m';
619
+
617
620
  // SquareLibrary aliases
618
621
  export { default as LibrarySquare } from '../icons/square-library';
619
622
 
620
623
  // SquareMenu aliases
621
624
  export { default as MenuSquare } from '../icons/square-menu';
622
625
 
623
- // SquareM aliases
624
- export { default as MSquare } from '../icons/square-m';
625
-
626
626
  // SquareMinus aliases
627
627
  export { default as MinusSquare } from '../icons/square-minus';
628
628
 
@@ -653,27 +653,27 @@ export { default as PiSquare } from '../icons/square-pi';
653
653
  // SquarePilcrow aliases
654
654
  export { default as PilcrowSquare } from '../icons/square-pilcrow';
655
655
 
656
- // SquarePlus aliases
657
- export { default as PlusSquare } from '../icons/square-plus';
658
-
659
656
  // SquarePlay aliases
660
657
  export { default as PlaySquare } from '../icons/square-play';
661
658
 
659
+ // SquarePlus aliases
660
+ export { default as PlusSquare } from '../icons/square-plus';
661
+
662
662
  // SquarePower aliases
663
663
  export { default as PowerSquare } from '../icons/square-power';
664
664
 
665
665
  // SquareScissors aliases
666
666
  export { default as ScissorsSquare } from '../icons/square-scissors';
667
667
 
668
- // SquareSigma aliases
669
- export { default as SigmaSquare } from '../icons/square-sigma';
670
-
671
668
  // SquareSlash aliases
672
669
  export { default as SlashSquare } from '../icons/square-slash';
673
670
 
674
671
  // SquareSplitHorizontal aliases
675
672
  export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
676
673
 
674
+ // SquareSigma aliases
675
+ export { default as SigmaSquare } from '../icons/square-sigma';
676
+
677
677
  // SquareSplitVertical aliases
678
678
  export { default as SplitSquareVertical } from '../icons/square-split-vertical';
679
679
 
@@ -698,12 +698,12 @@ export { default as TestTube2 } from '../icons/test-tube-diagonal';
698
698
  // TextSelect aliases
699
699
  export { default as TextSelection } from '../icons/text-select';
700
700
 
701
- // TramFront aliases
702
- export { default as Train } from '../icons/tram-front';
703
-
704
701
  // TreePalm aliases
705
702
  export { default as Palmtree } from '../icons/tree-palm';
706
703
 
704
+ // TramFront aliases
705
+ export { default as Train } from '../icons/tram-front';
706
+
707
707
  // TriangleAlert aliases
708
708
  export { default as AlertTriangle } from '../icons/triangle-alert';
709
709
 
@@ -743,17 +743,20 @@ export {
743
743
  default as UserPlus2
744
744
  } from '../icons/user-round-plus';
745
745
 
746
+ // UserRoundX aliases
747
+ export {
748
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
749
+ default as UserX2
750
+ } from '../icons/user-round-x';
751
+
746
752
  // UserRound aliases
747
753
  export {
748
754
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
749
755
  default as User2
750
756
  } from '../icons/user-round';
751
757
 
752
- // UserRoundX aliases
753
- export {
754
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
755
- default as UserX2
756
- } from '../icons/user-round-x';
758
+ // UtensilsCrossed aliases
759
+ export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
757
760
 
758
761
  // UsersRound aliases
759
762
  export {
@@ -761,9 +764,6 @@ export {
761
764
  default as Users2
762
765
  } from '../icons/users-round';
763
766
 
764
- // UtensilsCrossed aliases
765
- export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
766
-
767
767
  // Utensils aliases
768
768
  export { default as ForkKnife } from '../icons/utensils';
769
769