@lucide/astro 0.531.0 → 0.532.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.531.0",
3
+ "version": "0.532.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -35,18 +35,18 @@ export { default as Verified } from '../icons/badge-check';
35
35
  // BadgeQuestionMark aliases
36
36
  export { default as BadgeHelp } from '../icons/badge-question-mark';
37
37
 
38
- // BetweenHorizontalStart aliases
39
- export {
40
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
41
- default as BetweenHorizonalStart
42
- } from '../icons/between-horizontal-start';
43
-
44
38
  // BetweenHorizontalEnd aliases
45
39
  export {
46
40
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
47
41
  default as BetweenHorizonalEnd
48
42
  } from '../icons/between-horizontal-end';
49
43
 
44
+ // BetweenHorizontalStart aliases
45
+ export {
46
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
47
+ default as BetweenHorizonalStart
48
+ } from '../icons/between-horizontal-start';
49
+
50
50
  // BookDashed aliases
51
51
  export { default as BookTemplate } from '../icons/book-dashed';
52
52
 
@@ -62,18 +62,18 @@ export {
62
62
  default as AreaChart
63
63
  } from '../icons/chart-area';
64
64
 
65
- // ChartBar aliases
66
- export {
67
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
68
- default as BarChartHorizontal
69
- } from '../icons/chart-bar';
70
-
71
65
  // ChartBarBig aliases
72
66
  export {
73
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 */
74
68
  default as BarChartHorizontalBig
75
69
  } from '../icons/chart-bar-big';
76
70
 
71
+ // ChartBar aliases
72
+ export {
73
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
74
+ default as BarChartHorizontal
75
+ } from '../icons/chart-bar';
76
+
77
77
  // ChartCandlestick aliases
78
78
  export {
79
79
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
@@ -152,12 +152,12 @@ export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-d
152
152
  // CircleArrowOutUpLeft aliases
153
153
  export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
154
154
 
155
- // CircleArrowRight aliases
156
- export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
157
-
158
155
  // CircleArrowOutUpRight aliases
159
156
  export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
160
157
 
158
+ // CircleArrowRight aliases
159
+ export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
160
+
161
161
  // CircleArrowUp aliases
162
162
  export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
163
163
 
@@ -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
- // CircleChevronRight aliases
177
- export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
178
-
179
176
  // CircleChevronUp aliases
180
177
  export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
181
178
 
179
+ // CircleChevronRight aliases
180
+ export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
181
+
182
182
  // CircleDivide aliases
183
183
  export { default as DivideCircle } from '../icons/circle-divide';
184
184
 
@@ -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
+
266
269
  // ContactRound aliases
267
270
  export {
268
271
  /** @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 */
269
272
  default as Contact2
270
273
  } from '../icons/contact-round';
271
274
 
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 */
@@ -320,12 +320,12 @@ export {
320
320
  // FilePenLine aliases
321
321
  export { default as FileSignature } from '../icons/file-pen-line';
322
322
 
323
- // FilePen aliases
324
- export { default as FileEdit } from '../icons/file-pen';
325
-
326
323
  // FilePlay aliases
327
324
  export { default as FileVideo } from '../icons/file-play';
328
325
 
326
+ // FilePen aliases
327
+ export { default as FileEdit } from '../icons/file-pen';
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
- // Grid2x2Check aliases
357
- export { default as Grid2X2Check } from '../icons/grid-2x2-check';
358
-
359
356
  // GitCommitHorizontal aliases
360
357
  export { default as GitCommit } from '../icons/git-commit-horizontal';
361
358
 
359
+ // Grid2x2Check aliases
360
+ export { default as Grid2X2Check } from '../icons/grid-2x2-check';
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
+
398
401
  // LaptopMinimal aliases
399
402
  export {
400
403
  /** @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
404
  default as Laptop2
402
405
  } from '../icons/laptop-minimal';
403
406
 
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
 
@@ -434,18 +434,18 @@ export {
434
434
  // Move3d aliases
435
435
  export { default as Move3D } from '../icons/move-3d';
436
436
 
437
- // OctagonPause aliases
438
- export { default as PauseOctagon } from '../icons/octagon-pause';
439
-
440
437
  // OctagonAlert aliases
441
438
  export { default as AlertOctagon } from '../icons/octagon-alert';
442
439
 
443
- // OctagonX aliases
444
- export { default as XOctagon } from '../icons/octagon-x';
440
+ // OctagonPause aliases
441
+ export { default as PauseOctagon } from '../icons/octagon-pause';
445
442
 
446
443
  // PaintbrushVertical aliases
447
444
  export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
448
445
 
446
+ // OctagonX aliases
447
+ export { default as XOctagon } from '../icons/octagon-x';
448
+
449
449
  // PanelBottomDashed aliases
450
450
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
451
451
 
@@ -476,15 +476,15 @@ export {
476
476
  default as Edit3
477
477
  } from '../icons/pen-line';
478
478
 
479
- // PlugZap aliases
480
- export { default as PlugZap2 } from '../icons/plug-zap';
481
-
482
479
  // Pen aliases
483
480
  export {
484
481
  /** @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 */
485
482
  default as Edit2
486
483
  } from '../icons/pen';
487
484
 
485
+ // PlugZap aliases
486
+ export { default as PlugZap2 } from '../icons/plug-zap';
487
+
488
488
  // RectangleEllipsis aliases
489
489
  export { default as FormInput } from '../icons/rectangle-ellipsis';
490
490
 
@@ -617,12 +617,12 @@ export { default as KanbanSquare } from '../icons/square-kanban';
617
617
  // SquareLibrary aliases
618
618
  export { default as LibrarySquare } from '../icons/square-library';
619
619
 
620
- // SquareM aliases
621
- export { default as MSquare } from '../icons/square-m';
622
-
623
620
  // SquareMenu aliases
624
621
  export { default as MenuSquare } from '../icons/square-menu';
625
622
 
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,12 +653,12 @@ 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
- // SquarePlay aliases
657
- export { default as PlaySquare } from '../icons/square-play';
658
-
659
656
  // SquarePlus aliases
660
657
  export { default as PlusSquare } from '../icons/square-plus';
661
658
 
659
+ // SquarePlay aliases
660
+ export { default as PlaySquare } from '../icons/square-play';
661
+
662
662
  // SquarePower aliases
663
663
  export { default as PowerSquare } from '../icons/square-power';
664
664
 
@@ -704,15 +704,15 @@ export { default as Train } from '../icons/tram-front';
704
704
  // TreePalm aliases
705
705
  export { default as Palmtree } from '../icons/tree-palm';
706
706
 
707
+ // TriangleAlert aliases
708
+ export { default as AlertTriangle } from '../icons/triangle-alert';
709
+
707
710
  // TvMinimal aliases
708
711
  export {
709
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
710
713
  default as Tv2
711
714
  } from '../icons/tv-minimal';
712
715
 
713
- // TriangleAlert aliases
714
- export { default as AlertTriangle } from '../icons/triangle-alert';
715
-
716
716
  // University aliases
717
717
  export {
718
718
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
@@ -743,18 +743,18 @@ 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
-
752
746
  // UserRound aliases
753
747
  export {
754
748
  /** @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 */
755
749
  default as User2
756
750
  } from '../icons/user-round';
757
751
 
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';
757
+
758
758
  // UsersRound aliases
759
759
  export {
760
760
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */