@lucide/astro 1.2.0 → 1.3.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 +106 -106
- package/src/aliases/prefixed.ts +610 -606
- package/src/aliases/suffixed.ts +925 -921
- package/src/icons/index.ts +98 -96
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumn aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
137
|
-
default as BarChart3
|
|
138
|
-
} from '../icons/chart-column';
|
|
139
|
-
|
|
140
134
|
// ChartColumnIncreasing aliases
|
|
141
135
|
export {
|
|
142
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
143
137
|
default as BarChart4
|
|
144
138
|
} from '../icons/chart-column-increasing';
|
|
145
139
|
|
|
140
|
+
// ChartColumn aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
143
|
+
default as BarChart3
|
|
144
|
+
} from '../icons/chart-column';
|
|
145
|
+
|
|
146
146
|
// ChartLine aliases
|
|
147
147
|
export {
|
|
148
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
@@ -233,18 +233,18 @@ export {
|
|
|
233
233
|
default as ArrowUpCircle
|
|
234
234
|
} from '../icons/circle-arrow-up';
|
|
235
235
|
|
|
236
|
-
// CircleCheckBig aliases
|
|
237
|
-
export {
|
|
238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
239
|
-
default as CheckCircle
|
|
240
|
-
} from '../icons/circle-check-big';
|
|
241
|
-
|
|
242
236
|
// CircleCheck aliases
|
|
243
237
|
export {
|
|
244
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 */
|
|
245
239
|
default as CheckCircle2
|
|
246
240
|
} from '../icons/circle-check';
|
|
247
241
|
|
|
242
|
+
// CircleCheckBig aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
245
|
+
default as CheckCircle
|
|
246
|
+
} from '../icons/circle-check-big';
|
|
247
|
+
|
|
248
248
|
// 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 */
|
|
@@ -359,18 +359,18 @@ export {
|
|
|
359
359
|
default as UserCircle2
|
|
360
360
|
} from '../icons/circle-user-round';
|
|
361
361
|
|
|
362
|
-
// CircleX aliases
|
|
363
|
-
export {
|
|
364
|
-
/** @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 */
|
|
365
|
-
default as XCircle
|
|
366
|
-
} from '../icons/circle-x';
|
|
367
|
-
|
|
368
362
|
// CircleUser aliases
|
|
369
363
|
export {
|
|
370
364
|
/** @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
365
|
default as UserCircle
|
|
372
366
|
} from '../icons/circle-user';
|
|
373
367
|
|
|
368
|
+
// CircleX aliases
|
|
369
|
+
export {
|
|
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 */
|
|
371
|
+
default as XCircle
|
|
372
|
+
} from '../icons/circle-x';
|
|
373
|
+
|
|
374
374
|
// ClipboardPenLine aliases
|
|
375
375
|
export {
|
|
376
376
|
/** @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 */
|
|
@@ -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
|
-
// FileBadge aliases
|
|
459
|
-
export {
|
|
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 */
|
|
461
|
-
default as FileBadge2
|
|
462
|
-
} from '../icons/file-badge';
|
|
463
|
-
|
|
464
458
|
// FileAxis3d aliases
|
|
465
459
|
export {
|
|
466
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 */
|
|
467
461
|
default as FileAxis3D
|
|
468
462
|
} from '../icons/file-axis-3d';
|
|
469
463
|
|
|
464
|
+
// FileBadge aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @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
|
+
default as FileBadge2
|
|
468
|
+
} from '../icons/file-badge';
|
|
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 */
|
|
@@ -551,18 +551,18 @@ export {
|
|
|
551
551
|
default as FileLock2
|
|
552
552
|
} from '../icons/file-lock';
|
|
553
553
|
|
|
554
|
-
// FileMinusCorner aliases
|
|
555
|
-
export {
|
|
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 */
|
|
557
|
-
default as FileMinus2
|
|
558
|
-
} from '../icons/file-minus-corner';
|
|
559
|
-
|
|
560
554
|
// FilePenLine aliases
|
|
561
555
|
export {
|
|
562
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 */
|
|
563
557
|
default as FileSignature
|
|
564
558
|
} from '../icons/file-pen-line';
|
|
565
559
|
|
|
560
|
+
// FileMinusCorner aliases
|
|
561
|
+
export {
|
|
562
|
+
/** @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
|
+
default as FileMinus2
|
|
564
|
+
} from '../icons/file-minus-corner';
|
|
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 */
|
|
@@ -575,18 +575,18 @@ export {
|
|
|
575
575
|
default as FileVideo
|
|
576
576
|
} from '../icons/file-play';
|
|
577
577
|
|
|
578
|
-
// FileQuestionMark aliases
|
|
579
|
-
export {
|
|
580
|
-
/** @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 */
|
|
581
|
-
default as FileQuestion
|
|
582
|
-
} from '../icons/file-question-mark';
|
|
583
|
-
|
|
584
578
|
// FilePlusCorner aliases
|
|
585
579
|
export {
|
|
586
580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
587
581
|
default as FilePlus2
|
|
588
582
|
} from '../icons/file-plus-corner';
|
|
589
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
590
|
// FileSearchCorner aliases
|
|
591
591
|
export {
|
|
592
592
|
/** @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 */
|
|
@@ -617,18 +617,18 @@ export {
|
|
|
617
617
|
default as FileX2
|
|
618
618
|
} from '../icons/file-x-corner';
|
|
619
619
|
|
|
620
|
-
// FingerprintPattern aliases
|
|
621
|
-
export {
|
|
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 */
|
|
623
|
-
default as Fingerprint
|
|
624
|
-
} from '../icons/fingerprint-pattern';
|
|
625
|
-
|
|
626
620
|
// FolderCog aliases
|
|
627
621
|
export {
|
|
628
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 */
|
|
629
623
|
default as FolderCog2
|
|
630
624
|
} from '../icons/folder-cog';
|
|
631
625
|
|
|
626
|
+
// FingerprintPattern aliases
|
|
627
|
+
export {
|
|
628
|
+
/** @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
|
+
default as Fingerprint
|
|
630
|
+
} from '../icons/fingerprint-pattern';
|
|
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 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FilterX
|
|
642
642
|
} from '../icons/funnel-x';
|
|
643
643
|
|
|
644
|
-
// GitCommitHorizontal aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @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 */
|
|
647
|
-
default as GitCommit
|
|
648
|
-
} from '../icons/git-commit-horizontal';
|
|
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
|
+
// GitCommitHorizontal aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @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 */
|
|
653
|
+
default as GitCommit
|
|
654
|
+
} from '../icons/git-commit-horizontal';
|
|
655
|
+
|
|
656
656
|
// Grid2x2Check aliases
|
|
657
657
|
export {
|
|
658
658
|
/** @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 */
|
|
@@ -695,18 +695,18 @@ export {
|
|
|
695
695
|
default as Grab
|
|
696
696
|
} from '../icons/hand-grab';
|
|
697
697
|
|
|
698
|
-
// House aliases
|
|
699
|
-
export {
|
|
700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
701
|
-
default as Home
|
|
702
|
-
} from '../icons/house';
|
|
703
|
-
|
|
704
698
|
// HandHelping aliases
|
|
705
699
|
export {
|
|
706
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 */
|
|
707
701
|
default as HelpingHand
|
|
708
702
|
} from '../icons/hand-helping';
|
|
709
703
|
|
|
704
|
+
// House aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
707
|
+
default as Home
|
|
708
|
+
} from '../icons/house';
|
|
709
|
+
|
|
710
710
|
// IceCreamBowl aliases
|
|
711
711
|
export {
|
|
712
712
|
/** @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 */
|
|
@@ -725,12 +725,6 @@ 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
|
-
|
|
734
728
|
// ListIndentDecrease aliases
|
|
735
729
|
export {
|
|
736
730
|
/** @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 */
|
|
@@ -743,6 +737,12 @@ export {
|
|
|
743
737
|
default as IndentDecrease
|
|
744
738
|
} from '../icons/list-indent-decrease';
|
|
745
739
|
|
|
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 */
|
|
@@ -905,23 +905,17 @@ export {
|
|
|
905
905
|
default as Rotate3D
|
|
906
906
|
} from '../icons/rotate-3d';
|
|
907
907
|
|
|
908
|
-
// Rows2 aliases
|
|
909
|
-
export {
|
|
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 */
|
|
911
|
-
default as Rows
|
|
912
|
-
} from '../icons/rows-2';
|
|
913
|
-
|
|
914
908
|
// Rows3 aliases
|
|
915
909
|
export {
|
|
916
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 */
|
|
917
911
|
default as PanelsTopBottom
|
|
918
912
|
} from '../icons/rows-3';
|
|
919
913
|
|
|
920
|
-
//
|
|
914
|
+
// Rows2 aliases
|
|
921
915
|
export {
|
|
922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
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 Rows2} instead. This alias will be removed in v1.0 */
|
|
917
|
+
default as Rows
|
|
918
|
+
} from '../icons/rows-2';
|
|
925
919
|
|
|
926
920
|
// SendHorizontal aliases
|
|
927
921
|
export {
|
|
@@ -929,6 +923,12 @@ export {
|
|
|
929
923
|
default as SendHorizonal
|
|
930
924
|
} from '../icons/send-horizontal';
|
|
931
925
|
|
|
926
|
+
// Scale3d aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @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 */
|
|
929
|
+
default as Scale3D
|
|
930
|
+
} from '../icons/scale-3d';
|
|
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 */
|
|
@@ -1031,18 +1031,18 @@ export {
|
|
|
1031
1031
|
default as ArrowUpSquare
|
|
1032
1032
|
} from '../icons/square-arrow-up';
|
|
1033
1033
|
|
|
1034
|
-
// SquareBottomDashedScissors aliases
|
|
1035
|
-
export {
|
|
1036
|
-
/** @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 */
|
|
1037
|
-
default as ScissorsSquareDashedBottom
|
|
1038
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
1039
|
-
|
|
1040
1034
|
// SquareAsterisk aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1043
1037
|
default as AsteriskSquare
|
|
1044
1038
|
} from '../icons/square-asterisk';
|
|
1045
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
1046
|
// SquareCenterlineDashedHorizontal aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @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 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PiSquare
|
|
1230
1230
|
} from '../icons/square-pi';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePilcrow aliases
|
|
1233
|
-
export {
|
|
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 */
|
|
1235
|
-
default as PilcrowSquare
|
|
1236
|
-
} from '../icons/square-pilcrow';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as PlaySquare
|
|
1242
1236
|
} from '../icons/square-play';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePilcrow aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @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
|
+
default as PilcrowSquare
|
|
1242
|
+
} from '../icons/square-pilcrow';
|
|
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 */
|
|
@@ -1277,18 +1277,18 @@ export {
|
|
|
1277
1277
|
default as SplitSquareHorizontal
|
|
1278
1278
|
} from '../icons/square-split-horizontal';
|
|
1279
1279
|
|
|
1280
|
-
// SquareTerminal aliases
|
|
1281
|
-
export {
|
|
1282
|
-
/** @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 */
|
|
1283
|
-
default as TerminalSquare
|
|
1284
|
-
} from '../icons/square-terminal';
|
|
1285
|
-
|
|
1286
1280
|
// SquareSplitVertical aliases
|
|
1287
1281
|
export {
|
|
1288
1282
|
/** @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 */
|
|
1289
1283
|
default as SplitSquareVertical
|
|
1290
1284
|
} from '../icons/square-split-vertical';
|
|
1291
1285
|
|
|
1286
|
+
// SquareTerminal aliases
|
|
1287
|
+
export {
|
|
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 */
|
|
1289
|
+
default as TerminalSquare
|
|
1290
|
+
} from '../icons/square-terminal';
|
|
1291
|
+
|
|
1292
1292
|
// SquareUserRound aliases
|
|
1293
1293
|
export {
|
|
1294
1294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -1331,12 +1331,6 @@ export {
|
|
|
1331
1331
|
default as AlignJustify
|
|
1332
1332
|
} from '../icons/text-align-justify';
|
|
1333
1333
|
|
|
1334
|
-
// TextInitial aliases
|
|
1335
|
-
export {
|
|
1336
|
-
/** @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 */
|
|
1337
|
-
default as LetterText
|
|
1338
|
-
} from '../icons/text-initial';
|
|
1339
|
-
|
|
1340
1334
|
// TextAlignStart aliases
|
|
1341
1335
|
export {
|
|
1342
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 */
|
|
@@ -1349,6 +1343,12 @@ export {
|
|
|
1349
1343
|
default as AlignLeft
|
|
1350
1344
|
} from '../icons/text-align-start';
|
|
1351
1345
|
|
|
1346
|
+
// TextInitial aliases
|
|
1347
|
+
export {
|
|
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
|
+
default as LetterText
|
|
1350
|
+
} from '../icons/text-initial';
|
|
1351
|
+
|
|
1352
1352
|
// TextSelect aliases
|
|
1353
1353
|
export {
|
|
1354
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 */
|
|
@@ -1391,18 +1391,18 @@ export {
|
|
|
1391
1391
|
default as School2
|
|
1392
1392
|
} from '../icons/university';
|
|
1393
1393
|
|
|
1394
|
-
// UserRoundCog aliases
|
|
1395
|
-
export {
|
|
1396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
1397
|
-
default as UserCog2
|
|
1398
|
-
} from '../icons/user-round-cog';
|
|
1399
|
-
|
|
1400
1394
|
// UserRoundCheck aliases
|
|
1401
1395
|
export {
|
|
1402
1396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
1403
1397
|
default as UserCheck2
|
|
1404
1398
|
} from '../icons/user-round-check';
|
|
1405
1399
|
|
|
1400
|
+
// UserRoundCog aliases
|
|
1401
|
+
export {
|
|
1402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
1403
|
+
default as UserCog2
|
|
1404
|
+
} from '../icons/user-round-cog';
|
|
1405
|
+
|
|
1406
1406
|
// UserRoundMinus aliases
|
|
1407
1407
|
export {
|
|
1408
1408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|