@lucide/astro 0.518.0 → 0.520.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.518.0",
3
+ "version": "0.520.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
-
59
56
  // ChartArea aliases
60
57
  export {
61
58
  /** @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 */
62
59
  default as AreaChart
63
60
  } from '../icons/chart-area';
64
61
 
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
- // ChartNoAxesGantt aliases
120
- export {
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 */
122
- default as GanttChart
123
- } from '../icons/chart-no-axes-gantt';
124
-
125
119
  // ChartPie aliases
126
120
  export {
127
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 */
128
122
  default as PieChart
129
123
  } from '../icons/chart-pie';
130
124
 
125
+ // ChartNoAxesGantt aliases
126
+ export {
127
+ /** @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
+ default as GanttChart
129
+ } from '../icons/chart-no-axes-gantt';
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
- // CircleChevronLeft aliases
174
- export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
175
-
176
173
  // CircleChevronRight aliases
177
174
  export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
178
175
 
176
+ // CircleChevronLeft aliases
177
+ export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
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
- // CircleParkingOff aliases
192
- export { default as ParkingCircleOff } from '../icons/circle-parking-off';
193
-
194
191
  // CircleParking aliases
195
192
  export { default as ParkingCircle } from '../icons/circle-parking';
196
193
 
194
+ // CircleParkingOff aliases
195
+ export { default as ParkingCircleOff } from '../icons/circle-parking-off';
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
-
212
209
  // CircleQuestionMark aliases
213
210
  export { default as HelpCircle } from '../icons/circle-question-mark';
214
211
 
215
212
  // CircleQuestionMark aliases
216
213
  export { default as CircleHelp } from '../icons/circle-question-mark';
217
214
 
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
-
290
287
  // FileChartColumnIncreasing aliases
291
288
  export {
292
289
  /** @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 */
293
290
  default as FileBarChart
294
291
  } from '../icons/file-chart-column-increasing';
295
292
 
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
- // GitCommitHorizontal aliases
351
- export { default as GitCommit } from '../icons/git-commit-horizontal';
352
-
353
350
  // Grid2x2Check aliases
354
351
  export { default as Grid2X2Check } from '../icons/grid-2x2-check';
355
352
 
353
+ // GitCommitHorizontal aliases
354
+ export { default as GitCommit } from '../icons/git-commit-horizontal';
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
- // IndentDecrease aliases
387
- export { default as Outdent } from '../icons/indent-decrease';
388
-
389
386
  // IndentIncrease aliases
390
387
  export { default as Indent } from '../icons/indent-increase';
391
388
 
389
+ // IndentDecrease aliases
390
+ export { default as Outdent } from '../icons/indent-decrease';
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
- // LockKeyholeOpen aliases
405
- export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
406
-
407
404
  // LockOpen aliases
408
405
  export { default as Unlock } from '../icons/lock-open';
409
406
 
407
+ // LockKeyholeOpen aliases
408
+ export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
409
+
410
410
  // MailQuestionMark aliases
411
411
  export { default as MailQuestion } from '../icons/mail-question-mark';
412
412
 
@@ -446,18 +446,18 @@ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
446
446
  // PanelLeftOpen aliases
447
447
  export { default as SidebarOpen } from '../icons/panel-left-open';
448
448
 
449
- // PanelRightDashed aliases
450
- export { default as PanelRightInactive } from '../icons/panel-right-dashed';
451
-
452
449
  // PanelLeft aliases
453
450
  export { default as Sidebar } from '../icons/panel-left';
454
451
 
455
- // PanelTopDashed aliases
456
- export { default as PanelTopInactive } from '../icons/panel-top-dashed';
452
+ // PanelRightDashed aliases
453
+ export { default as PanelRightInactive } from '../icons/panel-right-dashed';
457
454
 
458
455
  // PanelsTopLeft aliases
459
456
  export { default as Layout } from '../icons/panels-top-left';
460
457
 
458
+ // PanelTopDashed aliases
459
+ export { default as PanelTopInactive } from '../icons/panel-top-dashed';
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 */
@@ -473,12 +473,12 @@ export {
473
473
  // PlugZap aliases
474
474
  export { default as PlugZap2 } from '../icons/plug-zap';
475
475
 
476
- // RectangleEllipsis aliases
477
- export { default as FormInput } from '../icons/rectangle-ellipsis';
478
-
479
476
  // Rotate3d aliases
480
477
  export { default as Rotate3D } from '../icons/rotate-3d';
481
478
 
479
+ // RectangleEllipsis aliases
480
+ export { default as FormInput } from '../icons/rectangle-ellipsis';
481
+
482
482
  // Rows2 aliases
483
483
  export { default as Rows } from '../icons/rows-2';
484
484
 
@@ -524,12 +524,12 @@ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
524
524
  // SquareArrowOutDownRight aliases
525
525
  export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
526
526
 
527
- // SquareArrowOutUpLeft aliases
528
- export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
529
-
530
527
  // SquareArrowOutDownLeft aliases
531
528
  export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
532
529
 
530
+ // SquareArrowOutUpLeft aliases
531
+ export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
532
+
533
533
  // SquareArrowOutUpRight aliases
534
534
  export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
535
535
 
@@ -596,12 +596,12 @@ export { default as DotSquare } from '../icons/square-dot';
596
596
  // SquareEqual aliases
597
597
  export { default as EqualSquare } from '../icons/square-equal';
598
598
 
599
- // SquareKanban aliases
600
- export { default as KanbanSquare } from '../icons/square-kanban';
601
-
602
599
  // SquareFunction aliases
603
600
  export { default as FunctionSquare } from '../icons/square-function';
604
601
 
602
+ // SquareKanban aliases
603
+ export { default as KanbanSquare } from '../icons/square-kanban';
604
+
605
605
  // SquareLibrary aliases
606
606
  export { default as LibrarySquare } from '../icons/square-library';
607
607
 
@@ -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
- // SquarePercent aliases
636
- export { default as PercentSquare } from '../icons/square-percent';
637
-
638
635
  // SquarePi aliases
639
636
  export { default as PiSquare } from '../icons/square-pi';
640
637
 
638
+ // SquarePercent aliases
639
+ export { default as PercentSquare } from '../icons/square-percent';
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
-
662
659
  // SquareSplitHorizontal aliases
663
660
  export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
664
661
 
665
662
  // SquareSplitVertical aliases
666
663
  export { default as SplitSquareVertical } from '../icons/square-split-vertical';
667
664
 
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
 
@@ -713,18 +713,18 @@ export {
713
713
  default as UserCheck2
714
714
  } from '../icons/user-round-check';
715
715
 
716
- // UserRoundCog aliases
717
- export {
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 */
719
- default as UserCog2
720
- } from '../icons/user-round-cog';
721
-
722
716
  // UserRoundMinus aliases
723
717
  export {
724
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 */
725
719
  default as UserMinus2
726
720
  } from '../icons/user-round-minus';
727
721
 
722
+ // UserRoundCog aliases
723
+ export {
724
+ /** @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
+ default as UserCog2
726
+ } from '../icons/user-round-cog';
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 */