@lucide/astro 0.495.0 → 0.496.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.495.0",
3
+ "version": "0.496.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications",
6
6
  "license": "ISC",
@@ -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
 
@@ -29,15 +29,15 @@ export { default as ArrowUpZa } from '../icons/arrow-up-z-a';
29
29
  // Axis3d aliases
30
30
  export { default as Axis3D } from '../icons/axis-3d';
31
31
 
32
+ // BadgeCheck aliases
33
+ export { default as Verified } from '../icons/badge-check';
34
+
32
35
  // BetweenHorizontalEnd aliases
33
36
  export {
34
37
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
35
38
  default as BetweenHorizonalEnd
36
39
  } from '../icons/between-horizontal-end';
37
40
 
38
- // BadgeCheck aliases
39
- export { default as Verified } from '../icons/badge-check';
40
-
41
41
  // BetweenHorizontalStart aliases
42
42
  export {
43
43
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
@@ -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
- // ChartArea aliases
57
- export {
58
- /** @deprecated */
59
- default as AreaChart
60
- } from '../icons/chart-area';
61
-
62
56
  // ChartBarBig aliases
63
57
  export {
64
58
  /** @deprecated */
65
59
  default as BarChartHorizontalBig
66
60
  } from '../icons/chart-bar-big';
67
61
 
62
+ // ChartArea aliases
63
+ export {
64
+ /** @deprecated */
65
+ default as AreaChart
66
+ } from '../icons/chart-area';
67
+
68
68
  // ChartBar aliases
69
69
  export {
70
70
  /** @deprecated */
@@ -77,6 +77,12 @@ export {
77
77
  default as CandlestickChart
78
78
  } from '../icons/chart-candlestick';
79
79
 
80
+ // ChartColumnBig aliases
81
+ export {
82
+ /** @deprecated */
83
+ default as BarChartBig
84
+ } from '../icons/chart-column-big';
85
+
80
86
  // ChartColumnIncreasing aliases
81
87
  export {
82
88
  /** @deprecated */
@@ -89,12 +95,6 @@ export {
89
95
  default as BarChart3
90
96
  } from '../icons/chart-column';
91
97
 
92
- // ChartColumnBig aliases
93
- export {
94
- /** @deprecated */
95
- default as BarChartBig
96
- } from '../icons/chart-column-big';
97
-
98
98
  // ChartLine aliases
99
99
  export {
100
100
  /** @deprecated */
@@ -113,18 +113,18 @@ export {
113
113
  default as BarChart2
114
114
  } from '../icons/chart-no-axes-column';
115
115
 
116
- // ChartNoAxesGantt aliases
117
- export {
118
- /** @deprecated */
119
- default as GanttChart
120
- } from '../icons/chart-no-axes-gantt';
121
-
122
116
  // ChartPie aliases
123
117
  export {
124
118
  /** @deprecated */
125
119
  default as PieChart
126
120
  } from '../icons/chart-pie';
127
121
 
122
+ // ChartNoAxesGantt aliases
123
+ export {
124
+ /** @deprecated */
125
+ default as GanttChart
126
+ } from '../icons/chart-no-axes-gantt';
127
+
128
128
  // ChartScatter aliases
129
129
  export {
130
130
  /** @deprecated */
@@ -143,21 +143,21 @@ export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
143
143
  // CircleArrowOutDownLeft aliases
144
144
  export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
145
145
 
146
- // CircleArrowOutUpLeft aliases
147
- export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
148
-
149
146
  // CircleArrowOutDownRight aliases
150
147
  export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-down-right';
151
148
 
149
+ // CircleArrowOutUpLeft aliases
150
+ export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
151
+
152
152
  // CircleArrowOutUpRight aliases
153
153
  export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
154
154
 
155
- // CircleArrowUp aliases
156
- export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
157
-
158
155
  // CircleArrowRight aliases
159
156
  export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
160
157
 
158
+ // CircleArrowUp aliases
159
+ export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
160
+
161
161
  // CircleCheckBig aliases
162
162
  export { default as CheckCircle } from '../icons/circle-check-big';
163
163
 
@@ -191,24 +191,24 @@ export { default as MinusCircle } from '../icons/circle-minus';
191
191
  // CircleParkingOff aliases
192
192
  export { default as ParkingCircleOff } from '../icons/circle-parking-off';
193
193
 
194
- // CircleParking aliases
195
- export { default as ParkingCircle } from '../icons/circle-parking';
196
-
197
194
  // CirclePause aliases
198
195
  export { default as PauseCircle } from '../icons/circle-pause';
199
196
 
197
+ // CircleParking aliases
198
+ export { default as ParkingCircle } from '../icons/circle-parking';
199
+
200
200
  // CirclePercent aliases
201
201
  export { default as PercentCircle } from '../icons/circle-percent';
202
202
 
203
+ // CirclePlus aliases
204
+ export { default as PlusCircle } from '../icons/circle-plus';
205
+
203
206
  // CirclePlay aliases
204
207
  export { default as PlayCircle } from '../icons/circle-play';
205
208
 
206
209
  // CirclePower aliases
207
210
  export { default as PowerCircle } from '../icons/circle-power';
208
211
 
209
- // CirclePlus aliases
210
- export { default as PlusCircle } from '../icons/circle-plus';
211
-
212
212
  // CircleSlash2 aliases
213
213
  export { default as CircleSlashed } from '../icons/circle-slash-2';
214
214
 
@@ -233,12 +233,12 @@ export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
233
233
  // ClipboardPen aliases
234
234
  export { default as ClipboardEdit } from '../icons/clipboard-pen';
235
235
 
236
- // CloudDownload aliases
237
- export { default as DownloadCloud } from '../icons/cloud-download';
238
-
239
236
  // CloudUpload aliases
240
237
  export { default as UploadCloud } from '../icons/cloud-upload';
241
238
 
239
+ // CloudDownload aliases
240
+ export { default as DownloadCloud } from '../icons/cloud-download';
241
+
242
242
  // CodeXml aliases
243
243
  export {
244
244
  /** @deprecated */
@@ -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
-
254
251
  // ContactRound aliases
255
252
  export {
256
253
  /** @deprecated */
257
254
  default as Contact2
258
255
  } from '../icons/contact-round';
259
256
 
257
+ // Columns3 aliases
258
+ export { default as PanelsLeftRight } from '../icons/columns-3';
259
+
260
260
  // DiamondPercent aliases
261
261
  export { default as PercentDiamond } from '../icons/diamond-percent';
262
262
 
@@ -269,17 +269,11 @@ export {
269
269
  // EllipsisVertical aliases
270
270
  export { default as MoreVertical } from '../icons/ellipsis-vertical';
271
271
 
272
- // FileAxis3d aliases
273
- export { default as FileAxis3D } from '../icons/file-axis-3d';
274
-
275
272
  // Ellipsis aliases
276
273
  export { default as MoreHorizontal } from '../icons/ellipsis';
277
274
 
278
- // FileChartColumnIncreasing aliases
279
- export {
280
- /** @deprecated */
281
- default as FileBarChart
282
- } from '../icons/file-chart-column-increasing';
275
+ // FileAxis3d aliases
276
+ export { default as FileAxis3D } from '../icons/file-axis-3d';
283
277
 
284
278
  // FileChartColumn aliases
285
279
  export {
@@ -287,11 +281,11 @@ export {
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
290
  // FileChartPie aliases
297
291
  export {
@@ -299,6 +293,12 @@ export {
299
293
  default as FilePieChart
300
294
  } from '../icons/file-chart-pie';
301
295
 
296
+ // FileChartLine aliases
297
+ export {
298
+ /** @deprecated */
299
+ default as FileLineChart
300
+ } from '../icons/file-chart-line';
301
+
302
302
  // FileCog aliases
303
303
  export {
304
304
  /** @deprecated */
@@ -371,15 +371,15 @@ export { default as IceCream } from '../icons/ice-cream-cone';
371
371
  // IndentDecrease aliases
372
372
  export { default as Outdent } from '../icons/indent-decrease';
373
373
 
374
- // IndentIncrease aliases
375
- export { default as Indent } from '../icons/indent-increase';
376
-
377
374
  // LaptopMinimal aliases
378
375
  export {
379
376
  /** @deprecated */
380
377
  default as Laptop2
381
378
  } from '../icons/laptop-minimal';
382
379
 
380
+ // IndentIncrease aliases
381
+ export { default as Indent } from '../icons/indent-increase';
382
+
383
383
  // Layers aliases
384
384
  export { default as Layers3 } from '../icons/layers';
385
385
 
@@ -425,36 +425,36 @@ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
425
425
  // PanelLeftOpen aliases
426
426
  export { default as SidebarOpen } from '../icons/panel-left-open';
427
427
 
428
+ // PanelRightDashed aliases
429
+ export { default as PanelRightInactive } from '../icons/panel-right-dashed';
430
+
428
431
  // PanelLeft aliases
429
432
  export { default as Sidebar } from '../icons/panel-left';
430
433
 
431
434
  // PanelTopDashed aliases
432
435
  export { default as PanelTopInactive } from '../icons/panel-top-dashed';
433
436
 
434
- // PanelsTopLeft aliases
435
- export { default as Layout } from '../icons/panels-top-left';
436
-
437
- // PanelRightDashed aliases
438
- export { default as PanelRightInactive } from '../icons/panel-right-dashed';
439
-
440
437
  // PenLine aliases
441
438
  export {
442
439
  /** @deprecated */
443
440
  default as Edit3
444
441
  } from '../icons/pen-line';
445
442
 
443
+ // PanelsTopLeft aliases
444
+ export { default as Layout } from '../icons/panels-top-left';
445
+
446
446
  // Pen aliases
447
447
  export {
448
448
  /** @deprecated */
449
449
  default as Edit2
450
450
  } from '../icons/pen';
451
451
 
452
- // RectangleEllipsis aliases
453
- export { default as FormInput } from '../icons/rectangle-ellipsis';
454
-
455
452
  // PlugZap aliases
456
453
  export { default as PlugZap2 } from '../icons/plug-zap';
457
454
 
455
+ // RectangleEllipsis aliases
456
+ export { default as FormInput } from '../icons/rectangle-ellipsis';
457
+
458
458
  // Rotate3d aliases
459
459
  export { default as Rotate3D } from '../icons/rotate-3d';
460
460
 
@@ -485,12 +485,12 @@ export { default as Stars } from '../icons/sparkles';
485
485
  // SquareActivity aliases
486
486
  export { default as ActivitySquare } from '../icons/square-activity';
487
487
 
488
- // SquareArrowDownRight aliases
489
- export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
490
-
491
488
  // SquareArrowDownLeft aliases
492
489
  export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
493
490
 
491
+ // SquareArrowDownRight aliases
492
+ export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
493
+
494
494
  // SquareArrowDown aliases
495
495
  export { default as ArrowDownSquare } from '../icons/square-arrow-down';
496
496
 
@@ -521,12 +521,12 @@ export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
521
521
  // SquareArrowUp aliases
522
522
  export { default as ArrowUpSquare } from '../icons/square-arrow-up';
523
523
 
524
- // SquareAsterisk aliases
525
- export { default as AsteriskSquare } from '../icons/square-asterisk';
526
-
527
524
  // SquareBottomDashedScissors aliases
528
525
  export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
529
526
 
527
+ // SquareAsterisk aliases
528
+ export { default as AsteriskSquare } from '../icons/square-asterisk';
529
+
530
530
  // SquareChartGantt aliases
531
531
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
532
532
 
@@ -575,12 +575,12 @@ export { default as EqualSquare } from '../icons/square-equal';
575
575
  // SquareFunction aliases
576
576
  export { default as FunctionSquare } from '../icons/square-function';
577
577
 
578
- // SquareLibrary aliases
579
- export { default as LibrarySquare } from '../icons/square-library';
580
-
581
578
  // SquareKanban aliases
582
579
  export { default as KanbanSquare } from '../icons/square-kanban';
583
580
 
581
+ // SquareLibrary aliases
582
+ export { default as LibrarySquare } from '../icons/square-library';
583
+
584
584
  // SquareM aliases
585
585
  export { default as MSquare } from '../icons/square-m';
586
586
 
@@ -599,9 +599,6 @@ export { default as ParkingSquareOff } from '../icons/square-parking-off';
599
599
  // SquareParking aliases
600
600
  export { default as ParkingSquare } from '../icons/square-parking';
601
601
 
602
- // SquarePercent aliases
603
- export { default as PercentSquare } from '../icons/square-percent';
604
-
605
602
  // SquarePen aliases
606
603
  export { default as PenBox } from '../icons/square-pen';
607
604
 
@@ -611,6 +608,9 @@ export { default as Edit } from '../icons/square-pen';
611
608
  // SquarePen aliases
612
609
  export { default as PenSquare } from '../icons/square-pen';
613
610
 
611
+ // SquarePercent aliases
612
+ export { default as PercentSquare } from '../icons/square-percent';
613
+
614
614
  // SquarePi aliases
615
615
  export { default as PiSquare } from '../icons/square-pi';
616
616
 
@@ -623,18 +623,18 @@ export { default as PlaySquare } from '../icons/square-play';
623
623
  // SquarePlus aliases
624
624
  export { default as PlusSquare } from '../icons/square-plus';
625
625
 
626
- // SquarePower aliases
627
- export { default as PowerSquare } from '../icons/square-power';
628
-
629
626
  // SquareScissors aliases
630
627
  export { default as ScissorsSquare } from '../icons/square-scissors';
631
628
 
632
- // SquareSlash aliases
633
- export { default as SlashSquare } from '../icons/square-slash';
634
-
635
629
  // SquareSigma aliases
636
630
  export { default as SigmaSquare } from '../icons/square-sigma';
637
631
 
632
+ // SquarePower aliases
633
+ export { default as PowerSquare } from '../icons/square-power';
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
 
@@ -677,23 +677,17 @@ export {
677
677
  default as Tv2
678
678
  } from '../icons/tv-minimal';
679
679
 
680
- // UserRoundCheck aliases
681
- export {
682
- /** @deprecated */
683
- default as UserCheck2
684
- } from '../icons/user-round-check';
685
-
686
680
  // University aliases
687
681
  export {
688
682
  /** @deprecated */
689
683
  default as School2
690
684
  } from '../icons/university';
691
685
 
692
- // UserRoundMinus aliases
686
+ // UserRoundCheck aliases
693
687
  export {
694
688
  /** @deprecated */
695
- default as UserMinus2
696
- } from '../icons/user-round-minus';
689
+ default as UserCheck2
690
+ } from '../icons/user-round-check';
697
691
 
698
692
  // UserRoundCog aliases
699
693
  export {
@@ -701,6 +695,12 @@ export {
701
695
  default as UserCog2
702
696
  } from '../icons/user-round-cog';
703
697
 
698
+ // UserRoundMinus aliases
699
+ export {
700
+ /** @deprecated */
701
+ default as UserMinus2
702
+ } from '../icons/user-round-minus';
703
+
704
704
  // UserRoundPlus aliases
705
705
  export {
706
706
  /** @deprecated */
@@ -725,12 +725,12 @@ export {
725
725
  default as Users2
726
726
  } from '../icons/users-round';
727
727
 
728
- // Utensils aliases
729
- export { default as ForkKnife } from '../icons/utensils';
730
-
731
728
  // UtensilsCrossed aliases
732
729
  export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
733
730
 
731
+ // Utensils aliases
732
+ export { default as ForkKnife } from '../icons/utensils';
733
+
734
734
  // WalletMinimal aliases
735
735
  export {
736
736
  /** @deprecated */