@lucide/astro 1.13.0 → 1.15.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/README.md +1 -1
- package/package.json +1 -1
- package/src/aliases/aliases.ts +102 -102
- package/src/aliases/prefixed.ts +802 -786
- package/src/aliases/suffixed.ts +1132 -1116
- package/src/icons/broccoli.ts +18 -0
- package/src/icons/candy-cane.ts +2 -2
- package/src/icons/chart-no-axes-combined.ts +2 -2
- package/src/icons/index.ts +137 -129
- package/src/icons/landmark.ts +2 -2
- package/src/icons/repeat-off.ts +18 -0
- package/src/icons/sticky-note-check.ts +18 -0
- package/src/icons/sticky-note-minus.ts +18 -0
- package/src/icons/sticky-note-off.ts +18 -0
- package/src/icons/sticky-note-plus.ts +18 -0
- package/src/icons/sticky-note-x.ts +18 -0
- package/src/icons/sticky-notes.ts +18 -0
- package/src/icons/text-cursor.ts +2 -2
- package/src/icons/volleyball.ts +2 -2
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/licen
|
|
|
72
72
|
|
|
73
73
|
### Hero backers 🦸
|
|
74
74
|
|
|
75
|
-
<a href="https://
|
|
75
|
+
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
76
76
|
|
|
77
77
|
### Awesome backers 🍺
|
|
78
78
|
|
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -23,18 +23,18 @@ export {
|
|
|
23
23
|
default as ArrowDownAz
|
|
24
24
|
} from '../icons/arrow-down-a-z';
|
|
25
25
|
|
|
26
|
-
// ArrowDownWideNarrow aliases
|
|
27
|
-
export {
|
|
28
|
-
/** @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
|
-
default as SortDesc
|
|
30
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
31
|
-
|
|
32
26
|
// ArrowDownZA aliases
|
|
33
27
|
export {
|
|
34
28
|
/** @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 */
|
|
35
29
|
default as ArrowDownZa
|
|
36
30
|
} from '../icons/arrow-down-z-a';
|
|
37
31
|
|
|
32
|
+
// ArrowDownWideNarrow aliases
|
|
33
|
+
export {
|
|
34
|
+
/** @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 */
|
|
35
|
+
default as SortDesc
|
|
36
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
37
|
+
|
|
38
38
|
// ArrowUpAZ aliases
|
|
39
39
|
export {
|
|
40
40
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
@@ -239,18 +239,18 @@ export {
|
|
|
239
239
|
default as CheckCircle
|
|
240
240
|
} from '../icons/circle-check-big';
|
|
241
241
|
|
|
242
|
-
// CircleChevronDown aliases
|
|
243
|
-
export {
|
|
244
|
-
/** @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 */
|
|
245
|
-
default as ChevronDownCircle
|
|
246
|
-
} from '../icons/circle-chevron-down';
|
|
247
|
-
|
|
248
242
|
// CircleCheck aliases
|
|
249
243
|
export {
|
|
250
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
251
245
|
default as CheckCircle2
|
|
252
246
|
} from '../icons/circle-check';
|
|
253
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. This alias will be removed in v1.0 */
|
|
251
|
+
default as ChevronDownCircle
|
|
252
|
+
} from '../icons/circle-chevron-down';
|
|
253
|
+
|
|
254
254
|
// CircleChevronLeft aliases
|
|
255
255
|
export {
|
|
256
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,6 +263,12 @@ export {
|
|
|
263
263
|
default as ChevronRightCircle
|
|
264
264
|
} from '../icons/circle-chevron-right';
|
|
265
265
|
|
|
266
|
+
// CircleChevronUp aliases
|
|
267
|
+
export {
|
|
268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
269
|
+
default as ChevronUpCircle
|
|
270
|
+
} from '../icons/circle-chevron-up';
|
|
271
|
+
|
|
266
272
|
// CircleDivide aliases
|
|
267
273
|
export {
|
|
268
274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
@@ -281,12 +287,6 @@ export {
|
|
|
281
287
|
default as MinusCircle
|
|
282
288
|
} from '../icons/circle-minus';
|
|
283
289
|
|
|
284
|
-
// CircleChevronUp aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
287
|
-
default as ChevronUpCircle
|
|
288
|
-
} from '../icons/circle-chevron-up';
|
|
289
|
-
|
|
290
290
|
// CircleParkingOff aliases
|
|
291
291
|
export {
|
|
292
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
@@ -455,18 +455,18 @@ export {
|
|
|
455
455
|
default as MoreHorizontal
|
|
456
456
|
} from '../icons/ellipsis';
|
|
457
457
|
|
|
458
|
-
// FileBadge aliases
|
|
459
|
-
export {
|
|
460
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
461
|
-
default as FileBadge2
|
|
462
|
-
} from '../icons/file-badge';
|
|
463
|
-
|
|
464
458
|
// FileAxis3d aliases
|
|
465
459
|
export {
|
|
466
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 */
|
|
467
461
|
default as FileAxis3D
|
|
468
462
|
} from '../icons/file-axis-3d';
|
|
469
463
|
|
|
464
|
+
// FileBadge aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
467
|
+
default as FileBadge2
|
|
468
|
+
} from '../icons/file-badge';
|
|
469
|
+
|
|
470
470
|
// FileBracesCorner aliases
|
|
471
471
|
export {
|
|
472
472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -701,18 +701,18 @@ export {
|
|
|
701
701
|
default as HelpingHand
|
|
702
702
|
} from '../icons/hand-helping';
|
|
703
703
|
|
|
704
|
-
// IceCreamBowl aliases
|
|
705
|
-
export {
|
|
706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
707
|
-
default as IceCream2
|
|
708
|
-
} from '../icons/ice-cream-bowl';
|
|
709
|
-
|
|
710
704
|
// House aliases
|
|
711
705
|
export {
|
|
712
706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
713
707
|
default as Home
|
|
714
708
|
} from '../icons/house';
|
|
715
709
|
|
|
710
|
+
// IceCreamBowl aliases
|
|
711
|
+
export {
|
|
712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
713
|
+
default as IceCream2
|
|
714
|
+
} from '../icons/ice-cream-bowl';
|
|
715
|
+
|
|
716
716
|
// IceCreamCone aliases
|
|
717
717
|
export {
|
|
718
718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} 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
|
-
// LoaderCircle aliases
|
|
759
|
-
export {
|
|
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 */
|
|
761
|
-
default as Loader2
|
|
762
|
-
} from '../icons/loader-circle';
|
|
763
|
-
|
|
764
758
|
// LockKeyholeOpen aliases
|
|
765
759
|
export {
|
|
766
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 */
|
|
767
761
|
default as UnlockKeyhole
|
|
768
762
|
} from '../icons/lock-keyhole-open';
|
|
769
763
|
|
|
764
|
+
// LoaderCircle aliases
|
|
765
|
+
export {
|
|
766
|
+
/** @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
|
+
default as Loader2
|
|
768
|
+
} from '../icons/loader-circle';
|
|
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 */
|
|
@@ -905,18 +905,18 @@ export {
|
|
|
905
905
|
default as Rotate3D
|
|
906
906
|
} from '../icons/rotate-3d';
|
|
907
907
|
|
|
908
|
-
// Rows2 aliases
|
|
909
|
-
export {
|
|
910
|
-
/** @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 */
|
|
911
|
-
default as Rows
|
|
912
|
-
} from '../icons/rows-2';
|
|
913
|
-
|
|
914
908
|
// Rows3 aliases
|
|
915
909
|
export {
|
|
916
910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
917
911
|
default as PanelsTopBottom
|
|
918
912
|
} from '../icons/rows-3';
|
|
919
913
|
|
|
914
|
+
// Rows2 aliases
|
|
915
|
+
export {
|
|
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';
|
|
919
|
+
|
|
920
920
|
// Scale3d aliases
|
|
921
921
|
export {
|
|
922
922
|
/** @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,36 +929,36 @@ export {
|
|
|
929
929
|
default as SendHorizonal
|
|
930
930
|
} from '../icons/send-horizontal';
|
|
931
931
|
|
|
932
|
-
// ShieldX aliases
|
|
933
|
-
export {
|
|
934
|
-
/** @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 */
|
|
935
|
-
default as ShieldClose
|
|
936
|
-
} from '../icons/shield-x';
|
|
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
|
+
// ShieldX aliases
|
|
939
|
+
export {
|
|
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 */
|
|
941
|
+
default as ShieldClose
|
|
942
|
+
} from '../icons/shield-x';
|
|
943
|
+
|
|
944
944
|
// SlidersVertical aliases
|
|
945
945
|
export {
|
|
946
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
947
|
default as Sliders
|
|
948
948
|
} from '../icons/sliders-vertical';
|
|
949
949
|
|
|
950
|
-
// Sparkles aliases
|
|
951
|
-
export {
|
|
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 */
|
|
953
|
-
default as Stars
|
|
954
|
-
} from '../icons/sparkles';
|
|
955
|
-
|
|
956
950
|
// SquareActivity aliases
|
|
957
951
|
export {
|
|
958
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
959
953
|
default as ActivitySquare
|
|
960
954
|
} from '../icons/square-activity';
|
|
961
955
|
|
|
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. This alias will be removed in v1.0 */
|
|
959
|
+
default as Stars
|
|
960
|
+
} from '../icons/sparkles';
|
|
961
|
+
|
|
962
962
|
// SquareArrowDownLeft aliases
|
|
963
963
|
export {
|
|
964
964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -989,18 +989,18 @@ export {
|
|
|
989
989
|
default as ArrowDownLeftFromSquare
|
|
990
990
|
} from '../icons/square-arrow-out-down-left';
|
|
991
991
|
|
|
992
|
-
// SquareArrowOutDownRight aliases
|
|
993
|
-
export {
|
|
994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
995
|
-
default as ArrowDownRightFromSquare
|
|
996
|
-
} from '../icons/square-arrow-out-down-right';
|
|
997
|
-
|
|
998
992
|
// SquareArrowOutUpLeft aliases
|
|
999
993
|
export {
|
|
1000
994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
1001
995
|
default as ArrowUpLeftFromSquare
|
|
1002
996
|
} from '../icons/square-arrow-out-up-left';
|
|
1003
997
|
|
|
998
|
+
// SquareArrowOutDownRight aliases
|
|
999
|
+
export {
|
|
1000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
1001
|
+
default as ArrowDownRightFromSquare
|
|
1002
|
+
} from '../icons/square-arrow-out-down-right';
|
|
1003
|
+
|
|
1004
1004
|
// SquareArrowOutUpRight aliases
|
|
1005
1005
|
export {
|
|
1006
1006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1019,18 +1019,18 @@ export {
|
|
|
1019
1019
|
default as ArrowUpLeftSquare
|
|
1020
1020
|
} from '../icons/square-arrow-up-left';
|
|
1021
1021
|
|
|
1022
|
-
// SquareArrowUp aliases
|
|
1023
|
-
export {
|
|
1024
|
-
/** @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 */
|
|
1025
|
-
default as ArrowUpSquare
|
|
1026
|
-
} from '../icons/square-arrow-up';
|
|
1027
|
-
|
|
1028
1022
|
// SquareArrowUpRight aliases
|
|
1029
1023
|
export {
|
|
1030
1024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
1031
1025
|
default as ArrowUpRightSquare
|
|
1032
1026
|
} from '../icons/square-arrow-up-right';
|
|
1033
1027
|
|
|
1028
|
+
// SquareArrowUp aliases
|
|
1029
|
+
export {
|
|
1030
|
+
/** @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 */
|
|
1031
|
+
default as ArrowUpSquare
|
|
1032
|
+
} from '../icons/square-arrow-up';
|
|
1033
|
+
|
|
1034
1034
|
// SquareAsterisk aliases
|
|
1035
1035
|
export {
|
|
1036
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 */
|
|
@@ -1115,12 +1115,6 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashedMousePointer aliases
|
|
1119
|
-
export {
|
|
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 */
|
|
1121
|
-
default as MousePointerSquareDashed
|
|
1122
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashedText aliases
|
|
1125
1119
|
export {
|
|
1126
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
@@ -1133,6 +1127,12 @@ export {
|
|
|
1133
1127
|
default as TextSelect
|
|
1134
1128
|
} from '../icons/square-dashed-text';
|
|
1135
1129
|
|
|
1130
|
+
// SquareDashedMousePointer aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @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 */
|
|
1133
|
+
default as MousePointerSquareDashed
|
|
1134
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
1135
|
+
|
|
1136
1136
|
// SquareDashed aliases
|
|
1137
1137
|
export {
|
|
1138
1138
|
/** @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 */
|
|
@@ -1181,18 +1181,18 @@ export {
|
|
|
1181
1181
|
default as MSquare
|
|
1182
1182
|
} from '../icons/square-m';
|
|
1183
1183
|
|
|
1184
|
-
// SquareMenu aliases
|
|
1185
|
-
export {
|
|
1186
|
-
/** @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
|
-
default as MenuSquare
|
|
1188
|
-
} from '../icons/square-menu';
|
|
1189
|
-
|
|
1190
1184
|
// SquareMinus aliases
|
|
1191
1185
|
export {
|
|
1192
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 */
|
|
1193
1187
|
default as MinusSquare
|
|
1194
1188
|
} from '../icons/square-minus';
|
|
1195
1189
|
|
|
1190
|
+
// SquareMenu aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @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 */
|
|
1193
|
+
default as MenuSquare
|
|
1194
|
+
} from '../icons/square-menu';
|
|
1195
|
+
|
|
1196
1196
|
// SquareMousePointer aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @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 */
|
|
@@ -1211,6 +1211,12 @@ export {
|
|
|
1211
1211
|
default as ParkingSquare
|
|
1212
1212
|
} from '../icons/square-parking';
|
|
1213
1213
|
|
|
1214
|
+
// SquarePercent aliases
|
|
1215
|
+
export {
|
|
1216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1217
|
+
default as PercentSquare
|
|
1218
|
+
} from '../icons/square-percent';
|
|
1219
|
+
|
|
1214
1220
|
// SquarePen aliases
|
|
1215
1221
|
export {
|
|
1216
1222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
@@ -1229,12 +1235,6 @@ export {
|
|
|
1229
1235
|
default as PenSquare
|
|
1230
1236
|
} from '../icons/square-pen';
|
|
1231
1237
|
|
|
1232
|
-
// SquarePercent aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1235
|
-
default as PercentSquare
|
|
1236
|
-
} from '../icons/square-percent';
|
|
1237
|
-
|
|
1238
1238
|
// SquarePi aliases
|
|
1239
1239
|
export {
|
|
1240
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
@@ -1307,6 +1307,12 @@ export {
|
|
|
1307
1307
|
default as UserSquare2
|
|
1308
1308
|
} from '../icons/square-user-round';
|
|
1309
1309
|
|
|
1310
|
+
// SquareUser aliases
|
|
1311
|
+
export {
|
|
1312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
1313
|
+
default as UserSquare
|
|
1314
|
+
} from '../icons/square-user';
|
|
1315
|
+
|
|
1310
1316
|
// SquareX aliases
|
|
1311
1317
|
export {
|
|
1312
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,12 +1325,6 @@ export {
|
|
|
1319
1325
|
default as TestTube2
|
|
1320
1326
|
} from '../icons/test-tube-diagonal';
|
|
1321
1327
|
|
|
1322
|
-
// SquareUser aliases
|
|
1323
|
-
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
1325
|
-
default as UserSquare
|
|
1326
|
-
} from '../icons/square-user';
|
|
1327
|
-
|
|
1328
1328
|
// TextAlignCenter aliases
|
|
1329
1329
|
export {
|
|
1330
1330
|
/** @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 */
|
|
@@ -1391,18 +1391,18 @@ export {
|
|
|
1391
1391
|
default as Tv2
|
|
1392
1392
|
} from '../icons/tv-minimal';
|
|
1393
1393
|
|
|
1394
|
-
// UserRoundCheck aliases
|
|
1395
|
-
export {
|
|
1396
|
-
/** @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 */
|
|
1397
|
-
default as UserCheck2
|
|
1398
|
-
} from '../icons/user-round-check';
|
|
1399
|
-
|
|
1400
1394
|
// University aliases
|
|
1401
1395
|
export {
|
|
1402
1396
|
/** @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 */
|
|
1403
1397
|
default as School2
|
|
1404
1398
|
} from '../icons/university';
|
|
1405
1399
|
|
|
1400
|
+
// UserRoundCheck aliases
|
|
1401
|
+
export {
|
|
1402
|
+
/** @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 */
|
|
1403
|
+
default as UserCheck2
|
|
1404
|
+
} from '../icons/user-round-check';
|
|
1405
|
+
|
|
1406
1406
|
// UserRoundCog aliases
|
|
1407
1407
|
export {
|
|
1408
1408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
@@ -1457,15 +1457,15 @@ export {
|
|
|
1457
1457
|
default as Wallet2
|
|
1458
1458
|
} from '../icons/wallet-minimal';
|
|
1459
1459
|
|
|
1460
|
-
// WavesHorizontal aliases
|
|
1461
|
-
export {
|
|
1462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
1463
|
-
default as Waves
|
|
1464
|
-
} from '../icons/waves-horizontal';
|
|
1465
|
-
|
|
1466
1460
|
// WandSparkles aliases
|
|
1467
1461
|
export {
|
|
1468
1462
|
/** @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 */
|
|
1469
1463
|
default as Wand2
|
|
1470
1464
|
} from '../icons/wand-sparkles';
|
|
1471
1465
|
|
|
1466
|
+
// WavesHorizontal aliases
|
|
1467
|
+
export {
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
1469
|
+
default as Waves
|
|
1470
|
+
} from '../icons/waves-horizontal';
|
|
1471
|
+
|