@lucide/astro 1.3.0 → 1.4.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 +118 -118
- package/src/aliases/prefixed.ts +605 -603
- package/src/aliases/suffixed.ts +900 -898
- package/src/icons/index.ts +195 -194
- package/src/icons/sport-shoe.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -215,36 +215,36 @@ export {
|
|
|
215
215
|
default as ArrowUpLeftFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
217
217
|
|
|
218
|
-
// CircleArrowOutUpRight aliases
|
|
219
|
-
export {
|
|
220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
221
|
-
default as ArrowUpRightFromCircle
|
|
222
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
223
|
-
|
|
224
218
|
// CircleArrowRight aliases
|
|
225
219
|
export {
|
|
226
220
|
/** @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 */
|
|
227
221
|
default as ArrowRightCircle
|
|
228
222
|
} from '../icons/circle-arrow-right';
|
|
229
223
|
|
|
224
|
+
// CircleArrowOutUpRight aliases
|
|
225
|
+
export {
|
|
226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
227
|
+
default as ArrowUpRightFromCircle
|
|
228
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
229
|
+
|
|
230
230
|
// CircleArrowUp aliases
|
|
231
231
|
export {
|
|
232
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 */
|
|
233
233
|
default as ArrowUpCircle
|
|
234
234
|
} from '../icons/circle-arrow-up';
|
|
235
235
|
|
|
236
|
-
// CircleCheck aliases
|
|
237
|
-
export {
|
|
238
|
-
/** @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 */
|
|
239
|
-
default as CheckCircle2
|
|
240
|
-
} from '../icons/circle-check';
|
|
241
|
-
|
|
242
236
|
// CircleCheckBig aliases
|
|
243
237
|
export {
|
|
244
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 */
|
|
245
239
|
default as CheckCircle
|
|
246
240
|
} from '../icons/circle-check-big';
|
|
247
241
|
|
|
242
|
+
// CircleCheck aliases
|
|
243
|
+
export {
|
|
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 */
|
|
245
|
+
default as CheckCircle2
|
|
246
|
+
} from '../icons/circle-check';
|
|
247
|
+
|
|
248
248
|
// CircleChevronDown aliases
|
|
249
249
|
export {
|
|
250
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
@@ -329,6 +329,12 @@ export {
|
|
|
329
329
|
default as PowerCircle
|
|
330
330
|
} from '../icons/circle-power';
|
|
331
331
|
|
|
332
|
+
// CircleSlash2 aliases
|
|
333
|
+
export {
|
|
334
|
+
/** @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 */
|
|
335
|
+
default as CircleSlashed
|
|
336
|
+
} from '../icons/circle-slash-2';
|
|
337
|
+
|
|
332
338
|
// CircleQuestionMark aliases
|
|
333
339
|
export {
|
|
334
340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -341,12 +347,6 @@ export {
|
|
|
341
347
|
default as CircleHelp
|
|
342
348
|
} from '../icons/circle-question-mark';
|
|
343
349
|
|
|
344
|
-
// CircleSlash2 aliases
|
|
345
|
-
export {
|
|
346
|
-
/** @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 */
|
|
347
|
-
default as CircleSlashed
|
|
348
|
-
} from '../icons/circle-slash-2';
|
|
349
|
-
|
|
350
350
|
// CircleStop aliases
|
|
351
351
|
export {
|
|
352
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 */
|
|
@@ -473,18 +473,18 @@ export {
|
|
|
473
473
|
default as FileJson2
|
|
474
474
|
} from '../icons/file-braces-corner';
|
|
475
475
|
|
|
476
|
-
// FileBraces aliases
|
|
477
|
-
export {
|
|
478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
479
|
-
default as FileJson
|
|
480
|
-
} from '../icons/file-braces';
|
|
481
|
-
|
|
482
476
|
// FileChartColumnIncreasing aliases
|
|
483
477
|
export {
|
|
484
478
|
/** @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 */
|
|
485
479
|
default as FileBarChart
|
|
486
480
|
} from '../icons/file-chart-column-increasing';
|
|
487
481
|
|
|
482
|
+
// FileBraces aliases
|
|
483
|
+
export {
|
|
484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
485
|
+
default as FileJson
|
|
486
|
+
} from '../icons/file-braces';
|
|
487
|
+
|
|
488
488
|
// FileChartColumn aliases
|
|
489
489
|
export {
|
|
490
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 */
|
|
@@ -551,18 +551,18 @@ export {
|
|
|
551
551
|
default as FileLock2
|
|
552
552
|
} from '../icons/file-lock';
|
|
553
553
|
|
|
554
|
-
// FilePenLine aliases
|
|
555
|
-
export {
|
|
556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
557
|
-
default as FileSignature
|
|
558
|
-
} from '../icons/file-pen-line';
|
|
559
|
-
|
|
560
554
|
// FileMinusCorner aliases
|
|
561
555
|
export {
|
|
562
556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
563
557
|
default as FileMinus2
|
|
564
558
|
} from '../icons/file-minus-corner';
|
|
565
559
|
|
|
560
|
+
// FilePenLine aliases
|
|
561
|
+
export {
|
|
562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
563
|
+
default as FileSignature
|
|
564
|
+
} from '../icons/file-pen-line';
|
|
565
|
+
|
|
566
566
|
// FilePen aliases
|
|
567
567
|
export {
|
|
568
568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
@@ -581,18 +581,18 @@ export {
|
|
|
581
581
|
default as FilePlus2
|
|
582
582
|
} from '../icons/file-plus-corner';
|
|
583
583
|
|
|
584
|
-
// FileQuestionMark aliases
|
|
585
|
-
export {
|
|
586
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
587
|
-
default as FileQuestion
|
|
588
|
-
} from '../icons/file-question-mark';
|
|
589
|
-
|
|
590
584
|
// FileSearchCorner aliases
|
|
591
585
|
export {
|
|
592
586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
593
587
|
default as FileSearch2
|
|
594
588
|
} from '../icons/file-search-corner';
|
|
595
589
|
|
|
590
|
+
// FileQuestionMark aliases
|
|
591
|
+
export {
|
|
592
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
593
|
+
default as FileQuestion
|
|
594
|
+
} from '../icons/file-question-mark';
|
|
595
|
+
|
|
596
596
|
// FileSignal aliases
|
|
597
597
|
export {
|
|
598
598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
@@ -617,18 +617,18 @@ export {
|
|
|
617
617
|
default as FileX2
|
|
618
618
|
} from '../icons/file-x-corner';
|
|
619
619
|
|
|
620
|
-
// FolderCog aliases
|
|
621
|
-
export {
|
|
622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
623
|
-
default as FolderCog2
|
|
624
|
-
} from '../icons/folder-cog';
|
|
625
|
-
|
|
626
620
|
// FingerprintPattern aliases
|
|
627
621
|
export {
|
|
628
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 */
|
|
629
623
|
default as Fingerprint
|
|
630
624
|
} from '../icons/fingerprint-pattern';
|
|
631
625
|
|
|
626
|
+
// FolderCog aliases
|
|
627
|
+
export {
|
|
628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
629
|
+
default as FolderCog2
|
|
630
|
+
} from '../icons/folder-cog';
|
|
631
|
+
|
|
632
632
|
// FolderPen aliases
|
|
633
633
|
export {
|
|
634
634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
@@ -725,6 +725,12 @@ export {
|
|
|
725
725
|
default as Laptop2
|
|
726
726
|
} from '../icons/laptop-minimal';
|
|
727
727
|
|
|
728
|
+
// Layers aliases
|
|
729
|
+
export {
|
|
730
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
731
|
+
default as Layers3
|
|
732
|
+
} from '../icons/layers';
|
|
733
|
+
|
|
728
734
|
// ListIndentDecrease aliases
|
|
729
735
|
export {
|
|
730
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
@@ -737,12 +743,6 @@ export {
|
|
|
737
743
|
default as IndentDecrease
|
|
738
744
|
} from '../icons/list-indent-decrease';
|
|
739
745
|
|
|
740
|
-
// Layers aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
743
|
-
default as Layers3
|
|
744
|
-
} from '../icons/layers';
|
|
745
|
-
|
|
746
746
|
// ListIndentIncrease aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -803,18 +803,18 @@ 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
|
-
|
|
812
806
|
// OctagonPause aliases
|
|
813
807
|
export {
|
|
814
808
|
/** @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
809
|
default as PauseOctagon
|
|
816
810
|
} from '../icons/octagon-pause';
|
|
817
811
|
|
|
812
|
+
// OctagonAlert aliases
|
|
813
|
+
export {
|
|
814
|
+
/** @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 */
|
|
815
|
+
default as AlertOctagon
|
|
816
|
+
} from '../icons/octagon-alert';
|
|
817
|
+
|
|
818
818
|
// OctagonX aliases
|
|
819
819
|
export {
|
|
820
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 */
|
|
@@ -887,41 +887,35 @@ export {
|
|
|
887
887
|
default as Edit2
|
|
888
888
|
} from '../icons/pen';
|
|
889
889
|
|
|
890
|
-
// PlugZap aliases
|
|
891
|
-
export {
|
|
892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
-
default as PlugZap2
|
|
894
|
-
} from '../icons/plug-zap';
|
|
895
|
-
|
|
896
890
|
// RectangleEllipsis aliases
|
|
897
891
|
export {
|
|
898
892
|
/** @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 */
|
|
899
893
|
default as FormInput
|
|
900
894
|
} from '../icons/rectangle-ellipsis';
|
|
901
895
|
|
|
896
|
+
// PlugZap aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
899
|
+
default as PlugZap2
|
|
900
|
+
} from '../icons/plug-zap';
|
|
901
|
+
|
|
902
902
|
// Rotate3d aliases
|
|
903
903
|
export {
|
|
904
904
|
/** @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 */
|
|
905
905
|
default as Rotate3D
|
|
906
906
|
} from '../icons/rotate-3d';
|
|
907
907
|
|
|
908
|
-
// Rows3 aliases
|
|
909
|
-
export {
|
|
910
|
-
/** @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 */
|
|
911
|
-
default as PanelsTopBottom
|
|
912
|
-
} from '../icons/rows-3';
|
|
913
|
-
|
|
914
908
|
// Rows2 aliases
|
|
915
909
|
export {
|
|
916
910
|
/** @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 */
|
|
917
911
|
default as Rows
|
|
918
912
|
} from '../icons/rows-2';
|
|
919
913
|
|
|
920
|
-
//
|
|
914
|
+
// Rows3 aliases
|
|
921
915
|
export {
|
|
922
|
-
/** @deprecated
|
|
923
|
-
default as
|
|
924
|
-
} from '../icons/
|
|
916
|
+
/** @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 */
|
|
917
|
+
default as PanelsTopBottom
|
|
918
|
+
} from '../icons/rows-3';
|
|
925
919
|
|
|
926
920
|
// Scale3d aliases
|
|
927
921
|
export {
|
|
@@ -929,6 +923,12 @@ export {
|
|
|
929
923
|
default as Scale3D
|
|
930
924
|
} from '../icons/scale-3d';
|
|
931
925
|
|
|
926
|
+
// SendHorizontal aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
929
|
+
default as SendHorizonal
|
|
930
|
+
} from '../icons/send-horizontal';
|
|
931
|
+
|
|
932
932
|
// ShieldQuestionMark aliases
|
|
933
933
|
export {
|
|
934
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 */
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as AsteriskSquare
|
|
1038
1038
|
} from '../icons/square-asterisk';
|
|
1039
1039
|
|
|
1040
|
-
// SquareBottomDashedScissors aliases
|
|
1041
|
-
export {
|
|
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 */
|
|
1043
|
-
default as ScissorsSquareDashedBottom
|
|
1044
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
|
-
|
|
1046
1040
|
// SquareCenterlineDashedHorizontal aliases
|
|
1047
1041
|
export {
|
|
1048
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
1049
1043
|
default as FlipHorizontal
|
|
1050
1044
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1051
1045
|
|
|
1046
|
+
// SquareBottomDashedScissors aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1049
|
+
default as ScissorsSquareDashedBottom
|
|
1050
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
|
+
|
|
1052
1052
|
// SquareCenterlineDashedVertical aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -1115,18 +1115,18 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashedMousePointer aliases
|
|
1119
|
-
export {
|
|
1120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
1121
|
-
default as MousePointerSquareDashed
|
|
1122
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashed aliases
|
|
1125
1119
|
export {
|
|
1126
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
1127
1121
|
default as BoxSelect
|
|
1128
1122
|
} from '../icons/square-dashed';
|
|
1129
1123
|
|
|
1124
|
+
// SquareDashedMousePointer aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
1127
|
+
default as MousePointerSquareDashed
|
|
1128
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
1129
|
+
|
|
1130
1130
|
// SquareDivide aliases
|
|
1131
1131
|
export {
|
|
1132
1132
|
/** @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 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PiSquare
|
|
1230
1230
|
} from '../icons/square-pi';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlay aliases
|
|
1233
|
-
export {
|
|
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 */
|
|
1235
|
-
default as PlaySquare
|
|
1236
|
-
} from '../icons/square-play';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePilcrow aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @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 */
|
|
1241
1235
|
default as PilcrowSquare
|
|
1242
1236
|
} from '../icons/square-pilcrow';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlay aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PlaySquare
|
|
1242
|
+
} from '../icons/square-play';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePlus aliases
|
|
1245
1245
|
export {
|
|
1246
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 */
|
|
@@ -1253,36 +1253,36 @@ export {
|
|
|
1253
1253
|
default as PowerSquare
|
|
1254
1254
|
} from '../icons/square-power';
|
|
1255
1255
|
|
|
1256
|
-
// SquareScissors aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @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 */
|
|
1259
|
-
default as ScissorsSquare
|
|
1260
|
-
} from '../icons/square-scissors';
|
|
1261
|
-
|
|
1262
1256
|
// SquareSigma aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @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 */
|
|
1265
1259
|
default as SigmaSquare
|
|
1266
1260
|
} from '../icons/square-sigma';
|
|
1267
1261
|
|
|
1262
|
+
// SquareScissors aliases
|
|
1263
|
+
export {
|
|
1264
|
+
/** @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 */
|
|
1265
|
+
default as ScissorsSquare
|
|
1266
|
+
} from '../icons/square-scissors';
|
|
1267
|
+
|
|
1268
1268
|
// SquareSlash aliases
|
|
1269
1269
|
export {
|
|
1270
1270
|
/** @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 */
|
|
1271
1271
|
default as SlashSquare
|
|
1272
1272
|
} from '../icons/square-slash';
|
|
1273
1273
|
|
|
1274
|
-
// SquareSplitHorizontal aliases
|
|
1275
|
-
export {
|
|
1276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1277
|
-
default as SplitSquareHorizontal
|
|
1278
|
-
} from '../icons/square-split-horizontal';
|
|
1279
|
-
|
|
1280
1274
|
// SquareSplitVertical aliases
|
|
1281
1275
|
export {
|
|
1282
1276
|
/** @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 */
|
|
1283
1277
|
default as SplitSquareVertical
|
|
1284
1278
|
} from '../icons/square-split-vertical';
|
|
1285
1279
|
|
|
1280
|
+
// SquareSplitHorizontal aliases
|
|
1281
|
+
export {
|
|
1282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1283
|
+
default as SplitSquareHorizontal
|
|
1284
|
+
} from '../icons/square-split-horizontal';
|
|
1285
|
+
|
|
1286
1286
|
// SquareTerminal aliases
|
|
1287
1287
|
export {
|
|
1288
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
@@ -1325,12 +1325,6 @@ export {
|
|
|
1325
1325
|
default as AlignRight
|
|
1326
1326
|
} from '../icons/text-align-end';
|
|
1327
1327
|
|
|
1328
|
-
// TextAlignJustify aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @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 */
|
|
1331
|
-
default as AlignJustify
|
|
1332
|
-
} from '../icons/text-align-justify';
|
|
1333
|
-
|
|
1334
1328
|
// TextAlignStart aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @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 */
|
|
@@ -1343,24 +1337,30 @@ export {
|
|
|
1343
1337
|
default as AlignLeft
|
|
1344
1338
|
} from '../icons/text-align-start';
|
|
1345
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
1346
|
// TextInitial aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @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 */
|
|
1349
1349
|
default as LetterText
|
|
1350
1350
|
} from '../icons/text-initial';
|
|
1351
1351
|
|
|
1352
|
-
// TextSelect aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @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
|
-
default as TextSelection
|
|
1356
|
-
} from '../icons/text-select';
|
|
1357
|
-
|
|
1358
1352
|
// TextWrap aliases
|
|
1359
1353
|
export {
|
|
1360
1354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1361
1355
|
default as WrapText
|
|
1362
1356
|
} from '../icons/text-wrap';
|
|
1363
1357
|
|
|
1358
|
+
// TextSelect aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @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 */
|
|
1361
|
+
default as TextSelection
|
|
1362
|
+
} from '../icons/text-select';
|
|
1363
|
+
|
|
1364
1364
|
// TramFront aliases
|
|
1365
1365
|
export {
|
|
1366
1366
|
/** @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 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as UserX2
|
|
1422
1422
|
} from '../icons/user-round-x';
|
|
1423
1423
|
|
|
1424
|
-
// UserRound aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
1427
|
-
default as User2
|
|
1428
|
-
} from '../icons/user-round';
|
|
1429
|
-
|
|
1430
1424
|
// UsersRound aliases
|
|
1431
1425
|
export {
|
|
1432
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
1433
1427
|
default as Users2
|
|
1434
1428
|
} from '../icons/users-round';
|
|
1435
1429
|
|
|
1430
|
+
// UserRound aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
1433
|
+
default as User2
|
|
1434
|
+
} from '../icons/user-round';
|
|
1435
|
+
|
|
1436
1436
|
// UtensilsCrossed aliases
|
|
1437
1437
|
export {
|
|
1438
1438
|
/** @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 */
|