@lucide/astro 1.42.0 → 1.45.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 +2 -2
  2. package/src/aliases/aliases.ts +146 -116
  3. package/src/aliases/prefixed.ts +605 -547
  4. package/src/aliases/suffixed.ts +880 -822
  5. package/src/icons/book-bookmark.ts +20 -0
  6. package/src/icons/building-complex-plus.ts +20 -0
  7. package/src/icons/{building-2.ts → building-complex.ts} +5 -5
  8. package/src/icons/calendar-chevrons-right.ts +20 -0
  9. package/src/icons/carton-off.ts +20 -0
  10. package/src/icons/{flip-vertical-2.ts → carton.ts} +5 -5
  11. package/src/icons/cookie.ts +2 -2
  12. package/src/icons/credit-card-check.ts +2 -2
  13. package/src/icons/credit-card-minus.ts +2 -2
  14. package/src/icons/credit-card-plus.ts +2 -2
  15. package/src/icons/credit-card-x.ts +2 -2
  16. package/src/icons/credit-card.ts +2 -2
  17. package/src/icons/door-open.ts +2 -2
  18. package/src/icons/folder-bookmark.ts +2 -2
  19. package/src/icons/globe-code.ts +20 -0
  20. package/src/icons/hourglass-cog.ts +20 -0
  21. package/src/icons/houses.ts +20 -0
  22. package/src/icons/id-card-lanyard.ts +2 -2
  23. package/src/icons/id-card.ts +2 -2
  24. package/src/icons/index.ts +159 -140
  25. package/src/icons/iv-bag.ts +20 -0
  26. package/src/icons/{album.ts → layout-arrow-down.ts} +5 -5
  27. package/src/icons/layout-arrow-right.ts +20 -0
  28. package/src/icons/lectern.ts +2 -2
  29. package/src/icons/messages-circle.ts +20 -0
  30. package/src/icons/mouth-off.ts +20 -0
  31. package/src/icons/mouth.ts +20 -0
  32. package/src/icons/notebook-dot.ts +20 -0
  33. package/src/icons/park.ts +20 -0
  34. package/src/icons/plant-pot.ts +20 -0
  35. package/src/icons/satellite-dish.ts +2 -2
  36. package/src/icons/{flip-horizontal-2.ts → square-bookmark.ts} +5 -5
  37. package/src/icons/tic-tac-toe.ts +20 -0
  38. package/src/icons/toothbrush-sparkles.ts +20 -0
  39. package/src/icons/{book-marked.ts → toothbrush.ts} +5 -5
  40. package/src/icons/triangles-centerline-dashed-horizontal.ts +20 -0
  41. package/src/icons/triangles-centerline-dashed-vertical.ts +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.42.0",
3
+ "version": "1.45.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -48,7 +48,7 @@
48
48
  "prettier": "3.9.6",
49
49
  "typescript": "^6.0.3",
50
50
  "vite": "^7.3.6",
51
- "vitest": "4.1.10",
51
+ "vitest": "4.1.11",
52
52
  "@lucide/build-icons": "1.1.0"
53
53
  },
54
54
  "peerDependencies": {
@@ -23,18 +23,18 @@ export {
23
23
  default as ArrowDownAz
24
24
  } from '../icons/arrow-down-a-z';
25
25
 
26
- // ArrowDownWideNarrow aliases
27
- export {
28
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
29
- default as SortDesc
30
- } from '../icons/arrow-down-wide-narrow';
31
-
32
26
  // ArrowDownZA aliases
33
27
  export {
34
28
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
35
29
  default as ArrowDownZa
36
30
  } from '../icons/arrow-down-z-a';
37
31
 
32
+ // ArrowDownWideNarrow aliases
33
+ export {
34
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
35
+ default as SortDesc
36
+ } from '../icons/arrow-down-wide-narrow';
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. */
@@ -65,24 +65,30 @@ export {
65
65
  default as Verified
66
66
  } from '../icons/badge-check';
67
67
 
68
- // BadgeQuestionMark aliases
69
- export {
70
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
71
- default as BadgeHelp
72
- } from '../icons/badge-question-mark';
73
-
74
68
  // BetweenHorizontalEnd aliases
75
69
  export {
76
70
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
77
71
  default as BetweenHorizonalEnd
78
72
  } from '../icons/between-horizontal-end';
79
73
 
74
+ // BadgeQuestionMark aliases
75
+ export {
76
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
77
+ default as BadgeHelp
78
+ } from '../icons/badge-question-mark';
79
+
80
80
  // BetweenHorizontalStart aliases
81
81
  export {
82
82
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
83
83
  default as BetweenHorizonalStart
84
84
  } from '../icons/between-horizontal-start';
85
85
 
86
+ // BookBookmark aliases
87
+ export {
88
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
89
+ default as BookMarked
90
+ } from '../icons/book-bookmark';
91
+
86
92
  // BookDashed aliases
87
93
  export {
88
94
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
@@ -95,6 +101,12 @@ export {
95
101
  default as CurlyBraces
96
102
  } from '../icons/braces';
97
103
 
104
+ // BuildingComplex aliases
105
+ export {
106
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
107
+ default as Building2
108
+ } from '../icons/building-complex';
109
+
98
110
  // Captions aliases
99
111
  export {
100
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
@@ -221,18 +233,18 @@ export {
221
233
  default as ArrowUpRightFromCircle
222
234
  } from '../icons/circle-arrow-out-up-right';
223
235
 
224
- // CircleArrowRight aliases
225
- export {
226
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
227
- default as ArrowRightCircle
228
- } from '../icons/circle-arrow-right';
229
-
230
236
  // CircleArrowUp aliases
231
237
  export {
232
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
233
239
  default as ArrowUpCircle
234
240
  } from '../icons/circle-arrow-up';
235
241
 
242
+ // CircleArrowRight aliases
243
+ export {
244
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
245
+ default as ArrowRightCircle
246
+ } from '../icons/circle-arrow-right';
247
+
236
248
  // CircleCheckBig aliases
237
249
  export {
238
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
@@ -263,12 +275,6 @@ export {
263
275
  default as ChevronRightCircle
264
276
  } from '../icons/circle-chevron-right';
265
277
 
266
- // CircleDivide aliases
267
- export {
268
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
269
- default as DivideCircle
270
- } from '../icons/circle-divide';
271
-
272
278
  // CircleChevronUp aliases
273
279
  export {
274
280
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
@@ -281,6 +287,12 @@ export {
281
287
  default as GaugeCircle
282
288
  } from '../icons/circle-gauge';
283
289
 
290
+ // CircleDivide aliases
291
+ export {
292
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
293
+ default as DivideCircle
294
+ } from '../icons/circle-divide';
295
+
284
296
  // CircleMinus aliases
285
297
  export {
286
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
@@ -293,12 +305,6 @@ export {
293
305
  default as ParkingCircleOff
294
306
  } from '../icons/circle-parking-off';
295
307
 
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. */
299
- default as ParkingCircle
300
- } from '../icons/circle-parking';
301
-
302
308
  // CirclePause aliases
303
309
  export {
304
310
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
@@ -311,6 +317,12 @@ export {
311
317
  default as PercentCircle
312
318
  } from '../icons/circle-percent';
313
319
 
320
+ // CircleParking aliases
321
+ export {
322
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
323
+ default as ParkingCircle
324
+ } from '../icons/circle-parking';
325
+
314
326
  // CirclePlay aliases
315
327
  export {
316
328
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
@@ -341,18 +353,18 @@ export {
341
353
  default as CircleHelp
342
354
  } from '../icons/circle-question-mark';
343
355
 
344
- // CircleSlash2 aliases
345
- export {
346
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
347
- default as CircleSlashed
348
- } from '../icons/circle-slash-2';
349
-
350
356
  // CircleStop aliases
351
357
  export {
352
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
353
359
  default as StopCircle
354
360
  } from '../icons/circle-stop';
355
361
 
362
+ // CircleSlash2 aliases
363
+ export {
364
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
365
+ default as CircleSlashed
366
+ } from '../icons/circle-slash-2';
367
+
356
368
  // CircleUserRound aliases
357
369
  export {
358
370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
@@ -587,18 +599,18 @@ export {
587
599
  default as FileKey2
588
600
  } from '../icons/file-key';
589
601
 
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
602
  // FileMinusCorner aliases
597
603
  export {
598
604
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
599
605
  default as FileMinus2
600
606
  } from '../icons/file-minus-corner';
601
607
 
608
+ // FileLock aliases
609
+ export {
610
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
611
+ default as FileLock2
612
+ } from '../icons/file-lock';
613
+
602
614
  // FilePenLine aliases
603
615
  export {
604
616
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
@@ -617,36 +629,36 @@ export {
617
629
  default as FileVideo
618
630
  } from '../icons/file-play';
619
631
 
620
- // FilePlusCorner aliases
621
- export {
622
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
623
- default as FilePlus2
624
- } from '../icons/file-plus-corner';
625
-
626
632
  // FileQuestionMark aliases
627
633
  export {
628
634
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
629
635
  default as FileQuestion
630
636
  } from '../icons/file-question-mark';
631
637
 
638
+ // FilePlusCorner aliases
639
+ export {
640
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
641
+ default as FilePlus2
642
+ } from '../icons/file-plus-corner';
643
+
632
644
  // FileSearchCorner aliases
633
645
  export {
634
646
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
635
647
  default as FileSearch2
636
648
  } from '../icons/file-search-corner';
637
649
 
638
- // FileSignal aliases
639
- export {
640
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
641
- default as FileVolume2
642
- } from '../icons/file-signal';
643
-
644
650
  // FileTypeCorner aliases
645
651
  export {
646
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
647
653
  default as FileType2
648
654
  } from '../icons/file-type-corner';
649
655
 
656
+ // FileSignal aliases
657
+ export {
658
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
659
+ default as FileVolume2
660
+ } from '../icons/file-signal';
661
+
650
662
  // FileVideoCamera aliases
651
663
  export {
652
664
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
@@ -671,18 +683,18 @@ export {
671
683
  default as FolderCog2
672
684
  } from '../icons/folder-cog';
673
685
 
674
- // FolderPen aliases
675
- export {
676
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
677
- default as FolderEdit
678
- } from '../icons/folder-pen';
679
-
680
686
  // FunnelX aliases
681
687
  export {
682
688
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
683
689
  default as FilterX
684
690
  } from '../icons/funnel-x';
685
691
 
692
+ // FolderPen aliases
693
+ export {
694
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
695
+ default as FolderEdit
696
+ } from '../icons/folder-pen';
697
+
686
698
  // Funnel aliases
687
699
  export {
688
700
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
@@ -713,12 +725,6 @@ export {
713
725
  default as Grid2X2X
714
726
  } from '../icons/grid-2x2-x';
715
727
 
716
- // Grid2x2 aliases
717
- export {
718
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
719
- default as Grid2X2
720
- } from '../icons/grid-2x2';
721
-
722
728
  // Grid3x3 aliases
723
729
  export {
724
730
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
@@ -737,6 +743,12 @@ export {
737
743
  default as Grab
738
744
  } from '../icons/hand-grab';
739
745
 
746
+ // Grid2x2 aliases
747
+ export {
748
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
749
+ default as Grid2X2
750
+ } from '../icons/grid-2x2';
751
+
740
752
  // HandHelping aliases
741
753
  export {
742
754
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
@@ -929,18 +941,18 @@ export {
929
941
  default as Edit3
930
942
  } from '../icons/pen-line';
931
943
 
932
- // Pen aliases
933
- export {
934
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
935
- default as Edit2
936
- } from '../icons/pen';
937
-
938
944
  // PlugZap aliases
939
945
  export {
940
946
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
941
947
  default as PlugZap2
942
948
  } from '../icons/plug-zap';
943
949
 
950
+ // Pen aliases
951
+ export {
952
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
953
+ default as Edit2
954
+ } from '../icons/pen';
955
+
944
956
  // RectangleEllipsis aliases
945
957
  export {
946
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
@@ -1091,6 +1103,12 @@ export {
1091
1103
  default as AsteriskSquare
1092
1104
  } from '../icons/square-asterisk';
1093
1105
 
1106
+ // SquareBookmark aliases
1107
+ export {
1108
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
1109
+ default as Album
1110
+ } from '../icons/square-bookmark';
1111
+
1094
1112
  // SquareBottomDashedScissors aliases
1095
1113
  export {
1096
1114
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
@@ -1103,12 +1121,6 @@ export {
1103
1121
  default as FlipHorizontal
1104
1122
  } from '../icons/square-centerline-dashed-horizontal';
1105
1123
 
1106
- // SquareCenterlineDashedVertical aliases
1107
- export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1109
- default as FlipVertical
1110
- } from '../icons/square-centerline-dashed-vertical';
1111
-
1112
1124
  // SquareChartGantt aliases
1113
1125
  export {
1114
1126
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
@@ -1121,11 +1133,11 @@ export {
1121
1133
  default as SquareGanttChart
1122
1134
  } from '../icons/square-chart-gantt';
1123
1135
 
1124
- // SquareCheckBig aliases
1136
+ // SquareCenterlineDashedVertical aliases
1125
1137
  export {
1126
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
1127
- default as CheckSquare
1128
- } from '../icons/square-check-big';
1138
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1139
+ default as FlipVertical
1140
+ } from '../icons/square-centerline-dashed-vertical';
1129
1141
 
1130
1142
  // SquareCheck aliases
1131
1143
  export {
@@ -1133,6 +1145,12 @@ export {
1133
1145
  default as CheckSquare2
1134
1146
  } from '../icons/square-check';
1135
1147
 
1148
+ // SquareCheckBig aliases
1149
+ export {
1150
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
1151
+ default as CheckSquare
1152
+ } from '../icons/square-check-big';
1153
+
1136
1154
  // SquareChevronDown aliases
1137
1155
  export {
1138
1156
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
@@ -1163,18 +1181,18 @@ export {
1163
1181
  default as CodeSquare
1164
1182
  } from '../icons/square-code';
1165
1183
 
1166
- // SquareDashedMousePointer aliases
1167
- export {
1168
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
1169
- default as MousePointerSquareDashed
1170
- } from '../icons/square-dashed-mouse-pointer';
1171
-
1172
1184
  // SquareDashedKanban aliases
1173
1185
  export {
1174
1186
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
1175
1187
  default as KanbanSquareDashed
1176
1188
  } from '../icons/square-dashed-kanban';
1177
1189
 
1190
+ // SquareDashedMousePointer aliases
1191
+ export {
1192
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
1193
+ default as MousePointerSquareDashed
1194
+ } from '../icons/square-dashed-mouse-pointer';
1195
+
1178
1196
  // SquareDashedText aliases
1179
1197
  export {
1180
1198
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
@@ -1253,6 +1271,12 @@ export {
1253
1271
  default as Inspect
1254
1272
  } from '../icons/square-mouse-pointer';
1255
1273
 
1274
+ // SquareParkingOff aliases
1275
+ export {
1276
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
1277
+ default as ParkingSquareOff
1278
+ } from '../icons/square-parking-off';
1279
+
1256
1280
  // SquareParking aliases
1257
1281
  export {
1258
1282
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
@@ -1277,11 +1301,11 @@ export {
1277
1301
  default as PenSquare
1278
1302
  } from '../icons/square-pen';
1279
1303
 
1280
- // SquareParkingOff aliases
1304
+ // SquarePi aliases
1281
1305
  export {
1282
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
1283
- default as ParkingSquareOff
1284
- } from '../icons/square-parking-off';
1306
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1307
+ default as PiSquare
1308
+ } from '../icons/square-pi';
1285
1309
 
1286
1310
  // SquarePercent aliases
1287
1311
  export {
@@ -1289,12 +1313,6 @@ export {
1289
1313
  default as PercentSquare
1290
1314
  } from '../icons/square-percent';
1291
1315
 
1292
- // SquarePi aliases
1293
- export {
1294
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1295
- default as PiSquare
1296
- } from '../icons/square-pi';
1297
-
1298
1316
  // SquarePilcrow aliases
1299
1317
  export {
1300
1318
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
@@ -1325,18 +1343,18 @@ export {
1325
1343
  default as ScissorsSquare
1326
1344
  } from '../icons/square-scissors';
1327
1345
 
1328
- // SquareSlash aliases
1329
- export {
1330
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
1331
- default as SlashSquare
1332
- } from '../icons/square-slash';
1333
-
1334
1346
  // SquareSigma aliases
1335
1347
  export {
1336
1348
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
1337
1349
  default as SigmaSquare
1338
1350
  } from '../icons/square-sigma';
1339
1351
 
1352
+ // SquareSlash aliases
1353
+ export {
1354
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
1355
+ default as SlashSquare
1356
+ } from '../icons/square-slash';
1357
+
1340
1358
  // SquareSplitHorizontal aliases
1341
1359
  export {
1342
1360
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
@@ -1391,6 +1409,12 @@ export {
1391
1409
  default as AlignRight
1392
1410
  } from '../icons/text-align-end';
1393
1411
 
1412
+ // TextAlignJustify aliases
1413
+ export {
1414
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
1415
+ default as AlignJustify
1416
+ } from '../icons/text-align-justify';
1417
+
1394
1418
  // TextAlignStart aliases
1395
1419
  export {
1396
1420
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
@@ -1403,12 +1427,6 @@ export {
1403
1427
  default as AlignLeft
1404
1428
  } from '../icons/text-align-start';
1405
1429
 
1406
- // TextAlignJustify aliases
1407
- export {
1408
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
1409
- default as AlignJustify
1410
- } from '../icons/text-align-justify';
1411
-
1412
1430
  // TextInitial aliases
1413
1431
  export {
1414
1432
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
@@ -1445,6 +1463,24 @@ export {
1445
1463
  default as AlertTriangle
1446
1464
  } from '../icons/triangle-alert';
1447
1465
 
1466
+ // TrianglesCenterlineDashedHorizontal aliases
1467
+ export {
1468
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedHorizontal} instead. */
1469
+ default as FlipHorizontal2
1470
+ } from '../icons/triangles-centerline-dashed-horizontal';
1471
+
1472
+ // TrianglesCenterlineDashedVertical aliases
1473
+ export {
1474
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedVertical} instead. */
1475
+ default as FlipVertical2
1476
+ } from '../icons/triangles-centerline-dashed-vertical';
1477
+
1478
+ // University aliases
1479
+ export {
1480
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
1481
+ default as School2
1482
+ } from '../icons/university';
1483
+
1448
1484
  // TvMinimal aliases
1449
1485
  export {
1450
1486
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
@@ -1457,12 +1493,6 @@ export {
1457
1493
  default as UserCheck2
1458
1494
  } from '../icons/user-round-check';
1459
1495
 
1460
- // University aliases
1461
- export {
1462
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
1463
- default as School2
1464
- } from '../icons/university';
1465
-
1466
1496
  // UserRoundCog aliases
1467
1497
  export {
1468
1498
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */