@lucide/astro 1.5.0 → 1.6.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 +116 -116
- package/src/aliases/prefixed.ts +692 -690
- package/src/aliases/suffixed.ts +1025 -1023
- package/src/icons/index.ts +131 -130
- package/src/icons/radio-off.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -5,18 +5,18 @@ export {
|
|
|
5
5
|
default as AlarmCheck
|
|
6
6
|
} from '../icons/alarm-clock-check';
|
|
7
7
|
|
|
8
|
-
// AlarmClockPlus aliases
|
|
9
|
-
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
11
|
-
default as AlarmPlus
|
|
12
|
-
} from '../icons/alarm-clock-plus';
|
|
13
|
-
|
|
14
8
|
// AlarmClockMinus aliases
|
|
15
9
|
export {
|
|
16
10
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
17
11
|
default as AlarmMinus
|
|
18
12
|
} from '../icons/alarm-clock-minus';
|
|
19
13
|
|
|
14
|
+
// AlarmClockPlus aliases
|
|
15
|
+
export {
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
17
|
+
default as AlarmPlus
|
|
18
|
+
} from '../icons/alarm-clock-plus';
|
|
19
|
+
|
|
20
20
|
// ArrowDownAZ aliases
|
|
21
21
|
export {
|
|
22
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
@@ -305,18 +305,18 @@ export {
|
|
|
305
305
|
default as PauseCircle
|
|
306
306
|
} from '../icons/circle-pause';
|
|
307
307
|
|
|
308
|
-
// CirclePlay aliases
|
|
309
|
-
export {
|
|
310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
311
|
-
default as PlayCircle
|
|
312
|
-
} from '../icons/circle-play';
|
|
313
|
-
|
|
314
308
|
// CirclePercent aliases
|
|
315
309
|
export {
|
|
316
310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
317
311
|
default as PercentCircle
|
|
318
312
|
} from '../icons/circle-percent';
|
|
319
313
|
|
|
314
|
+
// CirclePlay aliases
|
|
315
|
+
export {
|
|
316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
317
|
+
default as PlayCircle
|
|
318
|
+
} from '../icons/circle-play';
|
|
319
|
+
|
|
320
320
|
// CirclePlus aliases
|
|
321
321
|
export {
|
|
322
322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
@@ -395,18 +395,18 @@ export {
|
|
|
395
395
|
default as UploadCloud
|
|
396
396
|
} from '../icons/cloud-upload';
|
|
397
397
|
|
|
398
|
-
// Columns2 aliases
|
|
399
|
-
export {
|
|
400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
401
|
-
default as Columns
|
|
402
|
-
} from '../icons/columns-2';
|
|
403
|
-
|
|
404
398
|
// CodeXml aliases
|
|
405
399
|
export {
|
|
406
400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
407
401
|
default as Code2
|
|
408
402
|
} from '../icons/code-xml';
|
|
409
403
|
|
|
404
|
+
// Columns2 aliases
|
|
405
|
+
export {
|
|
406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
|
+
default as Columns
|
|
408
|
+
} from '../icons/columns-2';
|
|
409
|
+
|
|
410
410
|
// Columns3Cog aliases
|
|
411
411
|
export {
|
|
412
412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -437,6 +437,12 @@ export {
|
|
|
437
437
|
default as PercentDiamond
|
|
438
438
|
} from '../icons/diamond-percent';
|
|
439
439
|
|
|
440
|
+
// EllipsisVertical aliases
|
|
441
|
+
export {
|
|
442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
443
|
+
default as MoreVertical
|
|
444
|
+
} from '../icons/ellipsis-vertical';
|
|
445
|
+
|
|
440
446
|
// Earth aliases
|
|
441
447
|
export {
|
|
442
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
@@ -449,12 +455,6 @@ export {
|
|
|
449
455
|
default as MoreHorizontal
|
|
450
456
|
} from '../icons/ellipsis';
|
|
451
457
|
|
|
452
|
-
// EllipsisVertical aliases
|
|
453
|
-
export {
|
|
454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
455
|
-
default as MoreVertical
|
|
456
|
-
} from '../icons/ellipsis-vertical';
|
|
457
|
-
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -569,18 +569,18 @@ export {
|
|
|
569
569
|
default as FileEdit
|
|
570
570
|
} from '../icons/file-pen';
|
|
571
571
|
|
|
572
|
-
// FilePlay aliases
|
|
573
|
-
export {
|
|
574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
575
|
-
default as FileVideo
|
|
576
|
-
} from '../icons/file-play';
|
|
577
|
-
|
|
578
572
|
// FilePlusCorner aliases
|
|
579
573
|
export {
|
|
580
574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
581
575
|
default as FilePlus2
|
|
582
576
|
} from '../icons/file-plus-corner';
|
|
583
577
|
|
|
578
|
+
// FilePlay aliases
|
|
579
|
+
export {
|
|
580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
581
|
+
default as FileVideo
|
|
582
|
+
} from '../icons/file-play';
|
|
583
|
+
|
|
584
584
|
// FileQuestionMark aliases
|
|
585
585
|
export {
|
|
586
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,12 +605,6 @@ export {
|
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
|
-
// FileVideoCamera aliases
|
|
609
|
-
export {
|
|
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 */
|
|
611
|
-
default as FileVideo2
|
|
612
|
-
} from '../icons/file-video-camera';
|
|
613
|
-
|
|
614
608
|
// FileXCorner aliases
|
|
615
609
|
export {
|
|
616
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -623,6 +617,12 @@ export {
|
|
|
623
617
|
default as Fingerprint
|
|
624
618
|
} from '../icons/fingerprint-pattern';
|
|
625
619
|
|
|
620
|
+
// FileVideoCamera aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @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 */
|
|
623
|
+
default as FileVideo2
|
|
624
|
+
} from '../icons/file-video-camera';
|
|
625
|
+
|
|
626
626
|
// FolderCog aliases
|
|
627
627
|
export {
|
|
628
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FilterX
|
|
642
642
|
} from '../icons/funnel-x';
|
|
643
643
|
|
|
644
|
-
// GitCommitHorizontal aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
647
|
-
default as GitCommit
|
|
648
|
-
} from '../icons/git-commit-horizontal';
|
|
649
|
-
|
|
650
644
|
// Funnel aliases
|
|
651
645
|
export {
|
|
652
646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
653
647
|
default as Filter
|
|
654
648
|
} from '../icons/funnel';
|
|
655
649
|
|
|
650
|
+
// GitCommitHorizontal aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as GitCommit
|
|
654
|
+
} from '../icons/git-commit-horizontal';
|
|
655
|
+
|
|
656
656
|
// Grid2x2Check aliases
|
|
657
657
|
export {
|
|
658
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
@@ -725,6 +725,12 @@ export {
|
|
|
725
725
|
default as Laptop2
|
|
726
726
|
} from '../icons/laptop-minimal';
|
|
727
727
|
|
|
728
|
+
// Layers aliases
|
|
729
|
+
export {
|
|
730
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
731
|
+
default as Layers3
|
|
732
|
+
} from '../icons/layers';
|
|
733
|
+
|
|
728
734
|
// ListIndentDecrease aliases
|
|
729
735
|
export {
|
|
730
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,12 +743,6 @@ export {
|
|
|
737
743
|
default as IndentDecrease
|
|
738
744
|
} from '../icons/list-indent-decrease';
|
|
739
745
|
|
|
740
|
-
// Layers aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
743
|
-
default as Layers3
|
|
744
|
-
} from '../icons/layers';
|
|
745
|
-
|
|
746
746
|
// ListIndentIncrease aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -863,36 +863,36 @@ export {
|
|
|
863
863
|
default as PanelRightInactive
|
|
864
864
|
} from '../icons/panel-right-dashed';
|
|
865
865
|
|
|
866
|
-
// PanelsTopLeft aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
869
|
-
default as Layout
|
|
870
|
-
} from '../icons/panels-top-left';
|
|
871
|
-
|
|
872
866
|
// PanelTopDashed aliases
|
|
873
867
|
export {
|
|
874
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
875
869
|
default as PanelTopInactive
|
|
876
870
|
} from '../icons/panel-top-dashed';
|
|
877
871
|
|
|
872
|
+
// PanelsTopLeft aliases
|
|
873
|
+
export {
|
|
874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
875
|
+
default as Layout
|
|
876
|
+
} from '../icons/panels-top-left';
|
|
877
|
+
|
|
878
878
|
// PenLine aliases
|
|
879
879
|
export {
|
|
880
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
-
// PlugZap aliases
|
|
885
|
-
export {
|
|
886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
887
|
-
default as PlugZap2
|
|
888
|
-
} from '../icons/plug-zap';
|
|
889
|
-
|
|
890
884
|
// Pen aliases
|
|
891
885
|
export {
|
|
892
886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
893
887
|
default as Edit2
|
|
894
888
|
} from '../icons/pen';
|
|
895
889
|
|
|
890
|
+
// PlugZap aliases
|
|
891
|
+
export {
|
|
892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
+
default as PlugZap2
|
|
894
|
+
} from '../icons/plug-zap';
|
|
895
|
+
|
|
896
896
|
// RectangleEllipsis aliases
|
|
897
897
|
export {
|
|
898
898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} 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,12 +1019,6 @@ export {
|
|
|
1019
1019
|
default as ArrowUpLeftSquare
|
|
1020
1020
|
} from '../icons/square-arrow-up-left';
|
|
1021
1021
|
|
|
1022
|
-
// SquareAsterisk aliases
|
|
1023
|
-
export {
|
|
1024
|
-
/** @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 */
|
|
1025
|
-
default as AsteriskSquare
|
|
1026
|
-
} from '../icons/square-asterisk';
|
|
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 */
|
|
@@ -1037,6 +1031,12 @@ export {
|
|
|
1037
1031
|
default as ArrowUpSquare
|
|
1038
1032
|
} from '../icons/square-arrow-up';
|
|
1039
1033
|
|
|
1034
|
+
// SquareAsterisk aliases
|
|
1035
|
+
export {
|
|
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 */
|
|
1037
|
+
default as AsteriskSquare
|
|
1038
|
+
} from '../icons/square-asterisk';
|
|
1039
|
+
|
|
1040
1040
|
// SquareBottomDashedScissors aliases
|
|
1041
1041
|
export {
|
|
1042
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
@@ -1055,12 +1055,6 @@ export {
|
|
|
1055
1055
|
default as FlipVertical
|
|
1056
1056
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1057
1057
|
|
|
1058
|
-
// SquareCheck aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @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 */
|
|
1061
|
-
default as CheckSquare2
|
|
1062
|
-
} from '../icons/square-check';
|
|
1063
|
-
|
|
1064
1058
|
// SquareChartGantt aliases
|
|
1065
1059
|
export {
|
|
1066
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 */
|
|
@@ -1079,6 +1073,12 @@ export {
|
|
|
1079
1073
|
default as CheckSquare
|
|
1080
1074
|
} from '../icons/square-check-big';
|
|
1081
1075
|
|
|
1076
|
+
// SquareCheck aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @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
|
+
default as CheckSquare2
|
|
1080
|
+
} from '../icons/square-check';
|
|
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 */
|
|
@@ -1175,18 +1175,18 @@ export {
|
|
|
1175
1175
|
default as MenuSquare
|
|
1176
1176
|
} from '../icons/square-menu';
|
|
1177
1177
|
|
|
1178
|
-
// SquareMinus aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
1181
|
-
default as MinusSquare
|
|
1182
|
-
} from '../icons/square-minus';
|
|
1183
|
-
|
|
1184
1178
|
// SquareMousePointer aliases
|
|
1185
1179
|
export {
|
|
1186
1180
|
/** @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 */
|
|
1187
1181
|
default as Inspect
|
|
1188
1182
|
} from '../icons/square-mouse-pointer';
|
|
1189
1183
|
|
|
1184
|
+
// SquareMinus aliases
|
|
1185
|
+
export {
|
|
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 */
|
|
1187
|
+
default as MinusSquare
|
|
1188
|
+
} from '../icons/square-minus';
|
|
1189
|
+
|
|
1190
1190
|
// SquareParkingOff aliases
|
|
1191
1191
|
export {
|
|
1192
1192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
@@ -1217,23 +1217,17 @@ export {
|
|
|
1217
1217
|
default as PenSquare
|
|
1218
1218
|
} from '../icons/square-pen';
|
|
1219
1219
|
|
|
1220
|
-
// SquarePi aliases
|
|
1221
|
-
export {
|
|
1222
|
-
/** @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 */
|
|
1223
|
-
default as PiSquare
|
|
1224
|
-
} from '../icons/square-pi';
|
|
1225
|
-
|
|
1226
1220
|
// SquarePercent aliases
|
|
1227
1221
|
export {
|
|
1228
1222
|
/** @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 */
|
|
1229
1223
|
default as PercentSquare
|
|
1230
1224
|
} from '../icons/square-percent';
|
|
1231
1225
|
|
|
1232
|
-
//
|
|
1226
|
+
// SquarePi aliases
|
|
1233
1227
|
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1235
|
-
default as
|
|
1236
|
-
} from '../icons/square-
|
|
1228
|
+
/** @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 */
|
|
1229
|
+
default as PiSquare
|
|
1230
|
+
} from '../icons/square-pi';
|
|
1237
1231
|
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
@@ -1241,6 +1235,12 @@ export {
|
|
|
1241
1235
|
default as PlaySquare
|
|
1242
1236
|
} from '../icons/square-play';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePilcrow aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PilcrowSquare
|
|
1242
|
+
} from '../icons/square-pilcrow';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePlus aliases
|
|
1245
1245
|
export {
|
|
1246
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 */
|
|
@@ -1283,24 +1283,30 @@ export {
|
|
|
1283
1283
|
default as SplitSquareVertical
|
|
1284
1284
|
} from '../icons/square-split-vertical';
|
|
1285
1285
|
|
|
1286
|
-
// SquareUserRound aliases
|
|
1287
|
-
export {
|
|
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 */
|
|
1289
|
-
default as UserSquare2
|
|
1290
|
-
} from '../icons/square-user-round';
|
|
1291
|
-
|
|
1292
1286
|
// SquareTerminal aliases
|
|
1293
1287
|
export {
|
|
1294
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1295
1289
|
default as TerminalSquare
|
|
1296
1290
|
} from '../icons/square-terminal';
|
|
1297
1291
|
|
|
1292
|
+
// SquareUserRound aliases
|
|
1293
|
+
export {
|
|
1294
|
+
/** @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 */
|
|
1295
|
+
default as UserSquare2
|
|
1296
|
+
} from '../icons/square-user-round';
|
|
1297
|
+
|
|
1298
1298
|
// SquareUser aliases
|
|
1299
1299
|
export {
|
|
1300
1300
|
/** @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 */
|
|
1301
1301
|
default as UserSquare
|
|
1302
1302
|
} from '../icons/square-user';
|
|
1303
1303
|
|
|
1304
|
+
// SquareX aliases
|
|
1305
|
+
export {
|
|
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 */
|
|
1307
|
+
default as XSquare
|
|
1308
|
+
} from '../icons/square-x';
|
|
1309
|
+
|
|
1304
1310
|
// TestTubeDiagonal aliases
|
|
1305
1311
|
export {
|
|
1306
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,12 +1319,6 @@ export {
|
|
|
1313
1319
|
default as AlignCenter
|
|
1314
1320
|
} from '../icons/text-align-center';
|
|
1315
1321
|
|
|
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. This alias will be removed in v1.0 */
|
|
1319
|
-
default as XSquare
|
|
1320
|
-
} from '../icons/square-x';
|
|
1321
|
-
|
|
1322
1322
|
// TextAlignEnd aliases
|
|
1323
1323
|
export {
|
|
1324
1324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
@@ -1397,23 +1397,17 @@ export {
|
|
|
1397
1397
|
default as UserCheck2
|
|
1398
1398
|
} from '../icons/user-round-check';
|
|
1399
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
1400
|
// UserRoundMinus aliases
|
|
1407
1401
|
export {
|
|
1408
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 */
|
|
1409
1403
|
default as UserMinus2
|
|
1410
1404
|
} from '../icons/user-round-minus';
|
|
1411
1405
|
|
|
1412
|
-
//
|
|
1406
|
+
// UserRoundCog aliases
|
|
1413
1407
|
export {
|
|
1414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1415
|
-
default as
|
|
1416
|
-
} from '../icons/user-round-
|
|
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 */
|
|
1409
|
+
default as UserCog2
|
|
1410
|
+
} from '../icons/user-round-cog';
|
|
1417
1411
|
|
|
1418
1412
|
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
@@ -1421,6 +1415,12 @@ export {
|
|
|
1421
1415
|
default as UserPlus2
|
|
1422
1416
|
} from '../icons/user-round-plus';
|
|
1423
1417
|
|
|
1418
|
+
// UserRoundX aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1421
|
+
default as UserX2
|
|
1422
|
+
} from '../icons/user-round-x';
|
|
1423
|
+
|
|
1424
1424
|
// UserRound aliases
|
|
1425
1425
|
export {
|
|
1426
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|