@lucide/astro 1.33.0 → 1.35.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 +116 -116
- package/src/aliases/prefixed.ts +593 -583
- package/src/aliases/suffixed.ts +875 -865
- package/src/icons/galaxy.ts +18 -0
- package/src/icons/ghost.ts +2 -2
- package/src/icons/index.ts +185 -180
- package/src/icons/mail-clock.ts +18 -0
- package/src/icons/robot-arm.ts +18 -0
- package/src/icons/ship-cargo.ts +18 -0
- package/src/icons/ship.ts +2 -2
- package/src/icons/trailer.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -23,18 +23,18 @@ export {
|
|
|
23
23
|
default as ArrowDownAz
|
|
24
24
|
} from '../icons/arrow-down-a-z';
|
|
25
25
|
|
|
26
|
-
// ArrowDownWideNarrow aliases
|
|
27
|
-
export {
|
|
28
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
29
|
-
default as SortDesc
|
|
30
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
31
|
-
|
|
32
26
|
// ArrowDownZA aliases
|
|
33
27
|
export {
|
|
34
28
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
35
29
|
default as ArrowDownZa
|
|
36
30
|
} from '../icons/arrow-down-z-a';
|
|
37
31
|
|
|
32
|
+
// ArrowDownWideNarrow aliases
|
|
33
|
+
export {
|
|
34
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
35
|
+
default as SortDesc
|
|
36
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
37
|
+
|
|
38
38
|
// ArrowUpAZ aliases
|
|
39
39
|
export {
|
|
40
40
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
@@ -239,18 +239,18 @@ export {
|
|
|
239
239
|
default as CheckCircle
|
|
240
240
|
} from '../icons/circle-check-big';
|
|
241
241
|
|
|
242
|
-
// CircleChevronDown aliases
|
|
243
|
-
export {
|
|
244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
245
|
-
default as ChevronDownCircle
|
|
246
|
-
} from '../icons/circle-chevron-down';
|
|
247
|
-
|
|
248
242
|
// CircleCheck aliases
|
|
249
243
|
export {
|
|
250
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
251
245
|
default as CheckCircle2
|
|
252
246
|
} from '../icons/circle-check';
|
|
253
247
|
|
|
248
|
+
// CircleChevronDown aliases
|
|
249
|
+
export {
|
|
250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
251
|
+
default as ChevronDownCircle
|
|
252
|
+
} from '../icons/circle-chevron-down';
|
|
253
|
+
|
|
254
254
|
// CircleChevronLeft aliases
|
|
255
255
|
export {
|
|
256
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
@@ -377,18 +377,18 @@ export {
|
|
|
377
377
|
default as ClipboardSignature
|
|
378
378
|
} from '../icons/clipboard-pen-line';
|
|
379
379
|
|
|
380
|
-
// ClipboardPen aliases
|
|
381
|
-
export {
|
|
382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
383
|
-
default as ClipboardEdit
|
|
384
|
-
} from '../icons/clipboard-pen';
|
|
385
|
-
|
|
386
380
|
// CloudDownload aliases
|
|
387
381
|
export {
|
|
388
382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
389
383
|
default as DownloadCloud
|
|
390
384
|
} from '../icons/cloud-download';
|
|
391
385
|
|
|
386
|
+
// ClipboardPen aliases
|
|
387
|
+
export {
|
|
388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
389
|
+
default as ClipboardEdit
|
|
390
|
+
} from '../icons/clipboard-pen';
|
|
391
|
+
|
|
392
392
|
// CloudUpload aliases
|
|
393
393
|
export {
|
|
394
394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
@@ -431,18 +431,18 @@ export {
|
|
|
431
431
|
default as Contact2
|
|
432
432
|
} from '../icons/contact-round';
|
|
433
433
|
|
|
434
|
-
// DiamondPercent aliases
|
|
435
|
-
export {
|
|
436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
437
|
-
default as PercentDiamond
|
|
438
|
-
} from '../icons/diamond-percent';
|
|
439
|
-
|
|
440
434
|
// Earth aliases
|
|
441
435
|
export {
|
|
442
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
443
437
|
default as Globe2
|
|
444
438
|
} from '../icons/earth';
|
|
445
439
|
|
|
440
|
+
// DiamondPercent aliases
|
|
441
|
+
export {
|
|
442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
443
|
+
default as PercentDiamond
|
|
444
|
+
} from '../icons/diamond-percent';
|
|
445
|
+
|
|
446
446
|
// EllipsisVertical aliases
|
|
447
447
|
export {
|
|
448
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
@@ -581,41 +581,35 @@ export {
|
|
|
581
581
|
default as FileAudio2
|
|
582
582
|
} from '../icons/file-headphone';
|
|
583
583
|
|
|
584
|
-
// FileKey aliases
|
|
585
|
-
export {
|
|
586
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
587
|
-
default as FileKey2
|
|
588
|
-
} from '../icons/file-key';
|
|
589
|
-
|
|
590
584
|
// FileLock aliases
|
|
591
585
|
export {
|
|
592
586
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
593
587
|
default as FileLock2
|
|
594
588
|
} from '../icons/file-lock';
|
|
595
589
|
|
|
590
|
+
// FileKey aliases
|
|
591
|
+
export {
|
|
592
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
593
|
+
default as FileKey2
|
|
594
|
+
} from '../icons/file-key';
|
|
595
|
+
|
|
596
596
|
// FileMinusCorner aliases
|
|
597
597
|
export {
|
|
598
598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
599
599
|
default as FileMinus2
|
|
600
600
|
} from '../icons/file-minus-corner';
|
|
601
601
|
|
|
602
|
-
// FilePenLine aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
605
|
-
default as FileSignature
|
|
606
|
-
} from '../icons/file-pen-line';
|
|
607
|
-
|
|
608
602
|
// FilePen aliases
|
|
609
603
|
export {
|
|
610
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
611
605
|
default as FileEdit
|
|
612
606
|
} from '../icons/file-pen';
|
|
613
607
|
|
|
614
|
-
//
|
|
608
|
+
// FilePenLine aliases
|
|
615
609
|
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
617
|
-
default as
|
|
618
|
-
} from '../icons/file-
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
611
|
+
default as FileSignature
|
|
612
|
+
} from '../icons/file-pen-line';
|
|
619
613
|
|
|
620
614
|
// FilePlay aliases
|
|
621
615
|
export {
|
|
@@ -623,6 +617,12 @@ export {
|
|
|
623
617
|
default as FileVideo
|
|
624
618
|
} from '../icons/file-play';
|
|
625
619
|
|
|
620
|
+
// FilePlusCorner aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
623
|
+
default as FilePlus2
|
|
624
|
+
} from '../icons/file-plus-corner';
|
|
625
|
+
|
|
626
626
|
// FileQuestionMark aliases
|
|
627
627
|
export {
|
|
628
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
@@ -653,11 +653,11 @@ export {
|
|
|
653
653
|
default as FileVideo2
|
|
654
654
|
} from '../icons/file-video-camera';
|
|
655
655
|
|
|
656
|
-
//
|
|
656
|
+
// FileXCorner aliases
|
|
657
657
|
export {
|
|
658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
659
|
-
default as
|
|
660
|
-
} from '../icons/
|
|
658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
659
|
+
default as FileX2
|
|
660
|
+
} from '../icons/file-x-corner';
|
|
661
661
|
|
|
662
662
|
// FolderCog aliases
|
|
663
663
|
export {
|
|
@@ -665,11 +665,11 @@ export {
|
|
|
665
665
|
default as FolderCog2
|
|
666
666
|
} from '../icons/folder-cog';
|
|
667
667
|
|
|
668
|
-
//
|
|
668
|
+
// FingerprintPattern aliases
|
|
669
669
|
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
671
|
-
default as
|
|
672
|
-
} from '../icons/
|
|
670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
671
|
+
default as Fingerprint
|
|
672
|
+
} from '../icons/fingerprint-pattern';
|
|
673
673
|
|
|
674
674
|
// FolderPen aliases
|
|
675
675
|
export {
|
|
@@ -683,18 +683,18 @@ export {
|
|
|
683
683
|
default as FilterX
|
|
684
684
|
} from '../icons/funnel-x';
|
|
685
685
|
|
|
686
|
-
// GitCommitHorizontal aliases
|
|
687
|
-
export {
|
|
688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
689
|
-
default as GitCommit
|
|
690
|
-
} from '../icons/git-commit-horizontal';
|
|
691
|
-
|
|
692
686
|
// Funnel aliases
|
|
693
687
|
export {
|
|
694
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
695
689
|
default as Filter
|
|
696
690
|
} from '../icons/funnel';
|
|
697
691
|
|
|
692
|
+
// GitCommitHorizontal aliases
|
|
693
|
+
export {
|
|
694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
695
|
+
default as GitCommit
|
|
696
|
+
} from '../icons/git-commit-horizontal';
|
|
697
|
+
|
|
698
698
|
// Grid2x2Check aliases
|
|
699
699
|
export {
|
|
700
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
@@ -809,18 +809,18 @@ export {
|
|
|
809
809
|
default as UnlockKeyhole
|
|
810
810
|
} from '../icons/lock-keyhole-open';
|
|
811
811
|
|
|
812
|
-
// LockOpen aliases
|
|
813
|
-
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
815
|
-
default as Unlock
|
|
816
|
-
} from '../icons/lock-open';
|
|
817
|
-
|
|
818
812
|
// MailQuestionMark aliases
|
|
819
813
|
export {
|
|
820
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
821
815
|
default as MailQuestion
|
|
822
816
|
} from '../icons/mail-question-mark';
|
|
823
817
|
|
|
818
|
+
// LockOpen aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
821
|
+
default as Unlock
|
|
822
|
+
} from '../icons/lock-open';
|
|
823
|
+
|
|
824
824
|
// MapPinPen aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as Paintbrush2
|
|
876
876
|
} from '../icons/paintbrush-vertical';
|
|
877
877
|
|
|
878
|
-
// PanelLeftClose aliases
|
|
879
|
-
export {
|
|
880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
881
|
-
default as SidebarClose
|
|
882
|
-
} from '../icons/panel-left-close';
|
|
883
|
-
|
|
884
878
|
// PanelBottomDashed aliases
|
|
885
879
|
export {
|
|
886
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
887
881
|
default as PanelBottomInactive
|
|
888
882
|
} from '../icons/panel-bottom-dashed';
|
|
889
883
|
|
|
884
|
+
// PanelLeftClose aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
887
|
+
default as SidebarClose
|
|
888
|
+
} from '../icons/panel-left-close';
|
|
889
|
+
|
|
890
890
|
// PanelLeftDashed aliases
|
|
891
891
|
export {
|
|
892
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
@@ -905,18 +905,18 @@ export {
|
|
|
905
905
|
default as Sidebar
|
|
906
906
|
} from '../icons/panel-left';
|
|
907
907
|
|
|
908
|
-
// PanelRightDashed aliases
|
|
909
|
-
export {
|
|
910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
911
|
-
default as PanelRightInactive
|
|
912
|
-
} from '../icons/panel-right-dashed';
|
|
913
|
-
|
|
914
908
|
// PanelTopDashed aliases
|
|
915
909
|
export {
|
|
916
910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
917
911
|
default as PanelTopInactive
|
|
918
912
|
} from '../icons/panel-top-dashed';
|
|
919
913
|
|
|
914
|
+
// PanelRightDashed aliases
|
|
915
|
+
export {
|
|
916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
917
|
+
default as PanelRightInactive
|
|
918
|
+
} from '../icons/panel-right-dashed';
|
|
919
|
+
|
|
920
920
|
// PanelsTopLeft aliases
|
|
921
921
|
export {
|
|
922
922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
@@ -953,18 +953,18 @@ export {
|
|
|
953
953
|
default as Rotate3D
|
|
954
954
|
} from '../icons/rotate-3d';
|
|
955
955
|
|
|
956
|
-
// RotateCcwClock aliases
|
|
957
|
-
export {
|
|
958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
959
|
-
default as History
|
|
960
|
-
} from '../icons/rotate-ccw-clock';
|
|
961
|
-
|
|
962
956
|
// Rows2 aliases
|
|
963
957
|
export {
|
|
964
958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
965
959
|
default as Rows
|
|
966
960
|
} from '../icons/rows-2';
|
|
967
961
|
|
|
962
|
+
// RotateCcwClock aliases
|
|
963
|
+
export {
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
965
|
+
default as History
|
|
966
|
+
} from '../icons/rotate-ccw-clock';
|
|
967
|
+
|
|
968
968
|
// Rows3 aliases
|
|
969
969
|
export {
|
|
970
970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as ArrowLeftSquare
|
|
1038
1038
|
} from '../icons/square-arrow-left';
|
|
1039
1039
|
|
|
1040
|
-
// SquareArrowOutDownLeft aliases
|
|
1041
|
-
export {
|
|
1042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
1043
|
-
default as ArrowDownLeftFromSquare
|
|
1044
|
-
} from '../icons/square-arrow-out-down-left';
|
|
1045
|
-
|
|
1046
1040
|
// SquareArrowOutDownRight aliases
|
|
1047
1041
|
export {
|
|
1048
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
1049
1043
|
default as ArrowDownRightFromSquare
|
|
1050
1044
|
} from '../icons/square-arrow-out-down-right';
|
|
1051
1045
|
|
|
1046
|
+
// SquareArrowOutDownLeft aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
1049
|
+
default as ArrowDownLeftFromSquare
|
|
1050
|
+
} from '../icons/square-arrow-out-down-left';
|
|
1051
|
+
|
|
1052
1052
|
// SquareArrowOutUpLeft aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
@@ -1133,18 +1133,18 @@ export {
|
|
|
1133
1133
|
default as CheckSquare2
|
|
1134
1134
|
} from '../icons/square-check';
|
|
1135
1135
|
|
|
1136
|
-
// SquareChevronDown aliases
|
|
1137
|
-
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
1139
|
-
default as ChevronDownSquare
|
|
1140
|
-
} from '../icons/square-chevron-down';
|
|
1141
|
-
|
|
1142
1136
|
// SquareChevronLeft aliases
|
|
1143
1137
|
export {
|
|
1144
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
1145
1139
|
default as ChevronLeftSquare
|
|
1146
1140
|
} from '../icons/square-chevron-left';
|
|
1147
1141
|
|
|
1142
|
+
// SquareChevronDown aliases
|
|
1143
|
+
export {
|
|
1144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
1145
|
+
default as ChevronDownSquare
|
|
1146
|
+
} from '../icons/square-chevron-down';
|
|
1147
|
+
|
|
1148
1148
|
// SquareChevronRight aliases
|
|
1149
1149
|
export {
|
|
1150
1150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
@@ -1223,18 +1223,18 @@ export {
|
|
|
1223
1223
|
default as KanbanSquare
|
|
1224
1224
|
} from '../icons/square-kanban';
|
|
1225
1225
|
|
|
1226
|
-
// SquareLibrary aliases
|
|
1227
|
-
export {
|
|
1228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1229
|
-
default as LibrarySquare
|
|
1230
|
-
} from '../icons/square-library';
|
|
1231
|
-
|
|
1232
1226
|
// SquareM aliases
|
|
1233
1227
|
export {
|
|
1234
1228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
1235
1229
|
default as MSquare
|
|
1236
1230
|
} from '../icons/square-m';
|
|
1237
1231
|
|
|
1232
|
+
// SquareLibrary aliases
|
|
1233
|
+
export {
|
|
1234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1235
|
+
default as LibrarySquare
|
|
1236
|
+
} from '../icons/square-library';
|
|
1237
|
+
|
|
1238
1238
|
// SquareMenu aliases
|
|
1239
1239
|
export {
|
|
1240
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
@@ -1289,23 +1289,17 @@ export {
|
|
|
1289
1289
|
default as PercentSquare
|
|
1290
1290
|
} from '../icons/square-percent';
|
|
1291
1291
|
|
|
1292
|
-
// SquarePi aliases
|
|
1293
|
-
export {
|
|
1294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1295
|
-
default as PiSquare
|
|
1296
|
-
} from '../icons/square-pi';
|
|
1297
|
-
|
|
1298
1292
|
// SquarePilcrow aliases
|
|
1299
1293
|
export {
|
|
1300
1294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
1301
1295
|
default as PilcrowSquare
|
|
1302
1296
|
} from '../icons/square-pilcrow';
|
|
1303
1297
|
|
|
1304
|
-
//
|
|
1298
|
+
// SquarePi aliases
|
|
1305
1299
|
export {
|
|
1306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1307
|
-
default as
|
|
1308
|
-
} from '../icons/square-
|
|
1300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1301
|
+
default as PiSquare
|
|
1302
|
+
} from '../icons/square-pi';
|
|
1309
1303
|
|
|
1310
1304
|
// SquarePlus aliases
|
|
1311
1305
|
export {
|
|
@@ -1313,6 +1307,12 @@ export {
|
|
|
1313
1307
|
default as PlusSquare
|
|
1314
1308
|
} from '../icons/square-plus';
|
|
1315
1309
|
|
|
1310
|
+
// SquarePlay aliases
|
|
1311
|
+
export {
|
|
1312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
1313
|
+
default as PlaySquare
|
|
1314
|
+
} from '../icons/square-play';
|
|
1315
|
+
|
|
1316
1316
|
// SquarePower aliases
|
|
1317
1317
|
export {
|
|
1318
1318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
@@ -1331,23 +1331,17 @@ export {
|
|
|
1331
1331
|
default as SigmaSquare
|
|
1332
1332
|
} from '../icons/square-sigma';
|
|
1333
1333
|
|
|
1334
|
-
// SquareSplitHorizontal aliases
|
|
1335
|
-
export {
|
|
1336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1337
|
-
default as SplitSquareHorizontal
|
|
1338
|
-
} from '../icons/square-split-horizontal';
|
|
1339
|
-
|
|
1340
1334
|
// SquareSlash aliases
|
|
1341
1335
|
export {
|
|
1342
1336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1343
1337
|
default as SlashSquare
|
|
1344
1338
|
} from '../icons/square-slash';
|
|
1345
1339
|
|
|
1346
|
-
//
|
|
1340
|
+
// SquareSplitHorizontal aliases
|
|
1347
1341
|
export {
|
|
1348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1349
|
-
default as
|
|
1350
|
-
} from '../icons/square-split-
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1343
|
+
default as SplitSquareHorizontal
|
|
1344
|
+
} from '../icons/square-split-horizontal';
|
|
1351
1345
|
|
|
1352
1346
|
// SquareTerminal aliases
|
|
1353
1347
|
export {
|
|
@@ -1355,6 +1349,12 @@ export {
|
|
|
1355
1349
|
default as TerminalSquare
|
|
1356
1350
|
} from '../icons/square-terminal';
|
|
1357
1351
|
|
|
1352
|
+
// SquareSplitVertical aliases
|
|
1353
|
+
export {
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
1355
|
+
default as SplitSquareVertical
|
|
1356
|
+
} from '../icons/square-split-vertical';
|
|
1357
|
+
|
|
1358
1358
|
// SquareUserRound aliases
|
|
1359
1359
|
export {
|
|
1360
1360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|