@lucide/astro 0.572.0 → 0.573.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.572.0",
3
+ "version": "0.573.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -161,18 +161,18 @@ export {
161
161
  default as BarChart2
162
162
  } from '../icons/chart-no-axes-column';
163
163
 
164
- // ChartNoAxesGantt aliases
165
- export {
166
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
167
- default as GanttChart
168
- } from '../icons/chart-no-axes-gantt';
169
-
170
164
  // ChartPie aliases
171
165
  export {
172
166
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
167
  default as PieChart
174
168
  } from '../icons/chart-pie';
175
169
 
170
+ // ChartNoAxesGantt aliases
171
+ export {
172
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
173
+ default as GanttChart
174
+ } from '../icons/chart-no-axes-gantt';
175
+
176
176
  // ChartScatter aliases
177
177
  export {
178
178
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
@@ -197,18 +197,18 @@ export {
197
197
  default as ArrowDownCircle
198
198
  } from '../icons/circle-arrow-down';
199
199
 
200
- // CircleArrowOutDownLeft aliases
201
- export {
202
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
203
- default as ArrowDownLeftFromCircle
204
- } from '../icons/circle-arrow-out-down-left';
205
-
206
200
  // CircleArrowLeft aliases
207
201
  export {
208
202
  /** @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 */
209
203
  default as ArrowLeftCircle
210
204
  } from '../icons/circle-arrow-left';
211
205
 
206
+ // CircleArrowOutDownLeft aliases
207
+ export {
208
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
209
+ default as ArrowDownLeftFromCircle
210
+ } from '../icons/circle-arrow-out-down-left';
211
+
212
212
  // CircleArrowOutDownRight aliases
213
213
  export {
214
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 */
@@ -311,18 +311,18 @@ export {
311
311
  default as PauseCircle
312
312
  } from '../icons/circle-pause';
313
313
 
314
- // CirclePlay aliases
315
- export {
316
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
317
- default as PlayCircle
318
- } from '../icons/circle-play';
319
-
320
314
  // CirclePercent aliases
321
315
  export {
322
316
  /** @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 */
323
317
  default as PercentCircle
324
318
  } from '../icons/circle-percent';
325
319
 
320
+ // CirclePlay aliases
321
+ export {
322
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
323
+ default as PlayCircle
324
+ } from '../icons/circle-play';
325
+
326
326
  // CirclePlus aliases
327
327
  export {
328
328
  /** @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 */
@@ -335,6 +335,12 @@ export {
335
335
  default as PowerCircle
336
336
  } from '../icons/circle-power';
337
337
 
338
+ // CircleSlash2 aliases
339
+ export {
340
+ /** @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 */
341
+ default as CircleSlashed
342
+ } from '../icons/circle-slash-2';
343
+
338
344
  // CircleQuestionMark aliases
339
345
  export {
340
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,12 +353,6 @@ export {
347
353
  default as CircleHelp
348
354
  } from '../icons/circle-question-mark';
349
355
 
350
- // CircleSlash2 aliases
351
- export {
352
- /** @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
- default as CircleSlashed
354
- } from '../icons/circle-slash-2';
355
-
356
356
  // CircleStop aliases
357
357
  export {
358
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
@@ -407,6 +407,12 @@ export {
407
407
  default as Code2
408
408
  } from '../icons/code-xml';
409
409
 
410
+ // Columns2 aliases
411
+ export {
412
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
413
+ default as Columns
414
+ } from '../icons/columns-2';
415
+
410
416
  // Columns3Cog aliases
411
417
  export {
412
418
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
@@ -419,11 +425,11 @@ export {
419
425
  default as TableConfig
420
426
  } from '../icons/columns-3-cog';
421
427
 
422
- // Columns2 aliases
428
+ // ContactRound aliases
423
429
  export {
424
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
425
- default as Columns
426
- } from '../icons/columns-2';
430
+ /** @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
+ default as Contact2
432
+ } from '../icons/contact-round';
427
433
 
428
434
  // Columns3 aliases
429
435
  export {
@@ -431,11 +437,11 @@ export {
431
437
  default as PanelsLeftRight
432
438
  } from '../icons/columns-3';
433
439
 
434
- // ContactRound aliases
440
+ // Earth aliases
435
441
  export {
436
- /** @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 */
437
- default as Contact2
438
- } from '../icons/contact-round';
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 */
443
+ default as Globe2
444
+ } from '../icons/earth';
439
445
 
440
446
  // DiamondPercent aliases
441
447
  export {
@@ -443,12 +449,6 @@ export {
443
449
  default as PercentDiamond
444
450
  } from '../icons/diamond-percent';
445
451
 
446
- // Earth aliases
447
- export {
448
- /** @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
- default as Globe2
450
- } from '../icons/earth';
451
-
452
452
  // EllipsisVertical aliases
453
453
  export {
454
454
  /** @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 */
@@ -473,18 +473,18 @@ export {
473
473
  default as FileAxis3D
474
474
  } from '../icons/file-axis-3d';
475
475
 
476
- // FileBracesCorner aliases
477
- export {
478
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
479
- default as FileJson2
480
- } from '../icons/file-braces-corner';
481
-
482
476
  // FileBraces aliases
483
477
  export {
484
478
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
485
479
  default as FileJson
486
480
  } from '../icons/file-braces';
487
481
 
482
+ // FileBracesCorner aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
485
+ default as FileJson2
486
+ } from '../icons/file-braces-corner';
487
+
488
488
  // FileChartColumnIncreasing aliases
489
489
  export {
490
490
  /** @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 */
@@ -521,18 +521,18 @@ export {
521
521
  default as FileCode2
522
522
  } from '../icons/file-code-corner';
523
523
 
524
- // FileCog aliases
525
- export {
526
- /** @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 */
527
- default as FileCog2
528
- } from '../icons/file-cog';
529
-
530
524
  // FileExclamationPoint aliases
531
525
  export {
532
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 */
533
527
  default as FileWarning
534
528
  } from '../icons/file-exclamation-point';
535
529
 
530
+ // FileCog aliases
531
+ export {
532
+ /** @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 */
533
+ default as FileCog2
534
+ } from '../icons/file-cog';
535
+
536
536
  // FileHeadphone aliases
537
537
  export {
538
538
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
@@ -551,18 +551,18 @@ export {
551
551
  default as FileKey2
552
552
  } from '../icons/file-key';
553
553
 
554
- // FileLock aliases
555
- export {
556
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
557
- default as FileLock2
558
- } from '../icons/file-lock';
559
-
560
554
  // FileMinusCorner aliases
561
555
  export {
562
556
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
563
557
  default as FileMinus2
564
558
  } from '../icons/file-minus-corner';
565
559
 
560
+ // FileLock aliases
561
+ export {
562
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
563
+ default as FileLock2
564
+ } from '../icons/file-lock';
565
+
566
566
  // FilePenLine aliases
567
567
  export {
568
568
  /** @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 */
@@ -575,18 +575,18 @@ export {
575
575
  default as FileEdit
576
576
  } from '../icons/file-pen';
577
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
578
  // FilePlay aliases
585
579
  export {
586
580
  /** @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 */
587
581
  default as FileVideo
588
582
  } from '../icons/file-play';
589
583
 
584
+ // FilePlusCorner aliases
585
+ export {
586
+ /** @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
+ default as FilePlus2
588
+ } from '../icons/file-plus-corner';
589
+
590
590
  // FileQuestionMark aliases
591
591
  export {
592
592
  /** @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 */
@@ -671,17 +671,23 @@ export {
671
671
  default as Grid2X2Plus
672
672
  } from '../icons/grid-2x2-plus';
673
673
 
674
+ // Grid2x2X aliases
675
+ export {
676
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
677
+ default as Grid2X2X
678
+ } from '../icons/grid-2x2-x';
679
+
674
680
  // Grid2x2 aliases
675
681
  export {
676
682
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
677
683
  default as Grid2X2
678
684
  } from '../icons/grid-2x2';
679
685
 
680
- // Grid2x2X aliases
686
+ // HandGrab aliases
681
687
  export {
682
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
683
- default as Grid2X2X
684
- } from '../icons/grid-2x2-x';
688
+ /** @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 */
689
+ default as Grab
690
+ } from '../icons/hand-grab';
685
691
 
686
692
  // Grid3x3 aliases
687
693
  export {
@@ -695,12 +701,6 @@ export {
695
701
  default as Grid3X3
696
702
  } from '../icons/grid-3x3';
697
703
 
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
  // HandHelping aliases
705
705
  export {
706
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 */
@@ -761,18 +761,18 @@ export {
761
761
  default as IndentIncrease
762
762
  } from '../icons/list-indent-increase';
763
763
 
764
- // LockKeyholeOpen aliases
765
- export {
766
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
767
- default as UnlockKeyhole
768
- } from '../icons/lock-keyhole-open';
769
-
770
764
  // LoaderCircle aliases
771
765
  export {
772
766
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
773
767
  default as Loader2
774
768
  } from '../icons/loader-circle';
775
769
 
770
+ // LockKeyholeOpen aliases
771
+ export {
772
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
773
+ default as UnlockKeyhole
774
+ } from '../icons/lock-keyhole-open';
775
+
776
776
  // LockOpen aliases
777
777
  export {
778
778
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
@@ -791,18 +791,18 @@ export {
791
791
  default as LocationEdit
792
792
  } from '../icons/map-pin-pen';
793
793
 
794
- // MicVocal aliases
795
- export {
796
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
797
- default as Mic2
798
- } from '../icons/mic-vocal';
799
-
800
794
  // MessageCircleQuestionMark aliases
801
795
  export {
802
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 */
803
797
  default as MessageCircleQuestion
804
798
  } from '../icons/message-circle-question-mark';
805
799
 
800
+ // MicVocal aliases
801
+ export {
802
+ /** @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 */
803
+ default as Mic2
804
+ } from '../icons/mic-vocal';
805
+
806
806
  // Move3d aliases
807
807
  export {
808
808
  /** @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 AlertOctagon
816
816
  } from '../icons/octagon-alert';
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
  // OctagonPause aliases
825
819
  export {
826
820
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
827
821
  default as PauseOctagon
828
822
  } from '../icons/octagon-pause';
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
  // PaintbrushVertical aliases
831
831
  export {
832
832
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
@@ -863,18 +863,18 @@ export {
863
863
  default as Sidebar
864
864
  } from '../icons/panel-left';
865
865
 
866
- // PanelRightDashed aliases
867
- export {
868
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
869
- default as PanelRightInactive
870
- } from '../icons/panel-right-dashed';
871
-
872
866
  // PanelTopDashed aliases
873
867
  export {
874
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
875
869
  default as PanelTopInactive
876
870
  } from '../icons/panel-top-dashed';
877
871
 
872
+ // PanelRightDashed aliases
873
+ export {
874
+ /** @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 */
875
+ default as PanelRightInactive
876
+ } from '../icons/panel-right-dashed';
877
+
878
878
  // PanelsTopLeft aliases
879
879
  export {
880
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
@@ -1109,18 +1109,18 @@ export {
1109
1109
  default as KanbanSquareDashed
1110
1110
  } from '../icons/square-dashed-kanban';
1111
1111
 
1112
- // SquareDashed aliases
1113
- export {
1114
- /** @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 */
1115
- default as BoxSelect
1116
- } from '../icons/square-dashed';
1117
-
1118
1112
  // SquareDashedMousePointer aliases
1119
1113
  export {
1120
1114
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1121
1115
  default as MousePointerSquareDashed
1122
1116
  } from '../icons/square-dashed-mouse-pointer';
1123
1117
 
1118
+ // SquareDashed aliases
1119
+ export {
1120
+ /** @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 */
1121
+ default as BoxSelect
1122
+ } from '../icons/square-dashed';
1123
+
1124
1124
  // SquareDivide aliases
1125
1125
  export {
1126
1126
  /** @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,18 +1145,18 @@ export {
1145
1145
  default as FunctionSquare
1146
1146
  } from '../icons/square-function';
1147
1147
 
1148
- // SquareLibrary aliases
1149
- export {
1150
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1151
- default as LibrarySquare
1152
- } from '../icons/square-library';
1153
-
1154
1148
  // SquareKanban aliases
1155
1149
  export {
1156
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
1157
1151
  default as KanbanSquare
1158
1152
  } from '../icons/square-kanban';
1159
1153
 
1154
+ // SquareLibrary aliases
1155
+ export {
1156
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1157
+ default as LibrarySquare
1158
+ } from '../icons/square-library';
1159
+
1160
1160
  // SquareM aliases
1161
1161
  export {
1162
1162
  /** @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 */
@@ -1211,18 +1211,18 @@ export {
1211
1211
  default as PenSquare
1212
1212
  } from '../icons/square-pen';
1213
1213
 
1214
- // SquarePercent aliases
1215
- export {
1216
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1217
- default as PercentSquare
1218
- } from '../icons/square-percent';
1219
-
1220
1214
  // SquarePi aliases
1221
1215
  export {
1222
1216
  /** @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 */
1223
1217
  default as PiSquare
1224
1218
  } from '../icons/square-pi';
1225
1219
 
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
1226
  // SquarePilcrow aliases
1227
1227
  export {
1228
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 */
@@ -1271,18 +1271,18 @@ export {
1271
1271
  default as SplitSquareHorizontal
1272
1272
  } from '../icons/square-split-horizontal';
1273
1273
 
1274
- // SquareSplitVertical aliases
1275
- export {
1276
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
1277
- default as SplitSquareVertical
1278
- } from '../icons/square-split-vertical';
1279
-
1280
1274
  // SquareTerminal aliases
1281
1275
  export {
1282
1276
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
1283
1277
  default as TerminalSquare
1284
1278
  } from '../icons/square-terminal';
1285
1279
 
1280
+ // SquareSplitVertical aliases
1281
+ export {
1282
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
1283
+ default as SplitSquareVertical
1284
+ } from '../icons/square-split-vertical';
1285
+
1286
1286
  // SquareUserRound aliases
1287
1287
  export {
1288
1288
  /** @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 */
@@ -1415,36 +1415,36 @@ export {
1415
1415
  default as UserX2
1416
1416
  } from '../icons/user-round-x';
1417
1417
 
1418
- // UserRound aliases
1419
- export {
1420
- /** @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 */
1421
- default as User2
1422
- } from '../icons/user-round';
1423
-
1424
1418
  // UsersRound aliases
1425
1419
  export {
1426
1420
  /** @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 */
1427
1421
  default as Users2
1428
1422
  } from '../icons/users-round';
1429
1423
 
1424
+ // UserRound aliases
1425
+ export {
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
+ default as User2
1428
+ } from '../icons/user-round';
1429
+
1430
1430
  // UtensilsCrossed aliases
1431
1431
  export {
1432
1432
  /** @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 */
1433
1433
  default as ForkKnifeCrossed
1434
1434
  } from '../icons/utensils-crossed';
1435
1435
 
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
1436
  // WalletMinimal aliases
1443
1437
  export {
1444
1438
  /** @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 */
1445
1439
  default as Wallet2
1446
1440
  } from '../icons/wallet-minimal';
1447
1441
 
1442
+ // Utensils aliases
1443
+ export {
1444
+ /** @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 */
1445
+ default as ForkKnife
1446
+ } from '../icons/utensils';
1447
+
1448
1448
  // WandSparkles aliases
1449
1449
  export {
1450
1450
  /** @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 */