@lucide/astro 0.487.0 → 0.489.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.487.0",
3
+ "version": "0.489.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications",
6
6
  "license": "ISC",
@@ -53,18 +53,18 @@ export { default as CurlyBraces } from '../icons/braces';
53
53
  // Captions aliases
54
54
  export { default as Subtitles } from '../icons/captions';
55
55
 
56
- // ChartBarBig aliases
57
- export {
58
- /** @deprecated */
59
- default as BarChartHorizontalBig
60
- } from '../icons/chart-bar-big';
61
-
62
56
  // ChartArea aliases
63
57
  export {
64
58
  /** @deprecated */
65
59
  default as AreaChart
66
60
  } from '../icons/chart-area';
67
61
 
62
+ // ChartBarBig aliases
63
+ export {
64
+ /** @deprecated */
65
+ default as BarChartHorizontalBig
66
+ } from '../icons/chart-bar-big';
67
+
68
68
  // ChartBar aliases
69
69
  export {
70
70
  /** @deprecated */
@@ -161,21 +161,21 @@ export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
161
161
  // CircleCheckBig aliases
162
162
  export { default as CheckCircle } from '../icons/circle-check-big';
163
163
 
164
- // CircleChevronDown aliases
165
- export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
166
-
167
164
  // CircleCheck aliases
168
165
  export { default as CheckCircle2 } from '../icons/circle-check';
169
166
 
167
+ // CircleChevronDown aliases
168
+ export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
169
+
170
170
  // CircleChevronLeft aliases
171
171
  export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
172
172
 
173
- // CircleChevronRight aliases
174
- export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
175
-
176
173
  // CircleChevronUp aliases
177
174
  export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
178
175
 
176
+ // CircleChevronRight aliases
177
+ export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
178
+
179
179
  // CircleDivide aliases
180
180
  export { default as DivideCircle } from '../icons/circle-divide';
181
181
 
@@ -251,15 +251,15 @@ export { default as Columns } from '../icons/columns-2';
251
251
  // Columns3 aliases
252
252
  export { default as PanelsLeftRight } from '../icons/columns-3';
253
253
 
254
- // DiamondPercent aliases
255
- export { default as PercentDiamond } from '../icons/diamond-percent';
256
-
257
254
  // ContactRound aliases
258
255
  export {
259
256
  /** @deprecated */
260
257
  default as Contact2
261
258
  } from '../icons/contact-round';
262
259
 
260
+ // DiamondPercent aliases
261
+ export { default as PercentDiamond } from '../icons/diamond-percent';
262
+
263
263
  // Earth aliases
264
264
  export {
265
265
  /** @deprecated */
@@ -275,29 +275,23 @@ export { default as MoreHorizontal } from '../icons/ellipsis';
275
275
  // FileAxis3d aliases
276
276
  export { default as FileAxis3D } from '../icons/file-axis-3d';
277
277
 
278
- // FileChartColumnIncreasing aliases
279
- export {
280
- /** @deprecated */
281
- default as FileBarChart
282
- } from '../icons/file-chart-column-increasing';
283
-
284
278
  // FileChartColumn aliases
285
279
  export {
286
280
  /** @deprecated */
287
281
  default as FileBarChart2
288
282
  } from '../icons/file-chart-column';
289
283
 
290
- // FileChartLine aliases
284
+ // FileChartColumnIncreasing aliases
291
285
  export {
292
286
  /** @deprecated */
293
- default as FileLineChart
294
- } from '../icons/file-chart-line';
287
+ default as FileBarChart
288
+ } from '../icons/file-chart-column-increasing';
295
289
 
296
- // FileChartPie aliases
290
+ // FileChartLine aliases
297
291
  export {
298
292
  /** @deprecated */
299
- default as FilePieChart
300
- } from '../icons/file-chart-pie';
293
+ default as FileLineChart
294
+ } from '../icons/file-chart-line';
301
295
 
302
296
  // FileCog aliases
303
297
  export {
@@ -305,6 +299,12 @@ export {
305
299
  default as FileCog2
306
300
  } from '../icons/file-cog';
307
301
 
302
+ // FileChartPie aliases
303
+ export {
304
+ /** @deprecated */
305
+ default as FilePieChart
306
+ } from '../icons/file-chart-pie';
307
+
308
308
  // FilePenLine aliases
309
309
  export { default as FileSignature } from '../icons/file-pen-line';
310
310
 
@@ -317,6 +317,12 @@ export {
317
317
  default as FolderCog2
318
318
  } from '../icons/folder-cog';
319
319
 
320
+ // Funnel aliases
321
+ export {
322
+ /** @deprecated */
323
+ default as Filter
324
+ } from '../icons/funnel';
325
+
320
326
  // FolderPen aliases
321
327
  export { default as FolderEdit } from '../icons/folder-pen';
322
328
 
@@ -326,12 +332,6 @@ export {
326
332
  default as FilterX
327
333
  } from '../icons/funnel-x';
328
334
 
329
- // Funnel aliases
330
- export {
331
- /** @deprecated */
332
- default as Filter
333
- } from '../icons/funnel';
334
-
335
335
  // GitCommitHorizontal aliases
336
336
  export { default as GitCommit } from '../icons/git-commit-horizontal';
337
337
 
@@ -344,15 +344,15 @@ export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
344
344
  // Grid2x2X aliases
345
345
  export { default as Grid2X2X } from '../icons/grid-2x2-x';
346
346
 
347
- // Grid2x2 aliases
348
- export { default as Grid2X2 } from '../icons/grid-2x2';
349
-
350
347
  // Grid3x3 aliases
351
348
  export { default as Grid } from '../icons/grid-3x3';
352
349
 
353
350
  // Grid3x3 aliases
354
351
  export { default as Grid3X3 } from '../icons/grid-3x3';
355
352
 
353
+ // Grid2x2 aliases
354
+ export { default as Grid2X2 } from '../icons/grid-2x2';
355
+
356
356
  // HandHelping aliases
357
357
  export { default as HelpingHand } from '../icons/hand-helping';
358
358
 
@@ -431,33 +431,33 @@ export { default as Sidebar } from '../icons/panel-left';
431
431
  // PanelRightDashed aliases
432
432
  export { default as PanelRightInactive } from '../icons/panel-right-dashed';
433
433
 
434
- // PanelTopDashed aliases
435
- export { default as PanelTopInactive } from '../icons/panel-top-dashed';
436
-
437
434
  // PanelsTopLeft aliases
438
435
  export { default as Layout } from '../icons/panels-top-left';
439
436
 
437
+ // PanelTopDashed aliases
438
+ export { default as PanelTopInactive } from '../icons/panel-top-dashed';
439
+
440
440
  // PenLine aliases
441
441
  export {
442
442
  /** @deprecated */
443
443
  default as Edit3
444
444
  } from '../icons/pen-line';
445
445
 
446
- // PlugZap aliases
447
- export { default as PlugZap2 } from '../icons/plug-zap';
448
-
449
446
  // Pen aliases
450
447
  export {
451
448
  /** @deprecated */
452
449
  default as Edit2
453
450
  } from '../icons/pen';
454
451
 
455
- // RectangleEllipsis aliases
456
- export { default as FormInput } from '../icons/rectangle-ellipsis';
452
+ // PlugZap aliases
453
+ export { default as PlugZap2 } from '../icons/plug-zap';
457
454
 
458
455
  // Rotate3d aliases
459
456
  export { default as Rotate3D } from '../icons/rotate-3d';
460
457
 
458
+ // RectangleEllipsis aliases
459
+ export { default as FormInput } from '../icons/rectangle-ellipsis';
460
+
461
461
  // Rows2 aliases
462
462
  export { default as Rows } from '../icons/rows-2';
463
463
 
@@ -482,12 +482,12 @@ export { default as Sliders } from '../icons/sliders-vertical';
482
482
  // Sparkles aliases
483
483
  export { default as Stars } from '../icons/sparkles';
484
484
 
485
- // SquareArrowDownLeft aliases
486
- export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
487
-
488
485
  // SquareActivity aliases
489
486
  export { default as ActivitySquare } from '../icons/square-activity';
490
487
 
488
+ // SquareArrowDownLeft aliases
489
+ export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
490
+
491
491
  // SquareArrowDownRight aliases
492
492
  export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
493
493
 
@@ -545,15 +545,15 @@ export { default as ChevronDownSquare } from '../icons/square-chevron-down';
545
545
  // SquareChevronLeft aliases
546
546
  export { default as ChevronLeftSquare } from '../icons/square-chevron-left';
547
547
 
548
- // SquareChevronRight aliases
549
- export { default as ChevronRightSquare } from '../icons/square-chevron-right';
550
-
551
548
  // SquareChevronUp aliases
552
549
  export { default as ChevronUpSquare } from '../icons/square-chevron-up';
553
550
 
554
551
  // SquareCode aliases
555
552
  export { default as CodeSquare } from '../icons/square-code';
556
553
 
554
+ // SquareChevronRight aliases
555
+ export { default as ChevronRightSquare } from '../icons/square-chevron-right';
556
+
557
557
  // SquareDashedKanban aliases
558
558
  export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
559
559
 
@@ -569,12 +569,12 @@ export { default as DivideSquare } from '../icons/square-divide';
569
569
  // SquareDot aliases
570
570
  export { default as DotSquare } from '../icons/square-dot';
571
571
 
572
- // SquareFunction aliases
573
- export { default as FunctionSquare } from '../icons/square-function';
574
-
575
572
  // SquareEqual aliases
576
573
  export { default as EqualSquare } from '../icons/square-equal';
577
574
 
575
+ // SquareFunction aliases
576
+ export { default as FunctionSquare } from '../icons/square-function';
577
+
578
578
  // SquareKanban aliases
579
579
  export { default as KanbanSquare } from '../icons/square-kanban';
580
580
 
@@ -593,12 +593,12 @@ export { default as MinusSquare } from '../icons/square-minus';
593
593
  // SquareMousePointer aliases
594
594
  export { default as Inspect } from '../icons/square-mouse-pointer';
595
595
 
596
- // SquareParking aliases
597
- export { default as ParkingSquare } from '../icons/square-parking';
598
-
599
596
  // SquareParkingOff aliases
600
597
  export { default as ParkingSquareOff } from '../icons/square-parking-off';
601
598
 
599
+ // SquareParking aliases
600
+ export { default as ParkingSquare } from '../icons/square-parking';
601
+
602
602
  // SquarePen aliases
603
603
  export { default as PenBox } from '../icons/square-pen';
604
604
 
@@ -608,33 +608,33 @@ export { default as Edit } from '../icons/square-pen';
608
608
  // SquarePen aliases
609
609
  export { default as PenSquare } from '../icons/square-pen';
610
610
 
611
- // SquarePercent aliases
612
- export { default as PercentSquare } from '../icons/square-percent';
613
-
614
611
  // SquarePi aliases
615
612
  export { default as PiSquare } from '../icons/square-pi';
616
613
 
614
+ // SquarePercent aliases
615
+ export { default as PercentSquare } from '../icons/square-percent';
616
+
617
617
  // SquarePilcrow aliases
618
618
  export { default as PilcrowSquare } from '../icons/square-pilcrow';
619
619
 
620
- // SquarePlay aliases
621
- export { default as PlaySquare } from '../icons/square-play';
622
-
623
620
  // SquarePlus aliases
624
621
  export { default as PlusSquare } from '../icons/square-plus';
625
622
 
623
+ // SquarePlay aliases
624
+ export { default as PlaySquare } from '../icons/square-play';
625
+
626
626
  // SquarePower aliases
627
627
  export { default as PowerSquare } from '../icons/square-power';
628
628
 
629
629
  // SquareScissors aliases
630
630
  export { default as ScissorsSquare } from '../icons/square-scissors';
631
631
 
632
- // SquareSlash aliases
633
- export { default as SlashSquare } from '../icons/square-slash';
634
-
635
632
  // SquareSigma aliases
636
633
  export { default as SigmaSquare } from '../icons/square-sigma';
637
634
 
635
+ // SquareSlash aliases
636
+ export { default as SlashSquare } from '../icons/square-slash';
637
+
638
638
  // SquareSplitHorizontal aliases
639
639
  export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
640
640
 
@@ -668,6 +668,12 @@ export { default as Train } from '../icons/tram-front';
668
668
  // TreePalm aliases
669
669
  export { default as Palmtree } from '../icons/tree-palm';
670
670
 
671
+ // TvMinimal aliases
672
+ export {
673
+ /** @deprecated */
674
+ default as Tv2
675
+ } from '../icons/tv-minimal';
676
+
671
677
  // TriangleAlert aliases
672
678
  export { default as AlertTriangle } from '../icons/triangle-alert';
673
679
 
@@ -677,12 +683,6 @@ export {
677
683
  default as School2
678
684
  } from '../icons/university';
679
685
 
680
- // TvMinimal aliases
681
- export {
682
- /** @deprecated */
683
- default as Tv2
684
- } from '../icons/tv-minimal';
685
-
686
686
  // UserRoundCheck aliases
687
687
  export {
688
688
  /** @deprecated */