@lucide/astro 0.501.0 → 0.503.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,8 +1,8 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.501.0",
3
+ "version": "0.503.0",
4
4
  "author": "Moustapha Kebe",
5
- "description": "A Lucide icon library package for Astro applications",
5
+ "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
7
7
  "homepage": "https://lucide.dev",
8
8
  "bugs": "https://github.com/lucide-icons/lucide/issues",
@@ -11,12 +11,12 @@ export { default as AlarmPlus } from '../icons/alarm-clock-plus';
11
11
  // ArrowDownAZ aliases
12
12
  export { default as ArrowDownAz } from '../icons/arrow-down-a-z';
13
13
 
14
- // ArrowDownWideNarrow aliases
15
- export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
16
-
17
14
  // ArrowDownZA aliases
18
15
  export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
19
16
 
17
+ // ArrowDownWideNarrow aliases
18
+ export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
19
+
20
20
  // ArrowUpAZ aliases
21
21
  export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
22
22
 
@@ -32,18 +32,18 @@ export { default as Axis3D } from '../icons/axis-3d';
32
32
  // BadgeCheck aliases
33
33
  export { default as Verified } from '../icons/badge-check';
34
34
 
35
- // BetweenHorizontalStart aliases
36
- export {
37
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
38
- default as BetweenHorizonalStart
39
- } from '../icons/between-horizontal-start';
40
-
41
35
  // BetweenHorizontalEnd aliases
42
36
  export {
43
37
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
44
38
  default as BetweenHorizonalEnd
45
39
  } from '../icons/between-horizontal-end';
46
40
 
41
+ // BetweenHorizontalStart aliases
42
+ export {
43
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
44
+ default as BetweenHorizonalStart
45
+ } from '../icons/between-horizontal-start';
46
+
47
47
  // BookDashed aliases
48
48
  export { default as BookTemplate } from '../icons/book-dashed';
49
49
 
@@ -65,30 +65,30 @@ export {
65
65
  default as BarChartHorizontalBig
66
66
  } from '../icons/chart-bar-big';
67
67
 
68
- // ChartBar aliases
69
- export {
70
- /** @deprecated */
71
- default as BarChartHorizontal
72
- } from '../icons/chart-bar';
73
-
74
68
  // ChartCandlestick aliases
75
69
  export {
76
70
  /** @deprecated */
77
71
  default as CandlestickChart
78
72
  } from '../icons/chart-candlestick';
79
73
 
80
- // ChartColumnIncreasing aliases
81
- export {
82
- /** @deprecated */
83
- default as BarChart4
84
- } from '../icons/chart-column-increasing';
85
-
86
74
  // ChartColumnBig aliases
87
75
  export {
88
76
  /** @deprecated */
89
77
  default as BarChartBig
90
78
  } from '../icons/chart-column-big';
91
79
 
80
+ // ChartBar aliases
81
+ export {
82
+ /** @deprecated */
83
+ default as BarChartHorizontal
84
+ } from '../icons/chart-bar';
85
+
86
+ // ChartColumnIncreasing aliases
87
+ export {
88
+ /** @deprecated */
89
+ default as BarChart4
90
+ } from '../icons/chart-column-increasing';
91
+
92
92
  // ChartColumn aliases
93
93
  export {
94
94
  /** @deprecated */
@@ -107,18 +107,18 @@ export {
107
107
  default as BarChart
108
108
  } from '../icons/chart-no-axes-column-increasing';
109
109
 
110
- // ChartNoAxesGantt aliases
111
- export {
112
- /** @deprecated */
113
- default as GanttChart
114
- } from '../icons/chart-no-axes-gantt';
115
-
116
110
  // ChartNoAxesColumn aliases
117
111
  export {
118
112
  /** @deprecated */
119
113
  default as BarChart2
120
114
  } from '../icons/chart-no-axes-column';
121
115
 
116
+ // ChartNoAxesGantt aliases
117
+ export {
118
+ /** @deprecated */
119
+ default as GanttChart
120
+ } from '../icons/chart-no-axes-gantt';
121
+
122
122
  // ChartPie aliases
123
123
  export {
124
124
  /** @deprecated */
@@ -215,21 +215,21 @@ export { default as CircleSlashed } from '../icons/circle-slash-2';
215
215
  // CircleStop aliases
216
216
  export { default as StopCircle } from '../icons/circle-stop';
217
217
 
218
- // CircleUser aliases
219
- export { default as UserCircle } from '../icons/circle-user';
220
-
221
- // CircleX aliases
222
- export { default as XCircle } from '../icons/circle-x';
223
-
224
218
  // CircleUserRound aliases
225
219
  export {
226
220
  /** @deprecated */
227
221
  default as UserCircle2
228
222
  } from '../icons/circle-user-round';
229
223
 
224
+ // CircleUser aliases
225
+ export { default as UserCircle } from '../icons/circle-user';
226
+
230
227
  // ClipboardPenLine aliases
231
228
  export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
232
229
 
230
+ // CircleX aliases
231
+ export { default as XCircle } from '../icons/circle-x';
232
+
233
233
  // ClipboardPen aliases
234
234
  export { default as ClipboardEdit } from '../icons/clipboard-pen';
235
235
 
@@ -248,15 +248,15 @@ export {
248
248
  // Columns2 aliases
249
249
  export { default as Columns } from '../icons/columns-2';
250
250
 
251
+ // Columns3 aliases
252
+ export { default as PanelsLeftRight } from '../icons/columns-3';
253
+
251
254
  // Columns3Cog aliases
252
255
  export { default as ColumnsSettings } from '../icons/columns-3-cog';
253
256
 
254
257
  // Columns3Cog aliases
255
258
  export { default as TableConfig } from '../icons/columns-3-cog';
256
259
 
257
- // Columns3 aliases
258
- export { default as PanelsLeftRight } from '../icons/columns-3';
259
-
260
260
  // ContactRound aliases
261
261
  export {
262
262
  /** @deprecated */
@@ -272,14 +272,14 @@ export {
272
272
  default as Globe2
273
273
  } from '../icons/earth';
274
274
 
275
- // Ellipsis aliases
276
- export { default as MoreHorizontal } from '../icons/ellipsis';
275
+ // EllipsisVertical aliases
276
+ export { default as MoreVertical } from '../icons/ellipsis-vertical';
277
277
 
278
278
  // FileAxis3d aliases
279
279
  export { default as FileAxis3D } from '../icons/file-axis-3d';
280
280
 
281
- // EllipsisVertical aliases
282
- export { default as MoreVertical } from '../icons/ellipsis-vertical';
281
+ // Ellipsis aliases
282
+ export { default as MoreHorizontal } from '../icons/ellipsis';
283
283
 
284
284
  // FileChartColumnIncreasing aliases
285
285
  export {
@@ -353,15 +353,15 @@ export { default as Grid2X2X } from '../icons/grid-2x2-x';
353
353
  // Grid2x2 aliases
354
354
  export { default as Grid2X2 } from '../icons/grid-2x2';
355
355
 
356
- // HandHelping aliases
357
- export { default as HelpingHand } from '../icons/hand-helping';
358
-
359
356
  // Grid3x3 aliases
360
357
  export { default as Grid } from '../icons/grid-3x3';
361
358
 
362
359
  // Grid3x3 aliases
363
360
  export { default as Grid3X3 } from '../icons/grid-3x3';
364
361
 
362
+ // HandHelping aliases
363
+ export { default as HelpingHand } from '../icons/hand-helping';
364
+
365
365
  // House aliases
366
366
  export { default as Home } from '../icons/house';
367
367
 
@@ -371,12 +371,12 @@ export {
371
371
  default as IceCream2
372
372
  } from '../icons/ice-cream-bowl';
373
373
 
374
- // IceCreamCone aliases
375
- export { default as IceCream } from '../icons/ice-cream-cone';
376
-
377
374
  // IndentDecrease aliases
378
375
  export { default as Outdent } from '../icons/indent-decrease';
379
376
 
377
+ // IceCreamCone aliases
378
+ export { default as IceCream } from '../icons/ice-cream-cone';
379
+
380
380
  // IndentIncrease aliases
381
381
  export { default as Indent } from '../icons/indent-increase';
382
382
 
@@ -386,12 +386,12 @@ export {
386
386
  default as Laptop2
387
387
  } from '../icons/laptop-minimal';
388
388
 
389
- // LoaderCircle aliases
390
- export { default as Loader2 } from '../icons/loader-circle';
391
-
392
389
  // Layers aliases
393
390
  export { default as Layers3 } from '../icons/layers';
394
391
 
392
+ // LoaderCircle aliases
393
+ export { default as Loader2 } from '../icons/loader-circle';
394
+
395
395
  // LockKeyholeOpen aliases
396
396
  export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
397
397
 
@@ -407,30 +407,30 @@ export {
407
407
  // Move3d aliases
408
408
  export { default as Move3D } from '../icons/move-3d';
409
409
 
410
- // OctagonAlert aliases
411
- export { default as AlertOctagon } from '../icons/octagon-alert';
412
-
413
410
  // OctagonPause aliases
414
411
  export { default as PauseOctagon } from '../icons/octagon-pause';
415
412
 
416
- // PaintbrushVertical aliases
417
- export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
413
+ // OctagonAlert aliases
414
+ export { default as AlertOctagon } from '../icons/octagon-alert';
418
415
 
419
416
  // OctagonX aliases
420
417
  export { default as XOctagon } from '../icons/octagon-x';
421
418
 
419
+ // PaintbrushVertical aliases
420
+ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
421
+
422
422
  // PanelBottomDashed aliases
423
423
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
424
424
 
425
425
  // PanelLeftClose aliases
426
426
  export { default as SidebarClose } from '../icons/panel-left-close';
427
427
 
428
- // PanelLeftOpen aliases
429
- export { default as SidebarOpen } from '../icons/panel-left-open';
430
-
431
428
  // PanelLeftDashed aliases
432
429
  export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
433
430
 
431
+ // PanelLeftOpen aliases
432
+ export { default as SidebarOpen } from '../icons/panel-left-open';
433
+
434
434
  // PanelLeft aliases
435
435
  export { default as Sidebar } from '../icons/panel-left';
436
436
 
@@ -458,12 +458,12 @@ export {
458
458
  // PlugZap aliases
459
459
  export { default as PlugZap2 } from '../icons/plug-zap';
460
460
 
461
- // Rotate3d aliases
462
- export { default as Rotate3D } from '../icons/rotate-3d';
463
-
464
461
  // RectangleEllipsis aliases
465
462
  export { default as FormInput } from '../icons/rectangle-ellipsis';
466
463
 
464
+ // Rotate3d aliases
465
+ export { default as Rotate3D } from '../icons/rotate-3d';
466
+
467
467
  // Rows2 aliases
468
468
  export { default as Rows } from '../icons/rows-2';
469
469
 
@@ -479,12 +479,12 @@ export {
479
479
  default as SendHorizonal
480
480
  } from '../icons/send-horizontal';
481
481
 
482
- // SlidersVertical aliases
483
- export { default as Sliders } from '../icons/sliders-vertical';
484
-
485
482
  // ShieldX aliases
486
483
  export { default as ShieldClose } from '../icons/shield-x';
487
484
 
485
+ // SlidersVertical aliases
486
+ export { default as Sliders } from '../icons/sliders-vertical';
487
+
488
488
  // Sparkles aliases
489
489
  export { default as Stars } from '../icons/sparkles';
490
490
 
@@ -497,12 +497,12 @@ export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left'
497
497
  // SquareArrowDownRight aliases
498
498
  export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
499
499
 
500
- // SquareArrowLeft aliases
501
- export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
502
-
503
500
  // SquareArrowDown aliases
504
501
  export { default as ArrowDownSquare } from '../icons/square-arrow-down';
505
502
 
503
+ // SquareArrowLeft aliases
504
+ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
505
+
506
506
  // SquareArrowOutDownLeft aliases
507
507
  export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
508
508
 
@@ -524,11 +524,14 @@ export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
524
524
  // SquareArrowUpRight aliases
525
525
  export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
526
526
 
527
+ // SquareArrowUp aliases
528
+ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
529
+
527
530
  // SquareAsterisk aliases
528
531
  export { default as AsteriskSquare } from '../icons/square-asterisk';
529
532
 
530
- // SquareArrowUp aliases
531
- export { default as ArrowUpSquare } from '../icons/square-arrow-up';
533
+ // SquareBottomDashedScissors aliases
534
+ export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
532
535
 
533
536
  // SquareChartGantt aliases
534
537
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
@@ -536,9 +539,6 @@ export { default as GanttChartSquare } from '../icons/square-chart-gantt';
536
539
  // SquareChartGantt aliases
537
540
  export { default as SquareGanttChart } from '../icons/square-chart-gantt';
538
541
 
539
- // SquareBottomDashedScissors aliases
540
- export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
541
-
542
542
  // SquareCheckBig aliases
543
543
  export { default as CheckSquare } from '../icons/square-check-big';
544
544
 
@@ -554,18 +554,18 @@ export { default as ChevronLeftSquare } from '../icons/square-chevron-left';
554
554
  // SquareChevronRight aliases
555
555
  export { default as ChevronRightSquare } from '../icons/square-chevron-right';
556
556
 
557
- // SquareCode aliases
558
- export { default as CodeSquare } from '../icons/square-code';
559
-
560
557
  // SquareChevronUp aliases
561
558
  export { default as ChevronUpSquare } from '../icons/square-chevron-up';
562
559
 
563
- // SquareDashedKanban aliases
564
- export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
560
+ // SquareCode aliases
561
+ export { default as CodeSquare } from '../icons/square-code';
565
562
 
566
563
  // SquareDashedMousePointer aliases
567
564
  export { default as MousePointerSquareDashed } from '../icons/square-dashed-mouse-pointer';
568
565
 
566
+ // SquareDashedKanban aliases
567
+ export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
568
+
569
569
  // SquareDashed aliases
570
570
  export { default as BoxSelect } from '../icons/square-dashed';
571
571
 
@@ -578,24 +578,24 @@ export { default as DotSquare } from '../icons/square-dot';
578
578
  // SquareFunction aliases
579
579
  export { default as FunctionSquare } from '../icons/square-function';
580
580
 
581
- // SquareKanban aliases
582
- export { default as KanbanSquare } from '../icons/square-kanban';
583
-
584
581
  // SquareEqual aliases
585
582
  export { default as EqualSquare } from '../icons/square-equal';
586
583
 
584
+ // SquareKanban aliases
585
+ export { default as KanbanSquare } from '../icons/square-kanban';
586
+
587
587
  // SquareLibrary aliases
588
588
  export { default as LibrarySquare } from '../icons/square-library';
589
589
 
590
+ // SquareMenu aliases
591
+ export { default as MenuSquare } from '../icons/square-menu';
592
+
590
593
  // SquareM aliases
591
594
  export { default as MSquare } from '../icons/square-m';
592
595
 
593
596
  // SquareMinus aliases
594
597
  export { default as MinusSquare } from '../icons/square-minus';
595
598
 
596
- // SquareMenu aliases
597
- export { default as MenuSquare } from '../icons/square-menu';
598
-
599
599
  // SquareMousePointer aliases
600
600
  export { default as Inspect } from '../icons/square-mouse-pointer';
601
601
 
@@ -638,12 +638,12 @@ export { default as ScissorsSquare } from '../icons/square-scissors';
638
638
  // SquareSigma aliases
639
639
  export { default as SigmaSquare } from '../icons/square-sigma';
640
640
 
641
- // SquareSplitHorizontal aliases
642
- export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
643
-
644
641
  // SquareSlash aliases
645
642
  export { default as SlashSquare } from '../icons/square-slash';
646
643
 
644
+ // SquareSplitHorizontal aliases
645
+ export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
646
+
647
647
  // SquareSplitVertical aliases
648
648
  export { default as SplitSquareVertical } from '../icons/square-split-vertical';
649
649