@lucide/astro 0.575.0 → 0.576.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 +88 -88
- package/src/aliases/prefixed.ts +652 -624
- package/src/aliases/suffixed.ts +965 -937
- package/src/icons/cuboid.ts +2 -2
- package/src/icons/fishing-rod.ts +18 -0
- package/src/icons/index.ts +104 -90
- package/src/icons/package-check.ts +2 -2
- package/src/icons/package-minus.ts +2 -2
- package/src/icons/package-plus.ts +2 -2
- package/src/icons/package-search.ts +2 -2
- package/src/icons/package-x.ts +2 -2
- package/src/icons/receipt-cent.ts +2 -2
- package/src/icons/receipt-euro.ts +2 -2
- package/src/icons/receipt-indian-rupee.ts +2 -2
- package/src/icons/receipt-japanese-yen.ts +2 -2
- package/src/icons/receipt-pound-sterling.ts +2 -2
- package/src/icons/receipt-russian-ruble.ts +2 -2
- package/src/icons/receipt-swiss-franc.ts +2 -2
- package/src/icons/receipt-turkish-lira.ts +2 -2
- package/src/icons/receipt.ts +2 -2
- package/src/icons/zodiac-aquarius.ts +18 -0
- package/src/icons/zodiac-aries.ts +18 -0
- package/src/icons/zodiac-cancer.ts +18 -0
- package/src/icons/zodiac-capricorn.ts +18 -0
- package/src/icons/zodiac-gemini.ts +18 -0
- package/src/icons/zodiac-leo.ts +18 -0
- package/src/icons/zodiac-libra.ts +18 -0
- package/src/icons/zodiac-ophiuchus.ts +18 -0
- package/src/icons/zodiac-pisces.ts +18 -0
- package/src/icons/zodiac-sagittarius.ts +18 -0
- package/src/icons/zodiac-scorpio.ts +18 -0
- package/src/icons/zodiac-taurus.ts +18 -0
- package/src/icons/zodiac-virgo.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -17,18 +17,18 @@ export {
|
|
|
17
17
|
default as AlarmPlus
|
|
18
18
|
} from '../icons/alarm-clock-plus';
|
|
19
19
|
|
|
20
|
-
// ArrowDownAZ aliases
|
|
21
|
-
export {
|
|
22
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
23
|
-
default as ArrowDownAz
|
|
24
|
-
} from '../icons/arrow-down-a-z';
|
|
25
|
-
|
|
26
20
|
// ArrowDownWideNarrow aliases
|
|
27
21
|
export {
|
|
28
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
29
23
|
default as SortDesc
|
|
30
24
|
} from '../icons/arrow-down-wide-narrow';
|
|
31
25
|
|
|
26
|
+
// ArrowDownAZ aliases
|
|
27
|
+
export {
|
|
28
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
29
|
+
default as ArrowDownAz
|
|
30
|
+
} from '../icons/arrow-down-a-z';
|
|
31
|
+
|
|
32
32
|
// ArrowDownZA aliases
|
|
33
33
|
export {
|
|
34
34
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} 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
|
-
// 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. This alias will be removed in v1.0 */
|
|
257
|
-
default as ChevronDownCircle
|
|
258
|
-
} from '../icons/circle-chevron-down';
|
|
259
|
-
|
|
260
254
|
// CircleChevronLeft aliases
|
|
261
255
|
export {
|
|
262
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 */
|
|
263
257
|
default as ChevronLeftCircle
|
|
264
258
|
} from '../icons/circle-chevron-left';
|
|
265
259
|
|
|
260
|
+
// CircleChevronDown aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @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
|
+
default as ChevronDownCircle
|
|
264
|
+
} from '../icons/circle-chevron-down';
|
|
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 */
|
|
@@ -359,18 +359,18 @@ export {
|
|
|
359
359
|
default as StopCircle
|
|
360
360
|
} from '../icons/circle-stop';
|
|
361
361
|
|
|
362
|
-
// CircleUserRound aliases
|
|
363
|
-
export {
|
|
364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
365
|
-
default as UserCircle2
|
|
366
|
-
} from '../icons/circle-user-round';
|
|
367
|
-
|
|
368
362
|
// CircleUser aliases
|
|
369
363
|
export {
|
|
370
364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
371
365
|
default as UserCircle
|
|
372
366
|
} from '../icons/circle-user';
|
|
373
367
|
|
|
368
|
+
// CircleUserRound aliases
|
|
369
|
+
export {
|
|
370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
371
|
+
default as UserCircle2
|
|
372
|
+
} from '../icons/circle-user-round';
|
|
373
|
+
|
|
374
374
|
// CircleX aliases
|
|
375
375
|
export {
|
|
376
376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
@@ -527,6 +527,12 @@ export {
|
|
|
527
527
|
default as FileCog2
|
|
528
528
|
} from '../icons/file-cog';
|
|
529
529
|
|
|
530
|
+
// FileExclamationPoint aliases
|
|
531
|
+
export {
|
|
532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
533
|
+
default as FileWarning
|
|
534
|
+
} from '../icons/file-exclamation-point';
|
|
535
|
+
|
|
530
536
|
// FileHeadphone aliases
|
|
531
537
|
export {
|
|
532
538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
@@ -539,12 +545,6 @@ export {
|
|
|
539
545
|
default as FileAudio2
|
|
540
546
|
} from '../icons/file-headphone';
|
|
541
547
|
|
|
542
|
-
// FileExclamationPoint aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
545
|
-
default as FileWarning
|
|
546
|
-
} from '../icons/file-exclamation-point';
|
|
547
|
-
|
|
548
548
|
// FileKey aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
@@ -599,18 +599,18 @@ export {
|
|
|
599
599
|
default as FileSearch2
|
|
600
600
|
} from '../icons/file-search-corner';
|
|
601
601
|
|
|
602
|
-
// FileSignal aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
605
|
-
default as FileVolume2
|
|
606
|
-
} from '../icons/file-signal';
|
|
607
|
-
|
|
608
602
|
// FileTypeCorner aliases
|
|
609
603
|
export {
|
|
610
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
611
605
|
default as FileType2
|
|
612
606
|
} from '../icons/file-type-corner';
|
|
613
607
|
|
|
608
|
+
// FileSignal aliases
|
|
609
|
+
export {
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
611
|
+
default as FileVolume2
|
|
612
|
+
} from '../icons/file-signal';
|
|
613
|
+
|
|
614
614
|
// FileVideoCamera aliases
|
|
615
615
|
export {
|
|
616
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
@@ -635,18 +635,18 @@ export {
|
|
|
635
635
|
default as Fingerprint
|
|
636
636
|
} from '../icons/fingerprint-pattern';
|
|
637
637
|
|
|
638
|
-
// FunnelX aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
641
|
-
default as FilterX
|
|
642
|
-
} from '../icons/funnel-x';
|
|
643
|
-
|
|
644
638
|
// FolderPen aliases
|
|
645
639
|
export {
|
|
646
640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
647
641
|
default as FolderEdit
|
|
648
642
|
} from '../icons/folder-pen';
|
|
649
643
|
|
|
644
|
+
// FunnelX aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
647
|
+
default as FilterX
|
|
648
|
+
} from '../icons/funnel-x';
|
|
649
|
+
|
|
650
650
|
// Funnel aliases
|
|
651
651
|
export {
|
|
652
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
@@ -683,6 +683,12 @@ export {
|
|
|
683
683
|
default as Grid2X2
|
|
684
684
|
} from '../icons/grid-2x2';
|
|
685
685
|
|
|
686
|
+
// HandGrab aliases
|
|
687
|
+
export {
|
|
688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
689
|
+
default as Grab
|
|
690
|
+
} from '../icons/hand-grab';
|
|
691
|
+
|
|
686
692
|
// Grid3x3 aliases
|
|
687
693
|
export {
|
|
688
694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
@@ -695,12 +701,6 @@ export {
|
|
|
695
701
|
default as Grid3X3
|
|
696
702
|
} from '../icons/grid-3x3';
|
|
697
703
|
|
|
698
|
-
// HandGrab aliases
|
|
699
|
-
export {
|
|
700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
701
|
-
default as Grab
|
|
702
|
-
} from '../icons/hand-grab';
|
|
703
|
-
|
|
704
704
|
// HandHelping aliases
|
|
705
705
|
export {
|
|
706
706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
@@ -863,18 +863,18 @@ export {
|
|
|
863
863
|
default as Sidebar
|
|
864
864
|
} from '../icons/panel-left';
|
|
865
865
|
|
|
866
|
-
// PanelRightDashed aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
869
|
-
default as PanelRightInactive
|
|
870
|
-
} from '../icons/panel-right-dashed';
|
|
871
|
-
|
|
872
866
|
// PanelTopDashed aliases
|
|
873
867
|
export {
|
|
874
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
875
869
|
default as PanelTopInactive
|
|
876
870
|
} from '../icons/panel-top-dashed';
|
|
877
871
|
|
|
872
|
+
// PanelRightDashed aliases
|
|
873
|
+
export {
|
|
874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
875
|
+
default as PanelRightInactive
|
|
876
|
+
} from '../icons/panel-right-dashed';
|
|
877
|
+
|
|
878
878
|
// PanelsTopLeft aliases
|
|
879
879
|
export {
|
|
880
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -977,18 +977,18 @@ export {
|
|
|
977
977
|
default as ArrowDownRightSquare
|
|
978
978
|
} from '../icons/square-arrow-down-right';
|
|
979
979
|
|
|
980
|
-
// SquareArrowDown aliases
|
|
981
|
-
export {
|
|
982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
983
|
-
default as ArrowDownSquare
|
|
984
|
-
} from '../icons/square-arrow-down';
|
|
985
|
-
|
|
986
980
|
// SquareArrowLeft aliases
|
|
987
981
|
export {
|
|
988
982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
989
983
|
default as ArrowLeftSquare
|
|
990
984
|
} from '../icons/square-arrow-left';
|
|
991
985
|
|
|
986
|
+
// SquareArrowDown aliases
|
|
987
|
+
export {
|
|
988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
989
|
+
default as ArrowDownSquare
|
|
990
|
+
} from '../icons/square-arrow-down';
|
|
991
|
+
|
|
992
992
|
// SquareArrowOutDownLeft aliases
|
|
993
993
|
export {
|
|
994
994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1175,18 +1175,18 @@ export {
|
|
|
1175
1175
|
default as MSquare
|
|
1176
1176
|
} from '../icons/square-m';
|
|
1177
1177
|
|
|
1178
|
-
// SquareMinus aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
1181
|
-
default as MinusSquare
|
|
1182
|
-
} from '../icons/square-minus';
|
|
1183
|
-
|
|
1184
1178
|
// SquareMenu aliases
|
|
1185
1179
|
export {
|
|
1186
1180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
1187
1181
|
default as MenuSquare
|
|
1188
1182
|
} from '../icons/square-menu';
|
|
1189
1183
|
|
|
1184
|
+
// SquareMinus aliases
|
|
1185
|
+
export {
|
|
1186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
1187
|
+
default as MinusSquare
|
|
1188
|
+
} from '../icons/square-minus';
|
|
1189
|
+
|
|
1190
1190
|
// SquareMousePointer aliases
|
|
1191
1191
|
export {
|
|
1192
1192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
@@ -1307,18 +1307,18 @@ export {
|
|
|
1307
1307
|
default as UserSquare
|
|
1308
1308
|
} from '../icons/square-user';
|
|
1309
1309
|
|
|
1310
|
-
// SquareX aliases
|
|
1311
|
-
export {
|
|
1312
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
1313
|
-
default as XSquare
|
|
1314
|
-
} from '../icons/square-x';
|
|
1315
|
-
|
|
1316
1310
|
// TestTubeDiagonal aliases
|
|
1317
1311
|
export {
|
|
1318
1312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1319
1313
|
default as TestTube2
|
|
1320
1314
|
} from '../icons/test-tube-diagonal';
|
|
1321
1315
|
|
|
1316
|
+
// SquareX aliases
|
|
1317
|
+
export {
|
|
1318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
1319
|
+
default as XSquare
|
|
1320
|
+
} from '../icons/square-x';
|
|
1321
|
+
|
|
1322
1322
|
// TextAlignCenter aliases
|
|
1323
1323
|
export {
|
|
1324
1324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
@@ -1409,18 +1409,18 @@ export {
|
|
|
1409
1409
|
default as UserCog2
|
|
1410
1410
|
} from '../icons/user-round-cog';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundPlus aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
1415
|
-
default as UserPlus2
|
|
1416
|
-
} from '../icons/user-round-plus';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundMinus aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
1421
1415
|
default as UserMinus2
|
|
1422
1416
|
} from '../icons/user-round-minus';
|
|
1423
1417
|
|
|
1418
|
+
// UserRoundPlus aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
1421
|
+
default as UserPlus2
|
|
1422
|
+
} from '../icons/user-round-plus';
|
|
1423
|
+
|
|
1424
1424
|
// UserRoundX aliases
|
|
1425
1425
|
export {
|
|
1426
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
@@ -1439,23 +1439,17 @@ export {
|
|
|
1439
1439
|
default as Users2
|
|
1440
1440
|
} from '../icons/users-round';
|
|
1441
1441
|
|
|
1442
|
-
// Utensils aliases
|
|
1443
|
-
export {
|
|
1444
|
-
/** @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 */
|
|
1445
|
-
default as ForkKnife
|
|
1446
|
-
} from '../icons/utensils';
|
|
1447
|
-
|
|
1448
1442
|
// UtensilsCrossed aliases
|
|
1449
1443
|
export {
|
|
1450
1444
|
/** @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 */
|
|
1451
1445
|
default as ForkKnifeCrossed
|
|
1452
1446
|
} from '../icons/utensils-crossed';
|
|
1453
1447
|
|
|
1454
|
-
//
|
|
1448
|
+
// Utensils aliases
|
|
1455
1449
|
export {
|
|
1456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1457
|
-
default as
|
|
1458
|
-
} from '../icons/
|
|
1450
|
+
/** @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 */
|
|
1451
|
+
default as ForkKnife
|
|
1452
|
+
} from '../icons/utensils';
|
|
1459
1453
|
|
|
1460
1454
|
// WandSparkles aliases
|
|
1461
1455
|
export {
|
|
@@ -1463,3 +1457,9 @@ export {
|
|
|
1463
1457
|
default as Wand2
|
|
1464
1458
|
} from '../icons/wand-sparkles';
|
|
1465
1459
|
|
|
1460
|
+
// WalletMinimal aliases
|
|
1461
|
+
export {
|
|
1462
|
+
/** @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 */
|
|
1463
|
+
default as Wallet2
|
|
1464
|
+
} from '../icons/wallet-minimal';
|
|
1465
|
+
|