@lucide/astro 1.1.0 → 1.3.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 +100 -100
- package/src/aliases/prefixed.ts +628 -622
- package/src/aliases/suffixed.ts +911 -905
- package/src/icons/index.ts +100 -97
- package/src/icons/line-style.ts +18 -0
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
55
|
|
|
56
|
-
// BadgeCheck aliases
|
|
57
|
-
export {
|
|
58
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
59
|
-
default as Verified
|
|
60
|
-
} from '../icons/badge-check';
|
|
61
|
-
|
|
62
56
|
// Axis3d aliases
|
|
63
57
|
export {
|
|
64
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
65
59
|
default as Axis3D
|
|
66
60
|
} from '../icons/axis-3d';
|
|
67
61
|
|
|
62
|
+
// BadgeCheck aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
65
|
+
default as Verified
|
|
66
|
+
} from '../icons/badge-check';
|
|
67
|
+
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -227,12 +227,6 @@ export {
|
|
|
227
227
|
default as ArrowRightCircle
|
|
228
228
|
} from '../icons/circle-arrow-right';
|
|
229
229
|
|
|
230
|
-
// CircleCheckBig aliases
|
|
231
|
-
export {
|
|
232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
233
|
-
default as CheckCircle
|
|
234
|
-
} from '../icons/circle-check-big';
|
|
235
|
-
|
|
236
230
|
// CircleArrowUp aliases
|
|
237
231
|
export {
|
|
238
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
@@ -245,6 +239,12 @@ export {
|
|
|
245
239
|
default as CheckCircle2
|
|
246
240
|
} from '../icons/circle-check';
|
|
247
241
|
|
|
242
|
+
// CircleCheckBig aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
245
|
+
default as CheckCircle
|
|
246
|
+
} from '../icons/circle-check-big';
|
|
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. This alias will be removed in v1.0 */
|
|
@@ -443,18 +443,18 @@ export {
|
|
|
443
443
|
default as Globe2
|
|
444
444
|
} from '../icons/earth';
|
|
445
445
|
|
|
446
|
-
// Ellipsis aliases
|
|
447
|
-
export {
|
|
448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
449
|
-
default as MoreHorizontal
|
|
450
|
-
} from '../icons/ellipsis';
|
|
451
|
-
|
|
452
446
|
// EllipsisVertical aliases
|
|
453
447
|
export {
|
|
454
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
455
449
|
default as MoreVertical
|
|
456
450
|
} from '../icons/ellipsis-vertical';
|
|
457
451
|
|
|
452
|
+
// Ellipsis aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
455
|
+
default as MoreHorizontal
|
|
456
|
+
} from '../icons/ellipsis';
|
|
457
|
+
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -521,6 +521,12 @@ export {
|
|
|
521
521
|
default as FileCog2
|
|
522
522
|
} from '../icons/file-cog';
|
|
523
523
|
|
|
524
|
+
// FileExclamationPoint aliases
|
|
525
|
+
export {
|
|
526
|
+
/** @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 */
|
|
527
|
+
default as FileWarning
|
|
528
|
+
} from '../icons/file-exclamation-point';
|
|
529
|
+
|
|
524
530
|
// FileHeadphone aliases
|
|
525
531
|
export {
|
|
526
532
|
/** @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 */
|
|
@@ -533,12 +539,6 @@ export {
|
|
|
533
539
|
default as FileAudio2
|
|
534
540
|
} from '../icons/file-headphone';
|
|
535
541
|
|
|
536
|
-
// FileExclamationPoint aliases
|
|
537
|
-
export {
|
|
538
|
-
/** @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 */
|
|
539
|
-
default as FileWarning
|
|
540
|
-
} from '../icons/file-exclamation-point';
|
|
541
|
-
|
|
542
542
|
// FileKey aliases
|
|
543
543
|
export {
|
|
544
544
|
/** @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 */
|
|
@@ -551,18 +551,18 @@ export {
|
|
|
551
551
|
default as FileLock2
|
|
552
552
|
} from '../icons/file-lock';
|
|
553
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. This alias will be removed in v1.0 */
|
|
557
|
-
default as FileMinus2
|
|
558
|
-
} from '../icons/file-minus-corner';
|
|
559
|
-
|
|
560
554
|
// FilePenLine aliases
|
|
561
555
|
export {
|
|
562
556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
563
557
|
default as FileSignature
|
|
564
558
|
} from '../icons/file-pen-line';
|
|
565
559
|
|
|
560
|
+
// FileMinusCorner aliases
|
|
561
|
+
export {
|
|
562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
563
|
+
default as FileMinus2
|
|
564
|
+
} from '../icons/file-minus-corner';
|
|
565
|
+
|
|
566
566
|
// FilePen aliases
|
|
567
567
|
export {
|
|
568
568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
@@ -617,18 +617,18 @@ export {
|
|
|
617
617
|
default as FileX2
|
|
618
618
|
} from '../icons/file-x-corner';
|
|
619
619
|
|
|
620
|
-
// FingerprintPattern aliases
|
|
621
|
-
export {
|
|
622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
623
|
-
default as Fingerprint
|
|
624
|
-
} from '../icons/fingerprint-pattern';
|
|
625
|
-
|
|
626
620
|
// FolderCog aliases
|
|
627
621
|
export {
|
|
628
622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
629
623
|
default as FolderCog2
|
|
630
624
|
} from '../icons/folder-cog';
|
|
631
625
|
|
|
626
|
+
// FingerprintPattern aliases
|
|
627
|
+
export {
|
|
628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
629
|
+
default as Fingerprint
|
|
630
|
+
} from '../icons/fingerprint-pattern';
|
|
631
|
+
|
|
632
632
|
// FolderPen aliases
|
|
633
633
|
export {
|
|
634
634
|
/** @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 */
|
|
@@ -725,12 +725,6 @@ export {
|
|
|
725
725
|
default as Laptop2
|
|
726
726
|
} from '../icons/laptop-minimal';
|
|
727
727
|
|
|
728
|
-
// Layers aliases
|
|
729
|
-
export {
|
|
730
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
731
|
-
default as Layers3
|
|
732
|
-
} from '../icons/layers';
|
|
733
|
-
|
|
734
728
|
// ListIndentDecrease aliases
|
|
735
729
|
export {
|
|
736
730
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
@@ -743,6 +737,12 @@ export {
|
|
|
743
737
|
default as IndentDecrease
|
|
744
738
|
} from '../icons/list-indent-decrease';
|
|
745
739
|
|
|
740
|
+
// Layers aliases
|
|
741
|
+
export {
|
|
742
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
743
|
+
default as Layers3
|
|
744
|
+
} from '../icons/layers';
|
|
745
|
+
|
|
746
746
|
// ListIndentIncrease aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -755,18 +755,18 @@ export {
|
|
|
755
755
|
default as IndentIncrease
|
|
756
756
|
} from '../icons/list-indent-increase';
|
|
757
757
|
|
|
758
|
-
// LockKeyholeOpen aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
761
|
-
default as UnlockKeyhole
|
|
762
|
-
} from '../icons/lock-keyhole-open';
|
|
763
|
-
|
|
764
758
|
// LoaderCircle aliases
|
|
765
759
|
export {
|
|
766
760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
767
761
|
default as Loader2
|
|
768
762
|
} from '../icons/loader-circle';
|
|
769
763
|
|
|
764
|
+
// LockKeyholeOpen aliases
|
|
765
|
+
export {
|
|
766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
767
|
+
default as UnlockKeyhole
|
|
768
|
+
} from '../icons/lock-keyhole-open';
|
|
769
|
+
|
|
770
770
|
// LockOpen aliases
|
|
771
771
|
export {
|
|
772
772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -899,12 +899,6 @@ export {
|
|
|
899
899
|
default as FormInput
|
|
900
900
|
} from '../icons/rectangle-ellipsis';
|
|
901
901
|
|
|
902
|
-
// Rows2 aliases
|
|
903
|
-
export {
|
|
904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
905
|
-
default as Rows
|
|
906
|
-
} from '../icons/rows-2';
|
|
907
|
-
|
|
908
902
|
// Rotate3d aliases
|
|
909
903
|
export {
|
|
910
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
@@ -917,11 +911,11 @@ export {
|
|
|
917
911
|
default as PanelsTopBottom
|
|
918
912
|
} from '../icons/rows-3';
|
|
919
913
|
|
|
920
|
-
//
|
|
914
|
+
// Rows2 aliases
|
|
921
915
|
export {
|
|
922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
923
|
-
default as
|
|
924
|
-
} from '../icons/
|
|
916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
917
|
+
default as Rows
|
|
918
|
+
} from '../icons/rows-2';
|
|
925
919
|
|
|
926
920
|
// SendHorizontal aliases
|
|
927
921
|
export {
|
|
@@ -929,24 +923,30 @@ export {
|
|
|
929
923
|
default as SendHorizonal
|
|
930
924
|
} from '../icons/send-horizontal';
|
|
931
925
|
|
|
926
|
+
// Scale3d aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
929
|
+
default as Scale3D
|
|
930
|
+
} from '../icons/scale-3d';
|
|
931
|
+
|
|
932
932
|
// ShieldQuestionMark aliases
|
|
933
933
|
export {
|
|
934
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 */
|
|
935
935
|
default as ShieldQuestion
|
|
936
936
|
} from '../icons/shield-question-mark';
|
|
937
937
|
|
|
938
|
-
// SlidersVertical aliases
|
|
939
|
-
export {
|
|
940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
941
|
-
default as Sliders
|
|
942
|
-
} from '../icons/sliders-vertical';
|
|
943
|
-
|
|
944
938
|
// ShieldX aliases
|
|
945
939
|
export {
|
|
946
940
|
/** @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 */
|
|
947
941
|
default as ShieldClose
|
|
948
942
|
} from '../icons/shield-x';
|
|
949
943
|
|
|
944
|
+
// SlidersVertical aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
947
|
+
default as Sliders
|
|
948
|
+
} from '../icons/sliders-vertical';
|
|
949
|
+
|
|
950
950
|
// Sparkles aliases
|
|
951
951
|
export {
|
|
952
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
@@ -1115,18 +1115,18 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashed aliases
|
|
1119
|
-
export {
|
|
1120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
1121
|
-
default as BoxSelect
|
|
1122
|
-
} from '../icons/square-dashed';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashedMousePointer aliases
|
|
1125
1119
|
export {
|
|
1126
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
1127
1121
|
default as MousePointerSquareDashed
|
|
1128
1122
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1129
1123
|
|
|
1124
|
+
// SquareDashed aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
1127
|
+
default as BoxSelect
|
|
1128
|
+
} from '../icons/square-dashed';
|
|
1129
|
+
|
|
1130
1130
|
// SquareDivide aliases
|
|
1131
1131
|
export {
|
|
1132
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
@@ -1163,18 +1163,18 @@ export {
|
|
|
1163
1163
|
default as LibrarySquare
|
|
1164
1164
|
} from '../icons/square-library';
|
|
1165
1165
|
|
|
1166
|
-
// SquareMenu aliases
|
|
1167
|
-
export {
|
|
1168
|
-
/** @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 */
|
|
1169
|
-
default as MenuSquare
|
|
1170
|
-
} from '../icons/square-menu';
|
|
1171
|
-
|
|
1172
1166
|
// SquareM aliases
|
|
1173
1167
|
export {
|
|
1174
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
1175
1169
|
default as MSquare
|
|
1176
1170
|
} from '../icons/square-m';
|
|
1177
1171
|
|
|
1172
|
+
// SquareMenu aliases
|
|
1173
|
+
export {
|
|
1174
|
+
/** @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 */
|
|
1175
|
+
default as MenuSquare
|
|
1176
|
+
} from '../icons/square-menu';
|
|
1177
|
+
|
|
1178
1178
|
// SquareMinus aliases
|
|
1179
1179
|
export {
|
|
1180
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 */
|
|
@@ -1229,6 +1229,12 @@ export {
|
|
|
1229
1229
|
default as PiSquare
|
|
1230
1230
|
} from '../icons/square-pi';
|
|
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
|
+
|
|
1232
1238
|
// SquarePilcrow aliases
|
|
1233
1239
|
export {
|
|
1234
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,12 +1247,6 @@ export {
|
|
|
1241
1247
|
default as PlusSquare
|
|
1242
1248
|
} from '../icons/square-plus';
|
|
1243
1249
|
|
|
1244
|
-
// SquarePlay aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @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 */
|
|
1247
|
-
default as PlaySquare
|
|
1248
|
-
} from '../icons/square-play';
|
|
1249
|
-
|
|
1250
1250
|
// SquarePower aliases
|
|
1251
1251
|
export {
|
|
1252
1252
|
/** @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 */
|
|
@@ -1373,18 +1373,18 @@ export {
|
|
|
1373
1373
|
default as Palmtree
|
|
1374
1374
|
} from '../icons/tree-palm';
|
|
1375
1375
|
|
|
1376
|
-
// TvMinimal aliases
|
|
1377
|
-
export {
|
|
1378
|
-
/** @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 */
|
|
1379
|
-
default as Tv2
|
|
1380
|
-
} from '../icons/tv-minimal';
|
|
1381
|
-
|
|
1382
1376
|
// TriangleAlert aliases
|
|
1383
1377
|
export {
|
|
1384
1378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
1385
1379
|
default as AlertTriangle
|
|
1386
1380
|
} from '../icons/triangle-alert';
|
|
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
|
// University aliases
|
|
1389
1389
|
export {
|
|
1390
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
@@ -1409,18 +1409,18 @@ export {
|
|
|
1409
1409
|
default as UserMinus2
|
|
1410
1410
|
} from '../icons/user-round-minus';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundX aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @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 */
|
|
1415
|
-
default as UserX2
|
|
1416
|
-
} from '../icons/user-round-x';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
1420
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 */
|
|
1421
1415
|
default as UserPlus2
|
|
1422
1416
|
} from '../icons/user-round-plus';
|
|
1423
1417
|
|
|
1418
|
+
// UserRoundX aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @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 */
|
|
1421
|
+
default as UserX2
|
|
1422
|
+
} from '../icons/user-round-x';
|
|
1423
|
+
|
|
1424
1424
|
// UserRound aliases
|
|
1425
1425
|
export {
|
|
1426
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -1439,18 +1439,18 @@ export {
|
|
|
1439
1439
|
default as ForkKnifeCrossed
|
|
1440
1440
|
} from '../icons/utensils-crossed';
|
|
1441
1441
|
|
|
1442
|
-
// WalletMinimal aliases
|
|
1443
|
-
export {
|
|
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 */
|
|
1445
|
-
default as Wallet2
|
|
1446
|
-
} from '../icons/wallet-minimal';
|
|
1447
|
-
|
|
1448
1442
|
// Utensils aliases
|
|
1449
1443
|
export {
|
|
1450
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 */
|
|
1451
1445
|
default as ForkKnife
|
|
1452
1446
|
} from '../icons/utensils';
|
|
1453
1447
|
|
|
1448
|
+
// WalletMinimal aliases
|
|
1449
|
+
export {
|
|
1450
|
+
/** @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 */
|
|
1451
|
+
default as Wallet2
|
|
1452
|
+
} from '../icons/wallet-minimal';
|
|
1453
|
+
|
|
1454
1454
|
// WandSparkles aliases
|
|
1455
1455
|
export {
|
|
1456
1456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|