@lucide/astro 0.499.0 → 0.500.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.499.0",
3
+ "version": "0.500.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications",
6
6
  "license": "ISC",
@@ -1,10 +1,10 @@
1
1
 
2
- // AlarmClockMinus aliases
3
- export { default as AlarmMinus } from '../icons/alarm-clock-minus';
4
-
5
2
  // AlarmClockCheck aliases
6
3
  export { default as AlarmCheck } from '../icons/alarm-clock-check';
7
4
 
5
+ // AlarmClockMinus aliases
6
+ export { default as AlarmMinus } from '../icons/alarm-clock-minus';
7
+
8
8
  // AlarmClockPlus aliases
9
9
  export { default as AlarmPlus } from '../icons/alarm-clock-plus';
10
10
 
@@ -89,35 +89,29 @@ export {
89
89
  default as BarChart4
90
90
  } from '../icons/chart-column-increasing';
91
91
 
92
- // ChartLine aliases
93
- export {
94
- /** @deprecated */
95
- default as LineChart
96
- } from '../icons/chart-line';
97
-
98
- // ChartNoAxesColumnIncreasing aliases
99
- export {
100
- /** @deprecated */
101
- default as BarChart
102
- } from '../icons/chart-no-axes-column-increasing';
103
-
104
92
  // ChartColumn aliases
105
93
  export {
106
94
  /** @deprecated */
107
95
  default as BarChart3
108
96
  } from '../icons/chart-column';
109
97
 
98
+ // ChartLine aliases
99
+ export {
100
+ /** @deprecated */
101
+ default as LineChart
102
+ } from '../icons/chart-line';
103
+
110
104
  // ChartNoAxesColumn aliases
111
105
  export {
112
106
  /** @deprecated */
113
107
  default as BarChart2
114
108
  } from '../icons/chart-no-axes-column';
115
109
 
116
- // ChartPie aliases
110
+ // ChartNoAxesColumnIncreasing aliases
117
111
  export {
118
112
  /** @deprecated */
119
- default as PieChart
120
- } from '../icons/chart-pie';
113
+ default as BarChart
114
+ } from '../icons/chart-no-axes-column-increasing';
121
115
 
122
116
  // ChartNoAxesGantt aliases
123
117
  export {
@@ -125,6 +119,12 @@ export {
125
119
  default as GanttChart
126
120
  } from '../icons/chart-no-axes-gantt';
127
121
 
122
+ // ChartPie aliases
123
+ export {
124
+ /** @deprecated */
125
+ default as PieChart
126
+ } from '../icons/chart-pie';
127
+
128
128
  // ChartScatter aliases
129
129
  export {
130
130
  /** @deprecated */
@@ -167,15 +167,15 @@ export { default as CheckCircle2 } from '../icons/circle-check';
167
167
  // CircleChevronDown aliases
168
168
  export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
169
169
 
170
- // CircleChevronRight aliases
171
- export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
172
-
173
170
  // CircleChevronLeft aliases
174
171
  export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
175
172
 
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
 
@@ -299,15 +299,15 @@ export {
299
299
  default as FilePieChart
300
300
  } from '../icons/file-chart-pie';
301
301
 
302
+ // FilePenLine aliases
303
+ export { default as FileSignature } from '../icons/file-pen-line';
304
+
302
305
  // FileCog aliases
303
306
  export {
304
307
  /** @deprecated */
305
308
  default as FileCog2
306
309
  } from '../icons/file-cog';
307
310
 
308
- // FilePenLine aliases
309
- export { default as FileSignature } from '../icons/file-pen-line';
310
-
311
311
  // FilePen aliases
312
312
  export { default as FileEdit } from '../icons/file-pen';
313
313
 
@@ -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
 
@@ -449,12 +449,12 @@ export {
449
449
  default as Edit2
450
450
  } from '../icons/pen';
451
451
 
452
- // PlugZap aliases
453
- export { default as PlugZap2 } from '../icons/plug-zap';
454
-
455
452
  // RectangleEllipsis aliases
456
453
  export { default as FormInput } from '../icons/rectangle-ellipsis';
457
454
 
455
+ // PlugZap aliases
456
+ export { default as PlugZap2 } from '../icons/plug-zap';
457
+
458
458
  // Rotate3d aliases
459
459
  export { default as Rotate3D } from '../icons/rotate-3d';
460
460
 
@@ -488,12 +488,12 @@ export { default as ActivitySquare } from '../icons/square-activity';
488
488
  // SquareArrowDownLeft aliases
489
489
  export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
490
490
 
491
- // SquareArrowDownRight aliases
492
- export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
493
-
494
491
  // SquareArrowDown aliases
495
492
  export { default as ArrowDownSquare } from '../icons/square-arrow-down';
496
493
 
494
+ // SquareArrowDownRight aliases
495
+ export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
496
+
497
497
  // SquareArrowLeft aliases
498
498
  export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
499
499
 
@@ -554,12 +554,12 @@ export { default as ChevronUpSquare } from '../icons/square-chevron-up';
554
554
  // SquareCode aliases
555
555
  export { default as CodeSquare } from '../icons/square-code';
556
556
 
557
- // SquareDashedKanban aliases
558
- export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
559
-
560
557
  // SquareDashedMousePointer aliases
561
558
  export { default as MousePointerSquareDashed } from '../icons/square-dashed-mouse-pointer';
562
559
 
560
+ // SquareDashedKanban aliases
561
+ export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
562
+
563
563
  // SquareDashed aliases
564
564
  export { default as BoxSelect } from '../icons/square-dashed';
565
565
 
@@ -695,18 +695,18 @@ export {
695
695
  default as UserCog2
696
696
  } from '../icons/user-round-cog';
697
697
 
698
- // UserRoundMinus aliases
699
- export {
700
- /** @deprecated */
701
- default as UserMinus2
702
- } from '../icons/user-round-minus';
703
-
704
698
  // UserRoundPlus aliases
705
699
  export {
706
700
  /** @deprecated */
707
701
  default as UserPlus2
708
702
  } from '../icons/user-round-plus';
709
703
 
704
+ // UserRoundMinus aliases
705
+ export {
706
+ /** @deprecated */
707
+ default as UserMinus2
708
+ } from '../icons/user-round-minus';
709
+
710
710
  // UserRoundX aliases
711
711
  export {
712
712
  /** @deprecated */