@lucide/astro 1.13.0 → 1.14.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.13.0",
3
+ "version": "1.14.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -161,18 +161,18 @@ export {
161
161
  default as BarChart2
162
162
  } from '../icons/chart-no-axes-column';
163
163
 
164
- // ChartNoAxesGantt aliases
165
- export {
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 */
167
- default as GanttChart
168
- } from '../icons/chart-no-axes-gantt';
169
-
170
164
  // ChartPie aliases
171
165
  export {
172
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 */
173
167
  default as PieChart
174
168
  } from '../icons/chart-pie';
175
169
 
170
+ // ChartNoAxesGantt aliases
171
+ export {
172
+ /** @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
+ default as GanttChart
174
+ } from '../icons/chart-no-axes-gantt';
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
- // CircleArrowDown aliases
189
- export {
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 */
191
- default as ArrowDownCircle
192
- } from '../icons/circle-arrow-down';
193
-
194
188
  // CircleArrowLeft aliases
195
189
  export {
196
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 */
197
191
  default as ArrowLeftCircle
198
192
  } from '../icons/circle-arrow-left';
199
193
 
194
+ // CircleArrowDown aliases
195
+ export {
196
+ /** @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
+ default as ArrowDownCircle
198
+ } from '../icons/circle-arrow-down';
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,36 +221,36 @@ export {
221
221
  default as ArrowUpRightFromCircle
222
222
  } from '../icons/circle-arrow-out-up-right';
223
223
 
224
- // CircleArrowRight aliases
225
- export {
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 */
227
- default as ArrowRightCircle
228
- } from '../icons/circle-arrow-right';
229
-
230
224
  // CircleArrowUp aliases
231
225
  export {
232
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 */
233
227
  default as ArrowUpCircle
234
228
  } from '../icons/circle-arrow-up';
235
229
 
230
+ // CircleArrowRight aliases
231
+ export {
232
+ /** @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
+ default as ArrowRightCircle
234
+ } from '../icons/circle-arrow-right';
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 */
239
239
  default as CheckCircle
240
240
  } from '../icons/circle-check-big';
241
241
 
242
- // CircleChevronDown aliases
243
- export {
244
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
245
- default as ChevronDownCircle
246
- } from '../icons/circle-chevron-down';
247
-
248
242
  // CircleCheck aliases
249
243
  export {
250
244
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
251
245
  default as CheckCircle2
252
246
  } from '../icons/circle-check';
253
247
 
248
+ // CircleChevronDown aliases
249
+ export {
250
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
251
+ default as ChevronDownCircle
252
+ } from '../icons/circle-chevron-down';
253
+
254
254
  // CircleChevronLeft aliases
255
255
  export {
256
256
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
@@ -263,6 +263,12 @@ export {
263
263
  default as ChevronRightCircle
264
264
  } from '../icons/circle-chevron-right';
265
265
 
266
+ // CircleChevronUp aliases
267
+ export {
268
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
269
+ default as ChevronUpCircle
270
+ } from '../icons/circle-chevron-up';
271
+
266
272
  // CircleDivide aliases
267
273
  export {
268
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
@@ -281,12 +287,6 @@ export {
281
287
  default as MinusCircle
282
288
  } from '../icons/circle-minus';
283
289
 
284
- // CircleChevronUp aliases
285
- export {
286
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
287
- default as ChevronUpCircle
288
- } from '../icons/circle-chevron-up';
289
-
290
290
  // CircleParkingOff aliases
291
291
  export {
292
292
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} 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
- // CircleUser aliases
363
- export {
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 */
365
- default as UserCircle
366
- } from '../icons/circle-user';
367
-
368
362
  // CircleX aliases
369
363
  export {
370
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 */
371
365
  default as XCircle
372
366
  } from '../icons/circle-x';
373
367
 
368
+ // CircleUser aliases
369
+ export {
370
+ /** @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
+ default as UserCircle
372
+ } from '../icons/circle-user';
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 */
@@ -455,18 +455,18 @@ export {
455
455
  default as MoreHorizontal
456
456
  } from '../icons/ellipsis';
457
457
 
458
- // FileBadge aliases
459
- export {
460
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
461
- default as FileBadge2
462
- } from '../icons/file-badge';
463
-
464
458
  // FileAxis3d aliases
465
459
  export {
466
460
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
467
461
  default as FileAxis3D
468
462
  } from '../icons/file-axis-3d';
469
463
 
464
+ // FileBadge aliases
465
+ export {
466
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
467
+ default as FileBadge2
468
+ } from '../icons/file-badge';
469
+
470
470
  // FileBracesCorner aliases
471
471
  export {
472
472
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} 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
- // FileMinusCorner aliases
555
- export {
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 */
557
- default as FileMinus2
558
- } from '../icons/file-minus-corner';
559
-
560
554
  // FilePenLine aliases
561
555
  export {
562
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 */
563
557
  default as FileSignature
564
558
  } from '../icons/file-pen-line';
565
559
 
560
+ // FileMinusCorner aliases
561
+ export {
562
+ /** @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
+ default as FileMinus2
564
+ } from '../icons/file-minus-corner';
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
- // FileSearchCorner aliases
591
- export {
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 */
593
- default as FileSearch2
594
- } from '../icons/file-search-corner';
595
-
596
590
  // FileSignal aliases
597
591
  export {
598
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 */
599
593
  default as FileVolume2
600
594
  } from '../icons/file-signal';
601
595
 
596
+ // FileSearchCorner aliases
597
+ export {
598
+ /** @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
+ default as FileSearch2
600
+ } from '../icons/file-search-corner';
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
- // FileVideoCamera aliases
609
- export {
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 */
611
- default as FileVideo2
612
- } from '../icons/file-video-camera';
613
-
614
608
  // FileXCorner aliases
615
609
  export {
616
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 */
617
611
  default as FileX2
618
612
  } from '../icons/file-x-corner';
619
613
 
614
+ // FileVideoCamera aliases
615
+ export {
616
+ /** @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
+ default as FileVideo2
618
+ } from '../icons/file-video-camera';
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
- // GitCommitHorizontal aliases
651
- export {
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 */
653
- default as GitCommit
654
- } from '../icons/git-commit-horizontal';
655
-
656
650
  // Grid2x2Check aliases
657
651
  export {
658
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 */
659
653
  default as Grid2X2Check
660
654
  } from '../icons/grid-2x2-check';
661
655
 
656
+ // GitCommitHorizontal aliases
657
+ export {
658
+ /** @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
+ default as GitCommit
660
+ } from '../icons/git-commit-horizontal';
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 */
@@ -701,18 +701,18 @@ export {
701
701
  default as HelpingHand
702
702
  } from '../icons/hand-helping';
703
703
 
704
- // IceCreamBowl aliases
705
- export {
706
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
707
- default as IceCream2
708
- } from '../icons/ice-cream-bowl';
709
-
710
704
  // House aliases
711
705
  export {
712
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
713
707
  default as Home
714
708
  } from '../icons/house';
715
709
 
710
+ // IceCreamBowl aliases
711
+ export {
712
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
713
+ default as IceCream2
714
+ } from '../icons/ice-cream-bowl';
715
+
716
716
  // IceCreamCone aliases
717
717
  export {
718
718
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
@@ -743,6 +743,12 @@ 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
+
746
752
  // ListIndentIncrease aliases
747
753
  export {
748
754
  /** @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 */
@@ -755,12 +761,6 @@ export {
755
761
  default as IndentIncrease
756
762
  } from '../icons/list-indent-increase';
757
763
 
758
- // LoaderCircle aliases
759
- export {
760
- /** @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 */
761
- default as Loader2
762
- } from '../icons/loader-circle';
763
-
764
764
  // LockKeyholeOpen aliases
765
765
  export {
766
766
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} 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
- // MessageCircleQuestionMark aliases
789
- export {
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 */
791
- default as MessageCircleQuestion
792
- } from '../icons/message-circle-question-mark';
793
-
794
788
  // MicVocal aliases
795
789
  export {
796
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 */
797
791
  default as Mic2
798
792
  } from '../icons/mic-vocal';
799
793
 
794
+ // MessageCircleQuestionMark aliases
795
+ export {
796
+ /** @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
+ default as MessageCircleQuestion
798
+ } from '../icons/message-circle-question-mark';
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
- // PaintbrushVertical aliases
825
- export {
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 */
827
- default as Paintbrush2
828
- } from '../icons/paintbrush-vertical';
829
-
830
824
  // PanelBottomDashed aliases
831
825
  export {
832
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 */
833
827
  default as PanelBottomInactive
834
828
  } from '../icons/panel-bottom-dashed';
835
829
 
830
+ // PaintbrushVertical aliases
831
+ export {
832
+ /** @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
+ default as Paintbrush2
834
+ } from '../icons/paintbrush-vertical';
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
- // PanelRightDashed aliases
861
- export {
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 */
863
- default as PanelRightInactive
864
- } from '../icons/panel-right-dashed';
865
-
866
860
  // PanelTopDashed aliases
867
861
  export {
868
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 */
869
863
  default as PanelTopInactive
870
864
  } from '../icons/panel-top-dashed';
871
865
 
866
+ // PanelRightDashed aliases
867
+ export {
868
+ /** @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
+ default as PanelRightInactive
870
+ } from '../icons/panel-right-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 */
@@ -929,23 +929,17 @@ export {
929
929
  default as SendHorizonal
930
930
  } from '../icons/send-horizontal';
931
931
 
932
- // ShieldX aliases
933
- export {
934
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
935
- default as ShieldClose
936
- } from '../icons/shield-x';
937
-
938
932
  // ShieldQuestionMark aliases
939
933
  export {
940
934
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
941
935
  default as ShieldQuestion
942
936
  } from '../icons/shield-question-mark';
943
937
 
944
- // SlidersVertical aliases
938
+ // ShieldX aliases
945
939
  export {
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 */
947
- default as Sliders
948
- } from '../icons/sliders-vertical';
940
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
941
+ default as ShieldClose
942
+ } from '../icons/shield-x';
949
943
 
950
944
  // Sparkles aliases
951
945
  export {
@@ -953,6 +947,12 @@ export {
953
947
  default as Stars
954
948
  } from '../icons/sparkles';
955
949
 
950
+ // SlidersVertical aliases
951
+ export {
952
+ /** @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 */
953
+ default as Sliders
954
+ } from '../icons/sliders-vertical';
955
+
956
956
  // SquareActivity aliases
957
957
  export {
958
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
@@ -1001,36 +1001,36 @@ export {
1001
1001
  default as ArrowUpLeftFromSquare
1002
1002
  } from '../icons/square-arrow-out-up-left';
1003
1003
 
1004
- // SquareArrowOutUpRight aliases
1005
- export {
1006
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
1007
- default as ArrowUpRightFromSquare
1008
- } from '../icons/square-arrow-out-up-right';
1009
-
1010
1004
  // SquareArrowRight aliases
1011
1005
  export {
1012
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 */
1013
1007
  default as ArrowRightSquare
1014
1008
  } from '../icons/square-arrow-right';
1015
1009
 
1010
+ // SquareArrowOutUpRight aliases
1011
+ export {
1012
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
1013
+ default as ArrowUpRightFromSquare
1014
+ } from '../icons/square-arrow-out-up-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 */
1019
1019
  default as ArrowUpLeftSquare
1020
1020
  } from '../icons/square-arrow-up-left';
1021
1021
 
1022
- // SquareArrowUp aliases
1023
- export {
1024
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1025
- default as ArrowUpSquare
1026
- } from '../icons/square-arrow-up';
1027
-
1028
1022
  // SquareArrowUpRight aliases
1029
1023
  export {
1030
1024
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
1031
1025
  default as ArrowUpRightSquare
1032
1026
  } from '../icons/square-arrow-up-right';
1033
1027
 
1028
+ // SquareArrowUp aliases
1029
+ export {
1030
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1031
+ default as ArrowUpSquare
1032
+ } from '../icons/square-arrow-up';
1033
+
1034
1034
  // SquareAsterisk aliases
1035
1035
  export {
1036
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} 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
- // SquareCenterlineDashedHorizontal aliases
1047
- export {
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 */
1049
- default as FlipHorizontal
1050
- } from '../icons/square-centerline-dashed-horizontal';
1051
-
1052
1046
  // SquareCenterlineDashedVertical aliases
1053
1047
  export {
1054
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 */
1055
1049
  default as FlipVertical
1056
1050
  } from '../icons/square-centerline-dashed-vertical';
1057
1051
 
1052
+ // SquareCenterlineDashedHorizontal aliases
1053
+ export {
1054
+ /** @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
+ default as FlipHorizontal
1056
+ } from '../icons/square-centerline-dashed-horizontal';
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 */
@@ -1151,18 +1151,18 @@ export {
1151
1151
  default as DotSquare
1152
1152
  } from '../icons/square-dot';
1153
1153
 
1154
- // SquareEqual aliases
1155
- export {
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 */
1157
- default as EqualSquare
1158
- } from '../icons/square-equal';
1159
-
1160
1154
  // SquareFunction aliases
1161
1155
  export {
1162
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 */
1163
1157
  default as FunctionSquare
1164
1158
  } from '../icons/square-function';
1165
1159
 
1160
+ // SquareEqual aliases
1161
+ export {
1162
+ /** @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
+ default as EqualSquare
1164
+ } from '../icons/square-equal';
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,18 +1175,18 @@ export {
1175
1175
  default as LibrarySquare
1176
1176
  } from '../icons/square-library';
1177
1177
 
1178
- // SquareM aliases
1179
- export {
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 */
1181
- default as MSquare
1182
- } from '../icons/square-m';
1183
-
1184
1178
  // SquareMenu aliases
1185
1179
  export {
1186
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 */
1187
1181
  default as MenuSquare
1188
1182
  } from '../icons/square-menu';
1189
1183
 
1184
+ // SquareM aliases
1185
+ export {
1186
+ /** @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 */
1187
+ default as MSquare
1188
+ } from '../icons/square-m';
1189
+
1190
1190
  // SquareMinus aliases
1191
1191
  export {
1192
1192
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
@@ -1307,6 +1307,12 @@ export {
1307
1307
  default as UserSquare2
1308
1308
  } from '../icons/square-user-round';
1309
1309
 
1310
+ // SquareUser aliases
1311
+ export {
1312
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1313
+ default as UserSquare
1314
+ } from '../icons/square-user';
1315
+
1310
1316
  // SquareX aliases
1311
1317
  export {
1312
1318
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
@@ -1319,12 +1325,6 @@ export {
1319
1325
  default as TestTube2
1320
1326
  } from '../icons/test-tube-diagonal';
1321
1327
 
1322
- // SquareUser aliases
1323
- export {
1324
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1325
- default as UserSquare
1326
- } from '../icons/square-user';
1327
-
1328
1328
  // TextAlignCenter aliases
1329
1329
  export {
1330
1330
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
@@ -1385,6 +1385,12 @@ 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
+
1388
1394
  // TvMinimal aliases
1389
1395
  export {
1390
1396
  /** @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,12 +1403,6 @@ export {
1397
1403
  default as UserCheck2
1398
1404
  } from '../icons/user-round-check';
1399
1405
 
1400
- // University aliases
1401
- export {
1402
- /** @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 */
1403
- default as School2
1404
- } from '../icons/university';
1405
-
1406
1406
  // UserRoundCog aliases
1407
1407
  export {
1408
1408
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
@@ -1457,15 +1457,15 @@ export {
1457
1457
  default as Wallet2
1458
1458
  } from '../icons/wallet-minimal';
1459
1459
 
1460
- // WavesHorizontal aliases
1461
- export {
1462
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
1463
- default as Waves
1464
- } from '../icons/waves-horizontal';
1465
-
1466
1460
  // WandSparkles aliases
1467
1461
  export {
1468
1462
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
1469
1463
  default as Wand2
1470
1464
  } from '../icons/wand-sparkles';
1471
1465
 
1466
+ // WavesHorizontal aliases
1467
+ export {
1468
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
1469
+ default as Waves
1470
+ } from '../icons/waves-horizontal';
1471
+