@lucide/astro 0.560.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 +94 -94
- package/src/aliases/prefixed.ts +582 -580
- package/src/aliases/suffixed.ts +964 -962
- package/src/icons/index.ts +104 -103
- package/src/icons/stone.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -107,36 +107,36 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
-
// ChartBar aliases
|
|
111
|
-
export {
|
|
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 */
|
|
113
|
-
default as BarChartHorizontal
|
|
114
|
-
} from '../icons/chart-bar';
|
|
115
|
-
|
|
116
110
|
// ChartBarBig aliases
|
|
117
111
|
export {
|
|
118
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 */
|
|
119
113
|
default as BarChartHorizontalBig
|
|
120
114
|
} from '../icons/chart-bar-big';
|
|
121
115
|
|
|
116
|
+
// ChartBar aliases
|
|
117
|
+
export {
|
|
118
|
+
/** @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
|
+
default as BarChartHorizontal
|
|
120
|
+
} from '../icons/chart-bar';
|
|
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
|
-
|
|
134
128
|
// ChartColumnBig aliases
|
|
135
129
|
export {
|
|
136
130
|
/** @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
131
|
default as BarChartBig
|
|
138
132
|
} from '../icons/chart-column-big';
|
|
139
133
|
|
|
134
|
+
// ChartColumnIncreasing aliases
|
|
135
|
+
export {
|
|
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 */
|
|
137
|
+
default as BarChart4
|
|
138
|
+
} from '../icons/chart-column-increasing';
|
|
139
|
+
|
|
140
140
|
// ChartColumn aliases
|
|
141
141
|
export {
|
|
142
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 */
|
|
@@ -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 */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowLeftCircle
|
|
204
204
|
} from '../icons/circle-arrow-left';
|
|
205
205
|
|
|
206
|
-
// CircleArrowOutDownRight aliases
|
|
207
|
-
export {
|
|
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 */
|
|
209
|
-
default as ArrowDownRightFromCircle
|
|
210
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutDownLeft aliases
|
|
213
207
|
export {
|
|
214
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 */
|
|
215
209
|
default as ArrowDownLeftFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-down-left';
|
|
217
211
|
|
|
212
|
+
// CircleArrowOutDownRight aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @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
|
+
default as ArrowDownRightFromCircle
|
|
216
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
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 */
|
|
@@ -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 */
|
|
@@ -425,18 +425,18 @@ export {
|
|
|
425
425
|
default as TableConfig
|
|
426
426
|
} from '../icons/columns-3-cog';
|
|
427
427
|
|
|
428
|
-
// ContactRound aliases
|
|
429
|
-
export {
|
|
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 */
|
|
431
|
-
default as Contact2
|
|
432
|
-
} from '../icons/contact-round';
|
|
433
|
-
|
|
434
428
|
// Columns3 aliases
|
|
435
429
|
export {
|
|
436
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 */
|
|
437
431
|
default as PanelsLeftRight
|
|
438
432
|
} from '../icons/columns-3';
|
|
439
433
|
|
|
434
|
+
// ContactRound aliases
|
|
435
|
+
export {
|
|
436
|
+
/** @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
|
+
default as Contact2
|
|
438
|
+
} from '../icons/contact-round';
|
|
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 */
|
|
@@ -641,36 +641,36 @@ 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 */
|
|
659
659
|
default as GitCommit
|
|
660
660
|
} from '../icons/git-commit-horizontal';
|
|
661
661
|
|
|
662
|
-
// Grid2x2Plus aliases
|
|
663
|
-
export {
|
|
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 */
|
|
665
|
-
default as Grid2X2Plus
|
|
666
|
-
} from '../icons/grid-2x2-plus';
|
|
667
|
-
|
|
668
662
|
// Grid2x2Check aliases
|
|
669
663
|
export {
|
|
670
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 */
|
|
671
665
|
default as Grid2X2Check
|
|
672
666
|
} from '../icons/grid-2x2-check';
|
|
673
667
|
|
|
668
|
+
// Grid2x2Plus aliases
|
|
669
|
+
export {
|
|
670
|
+
/** @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
|
+
default as Grid2X2Plus
|
|
672
|
+
} from '../icons/grid-2x2-plus';
|
|
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 */
|
|
@@ -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 */
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as ArrowUpSquare
|
|
1038
1038
|
} from '../icons/square-arrow-up';
|
|
1039
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
1040
|
// SquareBottomDashedScissors aliases
|
|
1047
1041
|
export {
|
|
1048
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 */
|
|
1049
1043
|
default as ScissorsSquareDashedBottom
|
|
1050
1044
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
1045
|
|
|
1046
|
+
// SquareAsterisk aliases
|
|
1047
|
+
export {
|
|
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';
|
|
1051
|
+
|
|
1052
1052
|
// SquareChartGantt aliases
|
|
1053
1053
|
export {
|
|
1054
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 */
|
|
@@ -1079,23 +1079,17 @@ export {
|
|
|
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 */
|
|
@@ -1235,18 +1235,18 @@ export {
|
|
|
1235
1235
|
default as PlaySquare
|
|
1236
1236
|
} from '../icons/square-play';
|
|
1237
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
1238
|
// SquarePower aliases
|
|
1245
1239
|
export {
|
|
1246
1240
|
/** @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 */
|
|
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 */
|