@lucide/astro 1.14.0 → 1.15.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/README.md CHANGED
@@ -72,7 +72,7 @@ Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/licen
72
72
 
73
73
  ### Hero backers 🦸
74
74
 
75
- <a href="https://https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
75
+ <a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
76
76
 
77
77
  ### Awesome backers 🍺
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -23,18 +23,18 @@ export {
23
23
  default as ArrowDownAz
24
24
  } from '../icons/arrow-down-a-z';
25
25
 
26
- // ArrowDownWideNarrow aliases
27
- export {
28
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
29
- default as SortDesc
30
- } from '../icons/arrow-down-wide-narrow';
31
-
32
26
  // ArrowDownZA aliases
33
27
  export {
34
28
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
35
29
  default as ArrowDownZa
36
30
  } from '../icons/arrow-down-z-a';
37
31
 
32
+ // ArrowDownWideNarrow aliases
33
+ export {
34
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
35
+ default as SortDesc
36
+ } from '../icons/arrow-down-wide-narrow';
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. This alias will be removed in v1.0 */
@@ -161,18 +161,18 @@ export {
161
161
  default as BarChart2
162
162
  } from '../icons/chart-no-axes-column';
163
163
 
164
- // ChartPie aliases
165
- export {
166
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
167
- default as PieChart
168
- } from '../icons/chart-pie';
169
-
170
164
  // ChartNoAxesGantt aliases
171
165
  export {
172
166
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
173
167
  default as GanttChart
174
168
  } from '../icons/chart-no-axes-gantt';
175
169
 
170
+ // ChartPie aliases
171
+ export {
172
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
+ default as PieChart
174
+ } from '../icons/chart-pie';
175
+
176
176
  // ChartScatter aliases
177
177
  export {
178
178
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
@@ -185,18 +185,18 @@ export {
185
185
  default as AlertCircle
186
186
  } from '../icons/circle-alert';
187
187
 
188
- // CircleArrowLeft aliases
189
- export {
190
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
191
- default as ArrowLeftCircle
192
- } from '../icons/circle-arrow-left';
193
-
194
188
  // CircleArrowDown aliases
195
189
  export {
196
190
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
197
191
  default as ArrowDownCircle
198
192
  } from '../icons/circle-arrow-down';
199
193
 
194
+ // CircleArrowLeft aliases
195
+ export {
196
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
197
+ default as ArrowLeftCircle
198
+ } from '../icons/circle-arrow-left';
199
+
200
200
  // CircleArrowOutDownLeft aliases
201
201
  export {
202
202
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
@@ -221,18 +221,18 @@ export {
221
221
  default as ArrowUpRightFromCircle
222
222
  } from '../icons/circle-arrow-out-up-right';
223
223
 
224
- // CircleArrowUp aliases
225
- export {
226
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
227
- default as ArrowUpCircle
228
- } from '../icons/circle-arrow-up';
229
-
230
224
  // CircleArrowRight aliases
231
225
  export {
232
226
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
233
227
  default as ArrowRightCircle
234
228
  } from '../icons/circle-arrow-right';
235
229
 
230
+ // CircleArrowUp aliases
231
+ export {
232
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
233
+ default as ArrowUpCircle
234
+ } from '../icons/circle-arrow-up';
235
+
236
236
  // CircleCheckBig aliases
237
237
  export {
238
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
@@ -359,18 +359,18 @@ export {
359
359
  default as UserCircle2
360
360
  } from '../icons/circle-user-round';
361
361
 
362
- // CircleX aliases
363
- export {
364
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
365
- default as XCircle
366
- } from '../icons/circle-x';
367
-
368
362
  // CircleUser aliases
369
363
  export {
370
364
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
371
365
  default as UserCircle
372
366
  } from '../icons/circle-user';
373
367
 
368
+ // CircleX aliases
369
+ export {
370
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
371
+ default as XCircle
372
+ } from '../icons/circle-x';
373
+
374
374
  // ClipboardPenLine aliases
375
375
  export {
376
376
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
@@ -551,18 +551,18 @@ export {
551
551
  default as FileLock2
552
552
  } from '../icons/file-lock';
553
553
 
554
- // FilePenLine aliases
555
- export {
556
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
557
- default as FileSignature
558
- } from '../icons/file-pen-line';
559
-
560
554
  // FileMinusCorner aliases
561
555
  export {
562
556
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
563
557
  default as FileMinus2
564
558
  } from '../icons/file-minus-corner';
565
559
 
560
+ // FilePenLine aliases
561
+ export {
562
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
563
+ default as FileSignature
564
+ } from '../icons/file-pen-line';
565
+
566
566
  // FilePen aliases
567
567
  export {
568
568
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
@@ -587,36 +587,36 @@ export {
587
587
  default as FileQuestion
588
588
  } from '../icons/file-question-mark';
589
589
 
590
- // FileSignal aliases
591
- export {
592
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
593
- default as FileVolume2
594
- } from '../icons/file-signal';
595
-
596
590
  // FileSearchCorner aliases
597
591
  export {
598
592
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
599
593
  default as FileSearch2
600
594
  } from '../icons/file-search-corner';
601
595
 
596
+ // FileSignal aliases
597
+ export {
598
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
599
+ default as FileVolume2
600
+ } from '../icons/file-signal';
601
+
602
602
  // FileTypeCorner aliases
603
603
  export {
604
604
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
605
605
  default as FileType2
606
606
  } from '../icons/file-type-corner';
607
607
 
608
- // FileXCorner aliases
609
- export {
610
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
611
- default as FileX2
612
- } from '../icons/file-x-corner';
613
-
614
608
  // FileVideoCamera aliases
615
609
  export {
616
610
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
617
611
  default as FileVideo2
618
612
  } from '../icons/file-video-camera';
619
613
 
614
+ // FileXCorner aliases
615
+ export {
616
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
617
+ default as FileX2
618
+ } from '../icons/file-x-corner';
619
+
620
620
  // FingerprintPattern aliases
621
621
  export {
622
622
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
@@ -647,18 +647,18 @@ export {
647
647
  default as Filter
648
648
  } from '../icons/funnel';
649
649
 
650
- // Grid2x2Check aliases
651
- export {
652
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
653
- default as Grid2X2Check
654
- } from '../icons/grid-2x2-check';
655
-
656
650
  // GitCommitHorizontal aliases
657
651
  export {
658
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
659
653
  default as GitCommit
660
654
  } from '../icons/git-commit-horizontal';
661
655
 
656
+ // Grid2x2Check aliases
657
+ export {
658
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
659
+ default as Grid2X2Check
660
+ } from '../icons/grid-2x2-check';
661
+
662
662
  // Grid2x2Plus aliases
663
663
  export {
664
664
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
@@ -743,12 +743,6 @@ export {
743
743
  default as IndentDecrease
744
744
  } from '../icons/list-indent-decrease';
745
745
 
746
- // LoaderCircle aliases
747
- export {
748
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
749
- default as Loader2
750
- } from '../icons/loader-circle';
751
-
752
746
  // ListIndentIncrease aliases
753
747
  export {
754
748
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
@@ -767,6 +761,12 @@ export {
767
761
  default as UnlockKeyhole
768
762
  } from '../icons/lock-keyhole-open';
769
763
 
764
+ // LoaderCircle aliases
765
+ export {
766
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
767
+ default as Loader2
768
+ } from '../icons/loader-circle';
769
+
770
770
  // LockOpen aliases
771
771
  export {
772
772
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
@@ -785,18 +785,18 @@ export {
785
785
  default as LocationEdit
786
786
  } from '../icons/map-pin-pen';
787
787
 
788
- // MicVocal aliases
789
- export {
790
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
791
- default as Mic2
792
- } from '../icons/mic-vocal';
793
-
794
788
  // MessageCircleQuestionMark aliases
795
789
  export {
796
790
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
797
791
  default as MessageCircleQuestion
798
792
  } from '../icons/message-circle-question-mark';
799
793
 
794
+ // MicVocal aliases
795
+ export {
796
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
797
+ default as Mic2
798
+ } from '../icons/mic-vocal';
799
+
800
800
  // Move3d aliases
801
801
  export {
802
802
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
@@ -821,18 +821,18 @@ export {
821
821
  default as XOctagon
822
822
  } from '../icons/octagon-x';
823
823
 
824
- // PanelBottomDashed aliases
825
- export {
826
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
827
- default as PanelBottomInactive
828
- } from '../icons/panel-bottom-dashed';
829
-
830
824
  // PaintbrushVertical aliases
831
825
  export {
832
826
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
833
827
  default as Paintbrush2
834
828
  } from '../icons/paintbrush-vertical';
835
829
 
830
+ // PanelBottomDashed aliases
831
+ export {
832
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
833
+ default as PanelBottomInactive
834
+ } from '../icons/panel-bottom-dashed';
835
+
836
836
  // PanelLeftClose aliases
837
837
  export {
838
838
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
@@ -857,18 +857,18 @@ export {
857
857
  default as Sidebar
858
858
  } from '../icons/panel-left';
859
859
 
860
- // PanelTopDashed aliases
861
- export {
862
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
863
- default as PanelTopInactive
864
- } from '../icons/panel-top-dashed';
865
-
866
860
  // PanelRightDashed aliases
867
861
  export {
868
862
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
869
863
  default as PanelRightInactive
870
864
  } from '../icons/panel-right-dashed';
871
865
 
866
+ // PanelTopDashed aliases
867
+ export {
868
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
869
+ default as PanelTopInactive
870
+ } from '../icons/panel-top-dashed';
871
+
872
872
  // PanelsTopLeft aliases
873
873
  export {
874
874
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
@@ -905,18 +905,18 @@ export {
905
905
  default as Rotate3D
906
906
  } from '../icons/rotate-3d';
907
907
 
908
- // Rows2 aliases
909
- export {
910
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
911
- default as Rows
912
- } from '../icons/rows-2';
913
-
914
908
  // Rows3 aliases
915
909
  export {
916
910
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
917
911
  default as PanelsTopBottom
918
912
  } from '../icons/rows-3';
919
913
 
914
+ // Rows2 aliases
915
+ export {
916
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
917
+ default as Rows
918
+ } from '../icons/rows-2';
919
+
920
920
  // Scale3d aliases
921
921
  export {
922
922
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
@@ -941,12 +941,6 @@ export {
941
941
  default as ShieldClose
942
942
  } from '../icons/shield-x';
943
943
 
944
- // Sparkles aliases
945
- export {
946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
947
- default as Stars
948
- } from '../icons/sparkles';
949
-
950
944
  // SlidersVertical aliases
951
945
  export {
952
946
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
@@ -959,6 +953,12 @@ export {
959
953
  default as ActivitySquare
960
954
  } from '../icons/square-activity';
961
955
 
956
+ // Sparkles aliases
957
+ export {
958
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
959
+ default as Stars
960
+ } from '../icons/sparkles';
961
+
962
962
  // SquareArrowDownLeft aliases
963
963
  export {
964
964
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
@@ -989,23 +989,17 @@ export {
989
989
  default as ArrowDownLeftFromSquare
990
990
  } from '../icons/square-arrow-out-down-left';
991
991
 
992
- // SquareArrowOutDownRight aliases
993
- export {
994
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
995
- default as ArrowDownRightFromSquare
996
- } from '../icons/square-arrow-out-down-right';
997
-
998
992
  // SquareArrowOutUpLeft aliases
999
993
  export {
1000
994
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
1001
995
  default as ArrowUpLeftFromSquare
1002
996
  } from '../icons/square-arrow-out-up-left';
1003
997
 
1004
- // SquareArrowRight aliases
998
+ // SquareArrowOutDownRight aliases
1005
999
  export {
1006
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
1007
- default as ArrowRightSquare
1008
- } from '../icons/square-arrow-right';
1000
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
1001
+ default as ArrowDownRightFromSquare
1002
+ } from '../icons/square-arrow-out-down-right';
1009
1003
 
1010
1004
  // SquareArrowOutUpRight aliases
1011
1005
  export {
@@ -1013,6 +1007,12 @@ export {
1013
1007
  default as ArrowUpRightFromSquare
1014
1008
  } from '../icons/square-arrow-out-up-right';
1015
1009
 
1010
+ // SquareArrowRight aliases
1011
+ export {
1012
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
1013
+ default as ArrowRightSquare
1014
+ } from '../icons/square-arrow-right';
1015
+
1016
1016
  // SquareArrowUpLeft aliases
1017
1017
  export {
1018
1018
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
@@ -1043,18 +1043,18 @@ export {
1043
1043
  default as ScissorsSquareDashedBottom
1044
1044
  } from '../icons/square-bottom-dashed-scissors';
1045
1045
 
1046
- // SquareCenterlineDashedVertical aliases
1047
- export {
1048
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
1049
- default as FlipVertical
1050
- } from '../icons/square-centerline-dashed-vertical';
1051
-
1052
1046
  // SquareCenterlineDashedHorizontal aliases
1053
1047
  export {
1054
1048
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
1055
1049
  default as FlipHorizontal
1056
1050
  } from '../icons/square-centerline-dashed-horizontal';
1057
1051
 
1052
+ // SquareCenterlineDashedVertical aliases
1053
+ export {
1054
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
1055
+ default as FlipVertical
1056
+ } from '../icons/square-centerline-dashed-vertical';
1057
+
1058
1058
  // SquareChartGantt aliases
1059
1059
  export {
1060
1060
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
@@ -1115,12 +1115,6 @@ export {
1115
1115
  default as KanbanSquareDashed
1116
1116
  } from '../icons/square-dashed-kanban';
1117
1117
 
1118
- // SquareDashedMousePointer aliases
1119
- export {
1120
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1121
- default as MousePointerSquareDashed
1122
- } from '../icons/square-dashed-mouse-pointer';
1123
-
1124
1118
  // SquareDashedText aliases
1125
1119
  export {
1126
1120
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
@@ -1133,6 +1127,12 @@ export {
1133
1127
  default as TextSelect
1134
1128
  } from '../icons/square-dashed-text';
1135
1129
 
1130
+ // SquareDashedMousePointer aliases
1131
+ export {
1132
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1133
+ default as MousePointerSquareDashed
1134
+ } from '../icons/square-dashed-mouse-pointer';
1135
+
1136
1136
  // SquareDashed aliases
1137
1137
  export {
1138
1138
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
@@ -1151,18 +1151,18 @@ export {
1151
1151
  default as DotSquare
1152
1152
  } from '../icons/square-dot';
1153
1153
 
1154
- // SquareFunction aliases
1155
- export {
1156
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
1157
- default as FunctionSquare
1158
- } from '../icons/square-function';
1159
-
1160
1154
  // SquareEqual aliases
1161
1155
  export {
1162
1156
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
1163
1157
  default as EqualSquare
1164
1158
  } from '../icons/square-equal';
1165
1159
 
1160
+ // SquareFunction aliases
1161
+ export {
1162
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
1163
+ default as FunctionSquare
1164
+ } from '../icons/square-function';
1165
+
1166
1166
  // SquareKanban aliases
1167
1167
  export {
1168
1168
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
@@ -1175,12 +1175,6 @@ export {
1175
1175
  default as LibrarySquare
1176
1176
  } from '../icons/square-library';
1177
1177
 
1178
- // SquareMenu aliases
1179
- export {
1180
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
1181
- default as MenuSquare
1182
- } from '../icons/square-menu';
1183
-
1184
1178
  // SquareM aliases
1185
1179
  export {
1186
1180
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
@@ -1193,6 +1187,12 @@ export {
1193
1187
  default as MinusSquare
1194
1188
  } from '../icons/square-minus';
1195
1189
 
1190
+ // SquareMenu aliases
1191
+ export {
1192
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
1193
+ default as MenuSquare
1194
+ } from '../icons/square-menu';
1195
+
1196
1196
  // SquareMousePointer aliases
1197
1197
  export {
1198
1198
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
@@ -1211,6 +1211,12 @@ export {
1211
1211
  default as ParkingSquare
1212
1212
  } from '../icons/square-parking';
1213
1213
 
1214
+ // SquarePercent aliases
1215
+ export {
1216
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1217
+ default as PercentSquare
1218
+ } from '../icons/square-percent';
1219
+
1214
1220
  // SquarePen aliases
1215
1221
  export {
1216
1222
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
@@ -1229,12 +1235,6 @@ export {
1229
1235
  default as PenSquare
1230
1236
  } from '../icons/square-pen';
1231
1237
 
1232
- // SquarePercent aliases
1233
- export {
1234
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1235
- default as PercentSquare
1236
- } from '../icons/square-percent';
1237
-
1238
1238
  // SquarePi aliases
1239
1239
  export {
1240
1240
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
@@ -1385,18 +1385,18 @@ export {
1385
1385
  default as AlertTriangle
1386
1386
  } from '../icons/triangle-alert';
1387
1387
 
1388
- // University aliases
1389
- export {
1390
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1391
- default as School2
1392
- } from '../icons/university';
1393
-
1394
1388
  // TvMinimal aliases
1395
1389
  export {
1396
1390
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
1397
1391
  default as Tv2
1398
1392
  } from '../icons/tv-minimal';
1399
1393
 
1394
+ // University aliases
1395
+ export {
1396
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1397
+ default as School2
1398
+ } from '../icons/university';
1399
+
1400
1400
  // UserRoundCheck aliases
1401
1401
  export {
1402
1402
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */