@lucide/astro 1.27.0 → 1.28.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 +124 -124
- package/src/aliases/prefixed.ts +680 -680
- package/src/aliases/suffixed.ts +1026 -1026
- package/src/icons/calendar-1.ts +2 -2
- package/src/icons/calendar-arrow-down.ts +2 -2
- package/src/icons/calendar-arrow-up.ts +2 -2
- package/src/icons/calendar-check-2.ts +2 -2
- package/src/icons/calendar-check.ts +2 -2
- package/src/icons/calendar-clock.ts +2 -2
- package/src/icons/calendar-cog.ts +2 -2
- package/src/icons/calendar-days.ts +2 -2
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/calendar-heart.ts +2 -2
- package/src/icons/calendar-minus-2.ts +2 -2
- package/src/icons/calendar-minus.ts +2 -2
- package/src/icons/calendar-off.ts +2 -2
- package/src/icons/calendar-plus-2.ts +2 -2
- package/src/icons/calendar-plus.ts +2 -2
- package/src/icons/calendar-range.ts +2 -2
- package/src/icons/calendar-search.ts +2 -2
- package/src/icons/calendar-sync.ts +2 -2
- package/src/icons/calendar-x-2.ts +2 -2
- package/src/icons/calendar-x.ts +2 -2
- package/src/icons/calendar.ts +2 -2
- package/src/icons/contact-round.ts +2 -2
- package/src/icons/contact.ts +2 -2
- package/src/icons/index.ts +166 -166
package/package.json
CHANGED
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
|
-
// BetweenHorizontalEnd aliases
|
|
69
|
-
export {
|
|
70
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
71
|
-
default as BetweenHorizonalEnd
|
|
72
|
-
} from '../icons/between-horizontal-end';
|
|
73
|
-
|
|
74
68
|
// BadgeQuestionMark aliases
|
|
75
69
|
export {
|
|
76
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
77
71
|
default as BadgeHelp
|
|
78
72
|
} from '../icons/badge-question-mark';
|
|
79
73
|
|
|
74
|
+
// BetweenHorizontalEnd aliases
|
|
75
|
+
export {
|
|
76
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
77
|
+
default as BetweenHorizonalEnd
|
|
78
|
+
} from '../icons/between-horizontal-end';
|
|
79
|
+
|
|
80
80
|
// BetweenHorizontalStart aliases
|
|
81
81
|
export {
|
|
82
82
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
@@ -107,18 +107,18 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
-
// ChartBarBig aliases
|
|
111
|
-
export {
|
|
112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
113
|
-
default as BarChartHorizontalBig
|
|
114
|
-
} from '../icons/chart-bar-big';
|
|
115
|
-
|
|
116
110
|
// ChartBar aliases
|
|
117
111
|
export {
|
|
118
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
119
113
|
default as BarChartHorizontal
|
|
120
114
|
} from '../icons/chart-bar';
|
|
121
115
|
|
|
116
|
+
// ChartBarBig aliases
|
|
117
|
+
export {
|
|
118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
119
|
+
default as BarChartHorizontalBig
|
|
120
|
+
} from '../icons/chart-bar-big';
|
|
121
|
+
|
|
122
122
|
// ChartCandlestick aliases
|
|
123
123
|
export {
|
|
124
124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
@@ -479,18 +479,18 @@ export {
|
|
|
479
479
|
default as FileJson
|
|
480
480
|
} from '../icons/file-braces';
|
|
481
481
|
|
|
482
|
-
// FileChartColumnIncreasing aliases
|
|
483
|
-
export {
|
|
484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
485
|
-
default as FileBarChart
|
|
486
|
-
} from '../icons/file-chart-column-increasing';
|
|
487
|
-
|
|
488
482
|
// FileChartColumn aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
491
485
|
default as FileBarChart2
|
|
492
486
|
} from '../icons/file-chart-column';
|
|
493
487
|
|
|
488
|
+
// FileChartColumnIncreasing aliases
|
|
489
|
+
export {
|
|
490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
491
|
+
default as FileBarChart
|
|
492
|
+
} from '../icons/file-chart-column-increasing';
|
|
493
|
+
|
|
494
494
|
// FileChartLine aliases
|
|
495
495
|
export {
|
|
496
496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
@@ -509,18 +509,18 @@ export {
|
|
|
509
509
|
default as FileCheck2
|
|
510
510
|
} from '../icons/file-check-corner';
|
|
511
511
|
|
|
512
|
-
// FileCodeCorner aliases
|
|
513
|
-
export {
|
|
514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
515
|
-
default as FileCode2
|
|
516
|
-
} from '../icons/file-code-corner';
|
|
517
|
-
|
|
518
512
|
// FileCog aliases
|
|
519
513
|
export {
|
|
520
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
521
515
|
default as FileCog2
|
|
522
516
|
} from '../icons/file-cog';
|
|
523
517
|
|
|
518
|
+
// FileCodeCorner aliases
|
|
519
|
+
export {
|
|
520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
521
|
+
default as FileCode2
|
|
522
|
+
} from '../icons/file-code-corner';
|
|
523
|
+
|
|
524
524
|
// FileExclamationPoint aliases
|
|
525
525
|
export {
|
|
526
526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
@@ -539,12 +539,6 @@ export {
|
|
|
539
539
|
default as FileAudio2
|
|
540
540
|
} from '../icons/file-headphone';
|
|
541
541
|
|
|
542
|
-
// FileLock aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
545
|
-
default as FileLock2
|
|
546
|
-
} from '../icons/file-lock';
|
|
547
|
-
|
|
548
542
|
// FileKey aliases
|
|
549
543
|
export {
|
|
550
544
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
@@ -557,6 +551,12 @@ export {
|
|
|
557
551
|
default as FileMinus2
|
|
558
552
|
} from '../icons/file-minus-corner';
|
|
559
553
|
|
|
554
|
+
// FileLock aliases
|
|
555
|
+
export {
|
|
556
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
557
|
+
default as FileLock2
|
|
558
|
+
} from '../icons/file-lock';
|
|
559
|
+
|
|
560
560
|
// FilePenLine aliases
|
|
561
561
|
export {
|
|
562
562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
@@ -587,18 +587,18 @@ export {
|
|
|
587
587
|
default as FileQuestion
|
|
588
588
|
} from '../icons/file-question-mark';
|
|
589
589
|
|
|
590
|
-
// FileSearchCorner aliases
|
|
591
|
-
export {
|
|
592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
593
|
-
default as FileSearch2
|
|
594
|
-
} from '../icons/file-search-corner';
|
|
595
|
-
|
|
596
590
|
// FileSignal aliases
|
|
597
591
|
export {
|
|
598
592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
599
593
|
default as FileVolume2
|
|
600
594
|
} from '../icons/file-signal';
|
|
601
595
|
|
|
596
|
+
// FileSearchCorner aliases
|
|
597
|
+
export {
|
|
598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
599
|
+
default as FileSearch2
|
|
600
|
+
} from '../icons/file-search-corner';
|
|
601
|
+
|
|
602
602
|
// FileTypeCorner aliases
|
|
603
603
|
export {
|
|
604
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
@@ -689,18 +689,18 @@ export {
|
|
|
689
689
|
default as Grid3X3
|
|
690
690
|
} from '../icons/grid-3x3';
|
|
691
691
|
|
|
692
|
-
// HandHelping aliases
|
|
693
|
-
export {
|
|
694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
695
|
-
default as HelpingHand
|
|
696
|
-
} from '../icons/hand-helping';
|
|
697
|
-
|
|
698
692
|
// HandGrab aliases
|
|
699
693
|
export {
|
|
700
694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
701
695
|
default as Grab
|
|
702
696
|
} from '../icons/hand-grab';
|
|
703
697
|
|
|
698
|
+
// HandHelping aliases
|
|
699
|
+
export {
|
|
700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
701
|
+
default as HelpingHand
|
|
702
|
+
} from '../icons/hand-helping';
|
|
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. */
|
|
@@ -731,18 +731,6 @@ export {
|
|
|
731
731
|
default as Layers3
|
|
732
732
|
} from '../icons/layers';
|
|
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. */
|
|
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. */
|
|
743
|
-
default as IndentDecrease
|
|
744
|
-
} from '../icons/list-indent-decrease';
|
|
745
|
-
|
|
746
734
|
// ListIndentIncrease aliases
|
|
747
735
|
export {
|
|
748
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
@@ -755,6 +743,18 @@ export {
|
|
|
755
743
|
default as IndentIncrease
|
|
756
744
|
} from '../icons/list-indent-increase';
|
|
757
745
|
|
|
746
|
+
// ListIndentDecrease aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
749
|
+
default as Outdent
|
|
750
|
+
} from '../icons/list-indent-decrease';
|
|
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. */
|
|
755
|
+
default as IndentDecrease
|
|
756
|
+
} from '../icons/list-indent-decrease';
|
|
757
|
+
|
|
758
758
|
// LoaderCircle aliases
|
|
759
759
|
export {
|
|
760
760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
@@ -917,18 +917,18 @@ export {
|
|
|
917
917
|
default as History
|
|
918
918
|
} from '../icons/rotate-ccw-clock';
|
|
919
919
|
|
|
920
|
-
// Rows2 aliases
|
|
921
|
-
export {
|
|
922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
923
|
-
default as Rows
|
|
924
|
-
} from '../icons/rows-2';
|
|
925
|
-
|
|
926
920
|
// Rows3 aliases
|
|
927
921
|
export {
|
|
928
922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
929
923
|
default as PanelsTopBottom
|
|
930
924
|
} from '../icons/rows-3';
|
|
931
925
|
|
|
926
|
+
// Rows2 aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
929
|
+
default as Rows
|
|
930
|
+
} from '../icons/rows-2';
|
|
931
|
+
|
|
932
932
|
// Scale3d aliases
|
|
933
933
|
export {
|
|
934
934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
@@ -947,11 +947,11 @@ export {
|
|
|
947
947
|
default as ShieldQuestion
|
|
948
948
|
} from '../icons/shield-question-mark';
|
|
949
949
|
|
|
950
|
-
//
|
|
950
|
+
// ShieldX aliases
|
|
951
951
|
export {
|
|
952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
953
|
-
default as
|
|
954
|
-
} from '../icons/
|
|
952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
953
|
+
default as ShieldClose
|
|
954
|
+
} from '../icons/shield-x';
|
|
955
955
|
|
|
956
956
|
// Sparkles aliases
|
|
957
957
|
export {
|
|
@@ -959,11 +959,11 @@ export {
|
|
|
959
959
|
default as Stars
|
|
960
960
|
} from '../icons/sparkles';
|
|
961
961
|
|
|
962
|
-
//
|
|
962
|
+
// SlidersVertical aliases
|
|
963
963
|
export {
|
|
964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
965
|
-
default as
|
|
966
|
-
} from '../icons/
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
965
|
+
default as Sliders
|
|
966
|
+
} from '../icons/sliders-vertical';
|
|
967
967
|
|
|
968
968
|
// SquareActivity aliases
|
|
969
969
|
export {
|
|
@@ -1079,18 +1079,18 @@ export {
|
|
|
1079
1079
|
default as SquareGanttChart
|
|
1080
1080
|
} from '../icons/square-chart-gantt';
|
|
1081
1081
|
|
|
1082
|
-
// SquareCheck aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1085
|
-
default as CheckSquare2
|
|
1086
|
-
} from '../icons/square-check';
|
|
1087
|
-
|
|
1088
1082
|
// SquareCheckBig aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1091
1085
|
default as CheckSquare
|
|
1092
1086
|
} from '../icons/square-check-big';
|
|
1093
1087
|
|
|
1088
|
+
// SquareCheck aliases
|
|
1089
|
+
export {
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1091
|
+
default as CheckSquare2
|
|
1092
|
+
} from '../icons/square-check';
|
|
1093
|
+
|
|
1094
1094
|
// SquareChevronDown aliases
|
|
1095
1095
|
export {
|
|
1096
1096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
@@ -1109,18 +1109,18 @@ export {
|
|
|
1109
1109
|
default as ChevronRightSquare
|
|
1110
1110
|
} from '../icons/square-chevron-right';
|
|
1111
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
|
-
|
|
1118
1112
|
// SquareChevronUp aliases
|
|
1119
1113
|
export {
|
|
1120
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
1121
1115
|
default as ChevronUpSquare
|
|
1122
1116
|
} from '../icons/square-chevron-up';
|
|
1123
1117
|
|
|
1118
|
+
// SquareCode aliases
|
|
1119
|
+
export {
|
|
1120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
1121
|
+
default as CodeSquare
|
|
1122
|
+
} from '../icons/square-code';
|
|
1123
|
+
|
|
1124
1124
|
// SquareDashedKanban aliases
|
|
1125
1125
|
export {
|
|
1126
1126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
@@ -1145,6 +1145,12 @@ export {
|
|
|
1145
1145
|
default as TextSelect
|
|
1146
1146
|
} from '../icons/square-dashed-text';
|
|
1147
1147
|
|
|
1148
|
+
// SquareDashed aliases
|
|
1149
|
+
export {
|
|
1150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1151
|
+
default as BoxSelect
|
|
1152
|
+
} from '../icons/square-dashed';
|
|
1153
|
+
|
|
1148
1154
|
// SquareDivide aliases
|
|
1149
1155
|
export {
|
|
1150
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
@@ -1157,12 +1163,6 @@ export {
|
|
|
1157
1163
|
default as DotSquare
|
|
1158
1164
|
} from '../icons/square-dot';
|
|
1159
1165
|
|
|
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
|
-
|
|
1166
1166
|
// SquareEqual aliases
|
|
1167
1167
|
export {
|
|
1168
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
@@ -1241,23 +1241,17 @@ export {
|
|
|
1241
1241
|
default as PenSquare
|
|
1242
1242
|
} from '../icons/square-pen';
|
|
1243
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
|
-
|
|
1250
1244
|
// SquarePercent aliases
|
|
1251
1245
|
export {
|
|
1252
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
1253
1247
|
default as PercentSquare
|
|
1254
1248
|
} from '../icons/square-percent';
|
|
1255
1249
|
|
|
1256
|
-
//
|
|
1250
|
+
// SquarePi aliases
|
|
1257
1251
|
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1259
|
-
default as
|
|
1260
|
-
} from '../icons/square-
|
|
1252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1253
|
+
default as PiSquare
|
|
1254
|
+
} from '../icons/square-pi';
|
|
1261
1255
|
|
|
1262
1256
|
// SquarePlay aliases
|
|
1263
1257
|
export {
|
|
@@ -1265,11 +1259,11 @@ export {
|
|
|
1265
1259
|
default as PlaySquare
|
|
1266
1260
|
} from '../icons/square-play';
|
|
1267
1261
|
|
|
1268
|
-
//
|
|
1262
|
+
// SquarePilcrow aliases
|
|
1269
1263
|
export {
|
|
1270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1271
|
-
default as
|
|
1272
|
-
} from '../icons/square-
|
|
1264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
1265
|
+
default as PilcrowSquare
|
|
1266
|
+
} from '../icons/square-pilcrow';
|
|
1273
1267
|
|
|
1274
1268
|
// SquarePower aliases
|
|
1275
1269
|
export {
|
|
@@ -1277,6 +1271,12 @@ export {
|
|
|
1277
1271
|
default as PowerSquare
|
|
1278
1272
|
} from '../icons/square-power';
|
|
1279
1273
|
|
|
1274
|
+
// SquarePlus aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1277
|
+
default as PlusSquare
|
|
1278
|
+
} from '../icons/square-plus';
|
|
1279
|
+
|
|
1280
1280
|
// SquareScissors aliases
|
|
1281
1281
|
export {
|
|
1282
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
@@ -1325,18 +1325,18 @@ export {
|
|
|
1325
1325
|
default as UserSquare
|
|
1326
1326
|
} from '../icons/square-user';
|
|
1327
1327
|
|
|
1328
|
-
// TestTubeDiagonal aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
1331
|
-
default as TestTube2
|
|
1332
|
-
} from '../icons/test-tube-diagonal';
|
|
1333
|
-
|
|
1334
1328
|
// SquareX aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
1337
1331
|
default as XSquare
|
|
1338
1332
|
} from '../icons/square-x';
|
|
1339
1333
|
|
|
1334
|
+
// TestTubeDiagonal aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
1337
|
+
default as TestTube2
|
|
1338
|
+
} from '../icons/test-tube-diagonal';
|
|
1339
|
+
|
|
1340
1340
|
// TextAlignCenter aliases
|
|
1341
1341
|
export {
|
|
1342
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
@@ -1403,18 +1403,18 @@ export {
|
|
|
1403
1403
|
default as Tv2
|
|
1404
1404
|
} from '../icons/tv-minimal';
|
|
1405
1405
|
|
|
1406
|
-
// UserRoundCheck aliases
|
|
1407
|
-
export {
|
|
1408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1409
|
-
default as UserCheck2
|
|
1410
|
-
} from '../icons/user-round-check';
|
|
1411
|
-
|
|
1412
1406
|
// University aliases
|
|
1413
1407
|
export {
|
|
1414
1408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1415
1409
|
default as School2
|
|
1416
1410
|
} from '../icons/university';
|
|
1417
1411
|
|
|
1412
|
+
// UserRoundCheck aliases
|
|
1413
|
+
export {
|
|
1414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1415
|
+
default as UserCheck2
|
|
1416
|
+
} from '../icons/user-round-check';
|
|
1417
|
+
|
|
1418
1418
|
// UserRoundCog aliases
|
|
1419
1419
|
export {
|
|
1420
1420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
@@ -1439,30 +1439,30 @@ export {
|
|
|
1439
1439
|
default as UserX2
|
|
1440
1440
|
} from '../icons/user-round-x';
|
|
1441
1441
|
|
|
1442
|
-
// UsersRound aliases
|
|
1443
|
-
export {
|
|
1444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
1445
|
-
default as Users2
|
|
1446
|
-
} from '../icons/users-round';
|
|
1447
|
-
|
|
1448
1442
|
// UserRound aliases
|
|
1449
1443
|
export {
|
|
1450
1444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
1451
1445
|
default as User2
|
|
1452
1446
|
} from '../icons/user-round';
|
|
1453
1447
|
|
|
1454
|
-
// Utensils aliases
|
|
1455
|
-
export {
|
|
1456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
1457
|
-
default as ForkKnife
|
|
1458
|
-
} from '../icons/utensils';
|
|
1459
|
-
|
|
1460
1448
|
// UtensilsCrossed aliases
|
|
1461
1449
|
export {
|
|
1462
1450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
1463
1451
|
default as ForkKnifeCrossed
|
|
1464
1452
|
} from '../icons/utensils-crossed';
|
|
1465
1453
|
|
|
1454
|
+
// UsersRound aliases
|
|
1455
|
+
export {
|
|
1456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
1457
|
+
default as Users2
|
|
1458
|
+
} from '../icons/users-round';
|
|
1459
|
+
|
|
1460
|
+
// Utensils aliases
|
|
1461
|
+
export {
|
|
1462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
1463
|
+
default as ForkKnife
|
|
1464
|
+
} from '../icons/utensils';
|
|
1465
|
+
|
|
1466
1466
|
// WalletMinimal aliases
|
|
1467
1467
|
export {
|
|
1468
1468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|