@lucide/astro 0.564.0 → 0.565.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 +112 -112
- package/src/aliases/prefixed.ts +661 -657
- package/src/aliases/suffixed.ts +1009 -1005
- package/src/icons/index.ts +165 -163
- package/src/icons/lens-concave.ts +18 -0
- package/src/icons/lens-convex.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -71,18 +71,18 @@ export {
|
|
|
71
71
|
default as BadgeHelp
|
|
72
72
|
} from '../icons/badge-question-mark';
|
|
73
73
|
|
|
74
|
-
// BetweenHorizontalEnd aliases
|
|
75
|
-
export {
|
|
76
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
77
|
-
default as BetweenHorizonalEnd
|
|
78
|
-
} from '../icons/between-horizontal-end';
|
|
79
|
-
|
|
80
74
|
// BetweenHorizontalStart aliases
|
|
81
75
|
export {
|
|
82
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
83
77
|
default as BetweenHorizonalStart
|
|
84
78
|
} from '../icons/between-horizontal-start';
|
|
85
79
|
|
|
80
|
+
// BetweenHorizontalEnd aliases
|
|
81
|
+
export {
|
|
82
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
83
|
+
default as BetweenHorizonalEnd
|
|
84
|
+
} from '../icons/between-horizontal-end';
|
|
85
|
+
|
|
86
86
|
// BookDashed aliases
|
|
87
87
|
export {
|
|
88
88
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
@@ -149,12 +149,6 @@ export {
|
|
|
149
149
|
default as LineChart
|
|
150
150
|
} from '../icons/chart-line';
|
|
151
151
|
|
|
152
|
-
// ChartNoAxesColumn aliases
|
|
153
|
-
export {
|
|
154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
155
|
-
default as BarChart2
|
|
156
|
-
} from '../icons/chart-no-axes-column';
|
|
157
|
-
|
|
158
152
|
// ChartNoAxesColumnIncreasing aliases
|
|
159
153
|
export {
|
|
160
154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -167,6 +161,12 @@ export {
|
|
|
167
161
|
default as GanttChart
|
|
168
162
|
} from '../icons/chart-no-axes-gantt';
|
|
169
163
|
|
|
164
|
+
// ChartNoAxesColumn aliases
|
|
165
|
+
export {
|
|
166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
167
|
+
default as BarChart2
|
|
168
|
+
} from '../icons/chart-no-axes-column';
|
|
169
|
+
|
|
170
170
|
// ChartPie aliases
|
|
171
171
|
export {
|
|
172
172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
@@ -191,18 +191,18 @@ export {
|
|
|
191
191
|
default as AlertCircle
|
|
192
192
|
} from '../icons/circle-alert';
|
|
193
193
|
|
|
194
|
-
// CircleArrowLeft aliases
|
|
195
|
-
export {
|
|
196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
197
|
-
default as ArrowLeftCircle
|
|
198
|
-
} from '../icons/circle-arrow-left';
|
|
199
|
-
|
|
200
194
|
// CircleArrowDown aliases
|
|
201
195
|
export {
|
|
202
196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
203
197
|
default as ArrowDownCircle
|
|
204
198
|
} from '../icons/circle-arrow-down';
|
|
205
199
|
|
|
200
|
+
// CircleArrowLeft aliases
|
|
201
|
+
export {
|
|
202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
203
|
+
default as ArrowLeftCircle
|
|
204
|
+
} from '../icons/circle-arrow-left';
|
|
205
|
+
|
|
206
206
|
// CircleArrowOutDownLeft aliases
|
|
207
207
|
export {
|
|
208
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -479,18 +479,18 @@ export {
|
|
|
479
479
|
default as FileJson2
|
|
480
480
|
} from '../icons/file-braces-corner';
|
|
481
481
|
|
|
482
|
-
// FileBraces aliases
|
|
483
|
-
export {
|
|
484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
485
|
-
default as FileJson
|
|
486
|
-
} from '../icons/file-braces';
|
|
487
|
-
|
|
488
482
|
// FileChartColumnIncreasing aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
491
485
|
default as FileBarChart
|
|
492
486
|
} from '../icons/file-chart-column-increasing';
|
|
493
487
|
|
|
488
|
+
// FileBraces aliases
|
|
489
|
+
export {
|
|
490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
491
|
+
default as FileJson
|
|
492
|
+
} from '../icons/file-braces';
|
|
493
|
+
|
|
494
494
|
// FileChartColumn aliases
|
|
495
495
|
export {
|
|
496
496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} 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 */
|
|
@@ -557,18 +557,18 @@ export {
|
|
|
557
557
|
default as FileLock2
|
|
558
558
|
} from '../icons/file-lock';
|
|
559
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
560
|
// FilePenLine aliases
|
|
567
561
|
export {
|
|
568
562
|
/** @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 */
|
|
569
563
|
default as FileSignature
|
|
570
564
|
} from '../icons/file-pen-line';
|
|
571
565
|
|
|
566
|
+
// FileMinusCorner aliases
|
|
567
|
+
export {
|
|
568
|
+
/** @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 */
|
|
569
|
+
default as FileMinus2
|
|
570
|
+
} from '../icons/file-minus-corner';
|
|
571
|
+
|
|
572
572
|
// FilePen aliases
|
|
573
573
|
export {
|
|
574
574
|
/** @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 */
|
|
@@ -665,18 +665,18 @@ export {
|
|
|
665
665
|
default as Grid2X2Check
|
|
666
666
|
} from '../icons/grid-2x2-check';
|
|
667
667
|
|
|
668
|
-
// Grid2x2X aliases
|
|
669
|
-
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
671
|
-
default as Grid2X2X
|
|
672
|
-
} from '../icons/grid-2x2-x';
|
|
673
|
-
|
|
674
668
|
// Grid2x2Plus aliases
|
|
675
669
|
export {
|
|
676
670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
677
671
|
default as Grid2X2Plus
|
|
678
672
|
} from '../icons/grid-2x2-plus';
|
|
679
673
|
|
|
674
|
+
// Grid2x2X aliases
|
|
675
|
+
export {
|
|
676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
677
|
+
default as Grid2X2X
|
|
678
|
+
} from '../icons/grid-2x2-x';
|
|
679
|
+
|
|
680
680
|
// Grid2x2 aliases
|
|
681
681
|
export {
|
|
682
682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
@@ -731,18 +731,6 @@ export {
|
|
|
731
731
|
default as Laptop2
|
|
732
732
|
} from '../icons/laptop-minimal';
|
|
733
733
|
|
|
734
|
-
// ListIndentDecrease aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @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 */
|
|
737
|
-
default as Outdent
|
|
738
|
-
} from '../icons/list-indent-decrease';
|
|
739
|
-
|
|
740
|
-
// ListIndentDecrease aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @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
|
-
default as IndentDecrease
|
|
744
|
-
} from '../icons/list-indent-decrease';
|
|
745
|
-
|
|
746
734
|
// Layers aliases
|
|
747
735
|
export {
|
|
748
736
|
/** @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 */
|
|
@@ -761,6 +749,18 @@ export {
|
|
|
761
749
|
default as IndentIncrease
|
|
762
750
|
} from '../icons/list-indent-increase';
|
|
763
751
|
|
|
752
|
+
// ListIndentDecrease aliases
|
|
753
|
+
export {
|
|
754
|
+
/** @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 */
|
|
755
|
+
default as Outdent
|
|
756
|
+
} from '../icons/list-indent-decrease';
|
|
757
|
+
|
|
758
|
+
// ListIndentDecrease aliases
|
|
759
|
+
export {
|
|
760
|
+
/** @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 */
|
|
761
|
+
default as IndentDecrease
|
|
762
|
+
} from '../icons/list-indent-decrease';
|
|
763
|
+
|
|
764
764
|
// LoaderCircle aliases
|
|
765
765
|
export {
|
|
766
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 */
|
|
@@ -809,18 +809,18 @@ export {
|
|
|
809
809
|
default as Move3D
|
|
810
810
|
} from '../icons/move-3d';
|
|
811
811
|
|
|
812
|
-
// OctagonAlert aliases
|
|
813
|
-
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
815
|
-
default as AlertOctagon
|
|
816
|
-
} from '../icons/octagon-alert';
|
|
817
|
-
|
|
818
812
|
// OctagonPause aliases
|
|
819
813
|
export {
|
|
820
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
821
815
|
default as PauseOctagon
|
|
822
816
|
} from '../icons/octagon-pause';
|
|
823
817
|
|
|
818
|
+
// OctagonAlert aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
821
|
+
default as AlertOctagon
|
|
822
|
+
} from '../icons/octagon-alert';
|
|
823
|
+
|
|
824
824
|
// OctagonX aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
@@ -923,18 +923,18 @@ export {
|
|
|
923
923
|
default as PanelsTopBottom
|
|
924
924
|
} from '../icons/rows-3';
|
|
925
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
926
|
// SendHorizontal aliases
|
|
933
927
|
export {
|
|
934
928
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
935
929
|
default as SendHorizonal
|
|
936
930
|
} from '../icons/send-horizontal';
|
|
937
931
|
|
|
932
|
+
// Scale3d aliases
|
|
933
|
+
export {
|
|
934
|
+
/** @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 */
|
|
935
|
+
default as Scale3D
|
|
936
|
+
} from '../icons/scale-3d';
|
|
937
|
+
|
|
938
938
|
// ShieldQuestionMark aliases
|
|
939
939
|
export {
|
|
940
940
|
/** @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 */
|
|
@@ -1079,18 +1079,18 @@ export {
|
|
|
1079
1079
|
default as ChevronDownSquare
|
|
1080
1080
|
} from '../icons/square-chevron-down';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronLeft aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1085
|
-
default as ChevronLeftSquare
|
|
1086
|
-
} from '../icons/square-chevron-left';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronRight aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
1091
1085
|
default as ChevronRightSquare
|
|
1092
1086
|
} from '../icons/square-chevron-right';
|
|
1093
1087
|
|
|
1088
|
+
// SquareChevronLeft aliases
|
|
1089
|
+
export {
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1091
|
+
default as ChevronLeftSquare
|
|
1092
|
+
} from '../icons/square-chevron-left';
|
|
1093
|
+
|
|
1094
1094
|
// SquareChevronUp aliases
|
|
1095
1095
|
export {
|
|
1096
1096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
@@ -1193,6 +1193,12 @@ export {
|
|
|
1193
1193
|
default as ParkingSquare
|
|
1194
1194
|
} from '../icons/square-parking';
|
|
1195
1195
|
|
|
1196
|
+
// SquarePercent aliases
|
|
1197
|
+
export {
|
|
1198
|
+
/** @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 */
|
|
1199
|
+
default as PercentSquare
|
|
1200
|
+
} from '../icons/square-percent';
|
|
1201
|
+
|
|
1196
1202
|
// SquarePen aliases
|
|
1197
1203
|
export {
|
|
1198
1204
|
/** @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 */
|
|
@@ -1211,11 +1217,11 @@ export {
|
|
|
1211
1217
|
default as PenSquare
|
|
1212
1218
|
} from '../icons/square-pen';
|
|
1213
1219
|
|
|
1214
|
-
//
|
|
1220
|
+
// SquarePilcrow aliases
|
|
1215
1221
|
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1217
|
-
default as
|
|
1218
|
-
} from '../icons/square-
|
|
1222
|
+
/** @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 */
|
|
1223
|
+
default as PilcrowSquare
|
|
1224
|
+
} from '../icons/square-pilcrow';
|
|
1219
1225
|
|
|
1220
1226
|
// SquarePi aliases
|
|
1221
1227
|
export {
|
|
@@ -1223,11 +1229,11 @@ export {
|
|
|
1223
1229
|
default as PiSquare
|
|
1224
1230
|
} from '../icons/square-pi';
|
|
1225
1231
|
|
|
1226
|
-
//
|
|
1232
|
+
// SquarePlus aliases
|
|
1227
1233
|
export {
|
|
1228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1229
|
-
default as
|
|
1230
|
-
} from '../icons/square-
|
|
1234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1235
|
+
default as PlusSquare
|
|
1236
|
+
} from '../icons/square-plus';
|
|
1231
1237
|
|
|
1232
1238
|
// SquarePlay aliases
|
|
1233
1239
|
export {
|
|
@@ -1235,12 +1241,6 @@ export {
|
|
|
1235
1241
|
default as PlaySquare
|
|
1236
1242
|
} from '../icons/square-play';
|
|
1237
1243
|
|
|
1238
|
-
// SquarePlus aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1241
|
-
default as PlusSquare
|
|
1242
|
-
} from '../icons/square-plus';
|
|
1243
|
-
|
|
1244
1244
|
// SquarePower aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
@@ -1259,23 +1259,17 @@ export {
|
|
|
1259
1259
|
default as SigmaSquare
|
|
1260
1260
|
} from '../icons/square-sigma';
|
|
1261
1261
|
|
|
1262
|
-
// SquareSlash aliases
|
|
1263
|
-
export {
|
|
1264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1265
|
-
default as SlashSquare
|
|
1266
|
-
} from '../icons/square-slash';
|
|
1267
|
-
|
|
1268
1262
|
// SquareSplitHorizontal aliases
|
|
1269
1263
|
export {
|
|
1270
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1271
1265
|
default as SplitSquareHorizontal
|
|
1272
1266
|
} from '../icons/square-split-horizontal';
|
|
1273
1267
|
|
|
1274
|
-
//
|
|
1268
|
+
// SquareSlash aliases
|
|
1275
1269
|
export {
|
|
1276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1277
|
-
default as
|
|
1278
|
-
} from '../icons/square-
|
|
1270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1271
|
+
default as SlashSquare
|
|
1272
|
+
} from '../icons/square-slash';
|
|
1279
1273
|
|
|
1280
1274
|
// SquareTerminal aliases
|
|
1281
1275
|
export {
|
|
@@ -1283,6 +1277,12 @@ export {
|
|
|
1283
1277
|
default as TerminalSquare
|
|
1284
1278
|
} from '../icons/square-terminal';
|
|
1285
1279
|
|
|
1280
|
+
// SquareSplitVertical aliases
|
|
1281
|
+
export {
|
|
1282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
1283
|
+
default as SplitSquareVertical
|
|
1284
|
+
} from '../icons/square-split-vertical';
|
|
1285
|
+
|
|
1286
1286
|
// SquareUserRound aliases
|
|
1287
1287
|
export {
|
|
1288
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -1385,41 +1385,35 @@ export {
|
|
|
1385
1385
|
default as School2
|
|
1386
1386
|
} from '../icons/university';
|
|
1387
1387
|
|
|
1388
|
-
// UserRoundCheck aliases
|
|
1389
|
-
export {
|
|
1390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
1391
|
-
default as UserCheck2
|
|
1392
|
-
} from '../icons/user-round-check';
|
|
1393
|
-
|
|
1394
1388
|
// UserRoundCog aliases
|
|
1395
1389
|
export {
|
|
1396
1390
|
/** @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 */
|
|
1397
1391
|
default as UserCog2
|
|
1398
1392
|
} from '../icons/user-round-cog';
|
|
1399
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
1400
|
// UserRoundMinus aliases
|
|
1401
1401
|
export {
|
|
1402
1402
|
/** @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 */
|
|
1403
1403
|
default as UserMinus2
|
|
1404
1404
|
} from '../icons/user-round-minus';
|
|
1405
1405
|
|
|
1406
|
-
// UserRoundPlus aliases
|
|
1407
|
-
export {
|
|
1408
|
-
/** @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 */
|
|
1409
|
-
default as UserPlus2
|
|
1410
|
-
} from '../icons/user-round-plus';
|
|
1411
|
-
|
|
1412
1406
|
// UserRoundX aliases
|
|
1413
1407
|
export {
|
|
1414
1408
|
/** @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
1409
|
default as UserX2
|
|
1416
1410
|
} from '../icons/user-round-x';
|
|
1417
1411
|
|
|
1418
|
-
//
|
|
1412
|
+
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
1420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1421
|
-
default as
|
|
1422
|
-
} from '../icons/user-round';
|
|
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';
|
|
1423
1417
|
|
|
1424
1418
|
// UsersRound aliases
|
|
1425
1419
|
export {
|
|
@@ -1427,6 +1421,12 @@ export {
|
|
|
1427
1421
|
default as Users2
|
|
1428
1422
|
} from '../icons/users-round';
|
|
1429
1423
|
|
|
1424
|
+
// UserRound aliases
|
|
1425
|
+
export {
|
|
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 */
|
|
1427
|
+
default as User2
|
|
1428
|
+
} from '../icons/user-round';
|
|
1429
|
+
|
|
1430
1430
|
// UtensilsCrossed aliases
|
|
1431
1431
|
export {
|
|
1432
1432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|