@ycloud-web/icons-astro 0.1.4 → 0.1.5

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
@@ -30,6 +30,10 @@
30
30
 
31
31
  适用于 Astro 应用的 YCloud Icons 实现。
32
32
 
33
+ ## 版本要求
34
+
35
+ Astro `^4 || ^5 || ^6`。文档示例使用当前最新 Astro 版本。
36
+
33
37
  ## 安装
34
38
 
35
39
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ycloud-web/icons-astro",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A YCloud icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -77,18 +77,18 @@ 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. This alias will be removed in v1.0 */
83
- default as BetweenHorizonalStart
84
- } from '../icons/between-horizontal-start';
85
-
86
80
  // BookDashed aliases
87
81
  export {
88
82
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
89
83
  default as BookTemplate
90
84
  } from '../icons/book-dashed';
91
85
 
86
+ // BetweenHorizontalStart aliases
87
+ export {
88
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
89
+ default as BetweenHorizonalStart
90
+ } from '../icons/between-horizontal-start';
91
+
92
92
  // Braces aliases
93
93
  export {
94
94
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
@@ -203,36 +203,36 @@ export {
203
203
  default as ArrowDownLeftFromCircle
204
204
  } from '../icons/circle-arrow-out-down-left';
205
205
 
206
- // CircleArrowOutDownRight aliases
207
- export {
208
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
209
- default as ArrowDownRightFromCircle
210
- } from '../icons/circle-arrow-out-down-right';
211
-
212
206
  // CircleArrowOutUpLeft aliases
213
207
  export {
214
208
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
215
209
  default as ArrowUpLeftFromCircle
216
210
  } from '../icons/circle-arrow-out-up-left';
217
211
 
212
+ // CircleArrowOutDownRight aliases
213
+ export {
214
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
215
+ default as ArrowDownRightFromCircle
216
+ } from '../icons/circle-arrow-out-down-right';
217
+
218
218
  // CircleArrowOutUpRight aliases
219
219
  export {
220
220
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
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 */
@@ -269,23 +269,17 @@ export {
269
269
  default as ChevronUpCircle
270
270
  } from '../icons/circle-chevron-up';
271
271
 
272
- // CircleGauge aliases
273
- export {
274
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
275
- default as GaugeCircle
276
- } from '../icons/circle-gauge';
277
-
278
272
  // CircleDivide aliases
279
273
  export {
280
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
275
  default as DivideCircle
282
276
  } from '../icons/circle-divide';
283
277
 
284
- // CircleMinus aliases
278
+ // CircleGauge aliases
285
279
  export {
286
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
287
- default as MinusCircle
288
- } from '../icons/circle-minus';
280
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
281
+ default as GaugeCircle
282
+ } from '../icons/circle-gauge';
289
283
 
290
284
  // CircleParkingOff aliases
291
285
  export {
@@ -293,6 +287,12 @@ export {
293
287
  default as ParkingCircleOff
294
288
  } from '../icons/circle-parking-off';
295
289
 
290
+ // CircleMinus aliases
291
+ export {
292
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
293
+ default as MinusCircle
294
+ } from '../icons/circle-minus';
295
+
296
296
  // CircleParking aliases
297
297
  export {
298
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
@@ -359,23 +359,17 @@ 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
 
374
- // ClipboardPenLine aliases
368
+ // CircleUser aliases
375
369
  export {
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 */
377
- default as ClipboardSignature
378
- } from '../icons/clipboard-pen-line';
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';
379
373
 
380
374
  // ClipboardPen aliases
381
375
  export {
@@ -383,6 +377,12 @@ export {
383
377
  default as ClipboardEdit
384
378
  } from '../icons/clipboard-pen';
385
379
 
380
+ // ClipboardPenLine aliases
381
+ export {
382
+ /** @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 */
383
+ default as ClipboardSignature
384
+ } from '../icons/clipboard-pen-line';
385
+
386
386
  // CloudDownload aliases
387
387
  export {
388
388
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
@@ -449,18 +449,18 @@ export {
449
449
  default as MoreVertical
450
450
  } from '../icons/ellipsis-vertical';
451
451
 
452
- // FileAxis3d aliases
453
- export {
454
- /** @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 */
455
- default as FileAxis3D
456
- } from '../icons/file-axis-3d';
457
-
458
452
  // Ellipsis aliases
459
453
  export {
460
454
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
461
455
  default as MoreHorizontal
462
456
  } from '../icons/ellipsis';
463
457
 
458
+ // FileAxis3d aliases
459
+ export {
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 */
461
+ default as FileAxis3D
462
+ } from '../icons/file-axis-3d';
463
+
464
464
  // FileBadge aliases
465
465
  export {
466
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 */
@@ -509,18 +509,18 @@ export {
509
509
  default as FileCheck2
510
510
  } from '../icons/file-check-corner';
511
511
 
512
- // FileCog aliases
513
- export {
514
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
515
- default as FileCog2
516
- } from '../icons/file-cog';
517
-
518
512
  // FileCodeCorner aliases
519
513
  export {
520
514
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
521
515
  default as FileCode2
522
516
  } from '../icons/file-code-corner';
523
517
 
518
+ // FileCog aliases
519
+ export {
520
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
521
+ default as FileCog2
522
+ } from '../icons/file-cog';
523
+
524
524
  // FileExclamationPoint aliases
525
525
  export {
526
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
@@ -569,12 +569,6 @@ export {
569
569
  default as FileVideo
570
570
  } from '../icons/file-play';
571
571
 
572
- // FilePen aliases
573
- export {
574
- /** @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 */
575
- default as FileEdit
576
- } from '../icons/file-pen';
577
-
578
572
  // FilePlusCorner aliases
579
573
  export {
580
574
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
@@ -587,6 +581,12 @@ export {
587
581
  default as FileQuestion
588
582
  } from '../icons/file-question-mark';
589
583
 
584
+ // FilePen aliases
585
+ export {
586
+ /** @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
+ default as FileEdit
588
+ } from '../icons/file-pen';
589
+
590
590
  // FileSearchCorner aliases
591
591
  export {
592
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 */
@@ -689,18 +689,18 @@ export {
689
689
  default as Grid3X3
690
690
  } from '../icons/grid-3x3';
691
691
 
692
- // HandGrab aliases
693
- export {
694
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
695
- default as Grab
696
- } from '../icons/hand-grab';
697
-
698
692
  // HandHelping aliases
699
693
  export {
700
694
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
701
695
  default as HelpingHand
702
696
  } from '../icons/hand-helping';
703
697
 
698
+ // HandGrab aliases
699
+ export {
700
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
701
+ default as Grab
702
+ } from '../icons/hand-grab';
703
+
704
704
  // House aliases
705
705
  export {
706
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 */
@@ -719,18 +719,18 @@ export {
719
719
  default as IceCream
720
720
  } from '../icons/ice-cream-cone';
721
721
 
722
- // LaptopMinimal aliases
723
- export {
724
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
725
- default as Laptop2
726
- } from '../icons/laptop-minimal';
727
-
728
722
  // Layers aliases
729
723
  export {
730
724
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
731
725
  default as Layers3
732
726
  } from '../icons/layers';
733
727
 
728
+ // LaptopMinimal aliases
729
+ export {
730
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
731
+ default as Laptop2
732
+ } from '../icons/laptop-minimal';
733
+
734
734
  // ListIndentDecrease aliases
735
735
  export {
736
736
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} 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 */
@@ -815,18 +815,18 @@ export {
815
815
  default as PauseOctagon
816
816
  } from '../icons/octagon-pause';
817
817
 
818
- // OctagonX aliases
819
- export {
820
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
821
- default as XOctagon
822
- } from '../icons/octagon-x';
823
-
824
818
  // PaintbrushVertical aliases
825
819
  export {
826
820
  /** @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
821
  default as Paintbrush2
828
822
  } from '../icons/paintbrush-vertical';
829
823
 
824
+ // OctagonX aliases
825
+ export {
826
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
827
+ default as XOctagon
828
+ } from '../icons/octagon-x';
829
+
830
830
  // PanelBottomDashed aliases
831
831
  export {
832
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 */
@@ -887,18 +887,18 @@ export {
887
887
  default as Edit2
888
888
  } from '../icons/pen';
889
889
 
890
- // PlugZap aliases
891
- export {
892
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
893
- default as PlugZap2
894
- } from '../icons/plug-zap';
895
-
896
890
  // RectangleEllipsis aliases
897
891
  export {
898
892
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
899
893
  default as FormInput
900
894
  } from '../icons/rectangle-ellipsis';
901
895
 
896
+ // PlugZap aliases
897
+ export {
898
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
899
+ default as PlugZap2
900
+ } from '../icons/plug-zap';
901
+
902
902
  // Rotate3d aliases
903
903
  export {
904
904
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
@@ -911,18 +911,18 @@ export {
911
911
  default as Rows
912
912
  } from '../icons/rows-2';
913
913
 
914
- // Scale3d aliases
915
- export {
916
- /** @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 */
917
- default as Scale3D
918
- } from '../icons/scale-3d';
919
-
920
914
  // Rows3 aliases
921
915
  export {
922
916
  /** @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 */
923
917
  default as PanelsTopBottom
924
918
  } from '../icons/rows-3';
925
919
 
920
+ // Scale3d aliases
921
+ export {
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 */
923
+ default as Scale3D
924
+ } from '../icons/scale-3d';
925
+
926
926
  // SendHorizontal aliases
927
927
  export {
928
928
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
@@ -965,18 +965,18 @@ export {
965
965
  default as ArrowDownLeftSquare
966
966
  } from '../icons/square-arrow-down-left';
967
967
 
968
- // SquareArrowDownRight aliases
969
- export {
970
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
971
- default as ArrowDownRightSquare
972
- } from '../icons/square-arrow-down-right';
973
-
974
968
  // SquareArrowDown aliases
975
969
  export {
976
970
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
977
971
  default as ArrowDownSquare
978
972
  } from '../icons/square-arrow-down';
979
973
 
974
+ // SquareArrowDownRight aliases
975
+ export {
976
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
977
+ default as ArrowDownRightSquare
978
+ } from '../icons/square-arrow-down-right';
979
+
980
980
  // SquareArrowLeft aliases
981
981
  export {
982
982
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
@@ -1013,18 +1013,18 @@ export {
1013
1013
  default as ArrowRightSquare
1014
1014
  } from '../icons/square-arrow-right';
1015
1015
 
1016
- // SquareArrowUpLeft aliases
1017
- export {
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
- default as ArrowUpLeftSquare
1020
- } from '../icons/square-arrow-up-left';
1021
-
1022
1016
  // SquareArrowUpRight aliases
1023
1017
  export {
1024
1018
  /** @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 */
1025
1019
  default as ArrowUpRightSquare
1026
1020
  } from '../icons/square-arrow-up-right';
1027
1021
 
1022
+ // SquareArrowUpLeft aliases
1023
+ export {
1024
+ /** @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 */
1025
+ default as ArrowUpLeftSquare
1026
+ } from '../icons/square-arrow-up-left';
1027
+
1028
1028
  // SquareArrowUp aliases
1029
1029
  export {
1030
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 */
@@ -1139,18 +1139,18 @@ export {
1139
1139
  default as BoxSelect
1140
1140
  } from '../icons/square-dashed';
1141
1141
 
1142
- // SquareDivide aliases
1143
- export {
1144
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
1145
- default as DivideSquare
1146
- } from '../icons/square-divide';
1147
-
1148
1142
  // SquareDot aliases
1149
1143
  export {
1150
1144
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1151
1145
  default as DotSquare
1152
1146
  } from '../icons/square-dot';
1153
1147
 
1148
+ // SquareDivide aliases
1149
+ export {
1150
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
1151
+ default as DivideSquare
1152
+ } from '../icons/square-divide';
1153
+
1154
1154
  // SquareEqual aliases
1155
1155
  export {
1156
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 */
@@ -1235,18 +1235,18 @@ export {
1235
1235
  default as PercentSquare
1236
1236
  } from '../icons/square-percent';
1237
1237
 
1238
- // SquarePi aliases
1239
- export {
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 */
1241
- default as PiSquare
1242
- } from '../icons/square-pi';
1243
-
1244
1238
  // SquarePilcrow aliases
1245
1239
  export {
1246
1240
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
1247
1241
  default as PilcrowSquare
1248
1242
  } from '../icons/square-pilcrow';
1249
1243
 
1244
+ // SquarePi aliases
1245
+ export {
1246
+ /** @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 */
1247
+ default as PiSquare
1248
+ } from '../icons/square-pi';
1249
+
1250
1250
  // SquarePlay aliases
1251
1251
  export {
1252
1252
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
@@ -1301,18 +1301,18 @@ export {
1301
1301
  default as TerminalSquare
1302
1302
  } from '../icons/square-terminal';
1303
1303
 
1304
- // SquareUser aliases
1305
- export {
1306
- /** @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 */
1307
- default as UserSquare
1308
- } from '../icons/square-user';
1309
-
1310
1304
  // SquareUserRound aliases
1311
1305
  export {
1312
1306
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
1313
1307
  default as UserSquare2
1314
1308
  } from '../icons/square-user-round';
1315
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
+
1316
1316
  // SquareX aliases
1317
1317
  export {
1318
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 */
@@ -1373,12 +1373,6 @@ export {
1373
1373
  default as Train
1374
1374
  } from '../icons/tram-front';
1375
1375
 
1376
- // TreePalm aliases
1377
- export {
1378
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
1379
- default as Palmtree
1380
- } from '../icons/tree-palm';
1381
-
1382
1376
  // TriangleAlert aliases
1383
1377
  export {
1384
1378
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
@@ -1391,6 +1385,12 @@ export {
1391
1385
  default as Tv2
1392
1386
  } from '../icons/tv-minimal';
1393
1387
 
1388
+ // TreePalm aliases
1389
+ export {
1390
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
1391
+ default as Palmtree
1392
+ } from '../icons/tree-palm';
1393
+
1394
1394
  // University aliases
1395
1395
  export {
1396
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 */
@@ -1445,27 +1445,27 @@ export {
1445
1445
  default as ForkKnifeCrossed
1446
1446
  } from '../icons/utensils-crossed';
1447
1447
 
1448
- // WalletMinimal aliases
1449
- export {
1450
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
1451
- default as Wallet2
1452
- } from '../icons/wallet-minimal';
1453
-
1454
- // WandSparkles aliases
1455
- export {
1456
- /** @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 */
1457
- default as Wand2
1458
- } from '../icons/wand-sparkles';
1459
-
1460
1448
  // Utensils aliases
1461
1449
  export {
1462
1450
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
1463
1451
  default as ForkKnife
1464
1452
  } from '../icons/utensils';
1465
1453
 
1454
+ // WalletMinimal aliases
1455
+ export {
1456
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
1457
+ default as Wallet2
1458
+ } from '../icons/wallet-minimal';
1459
+
1466
1460
  // WavesHorizontal aliases
1467
1461
  export {
1468
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 */
1469
1463
  default as Waves
1470
1464
  } from '../icons/waves-horizontal';
1471
1465
 
1466
+ // WandSparkles aliases
1467
+ export {
1468
+ /** @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
+ default as Wand2
1470
+ } from '../icons/wand-sparkles';
1471
+