@lucide/astro 0.549.0 → 0.551.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 +96 -96
- package/src/aliases/prefixed.ts +681 -677
- package/src/aliases/suffixed.ts +978 -974
- package/src/icons/clock-check.ts +18 -0
- package/src/icons/helicopter.ts +18 -0
- package/src/icons/index.ts +179 -177
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpZA aliases
|
|
45
|
-
export {
|
|
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 */
|
|
47
|
-
default as ArrowUpZa
|
|
48
|
-
} from '../icons/arrow-up-z-a';
|
|
49
|
-
|
|
50
44
|
// ArrowUpNarrowWide aliases
|
|
51
45
|
export {
|
|
52
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 */
|
|
53
47
|
default as SortAsc
|
|
54
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
55
49
|
|
|
50
|
+
// ArrowUpZA aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @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 */
|
|
53
|
+
default as ArrowUpZa
|
|
54
|
+
} from '../icons/arrow-up-z-a';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -227,18 +227,18 @@ export {
|
|
|
227
227
|
default as ArrowUpRightFromCircle
|
|
228
228
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
229
|
|
|
230
|
-
// CircleArrowRight aliases
|
|
231
|
-
export {
|
|
232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
233
|
-
default as ArrowRightCircle
|
|
234
|
-
} from '../icons/circle-arrow-right';
|
|
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
|
+
// CircleArrowRight aliases
|
|
237
|
+
export {
|
|
238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
239
|
+
default as ArrowRightCircle
|
|
240
|
+
} from '../icons/circle-arrow-right';
|
|
241
|
+
|
|
242
242
|
// CircleCheckBig aliases
|
|
243
243
|
export {
|
|
244
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 */
|
|
@@ -347,36 +347,36 @@ export {
|
|
|
347
347
|
default as CircleHelp
|
|
348
348
|
} from '../icons/circle-question-mark';
|
|
349
349
|
|
|
350
|
-
// CircleSlash2 aliases
|
|
351
|
-
export {
|
|
352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
353
|
-
default as CircleSlashed
|
|
354
|
-
} from '../icons/circle-slash-2';
|
|
355
|
-
|
|
356
350
|
// CircleStop aliases
|
|
357
351
|
export {
|
|
358
352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
359
353
|
default as StopCircle
|
|
360
354
|
} from '../icons/circle-stop';
|
|
361
355
|
|
|
356
|
+
// CircleSlash2 aliases
|
|
357
|
+
export {
|
|
358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
359
|
+
default as CircleSlashed
|
|
360
|
+
} from '../icons/circle-slash-2';
|
|
361
|
+
|
|
362
362
|
// CircleUserRound aliases
|
|
363
363
|
export {
|
|
364
364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
365
365
|
default as UserCircle2
|
|
366
366
|
} from '../icons/circle-user-round';
|
|
367
367
|
|
|
368
|
-
// CircleUser aliases
|
|
369
|
-
export {
|
|
370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
371
|
-
default as UserCircle
|
|
372
|
-
} from '../icons/circle-user';
|
|
373
|
-
|
|
374
368
|
// CircleX aliases
|
|
375
369
|
export {
|
|
376
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
377
371
|
default as XCircle
|
|
378
372
|
} from '../icons/circle-x';
|
|
379
373
|
|
|
374
|
+
// CircleUser aliases
|
|
375
|
+
export {
|
|
376
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
377
|
+
default as UserCircle
|
|
378
|
+
} from '../icons/circle-user';
|
|
379
|
+
|
|
380
380
|
// ClipboardPenLine aliases
|
|
381
381
|
export {
|
|
382
382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -413,18 +413,6 @@ export {
|
|
|
413
413
|
default as Columns
|
|
414
414
|
} from '../icons/columns-2';
|
|
415
415
|
|
|
416
|
-
// Columns3Cog aliases
|
|
417
|
-
export {
|
|
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 */
|
|
419
|
-
default as ColumnsSettings
|
|
420
|
-
} from '../icons/columns-3-cog';
|
|
421
|
-
|
|
422
|
-
// Columns3Cog aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @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
|
-
default as TableConfig
|
|
426
|
-
} from '../icons/columns-3-cog';
|
|
427
|
-
|
|
428
416
|
// Columns3 aliases
|
|
429
417
|
export {
|
|
430
418
|
/** @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,6 +425,18 @@ export {
|
|
|
437
425
|
default as Contact2
|
|
438
426
|
} from '../icons/contact-round';
|
|
439
427
|
|
|
428
|
+
// Columns3Cog aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @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 */
|
|
431
|
+
default as ColumnsSettings
|
|
432
|
+
} from '../icons/columns-3-cog';
|
|
433
|
+
|
|
434
|
+
// Columns3Cog aliases
|
|
435
|
+
export {
|
|
436
|
+
/** @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 */
|
|
437
|
+
default as TableConfig
|
|
438
|
+
} from '../icons/columns-3-cog';
|
|
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 */
|
|
@@ -539,18 +539,18 @@ export {
|
|
|
539
539
|
default as FolderEdit
|
|
540
540
|
} from '../icons/folder-pen';
|
|
541
541
|
|
|
542
|
-
// FunnelX aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @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 */
|
|
545
|
-
default as FilterX
|
|
546
|
-
} from '../icons/funnel-x';
|
|
547
|
-
|
|
548
542
|
// Funnel aliases
|
|
549
543
|
export {
|
|
550
544
|
/** @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 */
|
|
551
545
|
default as Filter
|
|
552
546
|
} from '../icons/funnel';
|
|
553
547
|
|
|
548
|
+
// FunnelX aliases
|
|
549
|
+
export {
|
|
550
|
+
/** @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 */
|
|
551
|
+
default as FilterX
|
|
552
|
+
} from '../icons/funnel-x';
|
|
553
|
+
|
|
554
554
|
// GitCommitHorizontal aliases
|
|
555
555
|
export {
|
|
556
556
|
/** @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 */
|
|
@@ -611,18 +611,18 @@ export {
|
|
|
611
611
|
default as Home
|
|
612
612
|
} from '../icons/house';
|
|
613
613
|
|
|
614
|
-
// IceCreamBowl aliases
|
|
615
|
-
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
617
|
-
default as IceCream2
|
|
618
|
-
} from '../icons/ice-cream-bowl';
|
|
619
|
-
|
|
620
614
|
// IceCreamCone aliases
|
|
621
615
|
export {
|
|
622
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
623
617
|
default as IceCream
|
|
624
618
|
} from '../icons/ice-cream-cone';
|
|
625
619
|
|
|
620
|
+
// IceCreamBowl aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
623
|
+
default as IceCream2
|
|
624
|
+
} from '../icons/ice-cream-bowl';
|
|
625
|
+
|
|
626
626
|
// LaptopMinimal aliases
|
|
627
627
|
export {
|
|
628
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
@@ -797,36 +797,36 @@ export {
|
|
|
797
797
|
default as PlugZap2
|
|
798
798
|
} from '../icons/plug-zap';
|
|
799
799
|
|
|
800
|
-
// RectangleEllipsis aliases
|
|
801
|
-
export {
|
|
802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
803
|
-
default as FormInput
|
|
804
|
-
} from '../icons/rectangle-ellipsis';
|
|
805
|
-
|
|
806
800
|
// Rotate3d aliases
|
|
807
801
|
export {
|
|
808
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
809
803
|
default as Rotate3D
|
|
810
804
|
} from '../icons/rotate-3d';
|
|
811
805
|
|
|
806
|
+
// RectangleEllipsis aliases
|
|
807
|
+
export {
|
|
808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
809
|
+
default as FormInput
|
|
810
|
+
} from '../icons/rectangle-ellipsis';
|
|
811
|
+
|
|
812
812
|
// Rows2 aliases
|
|
813
813
|
export {
|
|
814
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
815
815
|
default as Rows
|
|
816
816
|
} from '../icons/rows-2';
|
|
817
817
|
|
|
818
|
-
// Scale3d aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
821
|
-
default as Scale3D
|
|
822
|
-
} from '../icons/scale-3d';
|
|
823
|
-
|
|
824
818
|
// Rows3 aliases
|
|
825
819
|
export {
|
|
826
820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
827
821
|
default as PanelsTopBottom
|
|
828
822
|
} from '../icons/rows-3';
|
|
829
823
|
|
|
824
|
+
// Scale3d aliases
|
|
825
|
+
export {
|
|
826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
827
|
+
default as Scale3D
|
|
828
|
+
} from '../icons/scale-3d';
|
|
829
|
+
|
|
830
830
|
// SendHorizontal aliases
|
|
831
831
|
export {
|
|
832
832
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -863,18 +863,18 @@ export {
|
|
|
863
863
|
default as ActivitySquare
|
|
864
864
|
} from '../icons/square-activity';
|
|
865
865
|
|
|
866
|
-
// SquareArrowDownRight aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
869
|
-
default as ArrowDownRightSquare
|
|
870
|
-
} from '../icons/square-arrow-down-right';
|
|
871
|
-
|
|
872
866
|
// SquareArrowDownLeft aliases
|
|
873
867
|
export {
|
|
874
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
875
869
|
default as ArrowDownLeftSquare
|
|
876
870
|
} from '../icons/square-arrow-down-left';
|
|
877
871
|
|
|
872
|
+
// SquareArrowDownRight aliases
|
|
873
|
+
export {
|
|
874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
875
|
+
default as ArrowDownRightSquare
|
|
876
|
+
} from '../icons/square-arrow-down-right';
|
|
877
|
+
|
|
878
878
|
// SquareArrowDown aliases
|
|
879
879
|
export {
|
|
880
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
@@ -893,18 +893,18 @@ export {
|
|
|
893
893
|
default as ArrowDownLeftFromSquare
|
|
894
894
|
} from '../icons/square-arrow-out-down-left';
|
|
895
895
|
|
|
896
|
-
// SquareArrowOutDownRight aliases
|
|
897
|
-
export {
|
|
898
|
-
/** @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 */
|
|
899
|
-
default as ArrowDownRightFromSquare
|
|
900
|
-
} from '../icons/square-arrow-out-down-right';
|
|
901
|
-
|
|
902
896
|
// SquareArrowOutUpLeft aliases
|
|
903
897
|
export {
|
|
904
898
|
/** @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 */
|
|
905
899
|
default as ArrowUpLeftFromSquare
|
|
906
900
|
} from '../icons/square-arrow-out-up-left';
|
|
907
901
|
|
|
902
|
+
// SquareArrowOutDownRight aliases
|
|
903
|
+
export {
|
|
904
|
+
/** @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 */
|
|
905
|
+
default as ArrowDownRightFromSquare
|
|
906
|
+
} from '../icons/square-arrow-out-down-right';
|
|
907
|
+
|
|
908
908
|
// SquareArrowOutUpRight aliases
|
|
909
909
|
export {
|
|
910
910
|
/** @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 */
|
|
@@ -947,12 +947,6 @@ export {
|
|
|
947
947
|
default as ScissorsSquareDashedBottom
|
|
948
948
|
} from '../icons/square-bottom-dashed-scissors';
|
|
949
949
|
|
|
950
|
-
// SquareCheckBig aliases
|
|
951
|
-
export {
|
|
952
|
-
/** @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 */
|
|
953
|
-
default as CheckSquare
|
|
954
|
-
} from '../icons/square-check-big';
|
|
955
|
-
|
|
956
950
|
// SquareChartGantt aliases
|
|
957
951
|
export {
|
|
958
952
|
/** @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 */
|
|
@@ -965,6 +959,12 @@ export {
|
|
|
965
959
|
default as SquareGanttChart
|
|
966
960
|
} from '../icons/square-chart-gantt';
|
|
967
961
|
|
|
962
|
+
// SquareCheckBig aliases
|
|
963
|
+
export {
|
|
964
|
+
/** @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 */
|
|
965
|
+
default as CheckSquare
|
|
966
|
+
} from '../icons/square-check-big';
|
|
967
|
+
|
|
968
968
|
// SquareCheck aliases
|
|
969
969
|
export {
|
|
970
970
|
/** @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 */
|
|
@@ -1109,18 +1109,18 @@ export {
|
|
|
1109
1109
|
default as PenSquare
|
|
1110
1110
|
} from '../icons/square-pen';
|
|
1111
1111
|
|
|
1112
|
-
// SquarePi aliases
|
|
1113
|
-
export {
|
|
1114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1115
|
-
default as PiSquare
|
|
1116
|
-
} from '../icons/square-pi';
|
|
1117
|
-
|
|
1118
1112
|
// SquarePercent aliases
|
|
1119
1113
|
export {
|
|
1120
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1121
1115
|
default as PercentSquare
|
|
1122
1116
|
} from '../icons/square-percent';
|
|
1123
1117
|
|
|
1118
|
+
// SquarePi aliases
|
|
1119
|
+
export {
|
|
1120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1121
|
+
default as PiSquare
|
|
1122
|
+
} from '../icons/square-pi';
|
|
1123
|
+
|
|
1124
1124
|
// SquarePilcrow aliases
|
|
1125
1125
|
export {
|
|
1126
1126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
@@ -1151,12 +1151,6 @@ export {
|
|
|
1151
1151
|
default as ScissorsSquare
|
|
1152
1152
|
} from '../icons/square-scissors';
|
|
1153
1153
|
|
|
1154
|
-
// SquareSigma aliases
|
|
1155
|
-
export {
|
|
1156
|
-
/** @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 */
|
|
1157
|
-
default as SigmaSquare
|
|
1158
|
-
} from '../icons/square-sigma';
|
|
1159
|
-
|
|
1160
1154
|
// SquareSlash aliases
|
|
1161
1155
|
export {
|
|
1162
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
@@ -1169,6 +1163,12 @@ export {
|
|
|
1169
1163
|
default as SplitSquareHorizontal
|
|
1170
1164
|
} from '../icons/square-split-horizontal';
|
|
1171
1165
|
|
|
1166
|
+
// SquareSigma aliases
|
|
1167
|
+
export {
|
|
1168
|
+
/** @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 */
|
|
1169
|
+
default as SigmaSquare
|
|
1170
|
+
} from '../icons/square-sigma';
|
|
1171
|
+
|
|
1172
1172
|
// SquareSplitVertical aliases
|
|
1173
1173
|
export {
|
|
1174
1174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -1205,18 +1205,18 @@ export {
|
|
|
1205
1205
|
default as TestTube2
|
|
1206
1206
|
} from '../icons/test-tube-diagonal';
|
|
1207
1207
|
|
|
1208
|
-
// TextAlignCenter aliases
|
|
1209
|
-
export {
|
|
1210
|
-
/** @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 */
|
|
1211
|
-
default as AlignCenter
|
|
1212
|
-
} from '../icons/text-align-center';
|
|
1213
|
-
|
|
1214
1208
|
// TextAlignEnd aliases
|
|
1215
1209
|
export {
|
|
1216
1210
|
/** @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 */
|
|
1217
1211
|
default as AlignRight
|
|
1218
1212
|
} from '../icons/text-align-end';
|
|
1219
1213
|
|
|
1214
|
+
// TextAlignCenter aliases
|
|
1215
|
+
export {
|
|
1216
|
+
/** @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 */
|
|
1217
|
+
default as AlignCenter
|
|
1218
|
+
} from '../icons/text-align-center';
|
|
1219
|
+
|
|
1220
1220
|
// TextAlignJustify aliases
|
|
1221
1221
|
export {
|
|
1222
1222
|
/** @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 */
|