@lucide/astro 0.559.0 → 0.561.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 +126 -126
- package/src/aliases/prefixed.ts +718 -714
- package/src/aliases/suffixed.ts +981 -977
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/index.ts +133 -131
- package/src/icons/stone.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumn aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
137
|
-
default as BarChart3
|
|
138
|
-
} from '../icons/chart-column';
|
|
139
|
-
|
|
140
134
|
// ChartColumnIncreasing aliases
|
|
141
135
|
export {
|
|
142
136
|
/** @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
137
|
default as BarChart4
|
|
144
138
|
} from '../icons/chart-column-increasing';
|
|
145
139
|
|
|
140
|
+
// ChartColumn aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
143
|
+
default as BarChart3
|
|
144
|
+
} from '../icons/chart-column';
|
|
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 */
|
|
@@ -179,18 +179,18 @@ export {
|
|
|
179
179
|
default as ScatterChart
|
|
180
180
|
} from '../icons/chart-scatter';
|
|
181
181
|
|
|
182
|
-
// Chromium aliases
|
|
183
|
-
export {
|
|
184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
185
|
-
default as Chrome
|
|
186
|
-
} from '../icons/chromium';
|
|
187
|
-
|
|
188
182
|
// CircleAlert aliases
|
|
189
183
|
export {
|
|
190
184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
191
185
|
default as AlertCircle
|
|
192
186
|
} from '../icons/circle-alert';
|
|
193
187
|
|
|
188
|
+
// Chromium aliases
|
|
189
|
+
export {
|
|
190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
191
|
+
default as Chrome
|
|
192
|
+
} from '../icons/chromium';
|
|
193
|
+
|
|
194
194
|
// CircleArrowDown aliases
|
|
195
195
|
export {
|
|
196
196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
@@ -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 */
|
|
@@ -287,18 +287,18 @@ export {
|
|
|
287
287
|
default as GaugeCircle
|
|
288
288
|
} from '../icons/circle-gauge';
|
|
289
289
|
|
|
290
|
-
// CircleMinus aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @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 */
|
|
293
|
-
default as MinusCircle
|
|
294
|
-
} from '../icons/circle-minus';
|
|
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
|
+
// CircleMinus aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @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 */
|
|
299
|
+
default as MinusCircle
|
|
300
|
+
} from '../icons/circle-minus';
|
|
301
|
+
|
|
302
302
|
// CircleParking aliases
|
|
303
303
|
export {
|
|
304
304
|
/** @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 */
|
|
@@ -401,18 +401,18 @@ export {
|
|
|
401
401
|
default as UploadCloud
|
|
402
402
|
} from '../icons/cloud-upload';
|
|
403
403
|
|
|
404
|
-
// CodeXml aliases
|
|
405
|
-
export {
|
|
406
|
-
/** @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
|
-
default as Code2
|
|
408
|
-
} from '../icons/code-xml';
|
|
409
|
-
|
|
410
404
|
// Columns2 aliases
|
|
411
405
|
export {
|
|
412
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 */
|
|
413
407
|
default as Columns
|
|
414
408
|
} from '../icons/columns-2';
|
|
415
409
|
|
|
410
|
+
// CodeXml aliases
|
|
411
|
+
export {
|
|
412
|
+
/** @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 */
|
|
413
|
+
default as Code2
|
|
414
|
+
} from '../icons/code-xml';
|
|
415
|
+
|
|
416
416
|
// Columns3Cog aliases
|
|
417
417
|
export {
|
|
418
418
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FolderEdit
|
|
642
642
|
} from '../icons/folder-pen';
|
|
643
643
|
|
|
644
|
-
// FunnelX aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
647
|
-
default as FilterX
|
|
648
|
-
} from '../icons/funnel-x';
|
|
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
|
+
// FunnelX aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as FilterX
|
|
654
|
+
} from '../icons/funnel-x';
|
|
655
|
+
|
|
656
656
|
// GitCommitHorizontal aliases
|
|
657
657
|
export {
|
|
658
658
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -995,18 +995,18 @@ export {
|
|
|
995
995
|
default as ArrowDownLeftFromSquare
|
|
996
996
|
} from '../icons/square-arrow-out-down-left';
|
|
997
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
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
|
+
// SquareArrowOutDownRight aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @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 */
|
|
1007
|
+
default as ArrowDownRightFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-down-right';
|
|
1009
|
+
|
|
1010
1010
|
// SquareArrowOutUpRight aliases
|
|
1011
1011
|
export {
|
|
1012
1012
|
/** @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 */
|
|
@@ -1031,12 +1031,6 @@ 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 */
|
|
@@ -1049,17 +1043,11 @@ export {
|
|
|
1049
1043
|
default as ScissorsSquareDashedBottom
|
|
1050
1044
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
1045
|
|
|
1052
|
-
//
|
|
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
|
|
1046
|
+
// SquareAsterisk aliases
|
|
1059
1047
|
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1061
|
-
default as
|
|
1062
|
-
} from '../icons/square-
|
|
1048
|
+
/** @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 */
|
|
1049
|
+
default as AsteriskSquare
|
|
1050
|
+
} from '../icons/square-asterisk';
|
|
1063
1051
|
|
|
1064
1052
|
// SquareChartGantt aliases
|
|
1065
1053
|
export {
|
|
@@ -1073,29 +1061,35 @@ 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 */
|
|
1079
1079
|
default as ChevronDownSquare
|
|
1080
1080
|
} from '../icons/square-chevron-down';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronLeft aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1085
|
-
default as ChevronLeftSquare
|
|
1086
|
-
} from '../icons/square-chevron-left';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronRight aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
1091
1085
|
default as ChevronRightSquare
|
|
1092
1086
|
} from '../icons/square-chevron-right';
|
|
1093
1087
|
|
|
1094
|
-
//
|
|
1088
|
+
// SquareChevronLeft aliases
|
|
1095
1089
|
export {
|
|
1096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1097
|
-
default as
|
|
1098
|
-
} from '../icons/square-chevron-
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1091
|
+
default as ChevronLeftSquare
|
|
1092
|
+
} from '../icons/square-chevron-left';
|
|
1099
1093
|
|
|
1100
1094
|
// SquareCode aliases
|
|
1101
1095
|
export {
|
|
@@ -1103,6 +1097,12 @@ export {
|
|
|
1103
1097
|
default as CodeSquare
|
|
1104
1098
|
} from '../icons/square-code';
|
|
1105
1099
|
|
|
1100
|
+
// SquareChevronUp aliases
|
|
1101
|
+
export {
|
|
1102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
1103
|
+
default as ChevronUpSquare
|
|
1104
|
+
} from '../icons/square-chevron-up';
|
|
1105
|
+
|
|
1106
1106
|
// SquareDashedKanban aliases
|
|
1107
1107
|
export {
|
|
1108
1108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} 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,12 +1229,6 @@ 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 */
|
|
@@ -1247,6 +1241,12 @@ export {
|
|
|
1247
1241
|
default as PowerSquare
|
|
1248
1242
|
} from '../icons/square-power';
|
|
1249
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
1250
|
// SquareScissors aliases
|
|
1251
1251
|
export {
|
|
1252
1252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
@@ -1295,18 +1295,18 @@ export {
|
|
|
1295
1295
|
default as UserSquare
|
|
1296
1296
|
} from '../icons/square-user';
|
|
1297
1297
|
|
|
1298
|
-
// SquareX aliases
|
|
1299
|
-
export {
|
|
1300
|
-
/** @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 */
|
|
1301
|
-
default as XSquare
|
|
1302
|
-
} from '../icons/square-x';
|
|
1303
|
-
|
|
1304
1298
|
// TestTubeDiagonal aliases
|
|
1305
1299
|
export {
|
|
1306
1300
|
/** @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
1301
|
default as TestTube2
|
|
1308
1302
|
} from '../icons/test-tube-diagonal';
|
|
1309
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
|
+
|
|
1310
1310
|
// TextAlignCenter aliases
|
|
1311
1311
|
export {
|
|
1312
1312
|
/** @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 */
|
|
@@ -1325,6 +1325,12 @@ export {
|
|
|
1325
1325
|
default as AlignJustify
|
|
1326
1326
|
} from '../icons/text-align-justify';
|
|
1327
1327
|
|
|
1328
|
+
// TextInitial aliases
|
|
1329
|
+
export {
|
|
1330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1331
|
+
default as LetterText
|
|
1332
|
+
} from '../icons/text-initial';
|
|
1333
|
+
|
|
1328
1334
|
// TextAlignStart aliases
|
|
1329
1335
|
export {
|
|
1330
1336
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
@@ -1337,12 +1343,6 @@ export {
|
|
|
1337
1343
|
default as AlignLeft
|
|
1338
1344
|
} from '../icons/text-align-start';
|
|
1339
1345
|
|
|
1340
|
-
// TextInitial aliases
|
|
1341
|
-
export {
|
|
1342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1343
|
-
default as LetterText
|
|
1344
|
-
} from '../icons/text-initial';
|
|
1345
|
-
|
|
1346
1346
|
// TextSelect aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} 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 */
|