@lucide/astro 0.491.0 → 0.492.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.491.0",
3
+ "version": "0.492.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications",
6
6
  "license": "ISC",
@@ -17,12 +17,12 @@ export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
17
17
  // ArrowDownZA aliases
18
18
  export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
19
19
 
20
- // ArrowUpAZ aliases
21
- export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
22
-
23
20
  // ArrowUpNarrowWide aliases
24
21
  export { default as SortAsc } from '../icons/arrow-up-narrow-wide';
25
22
 
23
+ // ArrowUpAZ aliases
24
+ export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
25
+
26
26
  // ArrowUpZA aliases
27
27
  export { default as ArrowUpZa } from '../icons/arrow-up-z-a';
28
28
 
@@ -119,18 +119,18 @@ export {
119
119
  default as GanttChart
120
120
  } from '../icons/chart-no-axes-gantt';
121
121
 
122
- // ChartScatter aliases
123
- export {
124
- /** @deprecated */
125
- default as ScatterChart
126
- } from '../icons/chart-scatter';
127
-
128
122
  // ChartPie aliases
129
123
  export {
130
124
  /** @deprecated */
131
125
  default as PieChart
132
126
  } from '../icons/chart-pie';
133
127
 
128
+ // ChartScatter aliases
129
+ export {
130
+ /** @deprecated */
131
+ default as ScatterChart
132
+ } from '../icons/chart-scatter';
133
+
134
134
  // CircleAlert aliases
135
135
  export { default as AlertCircle } from '../icons/circle-alert';
136
136
 
@@ -149,12 +149,12 @@ export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-d
149
149
  // CircleArrowOutUpLeft aliases
150
150
  export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
151
151
 
152
- // CircleArrowRight aliases
153
- export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
154
-
155
152
  // CircleArrowOutUpRight aliases
156
153
  export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
157
154
 
155
+ // CircleArrowRight aliases
156
+ export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
157
+
158
158
  // CircleArrowUp aliases
159
159
  export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
160
160
 
@@ -179,12 +179,12 @@ export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
179
179
  // CircleDivide aliases
180
180
  export { default as DivideCircle } from '../icons/circle-divide';
181
181
 
182
- // CircleHelp aliases
183
- export { default as HelpCircle } from '../icons/circle-help';
184
-
185
182
  // CircleGauge aliases
186
183
  export { default as GaugeCircle } from '../icons/circle-gauge';
187
184
 
185
+ // CircleHelp aliases
186
+ export { default as HelpCircle } from '../icons/circle-help';
187
+
188
188
  // CircleMinus aliases
189
189
  export { default as MinusCircle } from '../icons/circle-minus';
190
190
 
@@ -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 */
@@ -287,18 +287,18 @@ export {
287
287
  default as FileBarChart2
288
288
  } from '../icons/file-chart-column';
289
289
 
290
- // FileChartPie aliases
291
- export {
292
- /** @deprecated */
293
- default as FilePieChart
294
- } from '../icons/file-chart-pie';
295
-
296
290
  // FileChartLine aliases
297
291
  export {
298
292
  /** @deprecated */
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 */
@@ -413,15 +413,15 @@ export { default as XOctagon } from '../icons/octagon-x';
413
413
  // PaintbrushVertical aliases
414
414
  export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
415
415
 
416
- // PanelLeftClose aliases
417
- export { default as SidebarClose } from '../icons/panel-left-close';
418
-
419
416
  // PanelBottomDashed aliases
420
417
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
421
418
 
422
419
  // PanelLeftDashed aliases
423
420
  export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
424
421
 
422
+ // PanelLeftClose aliases
423
+ export { default as SidebarClose } from '../icons/panel-left-close';
424
+
425
425
  // PanelLeftOpen aliases
426
426
  export { default as SidebarOpen } from '../icons/panel-left-open';
427
427
 
@@ -500,33 +500,33 @@ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
500
500
  // SquareArrowOutDownLeft aliases
501
501
  export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
502
502
 
503
+ // SquareArrowOutDownRight aliases
504
+ export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
505
+
503
506
  // SquareArrowOutUpLeft aliases
504
507
  export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
505
508
 
506
509
  // SquareArrowOutUpRight aliases
507
510
  export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
508
511
 
509
- // SquareArrowOutDownRight aliases
510
- export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
511
-
512
512
  // SquareArrowRight aliases
513
513
  export { default as ArrowRightSquare } from '../icons/square-arrow-right';
514
514
 
515
- // SquareArrowUpRight aliases
516
- export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
517
-
518
515
  // SquareArrowUpLeft aliases
519
516
  export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
520
517
 
518
+ // SquareArrowUpRight aliases
519
+ export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
520
+
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
 
@@ -683,29 +683,23 @@ 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
 
698
- // UserRoundMinus aliases
692
+ // UserRoundCheck aliases
699
693
  export {
700
694
  /** @deprecated */
701
- default as UserMinus2
702
- } from '../icons/user-round-minus';
695
+ default as UserCheck2
696
+ } from '../icons/user-round-check';
703
697
 
704
- // UserRoundX aliases
698
+ // UserRoundMinus aliases
705
699
  export {
706
700
  /** @deprecated */
707
- default as UserX2
708
- } from '../icons/user-round-x';
701
+ default as UserMinus2
702
+ } from '../icons/user-round-minus';
709
703
 
710
704
  // UserRoundPlus aliases
711
705
  export {
@@ -713,6 +707,12 @@ export {
713
707
  default as UserPlus2
714
708
  } from '../icons/user-round-plus';
715
709
 
710
+ // UserRoundX aliases
711
+ export {
712
+ /** @deprecated */
713
+ default as UserX2
714
+ } from '../icons/user-round-x';
715
+
716
716
  // UserRound aliases
717
717
  export {
718
718
  /** @deprecated */
@@ -728,15 +728,15 @@ export {
728
728
  // UtensilsCrossed aliases
729
729
  export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
730
730
 
731
- // Utensils aliases
732
- export { default as ForkKnife } from '../icons/utensils';
733
-
734
731
  // WalletMinimal aliases
735
732
  export {
736
733
  /** @deprecated */
737
734
  default as Wallet2
738
735
  } from '../icons/wallet-minimal';
739
736
 
737
+ // Utensils aliases
738
+ export { default as ForkKnife } from '../icons/utensils';
739
+
740
740
  // WandSparkles aliases
741
741
  export {
742
742
  /** @deprecated */