@lucide/astro 1.6.0 → 1.8.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
@@ -60,6 +60,8 @@ Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintaine
60
60
 
61
61
  Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
62
62
 
63
+ [//]: <> (Sponsors)
64
+
63
65
  ## Sponsors
64
66
 
65
67
  <a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
@@ -68,7 +70,10 @@ Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/licen
68
70
 
69
71
  <a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
70
72
 
71
- [//]: <> (Open Collective backers)
73
+ ### Hero backers 🦸
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>
76
+
72
77
  ### Awesome backers 🍺
73
78
 
74
79
  <a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -46,7 +46,7 @@
46
46
  "linkedom": "^0.18.5",
47
47
  "prettier": "^3.4.2",
48
48
  "typescript": "^5.8.3",
49
- "vite": "^7.3.1",
49
+ "vite": "^7.3.2",
50
50
  "vitest": "^4.1.1",
51
51
  "astro": "^6.0.8",
52
52
  "@lucide/build-icons": "1.1.0"
@@ -47,6 +47,12 @@ export {
47
47
  default as SortAsc
48
48
  } from '../icons/arrow-up-narrow-wide';
49
49
 
50
+ // BadgeCheck aliases
51
+ export {
52
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
53
+ default as Verified
54
+ } from '../icons/badge-check';
55
+
50
56
  // ArrowUpZA aliases
51
57
  export {
52
58
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
@@ -59,12 +65,6 @@ export {
59
65
  default as Axis3D
60
66
  } from '../icons/axis-3d';
61
67
 
62
- // BadgeCheck aliases
63
- export {
64
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
65
- default as Verified
66
- } from '../icons/badge-check';
67
-
68
68
  // BadgeQuestionMark aliases
69
69
  export {
70
70
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
@@ -95,18 +95,18 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
97
 
98
- // ChartArea aliases
99
- export {
100
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
101
- default as AreaChart
102
- } from '../icons/chart-area';
103
-
104
98
  // Captions aliases
105
99
  export {
106
100
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
107
101
  default as Subtitles
108
102
  } from '../icons/captions';
109
103
 
104
+ // ChartArea aliases
105
+ export {
106
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
107
+ default as AreaChart
108
+ } from '../icons/chart-area';
109
+
110
110
  // ChartBarBig aliases
111
111
  export {
112
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
@@ -179,18 +179,18 @@ export {
179
179
  default as ScatterChart
180
180
  } from '../icons/chart-scatter';
181
181
 
182
- // CircleAlert aliases
183
- export {
184
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
185
- default as AlertCircle
186
- } from '../icons/circle-alert';
187
-
188
182
  // CircleArrowDown aliases
189
183
  export {
190
184
  /** @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
185
  default as ArrowDownCircle
192
186
  } from '../icons/circle-arrow-down';
193
187
 
188
+ // CircleAlert aliases
189
+ export {
190
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
191
+ default as AlertCircle
192
+ } from '../icons/circle-alert';
193
+
194
194
  // CircleArrowLeft aliases
195
195
  export {
196
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 */
@@ -245,12 +245,6 @@ export {
245
245
  default as CheckCircle2
246
246
  } from '../icons/circle-check';
247
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
248
  // CircleChevronLeft aliases
255
249
  export {
256
250
  /** @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 */
@@ -287,24 +281,30 @@ export {
287
281
  default as MinusCircle
288
282
  } from '../icons/circle-minus';
289
283
 
284
+ // CircleChevronDown aliases
285
+ export {
286
+ /** @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 */
287
+ default as ChevronDownCircle
288
+ } from '../icons/circle-chevron-down';
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 */
293
293
  default as ParkingCircleOff
294
294
  } from '../icons/circle-parking-off';
295
295
 
296
- // CircleParking aliases
297
- export {
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 */
299
- default as ParkingCircle
300
- } from '../icons/circle-parking';
301
-
302
296
  // CirclePause aliases
303
297
  export {
304
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
305
299
  default as PauseCircle
306
300
  } from '../icons/circle-pause';
307
301
 
302
+ // CircleParking aliases
303
+ export {
304
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
305
+ default as ParkingCircle
306
+ } from '../icons/circle-parking';
307
+
308
308
  // CirclePercent aliases
309
309
  export {
310
310
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
@@ -329,18 +329,6 @@ export {
329
329
  default as PowerCircle
330
330
  } from '../icons/circle-power';
331
331
 
332
- // CircleQuestionMark aliases
333
- export {
334
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
335
- default as HelpCircle
336
- } from '../icons/circle-question-mark';
337
-
338
- // CircleQuestionMark aliases
339
- export {
340
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
341
- default as CircleHelp
342
- } from '../icons/circle-question-mark';
343
-
344
332
  // CircleSlash2 aliases
345
333
  export {
346
334
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
@@ -353,6 +341,18 @@ export {
353
341
  default as StopCircle
354
342
  } from '../icons/circle-stop';
355
343
 
344
+ // CircleQuestionMark aliases
345
+ export {
346
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
347
+ default as HelpCircle
348
+ } from '../icons/circle-question-mark';
349
+
350
+ // CircleQuestionMark aliases
351
+ export {
352
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
353
+ default as CircleHelp
354
+ } from '../icons/circle-question-mark';
355
+
356
356
  // CircleUserRound aliases
357
357
  export {
358
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
@@ -419,36 +419,36 @@ export {
419
419
  default as TableConfig
420
420
  } from '../icons/columns-3-cog';
421
421
 
422
- // Columns3 aliases
423
- export {
424
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
425
- default as PanelsLeftRight
426
- } from '../icons/columns-3';
427
-
428
422
  // ContactRound aliases
429
423
  export {
430
424
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
431
425
  default as Contact2
432
426
  } from '../icons/contact-round';
433
427
 
428
+ // Columns3 aliases
429
+ export {
430
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
431
+ default as PanelsLeftRight
432
+ } from '../icons/columns-3';
433
+
434
434
  // DiamondPercent aliases
435
435
  export {
436
436
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
437
437
  default as PercentDiamond
438
438
  } from '../icons/diamond-percent';
439
439
 
440
- // EllipsisVertical aliases
441
- export {
442
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
443
- default as MoreVertical
444
- } from '../icons/ellipsis-vertical';
445
-
446
440
  // Earth aliases
447
441
  export {
448
442
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
449
443
  default as Globe2
450
444
  } from '../icons/earth';
451
445
 
446
+ // EllipsisVertical aliases
447
+ export {
448
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
449
+ default as MoreVertical
450
+ } from '../icons/ellipsis-vertical';
451
+
452
452
  // Ellipsis aliases
453
453
  export {
454
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 */
@@ -551,36 +551,36 @@ 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 */
569
569
  default as FileEdit
570
570
  } from '../icons/file-pen';
571
571
 
572
- // FilePlusCorner aliases
573
- export {
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 */
575
- default as FilePlus2
576
- } from '../icons/file-plus-corner';
577
-
578
572
  // FilePlay aliases
579
573
  export {
580
574
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
581
575
  default as FileVideo
582
576
  } from '../icons/file-play';
583
577
 
578
+ // FilePlusCorner aliases
579
+ export {
580
+ /** @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 */
581
+ default as FilePlus2
582
+ } from '../icons/file-plus-corner';
583
+
584
584
  // FileQuestionMark aliases
585
585
  export {
586
586
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
@@ -605,6 +605,12 @@ export {
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
+
608
614
  // FileXCorner aliases
609
615
  export {
610
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,12 +623,6 @@ export {
617
623
  default as Fingerprint
618
624
  } from '../icons/fingerprint-pattern';
619
625
 
620
- // FileVideoCamera aliases
621
- export {
622
- /** @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 */
623
- default as FileVideo2
624
- } from '../icons/file-video-camera';
625
-
626
626
  // FolderCog aliases
627
627
  export {
628
628
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
@@ -695,18 +695,18 @@ export {
695
695
  default as Grab
696
696
  } from '../icons/hand-grab';
697
697
 
698
- // HandHelping aliases
699
- export {
700
- /** @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
- default as HelpingHand
702
- } from '../icons/hand-helping';
703
-
704
698
  // House aliases
705
699
  export {
706
700
  /** @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 */
707
701
  default as Home
708
702
  } from '../icons/house';
709
703
 
704
+ // HandHelping aliases
705
+ export {
706
+ /** @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 */
707
+ default as HelpingHand
708
+ } from '../icons/hand-helping';
709
+
710
710
  // IceCreamBowl aliases
711
711
  export {
712
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 */
@@ -773,18 +773,18 @@ export {
773
773
  default as Unlock
774
774
  } from '../icons/lock-open';
775
775
 
776
- // MailQuestionMark aliases
777
- export {
778
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
779
- default as MailQuestion
780
- } from '../icons/mail-question-mark';
781
-
782
776
  // MapPinPen aliases
783
777
  export {
784
778
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
785
779
  default as LocationEdit
786
780
  } from '../icons/map-pin-pen';
787
781
 
782
+ // MailQuestionMark aliases
783
+ export {
784
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
785
+ default as MailQuestion
786
+ } from '../icons/mail-question-mark';
787
+
788
788
  // MessageCircleQuestionMark aliases
789
789
  export {
790
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 */
@@ -989,18 +989,18 @@ export {
989
989
  default as ArrowDownLeftFromSquare
990
990
  } from '../icons/square-arrow-out-down-left';
991
991
 
992
- // SquareArrowOutUpLeft aliases
993
- export {
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 */
995
- default as ArrowUpLeftFromSquare
996
- } from '../icons/square-arrow-out-up-left';
997
-
998
992
  // SquareArrowOutDownRight aliases
999
993
  export {
1000
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 */
1001
995
  default as ArrowDownRightFromSquare
1002
996
  } from '../icons/square-arrow-out-down-right';
1003
997
 
998
+ // SquareArrowOutUpLeft aliases
999
+ export {
1000
+ /** @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
+ default as ArrowUpLeftFromSquare
1002
+ } from '../icons/square-arrow-out-up-left';
1003
+
1004
1004
  // SquareArrowOutUpRight aliases
1005
1005
  export {
1006
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 */
@@ -1079,18 +1079,18 @@ export {
1079
1079
  default as CheckSquare2
1080
1080
  } from '../icons/square-check';
1081
1081
 
1082
- // SquareChevronDown aliases
1083
- export {
1084
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
1085
- default as ChevronDownSquare
1086
- } from '../icons/square-chevron-down';
1087
-
1088
1082
  // SquareChevronLeft aliases
1089
1083
  export {
1090
1084
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
1091
1085
  default as ChevronLeftSquare
1092
1086
  } from '../icons/square-chevron-left';
1093
1087
 
1088
+ // SquareChevronDown aliases
1089
+ export {
1090
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
1091
+ default as ChevronDownSquare
1092
+ } from '../icons/square-chevron-down';
1093
+
1094
1094
  // SquareChevronRight aliases
1095
1095
  export {
1096
1096
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
@@ -1121,24 +1121,36 @@ export {
1121
1121
  default as MousePointerSquareDashed
1122
1122
  } from '../icons/square-dashed-mouse-pointer';
1123
1123
 
1124
+ // SquareDashedText aliases
1125
+ export {
1126
+ /** @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 */
1127
+ default as TextSelection
1128
+ } from '../icons/square-dashed-text';
1129
+
1130
+ // SquareDashedText aliases
1131
+ export {
1132
+ /** @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
+ default as TextSelect
1134
+ } from '../icons/square-dashed-text';
1135
+
1124
1136
  // SquareDashed aliases
1125
1137
  export {
1126
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 */
1127
1139
  default as BoxSelect
1128
1140
  } from '../icons/square-dashed';
1129
1141
 
1130
- // SquareDivide aliases
1131
- export {
1132
- /** @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 */
1133
- default as DivideSquare
1134
- } from '../icons/square-divide';
1135
-
1136
1142
  // SquareDot aliases
1137
1143
  export {
1138
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 */
1139
1145
  default as DotSquare
1140
1146
  } from '../icons/square-dot';
1141
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
+
1142
1154
  // SquareEqual aliases
1143
1155
  export {
1144
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,23 +1175,17 @@ export {
1163
1175
  default as LibrarySquare
1164
1176
  } from '../icons/square-library';
1165
1177
 
1166
- // SquareM aliases
1167
- export {
1168
- /** @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 */
1169
- default as MSquare
1170
- } from '../icons/square-m';
1171
-
1172
1178
  // SquareMenu aliases
1173
1179
  export {
1174
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 */
1175
1181
  default as MenuSquare
1176
1182
  } from '../icons/square-menu';
1177
1183
 
1178
- // SquareMousePointer aliases
1184
+ // SquareM aliases
1179
1185
  export {
1180
- /** @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 */
1181
- default as Inspect
1182
- } from '../icons/square-mouse-pointer';
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';
1183
1189
 
1184
1190
  // SquareMinus aliases
1185
1191
  export {
@@ -1187,6 +1193,12 @@ export {
1187
1193
  default as MinusSquare
1188
1194
  } from '../icons/square-minus';
1189
1195
 
1196
+ // SquareMousePointer aliases
1197
+ export {
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 */
1199
+ default as Inspect
1200
+ } from '../icons/square-mouse-pointer';
1201
+
1190
1202
  // SquareParkingOff aliases
1191
1203
  export {
1192
1204
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
@@ -1199,6 +1211,12 @@ export {
1199
1211
  default as ParkingSquare
1200
1212
  } from '../icons/square-parking';
1201
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
+
1202
1220
  // SquarePen aliases
1203
1221
  export {
1204
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 */
@@ -1217,30 +1235,24 @@ export {
1217
1235
  default as PenSquare
1218
1236
  } from '../icons/square-pen';
1219
1237
 
1220
- // SquarePercent aliases
1221
- export {
1222
- /** @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 */
1223
- default as PercentSquare
1224
- } from '../icons/square-percent';
1225
-
1226
1238
  // SquarePi aliases
1227
1239
  export {
1228
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 */
1229
1241
  default as PiSquare
1230
1242
  } from '../icons/square-pi';
1231
1243
 
1232
- // SquarePlay aliases
1233
- export {
1234
- /** @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 */
1235
- default as PlaySquare
1236
- } from '../icons/square-play';
1237
-
1238
1244
  // SquarePilcrow aliases
1239
1245
  export {
1240
1246
  /** @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 */
1241
1247
  default as PilcrowSquare
1242
1248
  } from '../icons/square-pilcrow';
1243
1249
 
1250
+ // SquarePlay aliases
1251
+ export {
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 */
1253
+ default as PlaySquare
1254
+ } from '../icons/square-play';
1255
+
1244
1256
  // SquarePlus aliases
1245
1257
  export {
1246
1258
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
@@ -1349,12 +1361,6 @@ export {
1349
1361
  default as LetterText
1350
1362
  } from '../icons/text-initial';
1351
1363
 
1352
- // TextSelect aliases
1353
- export {
1354
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
1355
- default as TextSelection
1356
- } from '../icons/text-select';
1357
-
1358
1364
  // TextWrap aliases
1359
1365
  export {
1360
1366
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
@@ -1397,36 +1403,36 @@ export {
1397
1403
  default as UserCheck2
1398
1404
  } from '../icons/user-round-check';
1399
1405
 
1400
- // UserRoundMinus aliases
1401
- export {
1402
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
1403
- default as UserMinus2
1404
- } from '../icons/user-round-minus';
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 */
1409
1409
  default as UserCog2
1410
1410
  } from '../icons/user-round-cog';
1411
1411
 
1412
+ // UserRoundMinus aliases
1413
+ export {
1414
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
1415
+ default as UserMinus2
1416
+ } from '../icons/user-round-minus';
1417
+
1412
1418
  // UserRoundPlus aliases
1413
1419
  export {
1414
1420
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
1415
1421
  default as UserPlus2
1416
1422
  } from '../icons/user-round-plus';
1417
1423
 
1418
- // UserRoundX aliases
1419
- export {
1420
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
1421
- default as UserX2
1422
- } from '../icons/user-round-x';
1423
-
1424
1424
  // UserRound aliases
1425
1425
  export {
1426
1426
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
1427
1427
  default as User2
1428
1428
  } from '../icons/user-round';
1429
1429
 
1430
+ // UserRoundX aliases
1431
+ export {
1432
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
1433
+ default as UserX2
1434
+ } from '../icons/user-round-x';
1435
+
1430
1436
  // UsersRound aliases
1431
1437
  export {
1432
1438
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */