@lucide/astro 1.9.0 → 1.11.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 +2 -2
- package/src/aliases/aliases.ts +94 -94
- package/src/aliases/prefixed.ts +575 -569
- package/src/aliases/suffixed.ts +931 -925
- package/src/icons/bell-check.ts +18 -0
- package/src/icons/heart-x.ts +18 -0
- package/src/icons/index.ts +154 -151
- package/src/icons/layers-minus.ts +18 -0
- package/src/icons/rotate-3d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
49
|
"vite": "^7.3.2",
|
|
50
50
|
"vitest": "^4.1.1",
|
|
51
|
-
"astro": "^6.
|
|
51
|
+
"astro": "^6.1.6",
|
|
52
52
|
"@lucide/build-icons": "1.1.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,12 +41,6 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpNarrowWide aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
47
|
-
default as SortAsc
|
|
48
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
49
|
-
|
|
50
44
|
// ArrowUpZA aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
@@ -59,6 +53,12 @@ export {
|
|
|
59
53
|
default as Axis3D
|
|
60
54
|
} from '../icons/axis-3d';
|
|
61
55
|
|
|
56
|
+
// ArrowUpNarrowWide aliases
|
|
57
|
+
export {
|
|
58
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
59
|
+
default as SortAsc
|
|
60
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
61
|
+
|
|
62
62
|
// BadgeCheck aliases
|
|
63
63
|
export {
|
|
64
64
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
@@ -173,36 +173,36 @@ export {
|
|
|
173
173
|
default as PieChart
|
|
174
174
|
} from '../icons/chart-pie';
|
|
175
175
|
|
|
176
|
-
// ChartScatter aliases
|
|
177
|
-
export {
|
|
178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
179
|
-
default as ScatterChart
|
|
180
|
-
} from '../icons/chart-scatter';
|
|
181
|
-
|
|
182
176
|
// CircleAlert aliases
|
|
183
177
|
export {
|
|
184
178
|
/** @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 */
|
|
185
179
|
default as AlertCircle
|
|
186
180
|
} from '../icons/circle-alert';
|
|
187
181
|
|
|
182
|
+
// ChartScatter aliases
|
|
183
|
+
export {
|
|
184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
185
|
+
default as ScatterChart
|
|
186
|
+
} from '../icons/chart-scatter';
|
|
187
|
+
|
|
188
188
|
// CircleArrowDown aliases
|
|
189
189
|
export {
|
|
190
190
|
/** @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 */
|
|
191
191
|
default as ArrowDownCircle
|
|
192
192
|
} from '../icons/circle-arrow-down';
|
|
193
193
|
|
|
194
|
-
// CircleArrowOutDownLeft aliases
|
|
195
|
-
export {
|
|
196
|
-
/** @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 */
|
|
197
|
-
default as ArrowDownLeftFromCircle
|
|
198
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
199
|
-
|
|
200
194
|
// CircleArrowLeft aliases
|
|
201
195
|
export {
|
|
202
196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
203
197
|
default as ArrowLeftCircle
|
|
204
198
|
} from '../icons/circle-arrow-left';
|
|
205
199
|
|
|
200
|
+
// CircleArrowOutDownLeft aliases
|
|
201
|
+
export {
|
|
202
|
+
/** @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 */
|
|
203
|
+
default as ArrowDownLeftFromCircle
|
|
204
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
205
|
+
|
|
206
206
|
// CircleArrowOutDownRight aliases
|
|
207
207
|
export {
|
|
208
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 */
|
|
@@ -227,18 +227,18 @@ export {
|
|
|
227
227
|
default as ArrowRightCircle
|
|
228
228
|
} from '../icons/circle-arrow-right';
|
|
229
229
|
|
|
230
|
-
// CircleCheckBig aliases
|
|
231
|
-
export {
|
|
232
|
-
/** @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 */
|
|
233
|
-
default as CheckCircle
|
|
234
|
-
} from '../icons/circle-check-big';
|
|
235
|
-
|
|
236
230
|
// CircleArrowUp aliases
|
|
237
231
|
export {
|
|
238
232
|
/** @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 */
|
|
239
233
|
default as ArrowUpCircle
|
|
240
234
|
} from '../icons/circle-arrow-up';
|
|
241
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
242
|
// CircleCheck aliases
|
|
243
243
|
export {
|
|
244
244
|
/** @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 */
|
|
@@ -395,18 +395,18 @@ export {
|
|
|
395
395
|
default as UploadCloud
|
|
396
396
|
} from '../icons/cloud-upload';
|
|
397
397
|
|
|
398
|
-
// Columns2 aliases
|
|
399
|
-
export {
|
|
400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
401
|
-
default as Columns
|
|
402
|
-
} from '../icons/columns-2';
|
|
403
|
-
|
|
404
398
|
// CodeXml aliases
|
|
405
399
|
export {
|
|
406
400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
407
401
|
default as Code2
|
|
408
402
|
} from '../icons/code-xml';
|
|
409
403
|
|
|
404
|
+
// Columns2 aliases
|
|
405
|
+
export {
|
|
406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
|
+
default as Columns
|
|
408
|
+
} from '../icons/columns-2';
|
|
409
|
+
|
|
410
410
|
// Columns3Cog aliases
|
|
411
411
|
export {
|
|
412
412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -419,18 +419,18 @@ export {
|
|
|
419
419
|
default as TableConfig
|
|
420
420
|
} from '../icons/columns-3-cog';
|
|
421
421
|
|
|
422
|
-
// ContactRound aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @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 */
|
|
425
|
-
default as Contact2
|
|
426
|
-
} from '../icons/contact-round';
|
|
427
|
-
|
|
428
422
|
// Columns3 aliases
|
|
429
423
|
export {
|
|
430
424
|
/** @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
425
|
default as PanelsLeftRight
|
|
432
426
|
} from '../icons/columns-3';
|
|
433
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
434
|
// DiamondPercent aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @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 */
|
|
@@ -455,18 +455,18 @@ export {
|
|
|
455
455
|
default as MoreHorizontal
|
|
456
456
|
} from '../icons/ellipsis';
|
|
457
457
|
|
|
458
|
-
// FileAxis3d aliases
|
|
459
|
-
export {
|
|
460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
461
|
-
default as FileAxis3D
|
|
462
|
-
} from '../icons/file-axis-3d';
|
|
463
|
-
|
|
464
458
|
// FileBadge aliases
|
|
465
459
|
export {
|
|
466
460
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
467
461
|
default as FileBadge2
|
|
468
462
|
} from '../icons/file-badge';
|
|
469
463
|
|
|
464
|
+
// FileAxis3d aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
467
|
+
default as FileAxis3D
|
|
468
|
+
} from '../icons/file-axis-3d';
|
|
469
|
+
|
|
470
470
|
// FileBracesCorner aliases
|
|
471
471
|
export {
|
|
472
472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -515,6 +515,12 @@ export {
|
|
|
515
515
|
default as FileCode2
|
|
516
516
|
} from '../icons/file-code-corner';
|
|
517
517
|
|
|
518
|
+
// FileCog aliases
|
|
519
|
+
export {
|
|
520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
521
|
+
default as FileCog2
|
|
522
|
+
} from '../icons/file-cog';
|
|
523
|
+
|
|
518
524
|
// FileExclamationPoint aliases
|
|
519
525
|
export {
|
|
520
526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
@@ -533,12 +539,6 @@ export {
|
|
|
533
539
|
default as FileAudio2
|
|
534
540
|
} from '../icons/file-headphone';
|
|
535
541
|
|
|
536
|
-
// FileCog aliases
|
|
537
|
-
export {
|
|
538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
539
|
-
default as FileCog2
|
|
540
|
-
} from '../icons/file-cog';
|
|
541
|
-
|
|
542
542
|
// FileKey aliases
|
|
543
543
|
export {
|
|
544
544
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
@@ -605,18 +605,18 @@ export {
|
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
|
-
// FileXCorner aliases
|
|
609
|
-
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
611
|
-
default as FileX2
|
|
612
|
-
} from '../icons/file-x-corner';
|
|
613
|
-
|
|
614
608
|
// FileVideoCamera aliases
|
|
615
609
|
export {
|
|
616
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
617
611
|
default as FileVideo2
|
|
618
612
|
} from '../icons/file-video-camera';
|
|
619
613
|
|
|
614
|
+
// FileXCorner aliases
|
|
615
|
+
export {
|
|
616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
617
|
+
default as FileX2
|
|
618
|
+
} from '../icons/file-x-corner';
|
|
619
|
+
|
|
620
620
|
// FingerprintPattern aliases
|
|
621
621
|
export {
|
|
622
622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
@@ -677,12 +677,6 @@ export {
|
|
|
677
677
|
default as Grid2X2
|
|
678
678
|
} from '../icons/grid-2x2';
|
|
679
679
|
|
|
680
|
-
// HandGrab aliases
|
|
681
|
-
export {
|
|
682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
683
|
-
default as Grab
|
|
684
|
-
} from '../icons/hand-grab';
|
|
685
|
-
|
|
686
680
|
// Grid3x3 aliases
|
|
687
681
|
export {
|
|
688
682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
@@ -695,6 +689,12 @@ export {
|
|
|
695
689
|
default as Grid3X3
|
|
696
690
|
} from '../icons/grid-3x3';
|
|
697
691
|
|
|
692
|
+
// HandGrab aliases
|
|
693
|
+
export {
|
|
694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
695
|
+
default as Grab
|
|
696
|
+
} from '../icons/hand-grab';
|
|
697
|
+
|
|
698
698
|
// HandHelping aliases
|
|
699
699
|
export {
|
|
700
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
@@ -803,6 +803,12 @@ export {
|
|
|
803
803
|
default as Move3D
|
|
804
804
|
} from '../icons/move-3d';
|
|
805
805
|
|
|
806
|
+
// OctagonAlert aliases
|
|
807
|
+
export {
|
|
808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
809
|
+
default as AlertOctagon
|
|
810
|
+
} from '../icons/octagon-alert';
|
|
811
|
+
|
|
806
812
|
// OctagonPause aliases
|
|
807
813
|
export {
|
|
808
814
|
/** @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 */
|
|
@@ -815,12 +821,6 @@ export {
|
|
|
815
821
|
default as XOctagon
|
|
816
822
|
} from '../icons/octagon-x';
|
|
817
823
|
|
|
818
|
-
// OctagonAlert aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
821
|
-
default as AlertOctagon
|
|
822
|
-
} from '../icons/octagon-alert';
|
|
823
|
-
|
|
824
824
|
// PaintbrushVertical aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @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 */
|
|
@@ -1139,23 +1139,17 @@ export {
|
|
|
1139
1139
|
default as BoxSelect
|
|
1140
1140
|
} from '../icons/square-dashed';
|
|
1141
1141
|
|
|
1142
|
-
// SquareDot aliases
|
|
1143
|
-
export {
|
|
1144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1145
|
-
default as DotSquare
|
|
1146
|
-
} from '../icons/square-dot';
|
|
1147
|
-
|
|
1148
1142
|
// SquareDivide aliases
|
|
1149
1143
|
export {
|
|
1150
1144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
1151
1145
|
default as DivideSquare
|
|
1152
1146
|
} from '../icons/square-divide';
|
|
1153
1147
|
|
|
1154
|
-
//
|
|
1148
|
+
// SquareDot aliases
|
|
1155
1149
|
export {
|
|
1156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1157
|
-
default as
|
|
1158
|
-
} from '../icons/square-
|
|
1150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1151
|
+
default as DotSquare
|
|
1152
|
+
} from '../icons/square-dot';
|
|
1159
1153
|
|
|
1160
1154
|
// SquareFunction aliases
|
|
1161
1155
|
export {
|
|
@@ -1163,6 +1157,12 @@ export {
|
|
|
1163
1157
|
default as FunctionSquare
|
|
1164
1158
|
} from '../icons/square-function';
|
|
1165
1159
|
|
|
1160
|
+
// SquareEqual aliases
|
|
1161
|
+
export {
|
|
1162
|
+
/** @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 */
|
|
1163
|
+
default as EqualSquare
|
|
1164
|
+
} from '../icons/square-equal';
|
|
1165
|
+
|
|
1166
1166
|
// SquareKanban aliases
|
|
1167
1167
|
export {
|
|
1168
1168
|
/** @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 */
|
|
@@ -1253,12 +1253,6 @@ export {
|
|
|
1253
1253
|
default as PlaySquare
|
|
1254
1254
|
} from '../icons/square-play';
|
|
1255
1255
|
|
|
1256
|
-
// SquarePlus aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @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 */
|
|
1259
|
-
default as PlusSquare
|
|
1260
|
-
} from '../icons/square-plus';
|
|
1261
|
-
|
|
1262
1256
|
// SquarePower aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @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 */
|
|
@@ -1271,6 +1265,12 @@ export {
|
|
|
1271
1265
|
default as ScissorsSquare
|
|
1272
1266
|
} from '../icons/square-scissors';
|
|
1273
1267
|
|
|
1268
|
+
// SquarePlus aliases
|
|
1269
|
+
export {
|
|
1270
|
+
/** @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 */
|
|
1271
|
+
default as PlusSquare
|
|
1272
|
+
} from '../icons/square-plus';
|
|
1273
|
+
|
|
1274
1274
|
// SquareSigma aliases
|
|
1275
1275
|
export {
|
|
1276
1276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
@@ -1319,30 +1319,24 @@ export {
|
|
|
1319
1319
|
default as XSquare
|
|
1320
1320
|
} from '../icons/square-x';
|
|
1321
1321
|
|
|
1322
|
-
// TestTubeDiagonal aliases
|
|
1323
|
-
export {
|
|
1324
|
-
/** @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 */
|
|
1325
|
-
default as TestTube2
|
|
1326
|
-
} from '../icons/test-tube-diagonal';
|
|
1327
|
-
|
|
1328
1322
|
// TextAlignCenter aliases
|
|
1329
1323
|
export {
|
|
1330
1324
|
/** @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 */
|
|
1331
1325
|
default as AlignCenter
|
|
1332
1326
|
} from '../icons/text-align-center';
|
|
1333
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. This alias will be removed in v1.0 */
|
|
1331
|
+
default as TestTube2
|
|
1332
|
+
} from '../icons/test-tube-diagonal';
|
|
1333
|
+
|
|
1334
1334
|
// TextAlignEnd aliases
|
|
1335
1335
|
export {
|
|
1336
1336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1337
1337
|
default as AlignRight
|
|
1338
1338
|
} from '../icons/text-align-end';
|
|
1339
1339
|
|
|
1340
|
-
// TextAlignJustify aliases
|
|
1341
|
-
export {
|
|
1342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1343
|
-
default as AlignJustify
|
|
1344
|
-
} from '../icons/text-align-justify';
|
|
1345
|
-
|
|
1346
1340
|
// TextAlignStart aliases
|
|
1347
1341
|
export {
|
|
1348
1342
|
/** @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 */
|
|
@@ -1355,6 +1349,12 @@ export {
|
|
|
1355
1349
|
default as AlignLeft
|
|
1356
1350
|
} from '../icons/text-align-start';
|
|
1357
1351
|
|
|
1352
|
+
// TextAlignJustify aliases
|
|
1353
|
+
export {
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1355
|
+
default as AlignJustify
|
|
1356
|
+
} from '../icons/text-align-justify';
|
|
1357
|
+
|
|
1358
1358
|
// TextInitial aliases
|
|
1359
1359
|
export {
|
|
1360
1360
|
/** @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 */
|