@lucide/astro 0.541.0 → 0.542.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.541.0",
3
+ "version": "0.542.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -5,18 +5,18 @@ export {
5
5
  default as AlarmCheck
6
6
  } from '../icons/alarm-clock-check';
7
7
 
8
- // AlarmClockMinus aliases
9
- export {
10
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
11
- default as AlarmMinus
12
- } from '../icons/alarm-clock-minus';
13
-
14
8
  // AlarmClockPlus aliases
15
9
  export {
16
10
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
17
11
  default as AlarmPlus
18
12
  } from '../icons/alarm-clock-plus';
19
13
 
14
+ // AlarmClockMinus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
17
+ default as AlarmMinus
18
+ } from '../icons/alarm-clock-minus';
19
+
20
20
  // ArrowDownAZ aliases
21
21
  export {
22
22
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
@@ -47,18 +47,18 @@ export {
47
47
  default as SortAsc
48
48
  } from '../icons/arrow-up-narrow-wide';
49
49
 
50
- // Axis3d aliases
51
- export {
52
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
53
- default as Axis3D
54
- } from '../icons/axis-3d';
55
-
56
50
  // ArrowUpZA aliases
57
51
  export {
58
52
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
59
53
  default as ArrowUpZa
60
54
  } from '../icons/arrow-up-z-a';
61
55
 
56
+ // Axis3d aliases
57
+ export {
58
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
59
+ default as Axis3D
60
+ } from '../icons/axis-3d';
61
+
62
62
  // BadgeCheck aliases
63
63
  export {
64
64
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
@@ -71,18 +71,18 @@ export {
71
71
  default as BadgeHelp
72
72
  } from '../icons/badge-question-mark';
73
73
 
74
- // BetweenHorizontalStart aliases
75
- export {
76
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
77
- default as BetweenHorizonalStart
78
- } from '../icons/between-horizontal-start';
79
-
80
74
  // BetweenHorizontalEnd aliases
81
75
  export {
82
76
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
83
77
  default as BetweenHorizonalEnd
84
78
  } from '../icons/between-horizontal-end';
85
79
 
80
+ // BetweenHorizontalStart aliases
81
+ export {
82
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
83
+ default as BetweenHorizonalStart
84
+ } from '../icons/between-horizontal-start';
85
+
86
86
  // BookDashed aliases
87
87
  export {
88
88
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
@@ -95,18 +95,18 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
97
 
98
- // ChartArea aliases
99
- export {
100
- /** @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 */
101
- default as AreaChart
102
- } from '../icons/chart-area';
103
-
104
98
  // Captions aliases
105
99
  export {
106
100
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
107
101
  default as Subtitles
108
102
  } from '../icons/captions';
109
103
 
104
+ // ChartArea aliases
105
+ export {
106
+ /** @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 */
107
+ default as AreaChart
108
+ } from '../icons/chart-area';
109
+
110
110
  // ChartBarBig aliases
111
111
  export {
112
112
  /** @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 */
@@ -335,6 +335,12 @@ export {
335
335
  default as PowerCircle
336
336
  } from '../icons/circle-power';
337
337
 
338
+ // CircleSlash2 aliases
339
+ export {
340
+ /** @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 */
341
+ default as CircleSlashed
342
+ } from '../icons/circle-slash-2';
343
+
338
344
  // CircleQuestionMark aliases
339
345
  export {
340
346
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
@@ -347,12 +353,6 @@ export {
347
353
  default as CircleHelp
348
354
  } from '../icons/circle-question-mark';
349
355
 
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
  // CircleStop aliases
357
357
  export {
358
358
  /** @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 */
@@ -431,36 +431,36 @@ export {
431
431
  default as PanelsLeftRight
432
432
  } from '../icons/columns-3';
433
433
 
434
- // DiamondPercent aliases
435
- export {
436
- /** @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
- default as PercentDiamond
438
- } from '../icons/diamond-percent';
439
-
440
434
  // ContactRound aliases
441
435
  export {
442
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 */
443
437
  default as Contact2
444
438
  } from '../icons/contact-round';
445
439
 
440
+ // DiamondPercent aliases
441
+ export {
442
+ /** @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 */
443
+ default as PercentDiamond
444
+ } from '../icons/diamond-percent';
445
+
446
446
  // Earth aliases
447
447
  export {
448
448
  /** @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 */
449
449
  default as Globe2
450
450
  } from '../icons/earth';
451
451
 
452
- // EllipsisVertical aliases
453
- export {
454
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
455
- default as MoreVertical
456
- } from '../icons/ellipsis-vertical';
457
-
458
452
  // Ellipsis aliases
459
453
  export {
460
454
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
461
455
  default as MoreHorizontal
462
456
  } from '../icons/ellipsis';
463
457
 
458
+ // EllipsisVertical aliases
459
+ export {
460
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
461
+ default as MoreVertical
462
+ } from '../icons/ellipsis-vertical';
463
+
464
464
  // FileAxis3d aliases
465
465
  export {
466
466
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
@@ -563,18 +563,18 @@ export {
563
563
  default as Grid2X2Check
564
564
  } from '../icons/grid-2x2-check';
565
565
 
566
- // Grid2x2X aliases
567
- export {
568
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
569
- default as Grid2X2X
570
- } from '../icons/grid-2x2-x';
571
-
572
566
  // Grid2x2Plus aliases
573
567
  export {
574
568
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
575
569
  default as Grid2X2Plus
576
570
  } from '../icons/grid-2x2-plus';
577
571
 
572
+ // Grid2x2X aliases
573
+ export {
574
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
575
+ default as Grid2X2X
576
+ } from '../icons/grid-2x2-x';
577
+
578
578
  // Grid2x2 aliases
579
579
  export {
580
580
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
@@ -827,18 +827,18 @@ export {
827
827
  default as ShieldQuestion
828
828
  } from '../icons/shield-question-mark';
829
829
 
830
- // SlidersVertical aliases
831
- export {
832
- /** @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 */
833
- default as Sliders
834
- } from '../icons/sliders-vertical';
835
-
836
830
  // ShieldX aliases
837
831
  export {
838
832
  /** @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 */
839
833
  default as ShieldClose
840
834
  } from '../icons/shield-x';
841
835
 
836
+ // SlidersVertical aliases
837
+ export {
838
+ /** @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 */
839
+ default as Sliders
840
+ } from '../icons/sliders-vertical';
841
+
842
842
  // Sparkles aliases
843
843
  export {
844
844
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
@@ -851,18 +851,18 @@ export {
851
851
  default as ActivitySquare
852
852
  } from '../icons/square-activity';
853
853
 
854
- // SquareArrowDownLeft aliases
855
- export {
856
- /** @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 */
857
- default as ArrowDownLeftSquare
858
- } from '../icons/square-arrow-down-left';
859
-
860
854
  // SquareArrowDownRight aliases
861
855
  export {
862
856
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
863
857
  default as ArrowDownRightSquare
864
858
  } from '../icons/square-arrow-down-right';
865
859
 
860
+ // SquareArrowDownLeft aliases
861
+ export {
862
+ /** @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 */
863
+ default as ArrowDownLeftSquare
864
+ } from '../icons/square-arrow-down-left';
865
+
866
866
  // SquareArrowDown aliases
867
867
  export {
868
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
@@ -875,12 +875,6 @@ export {
875
875
  default as ArrowLeftSquare
876
876
  } from '../icons/square-arrow-left';
877
877
 
878
- // SquareArrowOutDownLeft aliases
879
- export {
880
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
881
- default as ArrowDownLeftFromSquare
882
- } from '../icons/square-arrow-out-down-left';
883
-
884
878
  // SquareArrowOutDownRight aliases
885
879
  export {
886
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
@@ -893,6 +887,12 @@ export {
893
887
  default as ArrowUpLeftFromSquare
894
888
  } from '../icons/square-arrow-out-up-left';
895
889
 
890
+ // SquareArrowOutDownLeft aliases
891
+ export {
892
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
893
+ default as ArrowDownLeftFromSquare
894
+ } from '../icons/square-arrow-out-down-left';
895
+
896
896
  // SquareArrowOutUpRight aliases
897
897
  export {
898
898
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
@@ -989,18 +989,18 @@ export {
989
989
  default as CodeSquare
990
990
  } from '../icons/square-code';
991
991
 
992
- // SquareDashedKanban aliases
993
- export {
994
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
995
- default as KanbanSquareDashed
996
- } from '../icons/square-dashed-kanban';
997
-
998
992
  // SquareDashedMousePointer aliases
999
993
  export {
1000
994
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1001
995
  default as MousePointerSquareDashed
1002
996
  } from '../icons/square-dashed-mouse-pointer';
1003
997
 
998
+ // SquareDashedKanban aliases
999
+ export {
1000
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1001
+ default as KanbanSquareDashed
1002
+ } from '../icons/square-dashed-kanban';
1003
+
1004
1004
  // SquareDashed aliases
1005
1005
  export {
1006
1006
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */