@lucide/astro 0.496.0 → 0.497.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.496.0",
3
+ "version": "0.497.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
- // ArrowDownZA aliases
15
- export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
16
-
17
14
  // ArrowDownWideNarrow aliases
18
15
  export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
19
16
 
17
+ // ArrowDownZA aliases
18
+ export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
19
+
20
20
  // ArrowUpAZ aliases
21
21
  export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
22
22
 
@@ -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 */
@@ -113,12 +113,6 @@ export {
113
113
  default as BarChart2
114
114
  } from '../icons/chart-no-axes-column';
115
115
 
116
- // ChartPie aliases
117
- export {
118
- /** @deprecated */
119
- default as PieChart
120
- } from '../icons/chart-pie';
121
-
122
116
  // ChartNoAxesGantt aliases
123
117
  export {
124
118
  /** @deprecated */
@@ -131,6 +125,12 @@ export {
131
125
  default as ScatterChart
132
126
  } from '../icons/chart-scatter';
133
127
 
128
+ // ChartPie aliases
129
+ export {
130
+ /** @deprecated */
131
+ default as PieChart
132
+ } from '../icons/chart-pie';
133
+
134
134
  // CircleAlert aliases
135
135
  export { default as AlertCircle } from '../icons/circle-alert';
136
136
 
@@ -191,30 +191,30 @@ 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
- // CirclePause aliases
195
- export { default as PauseCircle } from '../icons/circle-pause';
196
-
197
194
  // CircleParking aliases
198
195
  export { default as ParkingCircle } from '../icons/circle-parking';
199
196
 
197
+ // CirclePause aliases
198
+ export { default as PauseCircle } from '../icons/circle-pause';
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
-
206
203
  // CirclePlay aliases
207
204
  export { default as PlayCircle } from '../icons/circle-play';
208
205
 
206
+ // CirclePlus aliases
207
+ export { default as PlusCircle } from '../icons/circle-plus';
208
+
209
209
  // CirclePower aliases
210
210
  export { default as PowerCircle } from '../icons/circle-power';
211
211
 
212
- // CircleSlash2 aliases
213
- export { default as CircleSlashed } from '../icons/circle-slash-2';
214
-
215
212
  // CircleStop aliases
216
213
  export { default as StopCircle } from '../icons/circle-stop';
217
214
 
215
+ // CircleSlash2 aliases
216
+ export { default as CircleSlashed } from '../icons/circle-slash-2';
217
+
218
218
  // CircleUserRound aliases
219
219
  export {
220
220
  /** @deprecated */
@@ -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
- // CloudUpload aliases
237
- export { default as UploadCloud } from '../icons/cloud-upload';
238
-
239
236
  // CloudDownload aliases
240
237
  export { default as DownloadCloud } from '../icons/cloud-download';
241
238
 
239
+ // CloudUpload aliases
240
+ export { default as UploadCloud } from '../icons/cloud-upload';
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
+
251
254
  // ContactRound aliases
252
255
  export {
253
256
  /** @deprecated */
254
257
  default as Contact2
255
258
  } from '../icons/contact-round';
256
259
 
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
 
@@ -275,23 +275,17 @@ 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
- // FileChartColumn aliases
279
- export {
280
- /** @deprecated */
281
- default as FileBarChart2
282
- } from '../icons/file-chart-column';
283
-
284
278
  // FileChartColumnIncreasing aliases
285
279
  export {
286
280
  /** @deprecated */
287
281
  default as FileBarChart
288
282
  } from '../icons/file-chart-column-increasing';
289
283
 
290
- // FileChartPie aliases
284
+ // FileChartColumn aliases
291
285
  export {
292
286
  /** @deprecated */
293
- default as FilePieChart
294
- } from '../icons/file-chart-pie';
287
+ default as FileBarChart2
288
+ } from '../icons/file-chart-column';
295
289
 
296
290
  // FileChartLine aliases
297
291
  export {
@@ -299,6 +293,12 @@ export {
299
293
  default as FileLineChart
300
294
  } from '../icons/file-chart-line';
301
295
 
296
+ // FileChartPie aliases
297
+ export {
298
+ /** @deprecated */
299
+ default as FilePieChart
300
+ } from '../icons/file-chart-pie';
301
+
302
302
  // FileCog aliases
303
303
  export {
304
304
  /** @deprecated */
@@ -356,30 +356,30 @@ export { default as Grid3X3 } from '../icons/grid-3x3';
356
356
  // HandHelping aliases
357
357
  export { default as HelpingHand } from '../icons/hand-helping';
358
358
 
359
- // House aliases
360
- export { default as Home } from '../icons/house';
361
-
362
359
  // IceCreamBowl aliases
363
360
  export {
364
361
  /** @deprecated */
365
362
  default as IceCream2
366
363
  } from '../icons/ice-cream-bowl';
367
364
 
368
- // IceCreamCone aliases
369
- export { default as IceCream } from '../icons/ice-cream-cone';
365
+ // House aliases
366
+ export { default as Home } from '../icons/house';
370
367
 
371
368
  // IndentDecrease aliases
372
369
  export { default as Outdent } from '../icons/indent-decrease';
373
370
 
371
+ // IceCreamCone aliases
372
+ export { default as IceCream } from '../icons/ice-cream-cone';
373
+
374
+ // IndentIncrease aliases
375
+ export { default as Indent } from '../icons/indent-increase';
376
+
374
377
  // LaptopMinimal aliases
375
378
  export {
376
379
  /** @deprecated */
377
380
  default as Laptop2
378
381
  } from '../icons/laptop-minimal';
379
382
 
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,24 +425,24 @@ 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
-
431
428
  // PanelLeft aliases
432
429
  export { default as Sidebar } from '../icons/panel-left';
433
430
 
431
+ // PanelRightDashed aliases
432
+ export { default as PanelRightInactive } from '../icons/panel-right-dashed';
433
+
434
434
  // PanelTopDashed aliases
435
435
  export { default as PanelTopInactive } from '../icons/panel-top-dashed';
436
436
 
437
+ // PanelsTopLeft aliases
438
+ export { default as Layout } from '../icons/panels-top-left';
439
+
437
440
  // PenLine aliases
438
441
  export {
439
442
  /** @deprecated */
440
443
  default as Edit3
441
444
  } from '../icons/pen-line';
442
445
 
443
- // PanelsTopLeft aliases
444
- export { default as Layout } from '../icons/panels-top-left';
445
-
446
446
  // Pen aliases
447
447
  export {
448
448
  /** @deprecated */
@@ -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
- // SquareBottomDashedScissors aliases
525
- export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
526
-
527
524
  // SquareAsterisk aliases
528
525
  export { default as AsteriskSquare } from '../icons/square-asterisk';
529
526
 
527
+ // SquareBottomDashedScissors aliases
528
+ export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
529
+
530
530
  // SquareChartGantt aliases
531
531
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
532
532
 
@@ -557,12 +557,12 @@ export { default as CodeSquare } from '../icons/square-code';
557
557
  // SquareDashedKanban aliases
558
558
  export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
559
559
 
560
- // SquareDashedMousePointer aliases
561
- export { default as MousePointerSquareDashed } from '../icons/square-dashed-mouse-pointer';
562
-
563
560
  // SquareDashed aliases
564
561
  export { default as BoxSelect } from '../icons/square-dashed';
565
562
 
563
+ // SquareDashedMousePointer aliases
564
+ export { default as MousePointerSquareDashed } from '../icons/square-dashed-mouse-pointer';
565
+
566
566
  // SquareDivide aliases
567
567
  export { default as DivideSquare } from '../icons/square-divide';
568
568
 
@@ -581,12 +581,12 @@ export { default as KanbanSquare } from '../icons/square-kanban';
581
581
  // SquareLibrary aliases
582
582
  export { default as LibrarySquare } from '../icons/square-library';
583
583
 
584
- // SquareM aliases
585
- export { default as MSquare } from '../icons/square-m';
586
-
587
584
  // SquareMenu aliases
588
585
  export { default as MenuSquare } from '../icons/square-menu';
589
586
 
587
+ // SquareM aliases
588
+ export { default as MSquare } from '../icons/square-m';
589
+
590
590
  // SquareMinus aliases
591
591
  export { default as MinusSquare } from '../icons/square-minus';
592
592
 
@@ -623,15 +623,15 @@ 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
+
626
629
  // SquareScissors aliases
627
630
  export { default as ScissorsSquare } from '../icons/square-scissors';
628
631
 
629
632
  // SquareSigma aliases
630
633
  export { default as SigmaSquare } from '../icons/square-sigma';
631
634
 
632
- // SquarePower aliases
633
- export { default as PowerSquare } from '../icons/square-power';
634
-
635
635
  // SquareSlash aliases
636
636
  export { default as SlashSquare } from '../icons/square-slash';
637
637
 
@@ -683,18 +683,18 @@ export {
683
683
  default as School2
684
684
  } from '../icons/university';
685
685
 
686
- // UserRoundCheck aliases
687
- export {
688
- /** @deprecated */
689
- default as UserCheck2
690
- } from '../icons/user-round-check';
691
-
692
686
  // UserRoundCog aliases
693
687
  export {
694
688
  /** @deprecated */
695
689
  default as UserCog2
696
690
  } from '../icons/user-round-cog';
697
691
 
692
+ // UserRoundCheck aliases
693
+ export {
694
+ /** @deprecated */
695
+ default as UserCheck2
696
+ } from '../icons/user-round-check';
697
+
698
698
  // UserRoundMinus aliases
699
699
  export {
700
700
  /** @deprecated */