@lucide/astro 1.35.0 → 1.36.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.
Files changed (41) hide show
  1. package/package.json +1 -1
  2. package/src/aliases/aliases.ts +118 -118
  3. package/src/aliases/prefixed.ts +600 -584
  4. package/src/aliases/suffixed.ts +927 -911
  5. package/src/icons/asterisk.ts +2 -2
  6. package/src/icons/badge-check.ts +2 -2
  7. package/src/icons/beef.ts +2 -2
  8. package/src/icons/blend.ts +2 -2
  9. package/src/icons/book-x.ts +2 -2
  10. package/src/icons/circle-check.ts +2 -2
  11. package/src/icons/circle-dot.ts +2 -2
  12. package/src/icons/clipboard-x.ts +2 -2
  13. package/src/icons/clock-check.ts +2 -2
  14. package/src/icons/copy-x.ts +2 -2
  15. package/src/icons/credit-card-check.ts +18 -0
  16. package/src/icons/credit-card-minus.ts +18 -0
  17. package/src/icons/credit-card-x.ts +18 -0
  18. package/src/icons/face-angry.ts +2 -2
  19. package/src/icons/git-merge-conflict.ts +2 -2
  20. package/src/icons/git-pull-request-closed.ts +2 -2
  21. package/src/icons/grid-2x2-x.ts +2 -2
  22. package/src/icons/index.ts +197 -189
  23. package/src/icons/key.ts +2 -2
  24. package/src/icons/mail-x.ts +2 -2
  25. package/src/icons/message-circle-check.ts +2 -2
  26. package/src/icons/message-circle-dashed-check.ts +18 -0
  27. package/src/icons/panda.ts +2 -2
  28. package/src/icons/piano.ts +2 -2
  29. package/src/icons/playing-card.ts +18 -0
  30. package/src/icons/playing-cards-fan.ts +18 -0
  31. package/src/icons/playing-cards.ts +18 -0
  32. package/src/icons/robot-vacuum.ts +18 -0
  33. package/src/icons/shopping-cart.ts +2 -2
  34. package/src/icons/spell-check.ts +2 -2
  35. package/src/icons/square-check.ts +2 -2
  36. package/src/icons/square-split-horizontal.ts +2 -2
  37. package/src/icons/square-split-vertical.ts +2 -2
  38. package/src/icons/sword.ts +2 -2
  39. package/src/icons/swords.ts +2 -2
  40. package/src/icons/user-round-x.ts +2 -2
  41. package/src/icons/volume-x.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -23,18 +23,18 @@ export {
23
23
  default as ArrowDownAz
24
24
  } from '../icons/arrow-down-a-z';
25
25
 
26
- // ArrowDownZA aliases
27
- export {
28
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
29
- default as ArrowDownZa
30
- } from '../icons/arrow-down-z-a';
31
-
32
26
  // ArrowDownWideNarrow aliases
33
27
  export {
34
28
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
35
29
  default as SortDesc
36
30
  } from '../icons/arrow-down-wide-narrow';
37
31
 
32
+ // ArrowDownZA aliases
33
+ export {
34
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
35
+ default as ArrowDownZa
36
+ } from '../icons/arrow-down-z-a';
37
+
38
38
  // ArrowUpAZ aliases
39
39
  export {
40
40
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
@@ -269,18 +269,18 @@ export {
269
269
  default as ChevronUpCircle
270
270
  } from '../icons/circle-chevron-up';
271
271
 
272
- // CircleDivide aliases
273
- export {
274
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
275
- default as DivideCircle
276
- } from '../icons/circle-divide';
277
-
278
272
  // CircleGauge aliases
279
273
  export {
280
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
281
275
  default as GaugeCircle
282
276
  } from '../icons/circle-gauge';
283
277
 
278
+ // CircleDivide aliases
279
+ export {
280
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
281
+ default as DivideCircle
282
+ } from '../icons/circle-divide';
283
+
284
284
  // CircleMinus aliases
285
285
  export {
286
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
@@ -377,18 +377,18 @@ export {
377
377
  default as ClipboardSignature
378
378
  } from '../icons/clipboard-pen-line';
379
379
 
380
- // CloudDownload aliases
381
- export {
382
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
383
- default as DownloadCloud
384
- } from '../icons/cloud-download';
385
-
386
380
  // ClipboardPen aliases
387
381
  export {
388
382
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
389
383
  default as ClipboardEdit
390
384
  } from '../icons/clipboard-pen';
391
385
 
386
+ // CloudDownload aliases
387
+ export {
388
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
389
+ default as DownloadCloud
390
+ } from '../icons/cloud-download';
391
+
392
392
  // CloudUpload aliases
393
393
  export {
394
394
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
@@ -431,18 +431,18 @@ export {
431
431
  default as Contact2
432
432
  } from '../icons/contact-round';
433
433
 
434
- // Earth aliases
435
- export {
436
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
437
- default as Globe2
438
- } from '../icons/earth';
439
-
440
434
  // DiamondPercent aliases
441
435
  export {
442
436
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
443
437
  default as PercentDiamond
444
438
  } from '../icons/diamond-percent';
445
439
 
440
+ // Earth aliases
441
+ export {
442
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
443
+ default as Globe2
444
+ } from '../icons/earth';
445
+
446
446
  // EllipsisVertical aliases
447
447
  export {
448
448
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
@@ -497,18 +497,18 @@ export {
497
497
  default as Smile
498
498
  } from '../icons/face-slightly-smiling';
499
499
 
500
- // FileAxis3d aliases
501
- export {
502
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
503
- default as FileAxis3D
504
- } from '../icons/file-axis-3d';
505
-
506
500
  // FileBadge aliases
507
501
  export {
508
502
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
509
503
  default as FileBadge2
510
504
  } from '../icons/file-badge';
511
505
 
506
+ // FileAxis3d aliases
507
+ export {
508
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
509
+ default as FileAxis3D
510
+ } from '../icons/file-axis-3d';
511
+
512
512
  // FileBracesCorner aliases
513
513
  export {
514
514
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
@@ -581,36 +581,36 @@ export {
581
581
  default as FileAudio2
582
582
  } from '../icons/file-headphone';
583
583
 
584
- // FileLock aliases
585
- export {
586
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
587
- default as FileLock2
588
- } from '../icons/file-lock';
589
-
590
584
  // FileKey aliases
591
585
  export {
592
586
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
593
587
  default as FileKey2
594
588
  } from '../icons/file-key';
595
589
 
590
+ // FileLock aliases
591
+ export {
592
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
593
+ default as FileLock2
594
+ } from '../icons/file-lock';
595
+
596
596
  // FileMinusCorner aliases
597
597
  export {
598
598
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
599
599
  default as FileMinus2
600
600
  } from '../icons/file-minus-corner';
601
601
 
602
- // FilePen aliases
603
- export {
604
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
605
- default as FileEdit
606
- } from '../icons/file-pen';
607
-
608
602
  // FilePenLine aliases
609
603
  export {
610
604
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
611
605
  default as FileSignature
612
606
  } from '../icons/file-pen-line';
613
607
 
608
+ // FilePen aliases
609
+ export {
610
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
611
+ default as FileEdit
612
+ } from '../icons/file-pen';
613
+
614
614
  // FilePlay aliases
615
615
  export {
616
616
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
@@ -659,18 +659,18 @@ export {
659
659
  default as FileX2
660
660
  } from '../icons/file-x-corner';
661
661
 
662
- // FolderCog aliases
663
- export {
664
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
665
- default as FolderCog2
666
- } from '../icons/folder-cog';
667
-
668
662
  // FingerprintPattern aliases
669
663
  export {
670
664
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
671
665
  default as Fingerprint
672
666
  } from '../icons/fingerprint-pattern';
673
667
 
668
+ // FolderCog aliases
669
+ export {
670
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
671
+ default as FolderCog2
672
+ } from '../icons/folder-cog';
673
+
674
674
  // FolderPen aliases
675
675
  export {
676
676
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
@@ -809,18 +809,18 @@ export {
809
809
  default as UnlockKeyhole
810
810
  } from '../icons/lock-keyhole-open';
811
811
 
812
- // MailQuestionMark aliases
813
- export {
814
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
815
- default as MailQuestion
816
- } from '../icons/mail-question-mark';
817
-
818
812
  // LockOpen aliases
819
813
  export {
820
814
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
821
815
  default as Unlock
822
816
  } from '../icons/lock-open';
823
817
 
818
+ // MailQuestionMark aliases
819
+ export {
820
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
821
+ default as MailQuestion
822
+ } from '../icons/mail-question-mark';
823
+
824
824
  // MapPinPen aliases
825
825
  export {
826
826
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
@@ -851,18 +851,18 @@ export {
851
851
  default as Move3D
852
852
  } from '../icons/move-3d';
853
853
 
854
- // OctagonAlert aliases
855
- export {
856
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
857
- default as AlertOctagon
858
- } from '../icons/octagon-alert';
859
-
860
854
  // OctagonPause aliases
861
855
  export {
862
856
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
863
857
  default as PauseOctagon
864
858
  } from '../icons/octagon-pause';
865
859
 
860
+ // OctagonAlert aliases
861
+ export {
862
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
863
+ default as AlertOctagon
864
+ } from '../icons/octagon-alert';
865
+
866
866
  // OctagonX aliases
867
867
  export {
868
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
@@ -905,18 +905,18 @@ export {
905
905
  default as Sidebar
906
906
  } from '../icons/panel-left';
907
907
 
908
- // PanelTopDashed aliases
909
- export {
910
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
911
- default as PanelTopInactive
912
- } from '../icons/panel-top-dashed';
913
-
914
908
  // PanelRightDashed aliases
915
909
  export {
916
910
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
917
911
  default as PanelRightInactive
918
912
  } from '../icons/panel-right-dashed';
919
913
 
914
+ // PanelTopDashed aliases
915
+ export {
916
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
917
+ default as PanelTopInactive
918
+ } from '../icons/panel-top-dashed';
919
+
920
920
  // PanelsTopLeft aliases
921
921
  export {
922
922
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
@@ -953,18 +953,18 @@ export {
953
953
  default as Rotate3D
954
954
  } from '../icons/rotate-3d';
955
955
 
956
- // Rows2 aliases
957
- export {
958
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
959
- default as Rows
960
- } from '../icons/rows-2';
961
-
962
956
  // RotateCcwClock aliases
963
957
  export {
964
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
965
959
  default as History
966
960
  } from '../icons/rotate-ccw-clock';
967
961
 
962
+ // Rows2 aliases
963
+ export {
964
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
965
+ default as Rows
966
+ } from '../icons/rows-2';
967
+
968
968
  // Rows3 aliases
969
969
  export {
970
970
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
@@ -1031,6 +1031,12 @@ export {
1031
1031
  default as ArrowDownSquare
1032
1032
  } from '../icons/square-arrow-down';
1033
1033
 
1034
+ // SquareArrowOutDownLeft aliases
1035
+ export {
1036
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
1037
+ default as ArrowDownLeftFromSquare
1038
+ } from '../icons/square-arrow-out-down-left';
1039
+
1034
1040
  // SquareArrowLeft aliases
1035
1041
  export {
1036
1042
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
@@ -1043,12 +1049,6 @@ export {
1043
1049
  default as ArrowDownRightFromSquare
1044
1050
  } from '../icons/square-arrow-out-down-right';
1045
1051
 
1046
- // SquareArrowOutDownLeft aliases
1047
- export {
1048
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
1049
- default as ArrowDownLeftFromSquare
1050
- } from '../icons/square-arrow-out-down-left';
1051
-
1052
1052
  // SquareArrowOutUpLeft aliases
1053
1053
  export {
1054
1054
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
@@ -1133,18 +1133,18 @@ export {
1133
1133
  default as CheckSquare2
1134
1134
  } from '../icons/square-check';
1135
1135
 
1136
- // SquareChevronLeft aliases
1137
- export {
1138
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
1139
- default as ChevronLeftSquare
1140
- } from '../icons/square-chevron-left';
1141
-
1142
1136
  // SquareChevronDown aliases
1143
1137
  export {
1144
1138
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
1145
1139
  default as ChevronDownSquare
1146
1140
  } from '../icons/square-chevron-down';
1147
1141
 
1142
+ // SquareChevronLeft aliases
1143
+ export {
1144
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
1145
+ default as ChevronLeftSquare
1146
+ } from '../icons/square-chevron-left';
1147
+
1148
1148
  // SquareChevronRight aliases
1149
1149
  export {
1150
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
@@ -1187,18 +1187,18 @@ export {
1187
1187
  default as TextSelect
1188
1188
  } from '../icons/square-dashed-text';
1189
1189
 
1190
- // SquareDashed aliases
1191
- export {
1192
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
1193
- default as BoxSelect
1194
- } from '../icons/square-dashed';
1195
-
1196
1190
  // SquareDivide aliases
1197
1191
  export {
1198
1192
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
1199
1193
  default as DivideSquare
1200
1194
  } from '../icons/square-divide';
1201
1195
 
1196
+ // SquareDashed aliases
1197
+ export {
1198
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
1199
+ default as BoxSelect
1200
+ } from '../icons/square-dashed';
1201
+
1202
1202
  // SquareDot aliases
1203
1203
  export {
1204
1204
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
@@ -1223,18 +1223,18 @@ export {
1223
1223
  default as KanbanSquare
1224
1224
  } from '../icons/square-kanban';
1225
1225
 
1226
- // SquareM aliases
1227
- export {
1228
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
1229
- default as MSquare
1230
- } from '../icons/square-m';
1231
-
1232
1226
  // SquareLibrary aliases
1233
1227
  export {
1234
1228
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1235
1229
  default as LibrarySquare
1236
1230
  } from '../icons/square-library';
1237
1231
 
1232
+ // SquareM aliases
1233
+ export {
1234
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
1235
+ default as MSquare
1236
+ } from '../icons/square-m';
1237
+
1238
1238
  // SquareMenu aliases
1239
1239
  export {
1240
1240
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
@@ -1289,23 +1289,17 @@ export {
1289
1289
  default as PercentSquare
1290
1290
  } from '../icons/square-percent';
1291
1291
 
1292
- // SquarePilcrow aliases
1293
- export {
1294
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
1295
- default as PilcrowSquare
1296
- } from '../icons/square-pilcrow';
1297
-
1298
1292
  // SquarePi aliases
1299
1293
  export {
1300
1294
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1301
1295
  default as PiSquare
1302
1296
  } from '../icons/square-pi';
1303
1297
 
1304
- // SquarePlus aliases
1298
+ // SquarePilcrow aliases
1305
1299
  export {
1306
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
1307
- default as PlusSquare
1308
- } from '../icons/square-plus';
1300
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
1301
+ default as PilcrowSquare
1302
+ } from '../icons/square-pilcrow';
1309
1303
 
1310
1304
  // SquarePlay aliases
1311
1305
  export {
@@ -1313,6 +1307,12 @@ export {
1313
1307
  default as PlaySquare
1314
1308
  } from '../icons/square-play';
1315
1309
 
1310
+ // SquarePlus aliases
1311
+ export {
1312
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
1313
+ default as PlusSquare
1314
+ } from '../icons/square-plus';
1315
+
1316
1316
  // SquarePower aliases
1317
1317
  export {
1318
1318
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
@@ -1325,36 +1325,36 @@ export {
1325
1325
  default as ScissorsSquare
1326
1326
  } from '../icons/square-scissors';
1327
1327
 
1328
- // SquareSigma aliases
1329
- export {
1330
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
1331
- default as SigmaSquare
1332
- } from '../icons/square-sigma';
1333
-
1334
1328
  // SquareSlash aliases
1335
1329
  export {
1336
1330
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
1337
1331
  default as SlashSquare
1338
1332
  } from '../icons/square-slash';
1339
1333
 
1334
+ // SquareSigma aliases
1335
+ export {
1336
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
1337
+ default as SigmaSquare
1338
+ } from '../icons/square-sigma';
1339
+
1340
1340
  // SquareSplitHorizontal aliases
1341
1341
  export {
1342
1342
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
1343
1343
  default as SplitSquareHorizontal
1344
1344
  } from '../icons/square-split-horizontal';
1345
1345
 
1346
- // SquareTerminal aliases
1347
- export {
1348
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
1349
- default as TerminalSquare
1350
- } from '../icons/square-terminal';
1351
-
1352
1346
  // SquareSplitVertical aliases
1353
1347
  export {
1354
1348
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
1355
1349
  default as SplitSquareVertical
1356
1350
  } from '../icons/square-split-vertical';
1357
1351
 
1352
+ // SquareTerminal aliases
1353
+ export {
1354
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
1355
+ default as TerminalSquare
1356
+ } from '../icons/square-terminal';
1357
+
1358
1358
  // SquareUserRound aliases
1359
1359
  export {
1360
1360
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */