@lucide/astro 1.26.0 → 1.27.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 +2 -2
- package/src/aliases/aliases.ts +106 -94
- package/src/aliases/prefixed.ts +713 -691
- package/src/aliases/suffixed.ts +1110 -1088
- package/src/icons/a-large-small.ts +1 -1
- package/src/icons/ambulance.ts +1 -1
- package/src/icons/barrel.ts +2 -2
- package/src/icons/bone-fracture.ts +1 -1
- package/src/icons/bot-off.ts +1 -1
- package/src/icons/captions.ts +1 -1
- package/src/icons/circle-fading-plus.ts +1 -1
- package/src/icons/diamond-minus.ts +1 -1
- package/src/icons/diamond-plus.ts +1 -1
- package/src/icons/feather.ts +2 -2
- package/src/icons/flag-triangle-left.ts +1 -1
- package/src/icons/gamepad-directional.ts +1 -1
- package/src/icons/git-merge-conflict.ts +1 -1
- package/src/icons/id-card-lanyard.ts +1 -1
- package/src/icons/index.ts +161 -154
- package/src/icons/keyboard-off.ts +1 -1
- package/src/icons/layers-plus.ts +1 -1
- package/src/icons/layout-freeform.ts +18 -0
- package/src/icons/lens-convex.ts +1 -1
- package/src/icons/line-squiggle.ts +1 -1
- package/src/icons/mic-audio-lines.ts +18 -0
- package/src/icons/mic-signal.ts +18 -0
- package/src/icons/mirror-rectangular.ts +1 -1
- package/src/icons/mirror-round.ts +1 -1
- package/src/icons/mosque.ts +18 -0
- package/src/icons/pilcrow-right.ts +1 -1
- package/src/icons/{history.ts → rotate-ccw-clock.ts} +4 -4
- package/src/icons/rotate-cw-fading-clock.ts +18 -0
- package/src/icons/{podcast.ts → scan-square.ts} +4 -4
- package/src/icons/scooter.ts +1 -1
- package/src/icons/search-alert.ts +1 -1
- package/src/icons/spline-pointer.ts +1 -1
- package/src/icons/square-arrow-right-enter.ts +1 -1
- package/src/icons/square-arrow-right-exit.ts +1 -1
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-off.ts +18 -0
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/squares-exclude.ts +1 -1
- package/src/icons/squares-intersect.ts +1 -1
- package/src/icons/squares-subtract.ts +1 -1
- package/src/icons/squares-unite.ts +1 -1
- package/src/icons/toilet.ts +1 -1
- package/src/icons/toolbox.ts +2 -2
- package/src/icons/trophy.ts +2 -2
- package/src/icons/truck.ts +1 -1
- package/src/icons/user-shield.ts +18 -0
- package/src/icons/van.ts +1 -1
- package/src/icons/zap-off.ts +2 -2
- package/src/icons/zap.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@astrojs/ts-plugin": "^1.10.10",
|
|
43
43
|
"@testing-library/dom": "^10.4.1",
|
|
44
44
|
"@testing-library/jest-dom": "^6.9.1",
|
|
45
|
-
"astro": "^
|
|
45
|
+
"astro": "^7.1.0",
|
|
46
46
|
"jest-serializer-html": "^7.1.0",
|
|
47
47
|
"linkedom": "^0.18.13",
|
|
48
48
|
"prettier": "^3.9.5",
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -65,18 +65,18 @@ export {
|
|
|
65
65
|
default as Verified
|
|
66
66
|
} from '../icons/badge-check';
|
|
67
67
|
|
|
68
|
-
// BadgeQuestionMark aliases
|
|
69
|
-
export {
|
|
70
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
71
|
-
default as BadgeHelp
|
|
72
|
-
} from '../icons/badge-question-mark';
|
|
73
|
-
|
|
74
68
|
// BetweenHorizontalEnd aliases
|
|
75
69
|
export {
|
|
76
70
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
77
71
|
default as BetweenHorizonalEnd
|
|
78
72
|
} from '../icons/between-horizontal-end';
|
|
79
73
|
|
|
74
|
+
// BadgeQuestionMark aliases
|
|
75
|
+
export {
|
|
76
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
77
|
+
default as BadgeHelp
|
|
78
|
+
} from '../icons/badge-question-mark';
|
|
79
|
+
|
|
80
80
|
// BetweenHorizontalStart aliases
|
|
81
81
|
export {
|
|
82
82
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowUp aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
227
|
-
default as ArrowUpCircle
|
|
228
|
-
} from '../icons/circle-arrow-up';
|
|
229
|
-
|
|
230
224
|
// CircleArrowRight aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
233
227
|
default as ArrowRightCircle
|
|
234
228
|
} from '../icons/circle-arrow-right';
|
|
235
229
|
|
|
230
|
+
// CircleArrowUp aliases
|
|
231
|
+
export {
|
|
232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
233
|
+
default as ArrowUpCircle
|
|
234
|
+
} from '../icons/circle-arrow-up';
|
|
235
|
+
|
|
236
236
|
// CircleCheckBig aliases
|
|
237
237
|
export {
|
|
238
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
@@ -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. */
|
|
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. */
|
|
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. */
|
|
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. */
|
|
@@ -539,18 +539,18 @@ export {
|
|
|
539
539
|
default as FileAudio2
|
|
540
540
|
} from '../icons/file-headphone';
|
|
541
541
|
|
|
542
|
-
// FileKey aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
545
|
-
default as FileKey2
|
|
546
|
-
} from '../icons/file-key';
|
|
547
|
-
|
|
548
542
|
// FileLock aliases
|
|
549
543
|
export {
|
|
550
544
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
551
545
|
default as FileLock2
|
|
552
546
|
} from '../icons/file-lock';
|
|
553
547
|
|
|
548
|
+
// FileKey aliases
|
|
549
|
+
export {
|
|
550
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
551
|
+
default as FileKey2
|
|
552
|
+
} from '../icons/file-key';
|
|
553
|
+
|
|
554
554
|
// FileMinusCorner aliases
|
|
555
555
|
export {
|
|
556
556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
@@ -635,18 +635,18 @@ export {
|
|
|
635
635
|
default as FolderEdit
|
|
636
636
|
} from '../icons/folder-pen';
|
|
637
637
|
|
|
638
|
-
// Funnel aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
641
|
-
default as Filter
|
|
642
|
-
} from '../icons/funnel';
|
|
643
|
-
|
|
644
638
|
// FunnelX aliases
|
|
645
639
|
export {
|
|
646
640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
647
641
|
default as FilterX
|
|
648
642
|
} from '../icons/funnel-x';
|
|
649
643
|
|
|
644
|
+
// Funnel aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
647
|
+
default as Filter
|
|
648
|
+
} from '../icons/funnel';
|
|
649
|
+
|
|
650
650
|
// GitCommitHorizontal aliases
|
|
651
651
|
export {
|
|
652
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
@@ -689,18 +689,18 @@ export {
|
|
|
689
689
|
default as Grid3X3
|
|
690
690
|
} from '../icons/grid-3x3';
|
|
691
691
|
|
|
692
|
-
// HandGrab aliases
|
|
693
|
-
export {
|
|
694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
695
|
-
default as Grab
|
|
696
|
-
} from '../icons/hand-grab';
|
|
697
|
-
|
|
698
692
|
// HandHelping aliases
|
|
699
693
|
export {
|
|
700
694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
701
695
|
default as HelpingHand
|
|
702
696
|
} from '../icons/hand-helping';
|
|
703
697
|
|
|
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. */
|
|
701
|
+
default as Grab
|
|
702
|
+
} from '../icons/hand-grab';
|
|
703
|
+
|
|
704
704
|
// House aliases
|
|
705
705
|
export {
|
|
706
706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
@@ -791,6 +791,12 @@ export {
|
|
|
791
791
|
default as MessageCircleQuestion
|
|
792
792
|
} from '../icons/message-circle-question-mark';
|
|
793
793
|
|
|
794
|
+
// MicSignal aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
|
|
797
|
+
default as Podcast
|
|
798
|
+
} from '../icons/mic-signal';
|
|
799
|
+
|
|
794
800
|
// MicVocal aliases
|
|
795
801
|
export {
|
|
796
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
@@ -905,6 +911,12 @@ export {
|
|
|
905
911
|
default as Rotate3D
|
|
906
912
|
} from '../icons/rotate-3d';
|
|
907
913
|
|
|
914
|
+
// RotateCcwClock aliases
|
|
915
|
+
export {
|
|
916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
917
|
+
default as History
|
|
918
|
+
} from '../icons/rotate-ccw-clock';
|
|
919
|
+
|
|
908
920
|
// Rows2 aliases
|
|
909
921
|
export {
|
|
910
922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
@@ -935,12 +947,6 @@ export {
|
|
|
935
947
|
default as ShieldQuestion
|
|
936
948
|
} from '../icons/shield-question-mark';
|
|
937
949
|
|
|
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. */
|
|
941
|
-
default as ShieldClose
|
|
942
|
-
} from '../icons/shield-x';
|
|
943
|
-
|
|
944
950
|
// SlidersVertical aliases
|
|
945
951
|
export {
|
|
946
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
@@ -953,6 +959,12 @@ export {
|
|
|
953
959
|
default as Stars
|
|
954
960
|
} from '../icons/sparkles';
|
|
955
961
|
|
|
962
|
+
// ShieldX aliases
|
|
963
|
+
export {
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
965
|
+
default as ShieldClose
|
|
966
|
+
} from '../icons/shield-x';
|
|
967
|
+
|
|
956
968
|
// SquareActivity aliases
|
|
957
969
|
export {
|
|
958
970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
@@ -995,18 +1007,18 @@ export {
|
|
|
995
1007
|
default as ArrowDownRightFromSquare
|
|
996
1008
|
} from '../icons/square-arrow-out-down-right';
|
|
997
1009
|
|
|
998
|
-
// SquareArrowOutUpRight aliases
|
|
999
|
-
export {
|
|
1000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1001
|
-
default as ArrowUpRightFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1003
|
-
|
|
1004
1010
|
// SquareArrowOutUpLeft aliases
|
|
1005
1011
|
export {
|
|
1006
1012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
1007
1013
|
default as ArrowUpLeftFromSquare
|
|
1008
1014
|
} from '../icons/square-arrow-out-up-left';
|
|
1009
1015
|
|
|
1016
|
+
// SquareArrowOutUpRight aliases
|
|
1017
|
+
export {
|
|
1018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1019
|
+
default as ArrowUpRightFromSquare
|
|
1020
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1021
|
+
|
|
1010
1022
|
// SquareArrowRight aliases
|
|
1011
1023
|
export {
|
|
1012
1024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
@@ -1067,18 +1079,18 @@ export {
|
|
|
1067
1079
|
default as SquareGanttChart
|
|
1068
1080
|
} from '../icons/square-chart-gantt';
|
|
1069
1081
|
|
|
1070
|
-
// SquareCheckBig aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1073
|
-
default as CheckSquare
|
|
1074
|
-
} from '../icons/square-check-big';
|
|
1075
|
-
|
|
1076
1082
|
// SquareCheck aliases
|
|
1077
1083
|
export {
|
|
1078
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1079
1085
|
default as CheckSquare2
|
|
1080
1086
|
} from '../icons/square-check';
|
|
1081
1087
|
|
|
1088
|
+
// SquareCheckBig aliases
|
|
1089
|
+
export {
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1091
|
+
default as CheckSquare
|
|
1092
|
+
} from '../icons/square-check-big';
|
|
1093
|
+
|
|
1082
1094
|
// SquareChevronDown aliases
|
|
1083
1095
|
export {
|
|
1084
1096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
@@ -1097,6 +1109,12 @@ export {
|
|
|
1097
1109
|
default as ChevronRightSquare
|
|
1098
1110
|
} from '../icons/square-chevron-right';
|
|
1099
1111
|
|
|
1112
|
+
// SquareCode aliases
|
|
1113
|
+
export {
|
|
1114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
1115
|
+
default as CodeSquare
|
|
1116
|
+
} from '../icons/square-code';
|
|
1117
|
+
|
|
1100
1118
|
// SquareChevronUp aliases
|
|
1101
1119
|
export {
|
|
1102
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
@@ -1109,12 +1127,6 @@ export {
|
|
|
1109
1127
|
default as KanbanSquareDashed
|
|
1110
1128
|
} from '../icons/square-dashed-kanban';
|
|
1111
1129
|
|
|
1112
|
-
// SquareCode aliases
|
|
1113
|
-
export {
|
|
1114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
1115
|
-
default as CodeSquare
|
|
1116
|
-
} from '../icons/square-code';
|
|
1117
|
-
|
|
1118
1130
|
// SquareDashedMousePointer aliases
|
|
1119
1131
|
export {
|
|
1120
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
@@ -1133,12 +1145,6 @@ export {
|
|
|
1133
1145
|
default as TextSelect
|
|
1134
1146
|
} from '../icons/square-dashed-text';
|
|
1135
1147
|
|
|
1136
|
-
// SquareDashed aliases
|
|
1137
|
-
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1139
|
-
default as BoxSelect
|
|
1140
|
-
} from '../icons/square-dashed';
|
|
1141
|
-
|
|
1142
1148
|
// SquareDivide aliases
|
|
1143
1149
|
export {
|
|
1144
1150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
@@ -1151,6 +1157,12 @@ export {
|
|
|
1151
1157
|
default as DotSquare
|
|
1152
1158
|
} from '../icons/square-dot';
|
|
1153
1159
|
|
|
1160
|
+
// SquareDashed aliases
|
|
1161
|
+
export {
|
|
1162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1163
|
+
default as BoxSelect
|
|
1164
|
+
} from '../icons/square-dashed';
|
|
1165
|
+
|
|
1154
1166
|
// SquareEqual aliases
|
|
1155
1167
|
export {
|
|
1156
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
@@ -1229,6 +1241,12 @@ export {
|
|
|
1229
1241
|
default as PenSquare
|
|
1230
1242
|
} from '../icons/square-pen';
|
|
1231
1243
|
|
|
1244
|
+
// SquarePi aliases
|
|
1245
|
+
export {
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1247
|
+
default as PiSquare
|
|
1248
|
+
} from '../icons/square-pi';
|
|
1249
|
+
|
|
1232
1250
|
// SquarePercent aliases
|
|
1233
1251
|
export {
|
|
1234
1252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
@@ -1241,12 +1259,6 @@ export {
|
|
|
1241
1259
|
default as PilcrowSquare
|
|
1242
1260
|
} from '../icons/square-pilcrow';
|
|
1243
1261
|
|
|
1244
|
-
// SquarePi aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1247
|
-
default as PiSquare
|
|
1248
|
-
} from '../icons/square-pi';
|
|
1249
|
-
|
|
1250
1262
|
// SquarePlay aliases
|
|
1251
1263
|
export {
|
|
1252
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
@@ -1313,18 +1325,18 @@ export {
|
|
|
1313
1325
|
default as UserSquare
|
|
1314
1326
|
} from '../icons/square-user';
|
|
1315
1327
|
|
|
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. */
|
|
1319
|
-
default as XSquare
|
|
1320
|
-
} from '../icons/square-x';
|
|
1321
|
-
|
|
1322
1328
|
// TestTubeDiagonal aliases
|
|
1323
1329
|
export {
|
|
1324
1330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
1325
1331
|
default as TestTube2
|
|
1326
1332
|
} from '../icons/test-tube-diagonal';
|
|
1327
1333
|
|
|
1334
|
+
// SquareX aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
1337
|
+
default as XSquare
|
|
1338
|
+
} from '../icons/square-x';
|
|
1339
|
+
|
|
1328
1340
|
// TextAlignCenter aliases
|
|
1329
1341
|
export {
|
|
1330
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
@@ -1391,18 +1403,18 @@ export {
|
|
|
1391
1403
|
default as Tv2
|
|
1392
1404
|
} from '../icons/tv-minimal';
|
|
1393
1405
|
|
|
1394
|
-
// University aliases
|
|
1395
|
-
export {
|
|
1396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1397
|
-
default as School2
|
|
1398
|
-
} from '../icons/university';
|
|
1399
|
-
|
|
1400
1406
|
// UserRoundCheck aliases
|
|
1401
1407
|
export {
|
|
1402
1408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1403
1409
|
default as UserCheck2
|
|
1404
1410
|
} from '../icons/user-round-check';
|
|
1405
1411
|
|
|
1412
|
+
// University aliases
|
|
1413
|
+
export {
|
|
1414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1415
|
+
default as School2
|
|
1416
|
+
} from '../icons/university';
|
|
1417
|
+
|
|
1406
1418
|
// UserRoundCog aliases
|
|
1407
1419
|
export {
|
|
1408
1420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
@@ -1427,23 +1439,17 @@ export {
|
|
|
1427
1439
|
default as UserX2
|
|
1428
1440
|
} from '../icons/user-round-x';
|
|
1429
1441
|
|
|
1430
|
-
// UserRound aliases
|
|
1431
|
-
export {
|
|
1432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
1433
|
-
default as User2
|
|
1434
|
-
} from '../icons/user-round';
|
|
1435
|
-
|
|
1436
1442
|
// UsersRound aliases
|
|
1437
1443
|
export {
|
|
1438
1444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
1439
1445
|
default as Users2
|
|
1440
1446
|
} from '../icons/users-round';
|
|
1441
1447
|
|
|
1442
|
-
//
|
|
1448
|
+
// UserRound aliases
|
|
1443
1449
|
export {
|
|
1444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1445
|
-
default as
|
|
1446
|
-
} from '../icons/
|
|
1450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
1451
|
+
default as User2
|
|
1452
|
+
} from '../icons/user-round';
|
|
1447
1453
|
|
|
1448
1454
|
// Utensils aliases
|
|
1449
1455
|
export {
|
|
@@ -1451,6 +1457,12 @@ export {
|
|
|
1451
1457
|
default as ForkKnife
|
|
1452
1458
|
} from '../icons/utensils';
|
|
1453
1459
|
|
|
1460
|
+
// UtensilsCrossed aliases
|
|
1461
|
+
export {
|
|
1462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
1463
|
+
default as ForkKnifeCrossed
|
|
1464
|
+
} from '../icons/utensils-crossed';
|
|
1465
|
+
|
|
1454
1466
|
// WalletMinimal aliases
|
|
1455
1467
|
export {
|
|
1456
1468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|