@lucide/astro 1.28.0 → 1.29.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": "1.28.0",
3
+ "version": "1.29.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -5,18 +5,18 @@ export {
5
5
  default as AlarmCheck
6
6
  } from '../icons/alarm-clock-check';
7
7
 
8
- // AlarmClockMinus aliases
9
- export {
10
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
11
- default as AlarmMinus
12
- } from '../icons/alarm-clock-minus';
13
-
14
8
  // AlarmClockPlus aliases
15
9
  export {
16
10
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
17
11
  default as AlarmPlus
18
12
  } from '../icons/alarm-clock-plus';
19
13
 
14
+ // AlarmClockMinus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
17
+ default as AlarmMinus
18
+ } from '../icons/alarm-clock-minus';
19
+
20
20
  // ArrowDownAZ aliases
21
21
  export {
22
22
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
@@ -107,18 +107,18 @@ export {
107
107
  default as AreaChart
108
108
  } from '../icons/chart-area';
109
109
 
110
- // ChartBar aliases
111
- export {
112
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
113
- default as BarChartHorizontal
114
- } from '../icons/chart-bar';
115
-
116
110
  // ChartBarBig aliases
117
111
  export {
118
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
119
113
  default as BarChartHorizontalBig
120
114
  } from '../icons/chart-bar-big';
121
115
 
116
+ // ChartBar aliases
117
+ export {
118
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
121
+
122
122
  // ChartCandlestick aliases
123
123
  export {
124
124
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
@@ -143,18 +143,18 @@ export {
143
143
  default as BarChart3
144
144
  } from '../icons/chart-column';
145
145
 
146
- // ChartLine aliases
147
- export {
148
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
149
- default as LineChart
150
- } from '../icons/chart-line';
151
-
152
146
  // ChartNoAxesColumnIncreasing aliases
153
147
  export {
154
148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
155
149
  default as BarChart
156
150
  } from '../icons/chart-no-axes-column-increasing';
157
151
 
152
+ // ChartLine aliases
153
+ export {
154
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
155
+ default as LineChart
156
+ } from '../icons/chart-line';
157
+
158
158
  // ChartNoAxesColumn aliases
159
159
  export {
160
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
@@ -245,18 +245,18 @@ export {
245
245
  default as CheckCircle2
246
246
  } from '../icons/circle-check';
247
247
 
248
- // CircleChevronDown aliases
249
- export {
250
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
251
- default as ChevronDownCircle
252
- } from '../icons/circle-chevron-down';
253
-
254
248
  // CircleChevronLeft aliases
255
249
  export {
256
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
257
251
  default as ChevronLeftCircle
258
252
  } from '../icons/circle-chevron-left';
259
253
 
254
+ // CircleChevronDown aliases
255
+ export {
256
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
257
+ default as ChevronDownCircle
258
+ } from '../icons/circle-chevron-down';
259
+
260
260
  // CircleChevronRight aliases
261
261
  export {
262
262
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
@@ -479,18 +479,18 @@ export {
479
479
  default as FileJson
480
480
  } from '../icons/file-braces';
481
481
 
482
- // FileChartColumn aliases
483
- export {
484
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
485
- default as FileBarChart2
486
- } from '../icons/file-chart-column';
487
-
488
482
  // FileChartColumnIncreasing aliases
489
483
  export {
490
484
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
491
485
  default as FileBarChart
492
486
  } from '../icons/file-chart-column-increasing';
493
487
 
488
+ // FileChartColumn aliases
489
+ export {
490
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
491
+ default as FileBarChart2
492
+ } from '../icons/file-chart-column';
493
+
494
494
  // FileChartLine aliases
495
495
  export {
496
496
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
@@ -509,18 +509,18 @@ export {
509
509
  default as FileCheck2
510
510
  } from '../icons/file-check-corner';
511
511
 
512
- // FileCog aliases
513
- export {
514
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
515
- default as FileCog2
516
- } from '../icons/file-cog';
517
-
518
512
  // FileCodeCorner aliases
519
513
  export {
520
514
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
521
515
  default as FileCode2
522
516
  } from '../icons/file-code-corner';
523
517
 
518
+ // FileCog aliases
519
+ export {
520
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
521
+ default as FileCog2
522
+ } from '../icons/file-cog';
523
+
524
524
  // FileExclamationPoint aliases
525
525
  export {
526
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
@@ -545,18 +545,18 @@ export {
545
545
  default as FileKey2
546
546
  } from '../icons/file-key';
547
547
 
548
- // FileMinusCorner aliases
549
- export {
550
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
551
- default as FileMinus2
552
- } from '../icons/file-minus-corner';
553
-
554
548
  // FileLock aliases
555
549
  export {
556
550
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
557
551
  default as FileLock2
558
552
  } from '../icons/file-lock';
559
553
 
554
+ // FileMinusCorner aliases
555
+ export {
556
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
557
+ default as FileMinus2
558
+ } from '../icons/file-minus-corner';
559
+
560
560
  // FilePenLine aliases
561
561
  export {
562
562
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
@@ -587,18 +587,18 @@ export {
587
587
  default as FileQuestion
588
588
  } from '../icons/file-question-mark';
589
589
 
590
- // FileSignal aliases
591
- export {
592
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
593
- default as FileVolume2
594
- } from '../icons/file-signal';
595
-
596
590
  // FileSearchCorner aliases
597
591
  export {
598
592
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
599
593
  default as FileSearch2
600
594
  } from '../icons/file-search-corner';
601
595
 
596
+ // FileSignal aliases
597
+ export {
598
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
599
+ default as FileVolume2
600
+ } from '../icons/file-signal';
601
+
602
602
  // FileTypeCorner aliases
603
603
  export {
604
604
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
@@ -695,18 +695,18 @@ export {
695
695
  default as Grab
696
696
  } from '../icons/hand-grab';
697
697
 
698
- // HandHelping aliases
699
- export {
700
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
701
- default as HelpingHand
702
- } from '../icons/hand-helping';
703
-
704
698
  // House aliases
705
699
  export {
706
700
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
707
701
  default as Home
708
702
  } from '../icons/house';
709
703
 
704
+ // HandHelping aliases
705
+ export {
706
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
707
+ default as HelpingHand
708
+ } from '../icons/hand-helping';
709
+
710
710
  // IceCreamBowl aliases
711
711
  export {
712
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
@@ -731,18 +731,6 @@ export {
731
731
  default as Layers3
732
732
  } from '../icons/layers';
733
733
 
734
- // ListIndentIncrease aliases
735
- export {
736
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
737
- default as Indent
738
- } from '../icons/list-indent-increase';
739
-
740
- // ListIndentIncrease aliases
741
- export {
742
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
743
- default as IndentIncrease
744
- } from '../icons/list-indent-increase';
745
-
746
734
  // ListIndentDecrease aliases
747
735
  export {
748
736
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
@@ -755,6 +743,18 @@ export {
755
743
  default as IndentDecrease
756
744
  } from '../icons/list-indent-decrease';
757
745
 
746
+ // ListIndentIncrease aliases
747
+ export {
748
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
749
+ default as Indent
750
+ } from '../icons/list-indent-increase';
751
+
752
+ // ListIndentIncrease aliases
753
+ export {
754
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
755
+ default as IndentIncrease
756
+ } from '../icons/list-indent-increase';
757
+
758
758
  // LoaderCircle aliases
759
759
  export {
760
760
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
@@ -917,18 +917,18 @@ export {
917
917
  default as History
918
918
  } from '../icons/rotate-ccw-clock';
919
919
 
920
- // Rows3 aliases
921
- export {
922
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
923
- default as PanelsTopBottom
924
- } from '../icons/rows-3';
925
-
926
920
  // Rows2 aliases
927
921
  export {
928
922
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
929
923
  default as Rows
930
924
  } from '../icons/rows-2';
931
925
 
926
+ // Rows3 aliases
927
+ export {
928
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
929
+ default as PanelsTopBottom
930
+ } from '../icons/rows-3';
931
+
932
932
  // Scale3d aliases
933
933
  export {
934
934
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
@@ -941,30 +941,30 @@ export {
941
941
  default as SendHorizonal
942
942
  } from '../icons/send-horizontal';
943
943
 
944
- // ShieldQuestionMark aliases
945
- export {
946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
947
- default as ShieldQuestion
948
- } from '../icons/shield-question-mark';
949
-
950
944
  // ShieldX aliases
951
945
  export {
952
946
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
953
947
  default as ShieldClose
954
948
  } from '../icons/shield-x';
955
949
 
956
- // Sparkles aliases
957
- export {
958
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
959
- default as Stars
960
- } from '../icons/sparkles';
961
-
962
950
  // SlidersVertical aliases
963
951
  export {
964
952
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
965
953
  default as Sliders
966
954
  } from '../icons/sliders-vertical';
967
955
 
956
+ // ShieldQuestionMark aliases
957
+ export {
958
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
959
+ default as ShieldQuestion
960
+ } from '../icons/shield-question-mark';
961
+
962
+ // Sparkles aliases
963
+ export {
964
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
965
+ default as Stars
966
+ } from '../icons/sparkles';
967
+
968
968
  // SquareActivity aliases
969
969
  export {
970
970
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
@@ -1019,18 +1019,18 @@ export {
1019
1019
  default as ArrowUpRightFromSquare
1020
1020
  } from '../icons/square-arrow-out-up-right';
1021
1021
 
1022
- // SquareArrowRight aliases
1023
- export {
1024
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1025
- default as ArrowRightSquare
1026
- } from '../icons/square-arrow-right';
1027
-
1028
1022
  // SquareArrowUpLeft aliases
1029
1023
  export {
1030
1024
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
1031
1025
  default as ArrowUpLeftSquare
1032
1026
  } from '../icons/square-arrow-up-left';
1033
1027
 
1028
+ // SquareArrowRight aliases
1029
+ export {
1030
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1031
+ default as ArrowRightSquare
1032
+ } from '../icons/square-arrow-right';
1033
+
1034
1034
  // SquareArrowUpRight aliases
1035
1035
  export {
1036
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
@@ -1061,12 +1061,6 @@ export {
1061
1061
  default as FlipHorizontal
1062
1062
  } from '../icons/square-centerline-dashed-horizontal';
1063
1063
 
1064
- // SquareCenterlineDashedVertical aliases
1065
- export {
1066
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1067
- default as FlipVertical
1068
- } from '../icons/square-centerline-dashed-vertical';
1069
-
1070
1064
  // SquareChartGantt aliases
1071
1065
  export {
1072
1066
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
@@ -1079,6 +1073,12 @@ export {
1079
1073
  default as SquareGanttChart
1080
1074
  } from '../icons/square-chart-gantt';
1081
1075
 
1076
+ // SquareCenterlineDashedVertical aliases
1077
+ export {
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1079
+ default as FlipVertical
1080
+ } from '../icons/square-centerline-dashed-vertical';
1081
+
1082
1082
  // SquareCheckBig aliases
1083
1083
  export {
1084
1084
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
@@ -1103,23 +1103,17 @@ export {
1103
1103
  default as ChevronLeftSquare
1104
1104
  } from '../icons/square-chevron-left';
1105
1105
 
1106
- // SquareChevronRight aliases
1107
- export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
1109
- default as ChevronRightSquare
1110
- } from '../icons/square-chevron-right';
1111
-
1112
1106
  // SquareChevronUp aliases
1113
1107
  export {
1114
1108
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1115
1109
  default as ChevronUpSquare
1116
1110
  } from '../icons/square-chevron-up';
1117
1111
 
1118
- // SquareCode aliases
1112
+ // SquareChevronRight aliases
1119
1113
  export {
1120
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
1121
- default as CodeSquare
1122
- } from '../icons/square-code';
1114
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
1115
+ default as ChevronRightSquare
1116
+ } from '../icons/square-chevron-right';
1123
1117
 
1124
1118
  // SquareDashedKanban aliases
1125
1119
  export {
@@ -1127,6 +1121,12 @@ export {
1127
1121
  default as KanbanSquareDashed
1128
1122
  } from '../icons/square-dashed-kanban';
1129
1123
 
1124
+ // SquareCode aliases
1125
+ export {
1126
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
1127
+ default as CodeSquare
1128
+ } from '../icons/square-code';
1129
+
1130
1130
  // SquareDashedMousePointer aliases
1131
1131
  export {
1132
1132
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
@@ -1157,36 +1157,36 @@ export {
1157
1157
  default as DivideSquare
1158
1158
  } from '../icons/square-divide';
1159
1159
 
1160
- // SquareDot aliases
1161
- export {
1162
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
1163
- default as DotSquare
1164
- } from '../icons/square-dot';
1165
-
1166
1160
  // SquareEqual aliases
1167
1161
  export {
1168
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
1169
1163
  default as EqualSquare
1170
1164
  } from '../icons/square-equal';
1171
1165
 
1166
+ // SquareDot aliases
1167
+ export {
1168
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
1169
+ default as DotSquare
1170
+ } from '../icons/square-dot';
1171
+
1172
1172
  // SquareFunction aliases
1173
1173
  export {
1174
1174
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1175
1175
  default as FunctionSquare
1176
1176
  } from '../icons/square-function';
1177
1177
 
1178
- // SquareKanban aliases
1179
- export {
1180
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
1181
- default as KanbanSquare
1182
- } from '../icons/square-kanban';
1183
-
1184
1178
  // SquareLibrary aliases
1185
1179
  export {
1186
1180
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1187
1181
  default as LibrarySquare
1188
1182
  } from '../icons/square-library';
1189
1183
 
1184
+ // SquareKanban aliases
1185
+ export {
1186
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
1187
+ default as KanbanSquare
1188
+ } from '../icons/square-kanban';
1189
+
1190
1190
  // SquareM aliases
1191
1191
  export {
1192
1192
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
@@ -1253,23 +1253,17 @@ export {
1253
1253
  default as PiSquare
1254
1254
  } from '../icons/square-pi';
1255
1255
 
1256
- // SquarePlay aliases
1257
- export {
1258
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
1259
- default as PlaySquare
1260
- } from '../icons/square-play';
1261
-
1262
1256
  // SquarePilcrow aliases
1263
1257
  export {
1264
1258
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
1265
1259
  default as PilcrowSquare
1266
1260
  } from '../icons/square-pilcrow';
1267
1261
 
1268
- // SquarePower aliases
1262
+ // SquarePlay aliases
1269
1263
  export {
1270
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
1271
- default as PowerSquare
1272
- } from '../icons/square-power';
1264
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
1265
+ default as PlaySquare
1266
+ } from '../icons/square-play';
1273
1267
 
1274
1268
  // SquarePlus aliases
1275
1269
  export {
@@ -1277,6 +1271,12 @@ export {
1277
1271
  default as PlusSquare
1278
1272
  } from '../icons/square-plus';
1279
1273
 
1274
+ // SquarePower aliases
1275
+ export {
1276
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
1277
+ default as PowerSquare
1278
+ } from '../icons/square-power';
1279
+
1280
1280
  // SquareScissors aliases
1281
1281
  export {
1282
1282
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
@@ -1445,18 +1445,18 @@ export {
1445
1445
  default as User2
1446
1446
  } from '../icons/user-round';
1447
1447
 
1448
- // UtensilsCrossed aliases
1449
- export {
1450
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
1451
- default as ForkKnifeCrossed
1452
- } from '../icons/utensils-crossed';
1453
-
1454
1448
  // UsersRound aliases
1455
1449
  export {
1456
1450
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
1457
1451
  default as Users2
1458
1452
  } from '../icons/users-round';
1459
1453
 
1454
+ // UtensilsCrossed aliases
1455
+ export {
1456
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
1457
+ default as ForkKnifeCrossed
1458
+ } from '../icons/utensils-crossed';
1459
+
1460
1460
  // Utensils aliases
1461
1461
  export {
1462
1462
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */