@lucide/astro 0.559.0 → 0.560.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 +100 -100
- package/src/aliases/prefixed.ts +681 -679
- package/src/aliases/suffixed.ts +1009 -1007
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/index.ts +154 -153
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -107,24 +107,30 @@ 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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
125
125
|
default as CandlestickChart
|
|
126
126
|
} from '../icons/chart-candlestick';
|
|
127
127
|
|
|
128
|
+
// ChartColumnIncreasing aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
131
|
+
default as BarChart4
|
|
132
|
+
} from '../icons/chart-column-increasing';
|
|
133
|
+
|
|
128
134
|
// ChartColumnBig aliases
|
|
129
135
|
export {
|
|
130
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
@@ -137,12 +143,6 @@ export {
|
|
|
137
143
|
default as BarChart3
|
|
138
144
|
} from '../icons/chart-column';
|
|
139
145
|
|
|
140
|
-
// ChartColumnIncreasing aliases
|
|
141
|
-
export {
|
|
142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
143
|
-
default as BarChart4
|
|
144
|
-
} from '../icons/chart-column-increasing';
|
|
145
|
-
|
|
146
146
|
// ChartLine aliases
|
|
147
147
|
export {
|
|
148
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowLeftCircle
|
|
204
204
|
} from '../icons/circle-arrow-left';
|
|
205
205
|
|
|
206
|
-
// CircleArrowOutDownLeft aliases
|
|
207
|
-
export {
|
|
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 */
|
|
209
|
-
default as ArrowDownLeftFromCircle
|
|
210
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutDownRight aliases
|
|
213
207
|
export {
|
|
214
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
215
209
|
default as ArrowDownRightFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
211
|
|
|
212
|
+
// CircleArrowOutDownLeft aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @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 */
|
|
215
|
+
default as ArrowDownLeftFromCircle
|
|
216
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
217
|
+
|
|
218
218
|
// CircleArrowOutUpLeft aliases
|
|
219
219
|
export {
|
|
220
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -233,18 +233,18 @@ export {
|
|
|
233
233
|
default as ArrowRightCircle
|
|
234
234
|
} from '../icons/circle-arrow-right';
|
|
235
235
|
|
|
236
|
-
// CircleCheckBig aliases
|
|
237
|
-
export {
|
|
238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
239
|
-
default as CheckCircle
|
|
240
|
-
} from '../icons/circle-check-big';
|
|
241
|
-
|
|
242
236
|
// CircleArrowUp aliases
|
|
243
237
|
export {
|
|
244
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
245
239
|
default as ArrowUpCircle
|
|
246
240
|
} from '../icons/circle-arrow-up';
|
|
247
241
|
|
|
242
|
+
// CircleCheckBig aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
245
|
+
default as CheckCircle
|
|
246
|
+
} from '../icons/circle-check-big';
|
|
247
|
+
|
|
248
248
|
// CircleCheck aliases
|
|
249
249
|
export {
|
|
250
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
@@ -425,18 +425,18 @@ export {
|
|
|
425
425
|
default as TableConfig
|
|
426
426
|
} from '../icons/columns-3-cog';
|
|
427
427
|
|
|
428
|
-
// Columns3 aliases
|
|
429
|
-
export {
|
|
430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
|
-
default as PanelsLeftRight
|
|
432
|
-
} from '../icons/columns-3';
|
|
433
|
-
|
|
434
428
|
// ContactRound aliases
|
|
435
429
|
export {
|
|
436
430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
437
431
|
default as Contact2
|
|
438
432
|
} from '../icons/contact-round';
|
|
439
433
|
|
|
434
|
+
// Columns3 aliases
|
|
435
|
+
export {
|
|
436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
437
|
+
default as PanelsLeftRight
|
|
438
|
+
} from '../icons/columns-3';
|
|
439
|
+
|
|
440
440
|
// DiamondPercent aliases
|
|
441
441
|
export {
|
|
442
442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
@@ -485,18 +485,18 @@ export {
|
|
|
485
485
|
default as FileJson
|
|
486
486
|
} from '../icons/file-braces';
|
|
487
487
|
|
|
488
|
-
// FileChartColumn aliases
|
|
489
|
-
export {
|
|
490
|
-
/** @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 */
|
|
491
|
-
default as FileBarChart2
|
|
492
|
-
} from '../icons/file-chart-column';
|
|
493
|
-
|
|
494
488
|
// FileChartColumnIncreasing aliases
|
|
495
489
|
export {
|
|
496
490
|
/** @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 */
|
|
497
491
|
default as FileBarChart
|
|
498
492
|
} from '../icons/file-chart-column-increasing';
|
|
499
493
|
|
|
494
|
+
// FileChartColumn aliases
|
|
495
|
+
export {
|
|
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 */
|
|
497
|
+
default as FileBarChart2
|
|
498
|
+
} from '../icons/file-chart-column';
|
|
499
|
+
|
|
500
500
|
// FileChartLine aliases
|
|
501
501
|
export {
|
|
502
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
@@ -659,18 +659,18 @@ export {
|
|
|
659
659
|
default as GitCommit
|
|
660
660
|
} from '../icons/git-commit-horizontal';
|
|
661
661
|
|
|
662
|
-
// Grid2x2Check aliases
|
|
663
|
-
export {
|
|
664
|
-
/** @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 */
|
|
665
|
-
default as Grid2X2Check
|
|
666
|
-
} from '../icons/grid-2x2-check';
|
|
667
|
-
|
|
668
662
|
// Grid2x2Plus aliases
|
|
669
663
|
export {
|
|
670
664
|
/** @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 */
|
|
671
665
|
default as Grid2X2Plus
|
|
672
666
|
} from '../icons/grid-2x2-plus';
|
|
673
667
|
|
|
668
|
+
// Grid2x2Check aliases
|
|
669
|
+
export {
|
|
670
|
+
/** @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 */
|
|
671
|
+
default as Grid2X2Check
|
|
672
|
+
} from '../icons/grid-2x2-check';
|
|
673
|
+
|
|
674
674
|
// Grid2x2X aliases
|
|
675
675
|
export {
|
|
676
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 */
|
|
@@ -815,18 +815,18 @@ export {
|
|
|
815
815
|
default as AlertOctagon
|
|
816
816
|
} from '../icons/octagon-alert';
|
|
817
817
|
|
|
818
|
-
// OctagonX aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @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 */
|
|
821
|
-
default as XOctagon
|
|
822
|
-
} from '../icons/octagon-x';
|
|
823
|
-
|
|
824
818
|
// OctagonPause aliases
|
|
825
819
|
export {
|
|
826
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 */
|
|
827
821
|
default as PauseOctagon
|
|
828
822
|
} from '../icons/octagon-pause';
|
|
829
823
|
|
|
824
|
+
// OctagonX aliases
|
|
825
|
+
export {
|
|
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 */
|
|
827
|
+
default as XOctagon
|
|
828
|
+
} from '../icons/octagon-x';
|
|
829
|
+
|
|
830
830
|
// PaintbrushVertical aliases
|
|
831
831
|
export {
|
|
832
832
|
/** @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 */
|
|
@@ -929,18 +929,18 @@ export {
|
|
|
929
929
|
default as Scale3D
|
|
930
930
|
} from '../icons/scale-3d';
|
|
931
931
|
|
|
932
|
-
// ShieldQuestionMark aliases
|
|
933
|
-
export {
|
|
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 */
|
|
935
|
-
default as ShieldQuestion
|
|
936
|
-
} from '../icons/shield-question-mark';
|
|
937
|
-
|
|
938
932
|
// SendHorizontal aliases
|
|
939
933
|
export {
|
|
940
934
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
941
935
|
default as SendHorizonal
|
|
942
936
|
} from '../icons/send-horizontal';
|
|
943
937
|
|
|
938
|
+
// ShieldQuestionMark aliases
|
|
939
|
+
export {
|
|
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 */
|
|
941
|
+
default as ShieldQuestion
|
|
942
|
+
} from '../icons/shield-question-mark';
|
|
943
|
+
|
|
944
944
|
// ShieldX aliases
|
|
945
945
|
export {
|
|
946
946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
@@ -1031,36 +1031,24 @@ export {
|
|
|
1031
1031
|
default as ArrowUpRightSquare
|
|
1032
1032
|
} from '../icons/square-arrow-up-right';
|
|
1033
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
1034
|
// SquareArrowUp aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
1043
1037
|
default as ArrowUpSquare
|
|
1044
1038
|
} from '../icons/square-arrow-up';
|
|
1045
1039
|
|
|
1040
|
+
// SquareAsterisk aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @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 */
|
|
1043
|
+
default as AsteriskSquare
|
|
1044
|
+
} from '../icons/square-asterisk';
|
|
1045
|
+
|
|
1046
1046
|
// SquareBottomDashedScissors aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @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 */
|
|
1049
1049
|
default as ScissorsSquareDashedBottom
|
|
1050
1050
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
1051
|
|
|
1052
|
-
// SquareCheckBig aliases
|
|
1053
|
-
export {
|
|
1054
|
-
/** @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 */
|
|
1055
|
-
default as CheckSquare
|
|
1056
|
-
} from '../icons/square-check-big';
|
|
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
1052
|
// SquareChartGantt aliases
|
|
1065
1053
|
export {
|
|
1066
1054
|
/** @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 */
|
|
@@ -1073,6 +1061,18 @@ export {
|
|
|
1073
1061
|
default as SquareGanttChart
|
|
1074
1062
|
} from '../icons/square-chart-gantt';
|
|
1075
1063
|
|
|
1064
|
+
// SquareCheckBig aliases
|
|
1065
|
+
export {
|
|
1066
|
+
/** @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 */
|
|
1067
|
+
default as CheckSquare
|
|
1068
|
+
} from '../icons/square-check-big';
|
|
1069
|
+
|
|
1070
|
+
// SquareCheck aliases
|
|
1071
|
+
export {
|
|
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 */
|
|
1073
|
+
default as CheckSquare2
|
|
1074
|
+
} from '../icons/square-check';
|
|
1075
|
+
|
|
1076
1076
|
// SquareChevronDown aliases
|
|
1077
1077
|
export {
|
|
1078
1078
|
/** @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 */
|
|
@@ -1133,18 +1133,18 @@ export {
|
|
|
1133
1133
|
default as DotSquare
|
|
1134
1134
|
} from '../icons/square-dot';
|
|
1135
1135
|
|
|
1136
|
-
// SquareFunction aliases
|
|
1137
|
-
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1139
|
-
default as FunctionSquare
|
|
1140
|
-
} from '../icons/square-function';
|
|
1141
|
-
|
|
1142
1136
|
// SquareEqual aliases
|
|
1143
1137
|
export {
|
|
1144
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1145
1139
|
default as EqualSquare
|
|
1146
1140
|
} from '../icons/square-equal';
|
|
1147
1141
|
|
|
1142
|
+
// SquareFunction aliases
|
|
1143
|
+
export {
|
|
1144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1145
|
+
default as FunctionSquare
|
|
1146
|
+
} from '../icons/square-function';
|
|
1147
|
+
|
|
1148
1148
|
// SquareKanban aliases
|
|
1149
1149
|
export {
|
|
1150
1150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PilcrowSquare
|
|
1230
1230
|
} from '../icons/square-pilcrow';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlus aliases
|
|
1233
|
-
export {
|
|
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';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as PlaySquare
|
|
1242
1236
|
} from '../icons/square-play';
|
|
1243
1237
|
|
|
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 */
|
|
@@ -1355,6 +1355,12 @@ export {
|
|
|
1355
1355
|
default as WrapText
|
|
1356
1356
|
} from '../icons/text-wrap';
|
|
1357
1357
|
|
|
1358
|
+
// TramFront aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
1361
|
+
default as Train
|
|
1362
|
+
} from '../icons/tram-front';
|
|
1363
|
+
|
|
1358
1364
|
// TreePalm aliases
|
|
1359
1365
|
export {
|
|
1360
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
@@ -1367,11 +1373,11 @@ export {
|
|
|
1367
1373
|
default as AlertTriangle
|
|
1368
1374
|
} from '../icons/triangle-alert';
|
|
1369
1375
|
|
|
1370
|
-
//
|
|
1376
|
+
// TvMinimal aliases
|
|
1371
1377
|
export {
|
|
1372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1373
|
-
default as
|
|
1374
|
-
} from '../icons/
|
|
1378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1379
|
+
default as Tv2
|
|
1380
|
+
} from '../icons/tv-minimal';
|
|
1375
1381
|
|
|
1376
1382
|
// University aliases
|
|
1377
1383
|
export {
|
|
@@ -1379,12 +1385,6 @@ export {
|
|
|
1379
1385
|
default as School2
|
|
1380
1386
|
} from '../icons/university';
|
|
1381
1387
|
|
|
1382
|
-
// TvMinimal aliases
|
|
1383
|
-
export {
|
|
1384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1385
|
-
default as Tv2
|
|
1386
|
-
} from '../icons/tv-minimal';
|
|
1387
|
-
|
|
1388
1388
|
// UserRoundCheck aliases
|
|
1389
1389
|
export {
|
|
1390
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 */
|
|
@@ -1427,18 +1427,18 @@ export {
|
|
|
1427
1427
|
default as Users2
|
|
1428
1428
|
} from '../icons/users-round';
|
|
1429
1429
|
|
|
1430
|
-
// Utensils aliases
|
|
1431
|
-
export {
|
|
1432
|
-
/** @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 */
|
|
1433
|
-
default as ForkKnife
|
|
1434
|
-
} from '../icons/utensils';
|
|
1435
|
-
|
|
1436
1430
|
// UtensilsCrossed aliases
|
|
1437
1431
|
export {
|
|
1438
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 */
|
|
1439
1433
|
default as ForkKnifeCrossed
|
|
1440
1434
|
} from '../icons/utensils-crossed';
|
|
1441
1435
|
|
|
1436
|
+
// Utensils aliases
|
|
1437
|
+
export {
|
|
1438
|
+
/** @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 */
|
|
1439
|
+
default as ForkKnife
|
|
1440
|
+
} from '../icons/utensils';
|
|
1441
|
+
|
|
1442
1442
|
// WalletMinimal aliases
|
|
1443
1443
|
export {
|
|
1444
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 */
|