@lucide/astro 1.45.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.45.0",
3
+ "version": "1.47.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -42,7 +42,7 @@
42
42
  "@astrojs/ts-plugin": "^1.10.11",
43
43
  "@testing-library/dom": "^10.4.1",
44
44
  "@testing-library/jest-dom": "^7.0.1",
45
- "astro": "^7.3.0",
45
+ "astro": "^7.3.2",
46
46
  "jest-serializer-html": "^7.1.0",
47
47
  "linkedom": "^0.18.13",
48
48
  "prettier": "3.9.6",
@@ -23,18 +23,18 @@ export {
23
23
  default as ArrowDownAz
24
24
  } from '../icons/arrow-down-a-z';
25
25
 
26
- // ArrowDownZA aliases
27
- export {
28
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
29
- default as ArrowDownZa
30
- } from '../icons/arrow-down-z-a';
31
-
32
26
  // ArrowDownWideNarrow aliases
33
27
  export {
34
28
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
35
29
  default as SortDesc
36
30
  } from '../icons/arrow-down-wide-narrow';
37
31
 
32
+ // ArrowDownZA aliases
33
+ export {
34
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
35
+ default as ArrowDownZa
36
+ } from '../icons/arrow-down-z-a';
37
+
38
38
  // ArrowUpAZ aliases
39
39
  export {
40
40
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
@@ -47,36 +47,36 @@ export {
47
47
  default as SortAsc
48
48
  } from '../icons/arrow-up-narrow-wide';
49
49
 
50
- // ArrowUpZA aliases
51
- 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';
55
-
56
50
  // Axis3d aliases
57
51
  export {
58
52
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
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. */
65
65
  default as Verified
66
66
  } from '../icons/badge-check';
67
67
 
68
- // BetweenHorizontalEnd aliases
69
- export {
70
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
71
- default as BetweenHorizonalEnd
72
- } from '../icons/between-horizontal-end';
73
-
74
68
  // BadgeQuestionMark aliases
75
69
  export {
76
70
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
77
71
  default as BadgeHelp
78
72
  } from '../icons/badge-question-mark';
79
73
 
74
+ // BetweenHorizontalEnd aliases
75
+ export {
76
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
77
+ default as BetweenHorizonalEnd
78
+ } from '../icons/between-horizontal-end';
79
+
80
80
  // BetweenHorizontalStart aliases
81
81
  export {
82
82
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
@@ -137,18 +137,18 @@ 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. */
@@ -233,18 +233,18 @@ export {
233
233
  default as ArrowUpRightFromCircle
234
234
  } from '../icons/circle-arrow-out-up-right';
235
235
 
236
- // CircleArrowUp aliases
237
- export {
238
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
239
- default as ArrowUpCircle
240
- } from '../icons/circle-arrow-up';
241
-
242
236
  // CircleArrowRight aliases
243
237
  export {
244
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
245
239
  default as ArrowRightCircle
246
240
  } from '../icons/circle-arrow-right';
247
241
 
242
+ // CircleArrowUp aliases
243
+ export {
244
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
245
+ default as ArrowUpCircle
246
+ } from '../icons/circle-arrow-up';
247
+
248
248
  // CircleCheckBig aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
@@ -281,18 +281,18 @@ export {
281
281
  default as ChevronUpCircle
282
282
  } from '../icons/circle-chevron-up';
283
283
 
284
- // CircleGauge aliases
285
- export {
286
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
287
- default as GaugeCircle
288
- } from '../icons/circle-gauge';
289
-
290
284
  // CircleDivide aliases
291
285
  export {
292
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
293
287
  default as DivideCircle
294
288
  } from '../icons/circle-divide';
295
289
 
290
+ // CircleGauge aliases
291
+ export {
292
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
293
+ default as GaugeCircle
294
+ } from '../icons/circle-gauge';
295
+
296
296
  // CircleMinus aliases
297
297
  export {
298
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
@@ -305,6 +305,12 @@ export {
305
305
  default as ParkingCircleOff
306
306
  } from '../icons/circle-parking-off';
307
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
+
308
314
  // CirclePause aliases
309
315
  export {
310
316
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
@@ -317,12 +323,6 @@ export {
317
323
  default as PercentCircle
318
324
  } from '../icons/circle-percent';
319
325
 
320
- // CircleParking aliases
321
- export {
322
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
323
- default as ParkingCircle
324
- } from '../icons/circle-parking';
325
-
326
326
  // CirclePlay aliases
327
327
  export {
328
328
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
@@ -353,18 +353,18 @@ export {
353
353
  default as CircleHelp
354
354
  } from '../icons/circle-question-mark';
355
355
 
356
- // CircleStop aliases
357
- export {
358
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
359
- default as StopCircle
360
- } from '../icons/circle-stop';
361
-
362
356
  // CircleSlash2 aliases
363
357
  export {
364
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
365
359
  default as CircleSlashed
366
360
  } from '../icons/circle-slash-2';
367
361
 
362
+ // CircleStop aliases
363
+ export {
364
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
365
+ default as StopCircle
366
+ } from '../icons/circle-stop';
367
+
368
368
  // CircleUserRound aliases
369
369
  export {
370
370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} 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. */
@@ -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. */
@@ -551,18 +551,18 @@ export {
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. */
@@ -599,18 +599,18 @@ export {
599
599
  default as FileKey2
600
600
  } from '../icons/file-key';
601
601
 
602
- // FileMinusCorner aliases
603
- export {
604
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
605
- default as FileMinus2
606
- } from '../icons/file-minus-corner';
607
-
608
602
  // FileLock aliases
609
603
  export {
610
604
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
611
605
  default as FileLock2
612
606
  } from '../icons/file-lock';
613
607
 
608
+ // FileMinusCorner aliases
609
+ export {
610
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
611
+ default as FileMinus2
612
+ } from '../icons/file-minus-corner';
613
+
614
614
  // FilePenLine aliases
615
615
  export {
616
616
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
@@ -629,36 +629,36 @@ export {
629
629
  default as FileVideo
630
630
  } from '../icons/file-play';
631
631
 
632
- // FileQuestionMark aliases
633
- export {
634
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
635
- default as FileQuestion
636
- } from '../icons/file-question-mark';
637
-
638
632
  // FilePlusCorner aliases
639
633
  export {
640
634
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
641
635
  default as FilePlus2
642
636
  } from '../icons/file-plus-corner';
643
637
 
638
+ // FileQuestionMark aliases
639
+ export {
640
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
641
+ default as FileQuestion
642
+ } from '../icons/file-question-mark';
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. */
647
647
  default as FileSearch2
648
648
  } from '../icons/file-search-corner';
649
649
 
650
- // FileTypeCorner aliases
651
- export {
652
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
653
- default as FileType2
654
- } from '../icons/file-type-corner';
655
-
656
650
  // FileSignal aliases
657
651
  export {
658
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
659
653
  default as FileVolume2
660
654
  } from '../icons/file-signal';
661
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
+
662
662
  // FileVideoCamera aliases
663
663
  export {
664
664
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
@@ -683,36 +683,36 @@ export {
683
683
  default as FolderCog2
684
684
  } from '../icons/folder-cog';
685
685
 
686
- // FunnelX aliases
687
- export {
688
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
689
- default as FilterX
690
- } from '../icons/funnel-x';
691
-
692
686
  // FolderPen aliases
693
687
  export {
694
688
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
695
689
  default as FolderEdit
696
690
  } from '../icons/folder-pen';
697
691
 
692
+ // FunnelX aliases
693
+ export {
694
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
695
+ default as FilterX
696
+ } from '../icons/funnel-x';
697
+
698
698
  // Funnel aliases
699
699
  export {
700
700
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
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. */
@@ -743,12 +749,6 @@ export {
743
749
  default as Grab
744
750
  } from '../icons/hand-grab';
745
751
 
746
- // Grid2x2 aliases
747
- export {
748
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
749
- default as Grid2X2
750
- } from '../icons/grid-2x2';
751
-
752
752
  // HandHelping aliases
753
753
  export {
754
754
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
@@ -941,18 +941,18 @@ export {
941
941
  default as Edit3
942
942
  } from '../icons/pen-line';
943
943
 
944
- // PlugZap aliases
945
- export {
946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
947
- default as PlugZap2
948
- } from '../icons/plug-zap';
949
-
950
944
  // Pen aliases
951
945
  export {
952
946
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
953
947
  default as Edit2
954
948
  } from '../icons/pen';
955
949
 
950
+ // PlugZap aliases
951
+ export {
952
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
953
+ default as PlugZap2
954
+ } from '../icons/plug-zap';
955
+
956
956
  // RectangleEllipsis aliases
957
957
  export {
958
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
@@ -977,18 +977,18 @@ export {
977
977
  default as Rows
978
978
  } from '../icons/rows-2';
979
979
 
980
- // Rows3 aliases
981
- export {
982
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
983
- default as PanelsTopBottom
984
- } from '../icons/rows-3';
985
-
986
980
  // Scale3d aliases
987
981
  export {
988
982
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
989
983
  default as Scale3D
990
984
  } from '../icons/scale-3d';
991
985
 
986
+ // Rows3 aliases
987
+ export {
988
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
989
+ default as PanelsTopBottom
990
+ } from '../icons/rows-3';
991
+
992
992
  // SendHorizontal aliases
993
993
  export {
994
994
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
@@ -1121,6 +1121,12 @@ export {
1121
1121
  default as FlipHorizontal
1122
1122
  } from '../icons/square-centerline-dashed-horizontal';
1123
1123
 
1124
+ // SquareCenterlineDashedVertical aliases
1125
+ export {
1126
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1127
+ default as FlipVertical
1128
+ } from '../icons/square-centerline-dashed-vertical';
1129
+
1124
1130
  // SquareChartGantt aliases
1125
1131
  export {
1126
1132
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
@@ -1133,12 +1139,6 @@ export {
1133
1139
  default as SquareGanttChart
1134
1140
  } from '../icons/square-chart-gantt';
1135
1141
 
1136
- // SquareCenterlineDashedVertical aliases
1137
- export {
1138
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1139
- default as FlipVertical
1140
- } from '../icons/square-centerline-dashed-vertical';
1141
-
1142
1142
  // SquareCheck aliases
1143
1143
  export {
1144
1144
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
@@ -1301,36 +1301,36 @@ export {
1301
1301
  default as PenSquare
1302
1302
  } from '../icons/square-pen';
1303
1303
 
1304
- // SquarePi aliases
1305
- export {
1306
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1307
- default as PiSquare
1308
- } from '../icons/square-pi';
1309
-
1310
1304
  // SquarePercent aliases
1311
1305
  export {
1312
1306
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
1313
1307
  default as PercentSquare
1314
1308
  } from '../icons/square-percent';
1315
1309
 
1310
+ // SquarePi aliases
1311
+ export {
1312
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1313
+ default as PiSquare
1314
+ } from '../icons/square-pi';
1315
+
1316
1316
  // SquarePilcrow aliases
1317
1317
  export {
1318
1318
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
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. */
@@ -1475,36 +1475,36 @@ export {
1475
1475
  default as FlipVertical2
1476
1476
  } from '../icons/triangles-centerline-dashed-vertical';
1477
1477
 
1478
- // University aliases
1479
- export {
1480
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
1481
- default as School2
1482
- } from '../icons/university';
1483
-
1484
1478
  // TvMinimal aliases
1485
1479
  export {
1486
1480
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
1487
1481
  default as Tv2
1488
1482
  } from '../icons/tv-minimal';
1489
1483
 
1484
+ // University aliases
1485
+ export {
1486
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
1487
+ default as School2
1488
+ } from '../icons/university';
1489
+
1490
1490
  // UserRoundCheck aliases
1491
1491
  export {
1492
1492
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
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. */