@lucide/astro 1.46.0 → 1.47.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.
@@ -35,23 +35,17 @@ export {
35
35
  default as ArrowDownZa
36
36
  } from '../icons/arrow-down-z-a';
37
37
 
38
- // ArrowUpNarrowWide aliases
39
- export {
40
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
41
- default as SortAsc
42
- } from '../icons/arrow-up-narrow-wide';
43
-
44
38
  // ArrowUpAZ aliases
45
39
  export {
46
40
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
47
41
  default as ArrowUpAz
48
42
  } from '../icons/arrow-up-a-z';
49
43
 
50
- // ArrowUpZA aliases
44
+ // ArrowUpNarrowWide aliases
51
45
  export {
52
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
53
- default as ArrowUpZa
54
- } from '../icons/arrow-up-z-a';
46
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
47
+ default as SortAsc
48
+ } from '../icons/arrow-up-narrow-wide';
55
49
 
56
50
  // Axis3d aliases
57
51
  export {
@@ -59,6 +53,12 @@ export {
59
53
  default as Axis3D
60
54
  } from '../icons/axis-3d';
61
55
 
56
+ // ArrowUpZA aliases
57
+ export {
58
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
59
+ default as ArrowUpZa
60
+ } from '../icons/arrow-up-z-a';
61
+
62
62
  // BadgeCheck aliases
63
63
  export {
64
64
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
@@ -77,6 +77,12 @@ export {
77
77
  default as BetweenHorizonalEnd
78
78
  } from '../icons/between-horizontal-end';
79
79
 
80
+ // BetweenHorizontalStart aliases
81
+ export {
82
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
83
+ default as BetweenHorizonalStart
84
+ } from '../icons/between-horizontal-start';
85
+
80
86
  // BookBookmark aliases
81
87
  export {
82
88
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
@@ -89,11 +95,11 @@ export {
89
95
  default as BookTemplate
90
96
  } from '../icons/book-dashed';
91
97
 
92
- // BetweenHorizontalStart aliases
98
+ // Braces aliases
93
99
  export {
94
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
95
- default as BetweenHorizonalStart
96
- } from '../icons/between-horizontal-start';
100
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
101
+ default as CurlyBraces
102
+ } from '../icons/braces';
97
103
 
98
104
  // BuildingComplex aliases
99
105
  export {
@@ -101,12 +107,6 @@ export {
101
107
  default as Building2
102
108
  } from '../icons/building-complex';
103
109
 
104
- // Braces aliases
105
- export {
106
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
107
- default as CurlyBraces
108
- } from '../icons/braces';
109
-
110
110
  // Captions aliases
111
111
  export {
112
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
@@ -137,36 +137,36 @@ export {
137
137
  default as CandlestickChart
138
138
  } from '../icons/chart-candlestick';
139
139
 
140
- // ChartColumnBig aliases
141
- export {
142
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
143
- default as BarChartBig
144
- } from '../icons/chart-column-big';
145
-
146
140
  // ChartColumnIncreasing aliases
147
141
  export {
148
142
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
149
143
  default as BarChart4
150
144
  } from '../icons/chart-column-increasing';
151
145
 
146
+ // ChartColumnBig aliases
147
+ export {
148
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
149
+ default as BarChartBig
150
+ } from '../icons/chart-column-big';
151
+
152
152
  // ChartColumn aliases
153
153
  export {
154
154
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
155
155
  default as BarChart3
156
156
  } from '../icons/chart-column';
157
157
 
158
- // ChartNoAxesColumnIncreasing aliases
159
- export {
160
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
161
- default as BarChart
162
- } from '../icons/chart-no-axes-column-increasing';
163
-
164
158
  // ChartLine aliases
165
159
  export {
166
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
167
161
  default as LineChart
168
162
  } from '../icons/chart-line';
169
163
 
164
+ // ChartNoAxesColumnIncreasing aliases
165
+ export {
166
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
167
+ default as BarChart
168
+ } from '../icons/chart-no-axes-column-increasing';
169
+
170
170
  // ChartNoAxesColumn aliases
171
171
  export {
172
172
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
@@ -203,18 +203,18 @@ export {
203
203
  default as ArrowDownCircle
204
204
  } from '../icons/circle-arrow-down';
205
205
 
206
- // CircleArrowOutDownLeft aliases
207
- export {
208
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
209
- default as ArrowDownLeftFromCircle
210
- } from '../icons/circle-arrow-out-down-left';
211
-
212
206
  // CircleArrowLeft aliases
213
207
  export {
214
208
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
215
209
  default as ArrowLeftCircle
216
210
  } from '../icons/circle-arrow-left';
217
211
 
212
+ // CircleArrowOutDownLeft aliases
213
+ export {
214
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
215
+ default as ArrowDownLeftFromCircle
216
+ } from '../icons/circle-arrow-out-down-left';
217
+
218
218
  // CircleArrowOutDownRight aliases
219
219
  export {
220
220
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
@@ -257,18 +257,18 @@ export {
257
257
  default as CheckCircle2
258
258
  } from '../icons/circle-check';
259
259
 
260
- // CircleChevronLeft aliases
261
- export {
262
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
263
- default as ChevronLeftCircle
264
- } from '../icons/circle-chevron-left';
265
-
266
260
  // CircleChevronDown aliases
267
261
  export {
268
262
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
269
263
  default as ChevronDownCircle
270
264
  } from '../icons/circle-chevron-down';
271
265
 
266
+ // CircleChevronLeft aliases
267
+ export {
268
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
269
+ default as ChevronLeftCircle
270
+ } from '../icons/circle-chevron-left';
271
+
272
272
  // CircleChevronRight aliases
273
273
  export {
274
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
@@ -299,18 +299,18 @@ export {
299
299
  default as MinusCircle
300
300
  } from '../icons/circle-minus';
301
301
 
302
- // CircleParking aliases
303
- export {
304
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
305
- default as ParkingCircle
306
- } from '../icons/circle-parking';
307
-
308
302
  // CircleParkingOff aliases
309
303
  export {
310
304
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
311
305
  default as ParkingCircleOff
312
306
  } from '../icons/circle-parking-off';
313
307
 
308
+ // CircleParking aliases
309
+ export {
310
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
311
+ default as ParkingCircle
312
+ } from '../icons/circle-parking';
313
+
314
314
  // CirclePause aliases
315
315
  export {
316
316
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
@@ -413,12 +413,6 @@ export {
413
413
  default as Code2
414
414
  } from '../icons/code-xml';
415
415
 
416
- // Columns2 aliases
417
- export {
418
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
419
- default as Columns
420
- } from '../icons/columns-2';
421
-
422
416
  // Columns3Cog aliases
423
417
  export {
424
418
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
@@ -431,6 +425,12 @@ export {
431
425
  default as TableConfig
432
426
  } from '../icons/columns-3-cog';
433
427
 
428
+ // Columns2 aliases
429
+ export {
430
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
431
+ default as Columns
432
+ } from '../icons/columns-2';
433
+
434
434
  // Columns3 aliases
435
435
  export {
436
436
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
@@ -443,18 +443,18 @@ export {
443
443
  default as Contact2
444
444
  } from '../icons/contact-round';
445
445
 
446
- // Earth aliases
447
- export {
448
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
449
- default as Globe2
450
- } from '../icons/earth';
451
-
452
446
  // DiamondPercent aliases
453
447
  export {
454
448
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
455
449
  default as PercentDiamond
456
450
  } from '../icons/diamond-percent';
457
451
 
452
+ // Earth aliases
453
+ export {
454
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
455
+ default as Globe2
456
+ } from '../icons/earth';
457
+
458
458
  // EllipsisVertical aliases
459
459
  export {
460
460
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
@@ -473,18 +473,18 @@ export {
473
473
  default as Angry
474
474
  } from '../icons/face-angry';
475
475
 
476
- // FaceGrinning aliases
477
- export {
478
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
479
- default as Laugh
480
- } from '../icons/face-grinning';
481
-
482
476
  // FaceExpressionless aliases
483
477
  export {
484
478
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
485
479
  default as Annoyed
486
480
  } from '../icons/face-expressionless';
487
481
 
482
+ // FaceGrinning aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
485
+ default as Laugh
486
+ } from '../icons/face-grinning';
487
+
488
488
  // FaceNeutral aliases
489
489
  export {
490
490
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
@@ -509,18 +509,18 @@ export {
509
509
  default as Smile
510
510
  } from '../icons/face-slightly-smiling';
511
511
 
512
- // FileAxis3d aliases
513
- export {
514
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
515
- default as FileAxis3D
516
- } from '../icons/file-axis-3d';
517
-
518
512
  // FileBadge aliases
519
513
  export {
520
514
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
521
515
  default as FileBadge2
522
516
  } from '../icons/file-badge';
523
517
 
518
+ // FileAxis3d aliases
519
+ export {
520
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
521
+ default as FileAxis3D
522
+ } from '../icons/file-axis-3d';
523
+
524
524
  // FileBracesCorner aliases
525
525
  export {
526
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
@@ -533,36 +533,36 @@ export {
533
533
  default as FileJson
534
534
  } from '../icons/file-braces';
535
535
 
536
- // FileChartColumn aliases
537
- export {
538
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
539
- default as FileBarChart2
540
- } from '../icons/file-chart-column';
541
-
542
536
  // FileChartColumnIncreasing aliases
543
537
  export {
544
538
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
545
539
  default as FileBarChart
546
540
  } from '../icons/file-chart-column-increasing';
547
541
 
542
+ // FileChartColumn aliases
543
+ export {
544
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
545
+ default as FileBarChart2
546
+ } from '../icons/file-chart-column';
547
+
548
548
  // FileChartLine aliases
549
549
  export {
550
550
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
551
551
  default as FileLineChart
552
552
  } from '../icons/file-chart-line';
553
553
 
554
- // FileChartPie aliases
555
- export {
556
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
557
- default as FilePieChart
558
- } from '../icons/file-chart-pie';
559
-
560
554
  // FileCheckCorner aliases
561
555
  export {
562
556
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
563
557
  default as FileCheck2
564
558
  } from '../icons/file-check-corner';
565
559
 
560
+ // FileChartPie aliases
561
+ export {
562
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
563
+ default as FilePieChart
564
+ } from '../icons/file-chart-pie';
565
+
566
566
  // FileCodeCorner aliases
567
567
  export {
568
568
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
@@ -623,6 +623,12 @@ export {
623
623
  default as FileEdit
624
624
  } from '../icons/file-pen';
625
625
 
626
+ // FilePlay aliases
627
+ export {
628
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
629
+ default as FileVideo
630
+ } from '../icons/file-play';
631
+
626
632
  // FilePlusCorner aliases
627
633
  export {
628
634
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
@@ -635,12 +641,6 @@ export {
635
641
  default as FileQuestion
636
642
  } from '../icons/file-question-mark';
637
643
 
638
- // FilePlay aliases
639
- export {
640
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
641
- default as FileVideo
642
- } from '../icons/file-play';
643
-
644
644
  // FileSearchCorner aliases
645
645
  export {
646
646
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
@@ -653,6 +653,12 @@ export {
653
653
  default as FileVolume2
654
654
  } from '../icons/file-signal';
655
655
 
656
+ // FileTypeCorner aliases
657
+ export {
658
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
659
+ default as FileType2
660
+ } from '../icons/file-type-corner';
661
+
656
662
  // FileVideoCamera aliases
657
663
  export {
658
664
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
@@ -665,12 +671,6 @@ export {
665
671
  default as FileX2
666
672
  } from '../icons/file-x-corner';
667
673
 
668
- // FileTypeCorner aliases
669
- export {
670
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
671
- default as FileType2
672
- } from '../icons/file-type-corner';
673
-
674
674
  // FingerprintPattern aliases
675
675
  export {
676
676
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
@@ -701,18 +701,18 @@ export {
701
701
  default as Filter
702
702
  } from '../icons/funnel';
703
703
 
704
- // GitCommitHorizontal aliases
705
- export {
706
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
707
- default as GitCommit
708
- } from '../icons/git-commit-horizontal';
709
-
710
704
  // Grid2x2Check aliases
711
705
  export {
712
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
713
707
  default as Grid2X2Check
714
708
  } from '../icons/grid-2x2-check';
715
709
 
710
+ // GitCommitHorizontal aliases
711
+ export {
712
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
713
+ default as GitCommit
714
+ } from '../icons/git-commit-horizontal';
715
+
716
716
  // Grid2x2Plus aliases
717
717
  export {
718
718
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
@@ -725,6 +725,12 @@ export {
725
725
  default as Grid2X2X
726
726
  } from '../icons/grid-2x2-x';
727
727
 
728
+ // Grid2x2 aliases
729
+ export {
730
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
731
+ default as Grid2X2
732
+ } from '../icons/grid-2x2';
733
+
728
734
  // Grid3x3 aliases
729
735
  export {
730
736
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
@@ -737,12 +743,6 @@ export {
737
743
  default as Grid3X3
738
744
  } from '../icons/grid-3x3';
739
745
 
740
- // Grid2x2 aliases
741
- export {
742
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
743
- default as Grid2X2
744
- } from '../icons/grid-2x2';
745
-
746
746
  // HandGrab aliases
747
747
  export {
748
748
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
@@ -953,24 +953,30 @@ export {
953
953
  default as PlugZap2
954
954
  } from '../icons/plug-zap';
955
955
 
956
- // Rotate3d aliases
957
- export {
958
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
959
- default as Rotate3D
960
- } from '../icons/rotate-3d';
961
-
962
956
  // RectangleEllipsis aliases
963
957
  export {
964
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
965
959
  default as FormInput
966
960
  } from '../icons/rectangle-ellipsis';
967
961
 
962
+ // Rotate3d aliases
963
+ export {
964
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
965
+ default as Rotate3D
966
+ } from '../icons/rotate-3d';
967
+
968
968
  // RotateCcwClock aliases
969
969
  export {
970
970
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
971
971
  default as History
972
972
  } from '../icons/rotate-ccw-clock';
973
973
 
974
+ // Rows2 aliases
975
+ export {
976
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
977
+ default as Rows
978
+ } from '../icons/rows-2';
979
+
974
980
  // Scale3d aliases
975
981
  export {
976
982
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
@@ -983,12 +989,6 @@ export {
983
989
  default as PanelsTopBottom
984
990
  } from '../icons/rows-3';
985
991
 
986
- // Rows2 aliases
987
- export {
988
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
989
- default as Rows
990
- } from '../icons/rows-2';
991
-
992
992
  // SendHorizontal aliases
993
993
  export {
994
994
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
@@ -1037,18 +1037,18 @@ export {
1037
1037
  default as ArrowDownRightSquare
1038
1038
  } from '../icons/square-arrow-down-right';
1039
1039
 
1040
- // SquareArrowLeft aliases
1041
- export {
1042
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
1043
- default as ArrowLeftSquare
1044
- } from '../icons/square-arrow-left';
1045
-
1046
1040
  // SquareArrowDown aliases
1047
1041
  export {
1048
1042
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
1049
1043
  default as ArrowDownSquare
1050
1044
  } from '../icons/square-arrow-down';
1051
1045
 
1046
+ // SquareArrowLeft aliases
1047
+ export {
1048
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
1049
+ default as ArrowLeftSquare
1050
+ } from '../icons/square-arrow-left';
1051
+
1052
1052
  // SquareArrowOutDownLeft aliases
1053
1053
  export {
1054
1054
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
@@ -1097,18 +1097,18 @@ export {
1097
1097
  default as ArrowUpSquare
1098
1098
  } from '../icons/square-arrow-up';
1099
1099
 
1100
- // SquareBookmark aliases
1101
- export {
1102
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
1103
- default as Album
1104
- } from '../icons/square-bookmark';
1105
-
1106
1100
  // SquareAsterisk aliases
1107
1101
  export {
1108
1102
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
1109
1103
  default as AsteriskSquare
1110
1104
  } from '../icons/square-asterisk';
1111
1105
 
1106
+ // SquareBookmark aliases
1107
+ export {
1108
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
1109
+ default as Album
1110
+ } from '../icons/square-bookmark';
1111
+
1112
1112
  // SquareBottomDashedScissors aliases
1113
1113
  export {
1114
1114
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
@@ -1139,18 +1139,18 @@ export {
1139
1139
  default as SquareGanttChart
1140
1140
  } from '../icons/square-chart-gantt';
1141
1141
 
1142
- // SquareCheckBig aliases
1143
- export {
1144
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
1145
- default as CheckSquare
1146
- } from '../icons/square-check-big';
1147
-
1148
1142
  // SquareCheck aliases
1149
1143
  export {
1150
1144
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
1151
1145
  default as CheckSquare2
1152
1146
  } from '../icons/square-check';
1153
1147
 
1148
+ // SquareCheckBig aliases
1149
+ export {
1150
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
1151
+ default as CheckSquare
1152
+ } from '../icons/square-check-big';
1153
+
1154
1154
  // SquareChevronDown aliases
1155
1155
  export {
1156
1156
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
@@ -1163,18 +1163,18 @@ export {
1163
1163
  default as ChevronLeftSquare
1164
1164
  } from '../icons/square-chevron-left';
1165
1165
 
1166
- // SquareChevronUp aliases
1167
- export {
1168
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1169
- default as ChevronUpSquare
1170
- } from '../icons/square-chevron-up';
1171
-
1172
1166
  // SquareChevronRight aliases
1173
1167
  export {
1174
1168
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
1175
1169
  default as ChevronRightSquare
1176
1170
  } from '../icons/square-chevron-right';
1177
1171
 
1172
+ // SquareChevronUp aliases
1173
+ export {
1174
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1175
+ default as ChevronUpSquare
1176
+ } from '../icons/square-chevron-up';
1177
+
1178
1178
  // SquareCode aliases
1179
1179
  export {
1180
1180
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
@@ -1193,12 +1193,6 @@ export {
1193
1193
  default as MousePointerSquareDashed
1194
1194
  } from '../icons/square-dashed-mouse-pointer';
1195
1195
 
1196
- // SquareDashed aliases
1197
- export {
1198
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
1199
- default as BoxSelect
1200
- } from '../icons/square-dashed';
1201
-
1202
1196
  // SquareDashedText aliases
1203
1197
  export {
1204
1198
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
@@ -1211,6 +1205,12 @@ export {
1211
1205
  default as TextSelect
1212
1206
  } from '../icons/square-dashed-text';
1213
1207
 
1208
+ // SquareDashed aliases
1209
+ export {
1210
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
1211
+ default as BoxSelect
1212
+ } from '../icons/square-dashed';
1213
+
1214
1214
  // SquareDivide aliases
1215
1215
  export {
1216
1216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
@@ -1319,18 +1319,18 @@ export {
1319
1319
  default as PilcrowSquare
1320
1320
  } from '../icons/square-pilcrow';
1321
1321
 
1322
- // SquarePlay aliases
1323
- export {
1324
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
1325
- default as PlaySquare
1326
- } from '../icons/square-play';
1327
-
1328
1322
  // SquarePlus aliases
1329
1323
  export {
1330
1324
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
1331
1325
  default as PlusSquare
1332
1326
  } from '../icons/square-plus';
1333
1327
 
1328
+ // SquarePlay aliases
1329
+ export {
1330
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
1331
+ default as PlaySquare
1332
+ } from '../icons/square-play';
1333
+
1334
1334
  // SquarePower aliases
1335
1335
  export {
1336
1336
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
@@ -1397,18 +1397,18 @@ export {
1397
1397
  default as TestTube2
1398
1398
  } from '../icons/test-tube-diagonal';
1399
1399
 
1400
- // TextAlignEnd aliases
1401
- export {
1402
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
1403
- default as AlignRight
1404
- } from '../icons/text-align-end';
1405
-
1406
1400
  // TextAlignCenter aliases
1407
1401
  export {
1408
1402
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
1409
1403
  default as AlignCenter
1410
1404
  } from '../icons/text-align-center';
1411
1405
 
1406
+ // TextAlignEnd aliases
1407
+ export {
1408
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
1409
+ default as AlignRight
1410
+ } from '../icons/text-align-end';
1411
+
1412
1412
  // TextAlignJustify aliases
1413
1413
  export {
1414
1414
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
@@ -1433,23 +1433,17 @@ export {
1433
1433
  default as LetterText
1434
1434
  } from '../icons/text-initial';
1435
1435
 
1436
- // TramFront aliases
1437
- export {
1438
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
1439
- default as Train
1440
- } from '../icons/tram-front';
1441
-
1442
1436
  // TextWrap aliases
1443
1437
  export {
1444
1438
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
1445
1439
  default as WrapText
1446
1440
  } from '../icons/text-wrap';
1447
1441
 
1448
- // TreePalm aliases
1442
+ // TramFront aliases
1449
1443
  export {
1450
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
1451
- default as Palmtree
1452
- } from '../icons/tree-palm';
1444
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
1445
+ default as Train
1446
+ } from '../icons/tram-front';
1453
1447
 
1454
1448
  // Trash aliases
1455
1449
  export {
@@ -1457,6 +1451,12 @@ export {
1457
1451
  default as Trash2
1458
1452
  } from '../icons/trash';
1459
1453
 
1454
+ // TreePalm aliases
1455
+ export {
1456
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
1457
+ default as Palmtree
1458
+ } from '../icons/tree-palm';
1459
+
1460
1460
  // TriangleAlert aliases
1461
1461
  export {
1462
1462
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
@@ -1493,18 +1493,18 @@ export {
1493
1493
  default as UserCheck2
1494
1494
  } from '../icons/user-round-check';
1495
1495
 
1496
- // UserRoundCog aliases
1497
- export {
1498
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
1499
- default as UserCog2
1500
- } from '../icons/user-round-cog';
1501
-
1502
1496
  // UserRoundMinus aliases
1503
1497
  export {
1504
1498
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
1505
1499
  default as UserMinus2
1506
1500
  } from '../icons/user-round-minus';
1507
1501
 
1502
+ // UserRoundCog aliases
1503
+ export {
1504
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
1505
+ default as UserCog2
1506
+ } from '../icons/user-round-cog';
1507
+
1508
1508
  // UserRoundPlus aliases
1509
1509
  export {
1510
1510
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
@@ -1529,17 +1529,23 @@ export {
1529
1529
  default as Users2
1530
1530
  } from '../icons/users-round';
1531
1531
 
1532
+ // UtensilsCrossed aliases
1533
+ export {
1534
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
1535
+ default as ForkKnifeCrossed
1536
+ } from '../icons/utensils-crossed';
1537
+
1532
1538
  // Utensils aliases
1533
1539
  export {
1534
1540
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
1535
1541
  default as ForkKnife
1536
1542
  } from '../icons/utensils';
1537
1543
 
1538
- // UtensilsCrossed aliases
1544
+ // WalletMinimal aliases
1539
1545
  export {
1540
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
1541
- default as ForkKnifeCrossed
1542
- } from '../icons/utensils-crossed';
1546
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
1547
+ default as Wallet2
1548
+ } from '../icons/wallet-minimal';
1543
1549
 
1544
1550
  // WandSparkles aliases
1545
1551
  export {
@@ -1553,9 +1559,3 @@ export {
1553
1559
  default as Waves
1554
1560
  } from '../icons/waves-horizontal';
1555
1561
 
1556
- // WalletMinimal aliases
1557
- export {
1558
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
1559
- default as Wallet2
1560
- } from '../icons/wallet-minimal';
1561
-