@lucide/astro 1.1.0 → 1.2.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 +142 -142
- package/src/aliases/prefixed.ts +661 -659
- package/src/aliases/suffixed.ts +970 -968
- package/src/icons/index.ts +47 -46
- package/src/icons/line-style.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
55
|
|
|
56
|
-
// BadgeCheck aliases
|
|
57
|
-
export {
|
|
58
|
-
/** @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 */
|
|
59
|
-
default as Verified
|
|
60
|
-
} from '../icons/badge-check';
|
|
61
|
-
|
|
62
56
|
// Axis3d aliases
|
|
63
57
|
export {
|
|
64
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 */
|
|
65
59
|
default as Axis3D
|
|
66
60
|
} from '../icons/axis-3d';
|
|
67
61
|
|
|
62
|
+
// BadgeCheck aliases
|
|
63
|
+
export {
|
|
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 */
|
|
65
|
+
default as Verified
|
|
66
|
+
} from '../icons/badge-check';
|
|
67
|
+
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumnIncreasing aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
137
|
-
default as BarChart4
|
|
138
|
-
} from '../icons/chart-column-increasing';
|
|
139
|
-
|
|
140
134
|
// ChartColumn aliases
|
|
141
135
|
export {
|
|
142
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 */
|
|
143
137
|
default as BarChart3
|
|
144
138
|
} from '../icons/chart-column';
|
|
145
139
|
|
|
140
|
+
// ChartColumnIncreasing aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @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
|
+
default as BarChart4
|
|
144
|
+
} from '../icons/chart-column-increasing';
|
|
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 */
|
|
@@ -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 */
|
|
@@ -359,18 +359,18 @@ export {
|
|
|
359
359
|
default as UserCircle2
|
|
360
360
|
} from '../icons/circle-user-round';
|
|
361
361
|
|
|
362
|
-
// CircleUser aliases
|
|
363
|
-
export {
|
|
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 */
|
|
365
|
-
default as UserCircle
|
|
366
|
-
} from '../icons/circle-user';
|
|
367
|
-
|
|
368
362
|
// CircleX aliases
|
|
369
363
|
export {
|
|
370
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 */
|
|
371
365
|
default as XCircle
|
|
372
366
|
} from '../icons/circle-x';
|
|
373
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
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
|
-
// Columns3 aliases
|
|
423
|
-
export {
|
|
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 */
|
|
425
|
-
default as PanelsLeftRight
|
|
426
|
-
} from '../icons/columns-3';
|
|
427
|
-
|
|
428
422
|
// ContactRound aliases
|
|
429
423
|
export {
|
|
430
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 */
|
|
431
425
|
default as Contact2
|
|
432
426
|
} from '../icons/contact-round';
|
|
433
427
|
|
|
428
|
+
// Columns3 aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
|
+
default as PanelsLeftRight
|
|
432
|
+
} from '../icons/columns-3';
|
|
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 */
|
|
@@ -443,23 +443,17 @@ export {
|
|
|
443
443
|
default as Globe2
|
|
444
444
|
} from '../icons/earth';
|
|
445
445
|
|
|
446
|
-
// Ellipsis aliases
|
|
447
|
-
export {
|
|
448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
449
|
-
default as MoreHorizontal
|
|
450
|
-
} from '../icons/ellipsis';
|
|
451
|
-
|
|
452
446
|
// EllipsisVertical aliases
|
|
453
447
|
export {
|
|
454
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
455
449
|
default as MoreVertical
|
|
456
450
|
} from '../icons/ellipsis-vertical';
|
|
457
451
|
|
|
458
|
-
//
|
|
452
|
+
// Ellipsis aliases
|
|
459
453
|
export {
|
|
460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
461
|
-
default as
|
|
462
|
-
} from '../icons/
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
455
|
+
default as MoreHorizontal
|
|
456
|
+
} from '../icons/ellipsis';
|
|
463
457
|
|
|
464
458
|
// FileBadge aliases
|
|
465
459
|
export {
|
|
@@ -467,6 +461,12 @@ export {
|
|
|
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 */
|
|
@@ -521,6 +521,12 @@ export {
|
|
|
521
521
|
default as FileCog2
|
|
522
522
|
} from '../icons/file-cog';
|
|
523
523
|
|
|
524
|
+
// FileExclamationPoint aliases
|
|
525
|
+
export {
|
|
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 */
|
|
527
|
+
default as FileWarning
|
|
528
|
+
} from '../icons/file-exclamation-point';
|
|
529
|
+
|
|
524
530
|
// FileHeadphone aliases
|
|
525
531
|
export {
|
|
526
532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} 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
|
-
// FileExclamationPoint aliases
|
|
537
|
-
export {
|
|
538
|
-
/** @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 */
|
|
539
|
-
default as FileWarning
|
|
540
|
-
} from '../icons/file-exclamation-point';
|
|
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 */
|
|
@@ -575,18 +575,18 @@ export {
|
|
|
575
575
|
default as FileVideo
|
|
576
576
|
} from '../icons/file-play';
|
|
577
577
|
|
|
578
|
-
// FilePlusCorner aliases
|
|
579
|
-
export {
|
|
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 */
|
|
581
|
-
default as FilePlus2
|
|
582
|
-
} from '../icons/file-plus-corner';
|
|
583
|
-
|
|
584
578
|
// FileQuestionMark aliases
|
|
585
579
|
export {
|
|
586
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 */
|
|
587
581
|
default as FileQuestion
|
|
588
582
|
} from '../icons/file-question-mark';
|
|
589
583
|
|
|
584
|
+
// FilePlusCorner aliases
|
|
585
|
+
export {
|
|
586
|
+
/** @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
|
+
default as FilePlus2
|
|
588
|
+
} from '../icons/file-plus-corner';
|
|
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 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FilterX
|
|
642
642
|
} from '../icons/funnel-x';
|
|
643
643
|
|
|
644
|
-
// Funnel aliases
|
|
645
|
-
export {
|
|
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 */
|
|
647
|
-
default as Filter
|
|
648
|
-
} from '../icons/funnel';
|
|
649
|
-
|
|
650
644
|
// GitCommitHorizontal aliases
|
|
651
645
|
export {
|
|
652
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 */
|
|
653
647
|
default as GitCommit
|
|
654
648
|
} from '../icons/git-commit-horizontal';
|
|
655
649
|
|
|
650
|
+
// Funnel aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @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
|
+
default as Filter
|
|
654
|
+
} from '../icons/funnel';
|
|
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
|
-
// HandHelping aliases
|
|
699
|
-
export {
|
|
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 */
|
|
701
|
-
default as HelpingHand
|
|
702
|
-
} from '../icons/hand-helping';
|
|
703
|
-
|
|
704
698
|
// House aliases
|
|
705
699
|
export {
|
|
706
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 */
|
|
707
701
|
default as Home
|
|
708
702
|
} from '../icons/house';
|
|
709
703
|
|
|
704
|
+
// HandHelping aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @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
|
+
default as HelpingHand
|
|
708
|
+
} from '../icons/hand-helping';
|
|
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 */
|
|
@@ -755,18 +755,18 @@ export {
|
|
|
755
755
|
default as IndentIncrease
|
|
756
756
|
} from '../icons/list-indent-increase';
|
|
757
757
|
|
|
758
|
-
// LockKeyholeOpen aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
761
|
-
default as UnlockKeyhole
|
|
762
|
-
} from '../icons/lock-keyhole-open';
|
|
763
|
-
|
|
764
758
|
// LoaderCircle aliases
|
|
765
759
|
export {
|
|
766
760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
767
761
|
default as Loader2
|
|
768
762
|
} from '../icons/loader-circle';
|
|
769
763
|
|
|
764
|
+
// LockKeyholeOpen aliases
|
|
765
|
+
export {
|
|
766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
767
|
+
default as UnlockKeyhole
|
|
768
|
+
} from '../icons/lock-keyhole-open';
|
|
769
|
+
|
|
770
770
|
// LockOpen aliases
|
|
771
771
|
export {
|
|
772
772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -899,18 +899,18 @@ export {
|
|
|
899
899
|
default as FormInput
|
|
900
900
|
} from '../icons/rectangle-ellipsis';
|
|
901
901
|
|
|
902
|
-
// Rows2 aliases
|
|
903
|
-
export {
|
|
904
|
-
/** @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 */
|
|
905
|
-
default as Rows
|
|
906
|
-
} from '../icons/rows-2';
|
|
907
|
-
|
|
908
902
|
// Rotate3d aliases
|
|
909
903
|
export {
|
|
910
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 */
|
|
911
905
|
default as Rotate3D
|
|
912
906
|
} from '../icons/rotate-3d';
|
|
913
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
914
|
// Rows3 aliases
|
|
915
915
|
export {
|
|
916
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 */
|
|
@@ -935,18 +935,18 @@ export {
|
|
|
935
935
|
default as ShieldQuestion
|
|
936
936
|
} from '../icons/shield-question-mark';
|
|
937
937
|
|
|
938
|
-
// SlidersVertical aliases
|
|
939
|
-
export {
|
|
940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
941
|
-
default as Sliders
|
|
942
|
-
} from '../icons/sliders-vertical';
|
|
943
|
-
|
|
944
938
|
// ShieldX aliases
|
|
945
939
|
export {
|
|
946
940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
947
941
|
default as ShieldClose
|
|
948
942
|
} from '../icons/shield-x';
|
|
949
943
|
|
|
944
|
+
// SlidersVertical aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
947
|
+
default as Sliders
|
|
948
|
+
} from '../icons/sliders-vertical';
|
|
949
|
+
|
|
950
950
|
// Sparkles aliases
|
|
951
951
|
export {
|
|
952
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} 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
|
-
// SquareAsterisk aliases
|
|
1035
|
-
export {
|
|
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 */
|
|
1037
|
-
default as AsteriskSquare
|
|
1038
|
-
} from '../icons/square-asterisk';
|
|
1039
|
-
|
|
1040
1034
|
// SquareBottomDashedScissors aliases
|
|
1041
1035
|
export {
|
|
1042
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 */
|
|
1043
1037
|
default as ScissorsSquareDashedBottom
|
|
1044
1038
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
1039
|
|
|
1040
|
+
// SquareAsterisk aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1043
|
+
default as AsteriskSquare
|
|
1044
|
+
} from '../icons/square-asterisk';
|
|
1045
|
+
|
|
1046
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 */
|
|
@@ -1115,18 +1115,18 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashed aliases
|
|
1119
|
-
export {
|
|
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 */
|
|
1121
|
-
default as BoxSelect
|
|
1122
|
-
} from '../icons/square-dashed';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashedMousePointer aliases
|
|
1125
1119
|
export {
|
|
1126
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 */
|
|
1127
1121
|
default as MousePointerSquareDashed
|
|
1128
1122
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1129
1123
|
|
|
1124
|
+
// SquareDashed aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @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
|
+
default as BoxSelect
|
|
1128
|
+
} from '../icons/square-dashed';
|
|
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 */
|
|
@@ -1163,18 +1163,18 @@ export {
|
|
|
1163
1163
|
default as LibrarySquare
|
|
1164
1164
|
} from '../icons/square-library';
|
|
1165
1165
|
|
|
1166
|
-
// SquareMenu aliases
|
|
1167
|
-
export {
|
|
1168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
1169
|
-
default as MenuSquare
|
|
1170
|
-
} from '../icons/square-menu';
|
|
1171
|
-
|
|
1172
1166
|
// SquareM aliases
|
|
1173
1167
|
export {
|
|
1174
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
1175
1169
|
default as MSquare
|
|
1176
1170
|
} from '../icons/square-m';
|
|
1177
1171
|
|
|
1172
|
+
// SquareMenu aliases
|
|
1173
|
+
export {
|
|
1174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
1175
|
+
default as MenuSquare
|
|
1176
|
+
} from '../icons/square-menu';
|
|
1177
|
+
|
|
1178
1178
|
// SquareMinus aliases
|
|
1179
1179
|
export {
|
|
1180
1180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
@@ -1235,18 +1235,18 @@ export {
|
|
|
1235
1235
|
default as PilcrowSquare
|
|
1236
1236
|
} from '../icons/square-pilcrow';
|
|
1237
1237
|
|
|
1238
|
-
// SquarePlus aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1241
|
-
default as PlusSquare
|
|
1242
|
-
} from '../icons/square-plus';
|
|
1243
|
-
|
|
1244
1238
|
// SquarePlay aliases
|
|
1245
1239
|
export {
|
|
1246
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 */
|
|
1247
1241
|
default as PlaySquare
|
|
1248
1242
|
} from '../icons/square-play';
|
|
1249
1243
|
|
|
1244
|
+
// SquarePlus aliases
|
|
1245
|
+
export {
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1247
|
+
default as PlusSquare
|
|
1248
|
+
} from '../icons/square-plus';
|
|
1249
|
+
|
|
1250
1250
|
// SquarePower aliases
|
|
1251
1251
|
export {
|
|
1252
1252
|
/** @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 */
|
|
@@ -1277,18 +1277,18 @@ export {
|
|
|
1277
1277
|
default as SplitSquareHorizontal
|
|
1278
1278
|
} from '../icons/square-split-horizontal';
|
|
1279
1279
|
|
|
1280
|
-
// SquareSplitVertical aliases
|
|
1281
|
-
export {
|
|
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 */
|
|
1283
|
-
default as SplitSquareVertical
|
|
1284
|
-
} from '../icons/square-split-vertical';
|
|
1285
|
-
|
|
1286
1280
|
// SquareTerminal aliases
|
|
1287
1281
|
export {
|
|
1288
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 */
|
|
1289
1283
|
default as TerminalSquare
|
|
1290
1284
|
} from '../icons/square-terminal';
|
|
1291
1285
|
|
|
1286
|
+
// SquareSplitVertical aliases
|
|
1287
|
+
export {
|
|
1288
|
+
/** @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
|
+
default as SplitSquareVertical
|
|
1290
|
+
} from '../icons/square-split-vertical';
|
|
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,6 +1331,12 @@ 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
|
+
|
|
1334
1340
|
// TextAlignStart aliases
|
|
1335
1341
|
export {
|
|
1336
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 */
|
|
@@ -1343,12 +1349,6 @@ export {
|
|
|
1343
1349
|
default as AlignLeft
|
|
1344
1350
|
} from '../icons/text-align-start';
|
|
1345
1351
|
|
|
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 */
|
|
@@ -1373,54 +1373,54 @@ export {
|
|
|
1373
1373
|
default as Palmtree
|
|
1374
1374
|
} from '../icons/tree-palm';
|
|
1375
1375
|
|
|
1376
|
-
// TvMinimal aliases
|
|
1377
|
-
export {
|
|
1378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1379
|
-
default as Tv2
|
|
1380
|
-
} from '../icons/tv-minimal';
|
|
1381
|
-
|
|
1382
1376
|
// TriangleAlert aliases
|
|
1383
1377
|
export {
|
|
1384
1378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
1385
1379
|
default as AlertTriangle
|
|
1386
1380
|
} from '../icons/triangle-alert';
|
|
1387
1381
|
|
|
1382
|
+
// TvMinimal aliases
|
|
1383
|
+
export {
|
|
1384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1385
|
+
default as Tv2
|
|
1386
|
+
} from '../icons/tv-minimal';
|
|
1387
|
+
|
|
1388
1388
|
// University aliases
|
|
1389
1389
|
export {
|
|
1390
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
1391
1391
|
default as School2
|
|
1392
1392
|
} from '../icons/university';
|
|
1393
1393
|
|
|
1394
|
-
// UserRoundCheck aliases
|
|
1395
|
-
export {
|
|
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 */
|
|
1397
|
-
default as UserCheck2
|
|
1398
|
-
} from '../icons/user-round-check';
|
|
1399
|
-
|
|
1400
1394
|
// UserRoundCog aliases
|
|
1401
1395
|
export {
|
|
1402
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 */
|
|
1403
1397
|
default as UserCog2
|
|
1404
1398
|
} from '../icons/user-round-cog';
|
|
1405
1399
|
|
|
1400
|
+
// UserRoundCheck aliases
|
|
1401
|
+
export {
|
|
1402
|
+
/** @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
|
+
default as UserCheck2
|
|
1404
|
+
} from '../icons/user-round-check';
|
|
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 */
|
|
1409
1409
|
default as UserMinus2
|
|
1410
1410
|
} from '../icons/user-round-minus';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundX aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1415
|
-
default as UserX2
|
|
1416
|
-
} from '../icons/user-round-x';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
1421
1415
|
default as UserPlus2
|
|
1422
1416
|
} from '../icons/user-round-plus';
|
|
1423
1417
|
|
|
1418
|
+
// UserRoundX aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1421
|
+
default as UserX2
|
|
1422
|
+
} from '../icons/user-round-x';
|
|
1423
|
+
|
|
1424
1424
|
// UserRound aliases
|
|
1425
1425
|
export {
|
|
1426
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 */
|
|
@@ -1439,18 +1439,18 @@ export {
|
|
|
1439
1439
|
default as ForkKnifeCrossed
|
|
1440
1440
|
} from '../icons/utensils-crossed';
|
|
1441
1441
|
|
|
1442
|
-
// WalletMinimal aliases
|
|
1443
|
-
export {
|
|
1444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1445
|
-
default as Wallet2
|
|
1446
|
-
} from '../icons/wallet-minimal';
|
|
1447
|
-
|
|
1448
1442
|
// Utensils aliases
|
|
1449
1443
|
export {
|
|
1450
1444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1451
1445
|
default as ForkKnife
|
|
1452
1446
|
} from '../icons/utensils';
|
|
1453
1447
|
|
|
1448
|
+
// WalletMinimal aliases
|
|
1449
|
+
export {
|
|
1450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1451
|
+
default as Wallet2
|
|
1452
|
+
} from '../icons/wallet-minimal';
|
|
1453
|
+
|
|
1454
1454
|
// WandSparkles aliases
|
|
1455
1455
|
export {
|
|
1456
1456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|