@lucide/astro 1.34.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 (47) hide show
  1. package/package.json +1 -1
  2. package/src/aliases/aliases.ts +116 -116
  3. package/src/aliases/prefixed.ts +720 -696
  4. package/src/aliases/suffixed.ts +1041 -1017
  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/galaxy.ts +18 -0
  20. package/src/icons/ghost.ts +2 -2
  21. package/src/icons/git-merge-conflict.ts +2 -2
  22. package/src/icons/git-pull-request-closed.ts +2 -2
  23. package/src/icons/grid-2x2-x.ts +2 -2
  24. package/src/icons/index.ts +235 -223
  25. package/src/icons/key.ts +2 -2
  26. package/src/icons/mail-x.ts +2 -2
  27. package/src/icons/message-circle-check.ts +2 -2
  28. package/src/icons/message-circle-dashed-check.ts +18 -0
  29. package/src/icons/panda.ts +2 -2
  30. package/src/icons/piano.ts +2 -2
  31. package/src/icons/playing-card.ts +18 -0
  32. package/src/icons/playing-cards-fan.ts +18 -0
  33. package/src/icons/playing-cards.ts +18 -0
  34. package/src/icons/robot-arm.ts +18 -0
  35. package/src/icons/robot-vacuum.ts +18 -0
  36. package/src/icons/ship-cargo.ts +18 -0
  37. package/src/icons/ship.ts +2 -2
  38. package/src/icons/shopping-cart.ts +2 -2
  39. package/src/icons/spell-check.ts +2 -2
  40. package/src/icons/square-check.ts +2 -2
  41. package/src/icons/square-split-horizontal.ts +2 -2
  42. package/src/icons/square-split-vertical.ts +2 -2
  43. package/src/icons/sword.ts +2 -2
  44. package/src/icons/swords.ts +2 -2
  45. package/src/icons/trailer.ts +18 -0
  46. package/src/icons/user-round-x.ts +2 -2
  47. 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.34.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",
@@ -209,18 +209,18 @@ export {
209
209
  default as ArrowDownRightFromCircle
210
210
  } from '../icons/circle-arrow-out-down-right';
211
211
 
212
- // CircleArrowOutUpRight aliases
213
- export {
214
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
215
- default as ArrowUpRightFromCircle
216
- } from '../icons/circle-arrow-out-up-right';
217
-
218
212
  // CircleArrowOutUpLeft aliases
219
213
  export {
220
214
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
221
215
  default as ArrowUpLeftFromCircle
222
216
  } from '../icons/circle-arrow-out-up-left';
223
217
 
218
+ // CircleArrowOutUpRight aliases
219
+ export {
220
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
221
+ default as ArrowUpRightFromCircle
222
+ } from '../icons/circle-arrow-out-up-right';
223
+
224
224
  // CircleArrowRight aliases
225
225
  export {
226
226
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
@@ -233,18 +233,18 @@ 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. */
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. */
245
239
  default as CheckCircle
246
240
  } from '../icons/circle-check-big';
247
241
 
242
+ // CircleCheck aliases
243
+ export {
244
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
245
+ default as CheckCircle2
246
+ } from '../icons/circle-check';
247
+
248
248
  // CircleChevronDown aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} 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. */
@@ -347,36 +347,36 @@ export {
347
347
  default as CircleSlashed
348
348
  } from '../icons/circle-slash-2';
349
349
 
350
- // CircleUserRound aliases
351
- export {
352
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
353
- default as UserCircle2
354
- } from '../icons/circle-user-round';
355
-
356
350
  // CircleStop aliases
357
351
  export {
358
352
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
359
353
  default as StopCircle
360
354
  } from '../icons/circle-stop';
361
355
 
356
+ // CircleUserRound aliases
357
+ export {
358
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
359
+ default as UserCircle2
360
+ } from '../icons/circle-user-round';
361
+
362
362
  // CircleUser aliases
363
363
  export {
364
364
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
365
365
  default as UserCircle
366
366
  } from '../icons/circle-user';
367
367
 
368
- // ClipboardPenLine aliases
369
- export {
370
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
371
- default as ClipboardSignature
372
- } from '../icons/clipboard-pen-line';
373
-
374
368
  // CircleX aliases
375
369
  export {
376
370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
377
371
  default as XCircle
378
372
  } from '../icons/circle-x';
379
373
 
374
+ // ClipboardPenLine aliases
375
+ export {
376
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
377
+ default as ClipboardSignature
378
+ } from '../icons/clipboard-pen-line';
379
+
380
380
  // ClipboardPen aliases
381
381
  export {
382
382
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
@@ -491,30 +491,30 @@ export {
491
491
  default as SmilePlus
492
492
  } from '../icons/face-slightly-smiling-plus';
493
493
 
494
- // FileAxis3d aliases
495
- export {
496
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
497
- default as FileAxis3D
498
- } from '../icons/file-axis-3d';
499
-
500
494
  // FaceSlightlySmiling aliases
501
495
  export {
502
496
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
503
497
  default as Smile
504
498
  } from '../icons/face-slightly-smiling';
505
499
 
506
- // FileBracesCorner aliases
507
- export {
508
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
509
- default as FileJson2
510
- } from '../icons/file-braces-corner';
511
-
512
500
  // FileBadge aliases
513
501
  export {
514
502
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
515
503
  default as FileBadge2
516
504
  } from '../icons/file-badge';
517
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
+ // FileBracesCorner aliases
513
+ export {
514
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
515
+ default as FileJson2
516
+ } from '../icons/file-braces-corner';
517
+
518
518
  // FileBraces aliases
519
519
  export {
520
520
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
@@ -737,18 +737,18 @@ export {
737
737
  default as Grab
738
738
  } from '../icons/hand-grab';
739
739
 
740
- // House aliases
741
- export {
742
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
743
- default as Home
744
- } from '../icons/house';
745
-
746
740
  // HandHelping aliases
747
741
  export {
748
742
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
749
743
  default as HelpingHand
750
744
  } from '../icons/hand-helping';
751
745
 
746
+ // House aliases
747
+ export {
748
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
749
+ default as Home
750
+ } from '../icons/house';
751
+
752
752
  // IceCreamBowl aliases
753
753
  export {
754
754
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} 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. */
@@ -899,18 +899,18 @@ export {
899
899
  default as SidebarOpen
900
900
  } from '../icons/panel-left-open';
901
901
 
902
- // PanelRightDashed aliases
903
- export {
904
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
905
- default as PanelRightInactive
906
- } from '../icons/panel-right-dashed';
907
-
908
902
  // PanelLeft aliases
909
903
  export {
910
904
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
911
905
  default as Sidebar
912
906
  } from '../icons/panel-left';
913
907
 
908
+ // PanelRightDashed aliases
909
+ export {
910
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
911
+ default as PanelRightInactive
912
+ } from '../icons/panel-right-dashed';
913
+
914
914
  // PanelTopDashed aliases
915
915
  export {
916
916
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
@@ -989,23 +989,17 @@ export {
989
989
  default as ShieldQuestion
990
990
  } from '../icons/shield-question-mark';
991
991
 
992
- // SlidersVertical aliases
993
- export {
994
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
995
- default as Sliders
996
- } from '../icons/sliders-vertical';
997
-
998
992
  // ShieldX aliases
999
993
  export {
1000
994
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
1001
995
  default as ShieldClose
1002
996
  } from '../icons/shield-x';
1003
997
 
1004
- // SquareActivity aliases
998
+ // SlidersVertical aliases
1005
999
  export {
1006
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
1007
- default as ActivitySquare
1008
- } from '../icons/square-activity';
1000
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
1001
+ default as Sliders
1002
+ } from '../icons/sliders-vertical';
1009
1003
 
1010
1004
  // Sparkles aliases
1011
1005
  export {
@@ -1013,6 +1007,12 @@ export {
1013
1007
  default as Stars
1014
1008
  } from '../icons/sparkles';
1015
1009
 
1010
+ // SquareActivity aliases
1011
+ export {
1012
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
1013
+ default as ActivitySquare
1014
+ } from '../icons/square-activity';
1015
+
1016
1016
  // SquareArrowDownLeft aliases
1017
1017
  export {
1018
1018
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
@@ -1031,18 +1031,18 @@ export {
1031
1031
  default as ArrowDownSquare
1032
1032
  } from '../icons/square-arrow-down';
1033
1033
 
1034
- // SquareArrowLeft aliases
1035
- export {
1036
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
1037
- default as ArrowLeftSquare
1038
- } from '../icons/square-arrow-left';
1039
-
1040
1034
  // SquareArrowOutDownLeft aliases
1041
1035
  export {
1042
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
1043
1037
  default as ArrowDownLeftFromSquare
1044
1038
  } from '../icons/square-arrow-out-down-left';
1045
1039
 
1040
+ // SquareArrowLeft aliases
1041
+ export {
1042
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
1043
+ default as ArrowLeftSquare
1044
+ } from '../icons/square-arrow-left';
1045
+
1046
1046
  // SquareArrowOutDownRight aliases
1047
1047
  export {
1048
1048
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
@@ -1055,18 +1055,18 @@ export {
1055
1055
  default as ArrowUpLeftFromSquare
1056
1056
  } from '../icons/square-arrow-out-up-left';
1057
1057
 
1058
- // SquareArrowRight aliases
1059
- export {
1060
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1061
- default as ArrowRightSquare
1062
- } from '../icons/square-arrow-right';
1063
-
1064
1058
  // SquareArrowOutUpRight aliases
1065
1059
  export {
1066
1060
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
1067
1061
  default as ArrowUpRightFromSquare
1068
1062
  } from '../icons/square-arrow-out-up-right';
1069
1063
 
1064
+ // SquareArrowRight aliases
1065
+ export {
1066
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1067
+ default as ArrowRightSquare
1068
+ } from '../icons/square-arrow-right';
1069
+
1070
1070
  // SquareArrowUpLeft aliases
1071
1071
  export {
1072
1072
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
@@ -1097,18 +1097,18 @@ export {
1097
1097
  default as ScissorsSquareDashedBottom
1098
1098
  } from '../icons/square-bottom-dashed-scissors';
1099
1099
 
1100
- // SquareCenterlineDashedVertical aliases
1101
- export {
1102
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1103
- default as FlipVertical
1104
- } from '../icons/square-centerline-dashed-vertical';
1105
-
1106
1100
  // SquareCenterlineDashedHorizontal aliases
1107
1101
  export {
1108
1102
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
1109
1103
  default as FlipHorizontal
1110
1104
  } from '../icons/square-centerline-dashed-horizontal';
1111
1105
 
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
1112
  // SquareChartGantt aliases
1113
1113
  export {
1114
1114
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
@@ -1121,18 +1121,18 @@ export {
1121
1121
  default as SquareGanttChart
1122
1122
  } from '../icons/square-chart-gantt';
1123
1123
 
1124
- // SquareCheck aliases
1125
- export {
1126
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
1127
- default as CheckSquare2
1128
- } from '../icons/square-check';
1129
-
1130
1124
  // SquareCheckBig aliases
1131
1125
  export {
1132
1126
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
1133
1127
  default as CheckSquare
1134
1128
  } from '../icons/square-check-big';
1135
1129
 
1130
+ // SquareCheck aliases
1131
+ export {
1132
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
1133
+ default as CheckSquare2
1134
+ } from '../icons/square-check';
1135
+
1136
1136
  // SquareChevronDown aliases
1137
1137
  export {
1138
1138
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} 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. */
@@ -1211,17 +1211,23 @@ export {
1211
1211
  default as EqualSquare
1212
1212
  } from '../icons/square-equal';
1213
1213
 
1214
+ // SquareFunction aliases
1215
+ export {
1216
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1217
+ default as FunctionSquare
1218
+ } from '../icons/square-function';
1219
+
1214
1220
  // SquareKanban aliases
1215
1221
  export {
1216
1222
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
1217
1223
  default as KanbanSquare
1218
1224
  } from '../icons/square-kanban';
1219
1225
 
1220
- // SquareFunction aliases
1226
+ // SquareLibrary aliases
1221
1227
  export {
1222
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1223
- default as FunctionSquare
1224
- } from '../icons/square-function';
1228
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1229
+ default as LibrarySquare
1230
+ } from '../icons/square-library';
1225
1231
 
1226
1232
  // SquareM aliases
1227
1233
  export {
@@ -1235,12 +1241,6 @@ export {
1235
1241
  default as MenuSquare
1236
1242
  } from '../icons/square-menu';
1237
1243
 
1238
- // SquareLibrary aliases
1239
- export {
1240
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1241
- default as LibrarySquare
1242
- } from '../icons/square-library';
1243
-
1244
1244
  // SquareMinus aliases
1245
1245
  export {
1246
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */