@lucide/astro 1.0.0-rc.1 → 1.0.1
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 +122 -122
- package/src/aliases/prefixed.ts +831 -829
- package/src/aliases/suffixed.ts +1158 -1156
- package/src/icons/cctv-off.ts +18 -0
- package/src/icons/index.ts +215 -214
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpZA aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
47
|
-
default as ArrowUpZa
|
|
48
|
-
} from '../icons/arrow-up-z-a';
|
|
49
|
-
|
|
50
44
|
// ArrowUpNarrowWide aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
53
47
|
default as SortAsc
|
|
54
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
55
49
|
|
|
50
|
+
// ArrowUpZA aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
53
|
+
default as ArrowUpZa
|
|
54
|
+
} from '../icons/arrow-up-z-a';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
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 */
|
|
@@ -89,18 +89,18 @@ export {
|
|
|
89
89
|
default as BookTemplate
|
|
90
90
|
} from '../icons/book-dashed';
|
|
91
91
|
|
|
92
|
-
// Braces aliases
|
|
93
|
-
export {
|
|
94
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
95
|
-
default as CurlyBraces
|
|
96
|
-
} from '../icons/braces';
|
|
97
|
-
|
|
98
92
|
// Captions aliases
|
|
99
93
|
export {
|
|
100
94
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
101
95
|
default as Subtitles
|
|
102
96
|
} from '../icons/captions';
|
|
103
97
|
|
|
98
|
+
// Braces aliases
|
|
99
|
+
export {
|
|
100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
101
|
+
default as CurlyBraces
|
|
102
|
+
} from '../icons/braces';
|
|
103
|
+
|
|
104
104
|
// ChartArea aliases
|
|
105
105
|
export {
|
|
106
106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
@@ -251,54 +251,54 @@ export {
|
|
|
251
251
|
default as ChevronDownCircle
|
|
252
252
|
} from '../icons/circle-chevron-down';
|
|
253
253
|
|
|
254
|
-
// CircleChevronLeft aliases
|
|
255
|
-
export {
|
|
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 */
|
|
257
|
-
default as ChevronLeftCircle
|
|
258
|
-
} from '../icons/circle-chevron-left';
|
|
259
|
-
|
|
260
254
|
// CircleChevronRight aliases
|
|
261
255
|
export {
|
|
262
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
263
257
|
default as ChevronRightCircle
|
|
264
258
|
} from '../icons/circle-chevron-right';
|
|
265
259
|
|
|
260
|
+
// CircleChevronLeft aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @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
|
+
default as ChevronLeftCircle
|
|
264
|
+
} from '../icons/circle-chevron-left';
|
|
265
|
+
|
|
266
266
|
// CircleChevronUp aliases
|
|
267
267
|
export {
|
|
268
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
269
|
default as ChevronUpCircle
|
|
270
270
|
} from '../icons/circle-chevron-up';
|
|
271
271
|
|
|
272
|
-
// CircleGauge aliases
|
|
273
|
-
export {
|
|
274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
275
|
-
default as GaugeCircle
|
|
276
|
-
} from '../icons/circle-gauge';
|
|
277
|
-
|
|
278
272
|
// CircleDivide aliases
|
|
279
273
|
export {
|
|
280
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
275
|
default as DivideCircle
|
|
282
276
|
} from '../icons/circle-divide';
|
|
283
277
|
|
|
278
|
+
// CircleGauge aliases
|
|
279
|
+
export {
|
|
280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
281
|
+
default as GaugeCircle
|
|
282
|
+
} from '../icons/circle-gauge';
|
|
283
|
+
|
|
284
284
|
// CircleMinus aliases
|
|
285
285
|
export {
|
|
286
286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
287
287
|
default as MinusCircle
|
|
288
288
|
} from '../icons/circle-minus';
|
|
289
289
|
|
|
290
|
-
// CircleParking aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
293
|
-
default as ParkingCircle
|
|
294
|
-
} from '../icons/circle-parking';
|
|
295
|
-
|
|
296
290
|
// CircleParkingOff aliases
|
|
297
291
|
export {
|
|
298
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 */
|
|
299
293
|
default as ParkingCircleOff
|
|
300
294
|
} from '../icons/circle-parking-off';
|
|
301
295
|
|
|
296
|
+
// CircleParking aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
299
|
+
default as ParkingCircle
|
|
300
|
+
} from '../icons/circle-parking';
|
|
301
|
+
|
|
302
302
|
// CirclePause aliases
|
|
303
303
|
export {
|
|
304
304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
@@ -461,18 +461,18 @@ export {
|
|
|
461
461
|
default as FileAxis3D
|
|
462
462
|
} from '../icons/file-axis-3d';
|
|
463
463
|
|
|
464
|
-
// FileBracesCorner aliases
|
|
465
|
-
export {
|
|
466
|
-
/** @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 */
|
|
467
|
-
default as FileJson2
|
|
468
|
-
} from '../icons/file-braces-corner';
|
|
469
|
-
|
|
470
464
|
// FileBadge aliases
|
|
471
465
|
export {
|
|
472
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 */
|
|
473
467
|
default as FileBadge2
|
|
474
468
|
} from '../icons/file-badge';
|
|
475
469
|
|
|
470
|
+
// FileBracesCorner aliases
|
|
471
|
+
export {
|
|
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 */
|
|
473
|
+
default as FileJson2
|
|
474
|
+
} from '../icons/file-braces-corner';
|
|
475
|
+
|
|
476
476
|
// FileBraces aliases
|
|
477
477
|
export {
|
|
478
478
|
/** @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 */
|
|
@@ -581,12 +581,6 @@ export {
|
|
|
581
581
|
default as FilePlus2
|
|
582
582
|
} from '../icons/file-plus-corner';
|
|
583
583
|
|
|
584
|
-
// FileSearchCorner aliases
|
|
585
|
-
export {
|
|
586
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
587
|
-
default as FileSearch2
|
|
588
|
-
} from '../icons/file-search-corner';
|
|
589
|
-
|
|
590
584
|
// FileQuestionMark aliases
|
|
591
585
|
export {
|
|
592
586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -605,6 +599,12 @@ export {
|
|
|
605
599
|
default as FileType2
|
|
606
600
|
} from '../icons/file-type-corner';
|
|
607
601
|
|
|
602
|
+
// FileSearchCorner aliases
|
|
603
|
+
export {
|
|
604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
605
|
+
default as FileSearch2
|
|
606
|
+
} from '../icons/file-search-corner';
|
|
607
|
+
|
|
608
608
|
// FileVideoCamera aliases
|
|
609
609
|
export {
|
|
610
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
@@ -779,41 +779,35 @@ export {
|
|
|
779
779
|
default as MailQuestion
|
|
780
780
|
} from '../icons/mail-question-mark';
|
|
781
781
|
|
|
782
|
-
// MapPinPen aliases
|
|
783
|
-
export {
|
|
784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
785
|
-
default as LocationEdit
|
|
786
|
-
} from '../icons/map-pin-pen';
|
|
787
|
-
|
|
788
782
|
// MessageCircleQuestionMark aliases
|
|
789
783
|
export {
|
|
790
784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
791
785
|
default as MessageCircleQuestion
|
|
792
786
|
} from '../icons/message-circle-question-mark';
|
|
793
787
|
|
|
788
|
+
// MapPinPen aliases
|
|
789
|
+
export {
|
|
790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
791
|
+
default as LocationEdit
|
|
792
|
+
} from '../icons/map-pin-pen';
|
|
793
|
+
|
|
794
794
|
// MicVocal aliases
|
|
795
795
|
export {
|
|
796
796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
797
797
|
default as Mic2
|
|
798
798
|
} from '../icons/mic-vocal';
|
|
799
799
|
|
|
800
|
-
// OctagonAlert aliases
|
|
801
|
-
export {
|
|
802
|
-
/** @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 */
|
|
803
|
-
default as AlertOctagon
|
|
804
|
-
} from '../icons/octagon-alert';
|
|
805
|
-
|
|
806
800
|
// Move3d aliases
|
|
807
801
|
export {
|
|
808
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
809
803
|
default as Move3D
|
|
810
804
|
} from '../icons/move-3d';
|
|
811
805
|
|
|
812
|
-
//
|
|
806
|
+
// OctagonAlert aliases
|
|
813
807
|
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
815
|
-
default as
|
|
816
|
-
} from '../icons/octagon-
|
|
808
|
+
/** @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 */
|
|
809
|
+
default as AlertOctagon
|
|
810
|
+
} from '../icons/octagon-alert';
|
|
817
811
|
|
|
818
812
|
// OctagonX aliases
|
|
819
813
|
export {
|
|
@@ -821,6 +815,12 @@ export {
|
|
|
821
815
|
default as XOctagon
|
|
822
816
|
} from '../icons/octagon-x';
|
|
823
817
|
|
|
818
|
+
// OctagonPause aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @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
|
+
default as PauseOctagon
|
|
822
|
+
} from '../icons/octagon-pause';
|
|
823
|
+
|
|
824
824
|
// PaintbrushVertical aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -917,18 +917,18 @@ export {
|
|
|
917
917
|
default as PanelsTopBottom
|
|
918
918
|
} from '../icons/rows-3';
|
|
919
919
|
|
|
920
|
-
// SendHorizontal aliases
|
|
921
|
-
export {
|
|
922
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
923
|
-
default as SendHorizonal
|
|
924
|
-
} from '../icons/send-horizontal';
|
|
925
|
-
|
|
926
920
|
// Scale3d aliases
|
|
927
921
|
export {
|
|
928
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
923
|
default as Scale3D
|
|
930
924
|
} from '../icons/scale-3d';
|
|
931
925
|
|
|
926
|
+
// SendHorizontal aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
929
|
+
default as SendHorizonal
|
|
930
|
+
} from '../icons/send-horizontal';
|
|
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 */
|
|
@@ -995,29 +995,29 @@ export {
|
|
|
995
995
|
default as ArrowDownRightFromSquare
|
|
996
996
|
} from '../icons/square-arrow-out-down-right';
|
|
997
997
|
|
|
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. This alias will be removed in v1.0 */
|
|
1001
|
-
default as ArrowUpRightFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1003
|
-
|
|
1004
998
|
// SquareArrowOutUpLeft aliases
|
|
1005
999
|
export {
|
|
1006
1000
|
/** @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 */
|
|
1007
1001
|
default as ArrowUpLeftFromSquare
|
|
1008
1002
|
} from '../icons/square-arrow-out-up-left';
|
|
1009
1003
|
|
|
1004
|
+
// SquareArrowUpLeft aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
1007
|
+
default as ArrowUpLeftSquare
|
|
1008
|
+
} from '../icons/square-arrow-up-left';
|
|
1009
|
+
|
|
1010
1010
|
// SquareArrowRight aliases
|
|
1011
1011
|
export {
|
|
1012
1012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
1013
1013
|
default as ArrowRightSquare
|
|
1014
1014
|
} from '../icons/square-arrow-right';
|
|
1015
1015
|
|
|
1016
|
-
//
|
|
1016
|
+
// SquareArrowOutUpRight aliases
|
|
1017
1017
|
export {
|
|
1018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1019
|
-
default as
|
|
1020
|
-
} from '../icons/square-arrow-up-
|
|
1018
|
+
/** @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
|
+
default as ArrowUpRightFromSquare
|
|
1020
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1021
1021
|
|
|
1022
1022
|
// SquareArrowUpRight aliases
|
|
1023
1023
|
export {
|
|
@@ -1043,18 +1043,18 @@ export {
|
|
|
1043
1043
|
default as ScissorsSquareDashedBottom
|
|
1044
1044
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
1045
|
|
|
1046
|
-
// SquareCenterlineDashedVertical aliases
|
|
1047
|
-
export {
|
|
1048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
1049
|
-
default as FlipVertical
|
|
1050
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
1051
|
-
|
|
1052
1046
|
// SquareCenterlineDashedHorizontal aliases
|
|
1053
1047
|
export {
|
|
1054
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
1055
1049
|
default as FlipHorizontal
|
|
1056
1050
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1057
1051
|
|
|
1052
|
+
// SquareCenterlineDashedVertical aliases
|
|
1053
|
+
export {
|
|
1054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
1055
|
+
default as FlipVertical
|
|
1056
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
1057
|
+
|
|
1058
1058
|
// SquareChartGantt aliases
|
|
1059
1059
|
export {
|
|
1060
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as SquareGanttChart
|
|
1068
1068
|
} from '../icons/square-chart-gantt';
|
|
1069
1069
|
|
|
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. This alias will be removed in v1.0 */
|
|
1073
|
-
default as CheckSquare
|
|
1074
|
-
} from '../icons/square-check-big';
|
|
1075
|
-
|
|
1076
1070
|
// SquareCheck aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1079
1073
|
default as CheckSquare2
|
|
1080
1074
|
} from '../icons/square-check';
|
|
1081
1075
|
|
|
1076
|
+
// SquareCheckBig aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
1079
|
+
default as CheckSquare
|
|
1080
|
+
} from '../icons/square-check-big';
|
|
1081
|
+
|
|
1082
1082
|
// SquareChevronDown aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} 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
|
-
// 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
|
// SquareDashed aliases
|
|
1125
1119
|
export {
|
|
1126
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 */
|
|
1127
1121
|
default as BoxSelect
|
|
1128
1122
|
} from '../icons/square-dashed';
|
|
1129
1123
|
|
|
1124
|
+
// SquareDashedMousePointer aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @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
|
+
default as MousePointerSquareDashed
|
|
1128
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
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 */
|
|
@@ -1241,12 +1241,6 @@ export {
|
|
|
1241
1241
|
default as PlaySquare
|
|
1242
1242
|
} from '../icons/square-play';
|
|
1243
1243
|
|
|
1244
|
-
// SquarePlus aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @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 */
|
|
1247
|
-
default as PlusSquare
|
|
1248
|
-
} from '../icons/square-plus';
|
|
1249
|
-
|
|
1250
1244
|
// SquarePower aliases
|
|
1251
1245
|
export {
|
|
1252
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,24 +1253,30 @@ export {
|
|
|
1259
1253
|
default as ScissorsSquare
|
|
1260
1254
|
} from '../icons/square-scissors';
|
|
1261
1255
|
|
|
1256
|
+
// SquarePlus aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @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 */
|
|
1259
|
+
default as PlusSquare
|
|
1260
|
+
} from '../icons/square-plus';
|
|
1261
|
+
|
|
1262
1262
|
// SquareSigma aliases
|
|
1263
1263
|
export {
|
|
1264
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
1265
1265
|
default as SigmaSquare
|
|
1266
1266
|
} from '../icons/square-sigma';
|
|
1267
1267
|
|
|
1268
|
-
// SquareSplitHorizontal aliases
|
|
1269
|
-
export {
|
|
1270
|
-
/** @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
|
-
default as SplitSquareHorizontal
|
|
1272
|
-
} from '../icons/square-split-horizontal';
|
|
1273
|
-
|
|
1274
1268
|
// SquareSlash aliases
|
|
1275
1269
|
export {
|
|
1276
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 */
|
|
1277
1271
|
default as SlashSquare
|
|
1278
1272
|
} from '../icons/square-slash';
|
|
1279
1273
|
|
|
1274
|
+
// SquareSplitHorizontal aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @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 */
|
|
1277
|
+
default as SplitSquareHorizontal
|
|
1278
|
+
} from '../icons/square-split-horizontal';
|
|
1279
|
+
|
|
1280
1280
|
// SquareSplitVertical aliases
|
|
1281
1281
|
export {
|
|
1282
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 */
|
|
@@ -1301,18 +1301,18 @@ export {
|
|
|
1301
1301
|
default as UserSquare
|
|
1302
1302
|
} from '../icons/square-user';
|
|
1303
1303
|
|
|
1304
|
-
// TestTubeDiagonal aliases
|
|
1305
|
-
export {
|
|
1306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1307
|
-
default as TestTube2
|
|
1308
|
-
} from '../icons/test-tube-diagonal';
|
|
1309
|
-
|
|
1310
1304
|
// SquareX aliases
|
|
1311
1305
|
export {
|
|
1312
1306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
1313
1307
|
default as XSquare
|
|
1314
1308
|
} from '../icons/square-x';
|
|
1315
1309
|
|
|
1310
|
+
// TestTubeDiagonal aliases
|
|
1311
|
+
export {
|
|
1312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1313
|
+
default as TestTube2
|
|
1314
|
+
} from '../icons/test-tube-diagonal';
|
|
1315
|
+
|
|
1316
1316
|
// TextAlignCenter aliases
|
|
1317
1317
|
export {
|
|
1318
1318
|
/** @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 School2
|
|
1392
1392
|
} from '../icons/university';
|
|
1393
1393
|
|
|
1394
|
-
// UserRoundCog aliases
|
|
1395
|
-
export {
|
|
1396
|
-
/** @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
|
-
default as UserCog2
|
|
1398
|
-
} from '../icons/user-round-cog';
|
|
1399
|
-
|
|
1400
1394
|
// UserRoundCheck aliases
|
|
1401
1395
|
export {
|
|
1402
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 */
|
|
1403
1397
|
default as UserCheck2
|
|
1404
1398
|
} from '../icons/user-round-check';
|
|
1405
1399
|
|
|
1400
|
+
// UserRoundCog aliases
|
|
1401
|
+
export {
|
|
1402
|
+
/** @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 */
|
|
1403
|
+
default as UserCog2
|
|
1404
|
+
} from '../icons/user-round-cog';
|
|
1405
|
+
|
|
1406
1406
|
// UserRoundMinus aliases
|
|
1407
1407
|
export {
|
|
1408
1408
|
/** @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 */
|
|
@@ -1439,18 +1439,18 @@ export {
|
|
|
1439
1439
|
default as ForkKnifeCrossed
|
|
1440
1440
|
} from '../icons/utensils-crossed';
|
|
1441
1441
|
|
|
1442
|
-
// Utensils aliases
|
|
1443
|
-
export {
|
|
1444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1445
|
-
default as ForkKnife
|
|
1446
|
-
} from '../icons/utensils';
|
|
1447
|
-
|
|
1448
1442
|
// WalletMinimal aliases
|
|
1449
1443
|
export {
|
|
1450
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 */
|
|
1451
1445
|
default as Wallet2
|
|
1452
1446
|
} from '../icons/wallet-minimal';
|
|
1453
1447
|
|
|
1448
|
+
// Utensils aliases
|
|
1449
|
+
export {
|
|
1450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1451
|
+
default as ForkKnife
|
|
1452
|
+
} from '../icons/utensils';
|
|
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 */
|