@lucide/astro 0.557.0 → 0.559.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 +1 -1
- package/src/aliases/aliases.ts +96 -96
- package/src/aliases/prefixed.ts +740 -736
- package/src/aliases/suffixed.ts +1069 -1065
- package/src/icons/fishing-hook.ts +18 -0
- package/src/icons/hd.ts +18 -0
- package/src/icons/index.ts +154 -152
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumnIncreasing aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
137
|
-
default as BarChart4
|
|
138
|
-
} from '../icons/chart-column-increasing';
|
|
139
|
-
|
|
140
134
|
// ChartColumn aliases
|
|
141
135
|
export {
|
|
142
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
143
137
|
default as BarChart3
|
|
144
138
|
} from '../icons/chart-column';
|
|
145
139
|
|
|
140
|
+
// ChartColumnIncreasing aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
143
|
+
default as BarChart4
|
|
144
|
+
} from '../icons/chart-column-increasing';
|
|
145
|
+
|
|
146
146
|
// ChartLine aliases
|
|
147
147
|
export {
|
|
148
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
@@ -173,18 +173,18 @@ export {
|
|
|
173
173
|
default as PieChart
|
|
174
174
|
} from '../icons/chart-pie';
|
|
175
175
|
|
|
176
|
-
// Chromium aliases
|
|
177
|
-
export {
|
|
178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
179
|
-
default as Chrome
|
|
180
|
-
} from '../icons/chromium';
|
|
181
|
-
|
|
182
176
|
// ChartScatter aliases
|
|
183
177
|
export {
|
|
184
178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
185
179
|
default as ScatterChart
|
|
186
180
|
} from '../icons/chart-scatter';
|
|
187
181
|
|
|
182
|
+
// Chromium aliases
|
|
183
|
+
export {
|
|
184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
185
|
+
default as Chrome
|
|
186
|
+
} from '../icons/chromium';
|
|
187
|
+
|
|
188
188
|
// CircleAlert aliases
|
|
189
189
|
export {
|
|
190
190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
251
251
|
default as CheckCircle2
|
|
252
252
|
} from '../icons/circle-check';
|
|
253
253
|
|
|
254
|
-
// CircleChevronLeft aliases
|
|
255
|
-
export {
|
|
256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
257
|
-
default as ChevronLeftCircle
|
|
258
|
-
} from '../icons/circle-chevron-left';
|
|
259
|
-
|
|
260
254
|
// CircleChevronDown aliases
|
|
261
255
|
export {
|
|
262
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
263
257
|
default as ChevronDownCircle
|
|
264
258
|
} from '../icons/circle-chevron-down';
|
|
265
259
|
|
|
260
|
+
// CircleChevronLeft aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
263
|
+
default as ChevronLeftCircle
|
|
264
|
+
} from '../icons/circle-chevron-left';
|
|
265
|
+
|
|
266
266
|
// CircleChevronRight aliases
|
|
267
267
|
export {
|
|
268
268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -785,18 +785,18 @@ export {
|
|
|
785
785
|
default as MailQuestion
|
|
786
786
|
} from '../icons/mail-question-mark';
|
|
787
787
|
|
|
788
|
-
// MessageCircleQuestionMark aliases
|
|
789
|
-
export {
|
|
790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
791
|
-
default as MessageCircleQuestion
|
|
792
|
-
} from '../icons/message-circle-question-mark';
|
|
793
|
-
|
|
794
788
|
// MapPinPen aliases
|
|
795
789
|
export {
|
|
796
790
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
797
791
|
default as LocationEdit
|
|
798
792
|
} from '../icons/map-pin-pen';
|
|
799
793
|
|
|
794
|
+
// MessageCircleQuestionMark aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
797
|
+
default as MessageCircleQuestion
|
|
798
|
+
} from '../icons/message-circle-question-mark';
|
|
799
|
+
|
|
800
800
|
// MicVocal aliases
|
|
801
801
|
export {
|
|
802
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
@@ -815,41 +815,35 @@ export {
|
|
|
815
815
|
default as AlertOctagon
|
|
816
816
|
} from '../icons/octagon-alert';
|
|
817
817
|
|
|
818
|
-
// OctagonPause aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
821
|
-
default as PauseOctagon
|
|
822
|
-
} from '../icons/octagon-pause';
|
|
823
|
-
|
|
824
818
|
// OctagonX aliases
|
|
825
819
|
export {
|
|
826
820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
827
821
|
default as XOctagon
|
|
828
822
|
} from '../icons/octagon-x';
|
|
829
823
|
|
|
824
|
+
// OctagonPause aliases
|
|
825
|
+
export {
|
|
826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
827
|
+
default as PauseOctagon
|
|
828
|
+
} from '../icons/octagon-pause';
|
|
829
|
+
|
|
830
830
|
// PaintbrushVertical aliases
|
|
831
831
|
export {
|
|
832
832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
833
833
|
default as Paintbrush2
|
|
834
834
|
} from '../icons/paintbrush-vertical';
|
|
835
835
|
|
|
836
|
-
// PanelLeftClose aliases
|
|
837
|
-
export {
|
|
838
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
839
|
-
default as SidebarClose
|
|
840
|
-
} from '../icons/panel-left-close';
|
|
841
|
-
|
|
842
836
|
// PanelBottomDashed aliases
|
|
843
837
|
export {
|
|
844
838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
845
839
|
default as PanelBottomInactive
|
|
846
840
|
} from '../icons/panel-bottom-dashed';
|
|
847
841
|
|
|
848
|
-
//
|
|
842
|
+
// PanelLeftClose aliases
|
|
849
843
|
export {
|
|
850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
851
|
-
default as
|
|
852
|
-
} from '../icons/panel-left-
|
|
844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
845
|
+
default as SidebarClose
|
|
846
|
+
} from '../icons/panel-left-close';
|
|
853
847
|
|
|
854
848
|
// PanelLeftDashed aliases
|
|
855
849
|
export {
|
|
@@ -857,6 +851,12 @@ export {
|
|
|
857
851
|
default as PanelLeftInactive
|
|
858
852
|
} from '../icons/panel-left-dashed';
|
|
859
853
|
|
|
854
|
+
// PanelLeftOpen aliases
|
|
855
|
+
export {
|
|
856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
857
|
+
default as SidebarOpen
|
|
858
|
+
} from '../icons/panel-left-open';
|
|
859
|
+
|
|
860
860
|
// PanelLeft aliases
|
|
861
861
|
export {
|
|
862
862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -929,18 +929,18 @@ export {
|
|
|
929
929
|
default as Scale3D
|
|
930
930
|
} from '../icons/scale-3d';
|
|
931
931
|
|
|
932
|
-
// SendHorizontal aliases
|
|
933
|
-
export {
|
|
934
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
935
|
-
default as SendHorizonal
|
|
936
|
-
} from '../icons/send-horizontal';
|
|
937
|
-
|
|
938
932
|
// ShieldQuestionMark aliases
|
|
939
933
|
export {
|
|
940
934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
941
935
|
default as ShieldQuestion
|
|
942
936
|
} from '../icons/shield-question-mark';
|
|
943
937
|
|
|
938
|
+
// SendHorizontal aliases
|
|
939
|
+
export {
|
|
940
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
941
|
+
default as SendHorizonal
|
|
942
|
+
} from '../icons/send-horizontal';
|
|
943
|
+
|
|
944
944
|
// ShieldX aliases
|
|
945
945
|
export {
|
|
946
946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
@@ -1031,24 +1031,36 @@ export {
|
|
|
1031
1031
|
default as ArrowUpRightSquare
|
|
1032
1032
|
} from '../icons/square-arrow-up-right';
|
|
1033
1033
|
|
|
1034
|
-
// SquareArrowUp aliases
|
|
1035
|
-
export {
|
|
1036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
1037
|
-
default as ArrowUpSquare
|
|
1038
|
-
} from '../icons/square-arrow-up';
|
|
1039
|
-
|
|
1040
1034
|
// SquareAsterisk aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1043
1037
|
default as AsteriskSquare
|
|
1044
1038
|
} from '../icons/square-asterisk';
|
|
1045
1039
|
|
|
1040
|
+
// SquareArrowUp aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
1043
|
+
default as ArrowUpSquare
|
|
1044
|
+
} from '../icons/square-arrow-up';
|
|
1045
|
+
|
|
1046
1046
|
// SquareBottomDashedScissors aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1049
1049
|
default as ScissorsSquareDashedBottom
|
|
1050
1050
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
1051
|
|
|
1052
|
+
// SquareCheckBig aliases
|
|
1053
|
+
export {
|
|
1054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
1055
|
+
default as CheckSquare
|
|
1056
|
+
} from '../icons/square-check-big';
|
|
1057
|
+
|
|
1058
|
+
// SquareCheck aliases
|
|
1059
|
+
export {
|
|
1060
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1061
|
+
default as CheckSquare2
|
|
1062
|
+
} from '../icons/square-check';
|
|
1063
|
+
|
|
1052
1064
|
// SquareChartGantt aliases
|
|
1053
1065
|
export {
|
|
1054
1066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -1061,24 +1073,12 @@ export {
|
|
|
1061
1073
|
default as SquareGanttChart
|
|
1062
1074
|
} from '../icons/square-chart-gantt';
|
|
1063
1075
|
|
|
1064
|
-
// SquareCheckBig aliases
|
|
1065
|
-
export {
|
|
1066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
1067
|
-
default as CheckSquare
|
|
1068
|
-
} from '../icons/square-check-big';
|
|
1069
|
-
|
|
1070
1076
|
// SquareChevronDown aliases
|
|
1071
1077
|
export {
|
|
1072
1078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1073
1079
|
default as ChevronDownSquare
|
|
1074
1080
|
} from '../icons/square-chevron-down';
|
|
1075
1081
|
|
|
1076
|
-
// SquareCheck aliases
|
|
1077
|
-
export {
|
|
1078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1079
|
-
default as CheckSquare2
|
|
1080
|
-
} from '../icons/square-check';
|
|
1081
|
-
|
|
1082
1082
|
// SquareChevronLeft aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1133,18 +1133,18 @@ export {
|
|
|
1133
1133
|
default as DotSquare
|
|
1134
1134
|
} from '../icons/square-dot';
|
|
1135
1135
|
|
|
1136
|
-
// SquareEqual aliases
|
|
1137
|
-
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1139
|
-
default as EqualSquare
|
|
1140
|
-
} from '../icons/square-equal';
|
|
1141
|
-
|
|
1142
1136
|
// SquareFunction aliases
|
|
1143
1137
|
export {
|
|
1144
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1145
1139
|
default as FunctionSquare
|
|
1146
1140
|
} from '../icons/square-function';
|
|
1147
1141
|
|
|
1142
|
+
// SquareEqual aliases
|
|
1143
|
+
export {
|
|
1144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1145
|
+
default as EqualSquare
|
|
1146
|
+
} from '../icons/square-equal';
|
|
1147
|
+
|
|
1148
1148
|
// SquareKanban aliases
|
|
1149
1149
|
export {
|
|
1150
1150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PilcrowSquare
|
|
1230
1230
|
} from '../icons/square-pilcrow';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlay aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1235
|
-
default as PlaySquare
|
|
1236
|
-
} from '../icons/square-play';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlus aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as PlusSquare
|
|
1242
1236
|
} from '../icons/square-plus';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlay aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PlaySquare
|
|
1242
|
+
} from '../icons/square-play';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePower aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
@@ -1343,23 +1343,17 @@ export {
|
|
|
1343
1343
|
default as LetterText
|
|
1344
1344
|
} from '../icons/text-initial';
|
|
1345
1345
|
|
|
1346
|
-
// TextWrap aliases
|
|
1347
|
-
export {
|
|
1348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1349
|
-
default as WrapText
|
|
1350
|
-
} from '../icons/text-wrap';
|
|
1351
|
-
|
|
1352
1346
|
// TextSelect aliases
|
|
1353
1347
|
export {
|
|
1354
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
1355
1349
|
default as TextSelection
|
|
1356
1350
|
} from '../icons/text-select';
|
|
1357
1351
|
|
|
1358
|
-
//
|
|
1352
|
+
// TextWrap aliases
|
|
1359
1353
|
export {
|
|
1360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1361
|
-
default as
|
|
1362
|
-
} from '../icons/
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1355
|
+
default as WrapText
|
|
1356
|
+
} from '../icons/text-wrap';
|
|
1363
1357
|
|
|
1364
1358
|
// TreePalm aliases
|
|
1365
1359
|
export {
|
|
@@ -1373,11 +1367,11 @@ export {
|
|
|
1373
1367
|
default as AlertTriangle
|
|
1374
1368
|
} from '../icons/triangle-alert';
|
|
1375
1369
|
|
|
1376
|
-
//
|
|
1370
|
+
// TramFront aliases
|
|
1377
1371
|
export {
|
|
1378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1379
|
-
default as
|
|
1380
|
-
} from '../icons/
|
|
1372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
1373
|
+
default as Train
|
|
1374
|
+
} from '../icons/tram-front';
|
|
1381
1375
|
|
|
1382
1376
|
// University aliases
|
|
1383
1377
|
export {
|
|
@@ -1385,6 +1379,12 @@ export {
|
|
|
1385
1379
|
default as School2
|
|
1386
1380
|
} from '../icons/university';
|
|
1387
1381
|
|
|
1382
|
+
// TvMinimal aliases
|
|
1383
|
+
export {
|
|
1384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1385
|
+
default as Tv2
|
|
1386
|
+
} from '../icons/tv-minimal';
|
|
1387
|
+
|
|
1388
1388
|
// UserRoundCheck aliases
|
|
1389
1389
|
export {
|
|
1390
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
@@ -1427,18 +1427,18 @@ export {
|
|
|
1427
1427
|
default as Users2
|
|
1428
1428
|
} from '../icons/users-round';
|
|
1429
1429
|
|
|
1430
|
-
// UtensilsCrossed aliases
|
|
1431
|
-
export {
|
|
1432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
1433
|
-
default as ForkKnifeCrossed
|
|
1434
|
-
} from '../icons/utensils-crossed';
|
|
1435
|
-
|
|
1436
1430
|
// Utensils aliases
|
|
1437
1431
|
export {
|
|
1438
1432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1439
1433
|
default as ForkKnife
|
|
1440
1434
|
} from '../icons/utensils';
|
|
1441
1435
|
|
|
1436
|
+
// UtensilsCrossed aliases
|
|
1437
|
+
export {
|
|
1438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
1439
|
+
default as ForkKnifeCrossed
|
|
1440
|
+
} from '../icons/utensils-crossed';
|
|
1441
|
+
|
|
1442
1442
|
// WalletMinimal aliases
|
|
1443
1443
|
export {
|
|
1444
1444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|