@lucide/astro 1.7.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.7.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 */
@@ -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 */
@@ -233,23 +233,17 @@ export {
233
233
  default as ArrowUpCircle
234
234
  } from '../icons/circle-arrow-up';
235
235
 
236
- // CircleCheck aliases
237
- export {
238
- /** @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 */
239
- default as CheckCircle2
240
- } from '../icons/circle-check';
241
-
242
236
  // CircleCheckBig aliases
243
237
  export {
244
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 */
245
239
  default as CheckCircle
246
240
  } from '../icons/circle-check-big';
247
241
 
248
- // CircleChevronDown aliases
242
+ // CircleCheck aliases
249
243
  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';
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 */
245
+ default as CheckCircle2
246
+ } from '../icons/circle-check';
253
247
 
254
248
  // CircleChevronLeft aliases
255
249
  export {
@@ -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 */
@@ -317,29 +317,17 @@ export {
317
317
  default as PlayCircle
318
318
  } from '../icons/circle-play';
319
319
 
320
- // CirclePower aliases
321
- export {
322
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
323
- default as PowerCircle
324
- } from '../icons/circle-power';
325
-
326
320
  // CirclePlus aliases
327
321
  export {
328
322
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
329
323
  default as PlusCircle
330
324
  } from '../icons/circle-plus';
331
325
 
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
326
+ // CirclePower aliases
339
327
  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';
328
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
329
+ default as PowerCircle
330
+ } from '../icons/circle-power';
343
331
 
344
332
  // CircleSlash2 aliases
345
333
  export {
@@ -353,11 +341,17 @@ export {
353
341
  default as StopCircle
354
342
  } from '../icons/circle-stop';
355
343
 
356
- // CircleUser aliases
344
+ // CircleQuestionMark aliases
357
345
  export {
358
- /** @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 */
359
- default as UserCircle
360
- } from '../icons/circle-user';
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';
361
355
 
362
356
  // CircleUserRound aliases
363
357
  export {
@@ -365,6 +359,12 @@ export {
365
359
  default as UserCircle2
366
360
  } from '../icons/circle-user-round';
367
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
368
  // CircleX aliases
369
369
  export {
370
370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
@@ -419,18 +419,18 @@ 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 */
@@ -479,18 +479,18 @@ export {
479
479
  default as FileJson
480
480
  } from '../icons/file-braces';
481
481
 
482
- // FileChartColumn aliases
483
- export {
484
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
485
- default as FileBarChart2
486
- } from '../icons/file-chart-column';
487
-
488
482
  // FileChartColumnIncreasing aliases
489
483
  export {
490
484
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
491
485
  default as FileBarChart
492
486
  } from '../icons/file-chart-column-increasing';
493
487
 
488
+ // FileChartColumn aliases
489
+ export {
490
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
491
+ default as FileBarChart2
492
+ } from '../icons/file-chart-column';
493
+
494
494
  // FileChartLine aliases
495
495
  export {
496
496
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} 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,18 +587,18 @@ export {
587
587
  default as FileQuestion
588
588
  } from '../icons/file-question-mark';
589
589
 
590
- // FileSignal aliases
591
- export {
592
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
593
- default as FileVolume2
594
- } from '../icons/file-signal';
595
-
596
590
  // FileSearchCorner aliases
597
591
  export {
598
592
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
599
593
  default as FileSearch2
600
594
  } from '../icons/file-search-corner';
601
595
 
596
+ // FileSignal aliases
597
+ export {
598
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
599
+ default as FileVolume2
600
+ } from '../icons/file-signal';
601
+
602
602
  // FileTypeCorner aliases
603
603
  export {
604
604
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
@@ -617,6 +617,12 @@ export {
617
617
  default as FileX2
618
618
  } from '../icons/file-x-corner';
619
619
 
620
+ // FingerprintPattern aliases
621
+ export {
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 */
623
+ default as Fingerprint
624
+ } from '../icons/fingerprint-pattern';
625
+
620
626
  // FolderCog aliases
621
627
  export {
622
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 */
@@ -629,12 +635,6 @@ export {
629
635
  default as FolderEdit
630
636
  } from '../icons/folder-pen';
631
637
 
632
- // FingerprintPattern aliases
633
- export {
634
- /** @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 */
635
- default as Fingerprint
636
- } from '../icons/fingerprint-pattern';
637
-
638
638
  // FunnelX aliases
639
639
  export {
640
640
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} 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 */
@@ -845,18 +845,18 @@ export {
845
845
  default as PanelLeftInactive
846
846
  } from '../icons/panel-left-dashed';
847
847
 
848
- // PanelLeft aliases
849
- export {
850
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
851
- default as Sidebar
852
- } from '../icons/panel-left';
853
-
854
848
  // PanelLeftOpen aliases
855
849
  export {
856
850
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
857
851
  default as SidebarOpen
858
852
  } from '../icons/panel-left-open';
859
853
 
854
+ // PanelLeft aliases
855
+ export {
856
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
857
+ default as Sidebar
858
+ } from '../icons/panel-left';
859
+
860
860
  // PanelRightDashed aliases
861
861
  export {
862
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 */
@@ -1067,23 +1067,17 @@ export {
1067
1067
  default as SquareGanttChart
1068
1068
  } from '../icons/square-chart-gantt';
1069
1069
 
1070
- // SquareCheck aliases
1071
- export {
1072
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1073
- default as CheckSquare2
1074
- } from '../icons/square-check';
1075
-
1076
1070
  // SquareCheckBig aliases
1077
1071
  export {
1078
1072
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
1079
1073
  default as CheckSquare
1080
1074
  } from '../icons/square-check-big';
1081
1075
 
1082
- // SquareChevronDown aliases
1076
+ // SquareCheck aliases
1083
1077
  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';
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1079
+ default as CheckSquare2
1080
+ } from '../icons/square-check';
1087
1081
 
1088
1082
  // SquareChevronLeft aliases
1089
1083
  export {
@@ -1091,6 +1085,12 @@ export {
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,36 +1175,36 @@ 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
 
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
+
1178
1190
  // SquareMinus aliases
1179
1191
  export {
1180
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 */
1181
1193
  default as MinusSquare
1182
1194
  } from '../icons/square-minus';
1183
1195
 
1184
- // SquareParkingOff aliases
1185
- export {
1186
- /** @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 */
1187
- default as ParkingSquareOff
1188
- } from '../icons/square-parking-off';
1189
-
1190
1196
  // SquareMousePointer aliases
1191
1197
  export {
1192
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 */
1193
1199
  default as Inspect
1194
1200
  } from '../icons/square-mouse-pointer';
1195
1201
 
1202
+ // SquareParkingOff aliases
1203
+ export {
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 */
1205
+ default as ParkingSquareOff
1206
+ } from '../icons/square-parking-off';
1207
+
1196
1208
  // SquareParking aliases
1197
1209
  export {
1198
1210
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
@@ -1223,18 +1235,18 @@ export {
1223
1235
  default as PenSquare
1224
1236
  } from '../icons/square-pen';
1225
1237
 
1226
- // SquarePilcrow aliases
1227
- export {
1228
- /** @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 */
1229
- default as PilcrowSquare
1230
- } from '../icons/square-pilcrow';
1231
-
1232
1238
  // SquarePi aliases
1233
1239
  export {
1234
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 */
1235
1241
  default as PiSquare
1236
1242
  } from '../icons/square-pi';
1237
1243
 
1244
+ // SquarePilcrow aliases
1245
+ export {
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 */
1247
+ default as PilcrowSquare
1248
+ } from '../icons/square-pilcrow';
1249
+
1238
1250
  // SquarePlay aliases
1239
1251
  export {
1240
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 */
@@ -1319,6 +1331,12 @@ export {
1319
1331
  default as AlignCenter
1320
1332
  } from '../icons/text-align-center';
1321
1333
 
1334
+ // TextAlignEnd aliases
1335
+ export {
1336
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
1337
+ default as AlignRight
1338
+ } from '../icons/text-align-end';
1339
+
1322
1340
  // TextAlignJustify aliases
1323
1341
  export {
1324
1342
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
@@ -1337,12 +1355,6 @@ export {
1337
1355
  default as AlignLeft
1338
1356
  } from '../icons/text-align-start';
1339
1357
 
1340
- // TextAlignEnd aliases
1341
- export {
1342
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
1343
- default as AlignRight
1344
- } from '../icons/text-align-end';
1345
-
1346
1358
  // TextInitial aliases
1347
1359
  export {
1348
1360
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
@@ -1355,12 +1367,6 @@ export {
1355
1367
  default as WrapText
1356
1368
  } from '../icons/text-wrap';
1357
1369
 
1358
- // TextSelect aliases
1359
- export {
1360
- /** @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 */
1361
- default as TextSelection
1362
- } from '../icons/text-select';
1363
-
1364
1370
  // TramFront aliases
1365
1371
  export {
1366
1372
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
@@ -1415,36 +1421,36 @@ export {
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 */
1433
1439
  default as Users2
1434
1440
  } from '../icons/users-round';
1435
1441
 
1436
- // Utensils aliases
1437
- export {
1438
- /** @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 */
1439
- default as ForkKnife
1440
- } from '../icons/utensils';
1441
-
1442
1442
  // UtensilsCrossed aliases
1443
1443
  export {
1444
1444
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
1445
1445
  default as ForkKnifeCrossed
1446
1446
  } from '../icons/utensils-crossed';
1447
1447
 
1448
+ // Utensils aliases
1449
+ export {
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 */
1451
+ default as ForkKnife
1452
+ } from '../icons/utensils';
1453
+
1448
1454
  // WalletMinimal aliases
1449
1455
  export {
1450
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 */