@lucide/astro 1.33.0 → 1.34.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 +120 -120
- package/src/aliases/prefixed.ts +653 -651
- package/src/aliases/suffixed.ts +970 -968
- package/src/icons/index.ts +206 -205
- package/src/icons/mail-clock.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -209,18 +209,18 @@ export {
|
|
|
209
209
|
default as ArrowDownRightFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
211
211
|
|
|
212
|
-
// CircleArrowOutUpLeft aliases
|
|
213
|
-
export {
|
|
214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
215
|
-
default as ArrowUpLeftFromCircle
|
|
216
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
217
|
-
|
|
218
212
|
// CircleArrowOutUpRight aliases
|
|
219
213
|
export {
|
|
220
214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
221
215
|
default as ArrowUpRightFromCircle
|
|
222
216
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
217
|
|
|
218
|
+
// CircleArrowOutUpLeft aliases
|
|
219
|
+
export {
|
|
220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
221
|
+
default as ArrowUpLeftFromCircle
|
|
222
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
223
|
+
|
|
224
224
|
// CircleArrowRight aliases
|
|
225
225
|
export {
|
|
226
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
@@ -233,6 +233,12 @@ export {
|
|
|
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. */
|
|
239
|
+
default as CheckCircle2
|
|
240
|
+
} from '../icons/circle-check';
|
|
241
|
+
|
|
236
242
|
// CircleCheckBig aliases
|
|
237
243
|
export {
|
|
238
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
@@ -245,12 +251,6 @@ export {
|
|
|
245
251
|
default as ChevronDownCircle
|
|
246
252
|
} from '../icons/circle-chevron-down';
|
|
247
253
|
|
|
248
|
-
// CircleCheck aliases
|
|
249
|
-
export {
|
|
250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
251
|
-
default as CheckCircle2
|
|
252
|
-
} from '../icons/circle-check';
|
|
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. */
|
|
@@ -347,36 +347,36 @@ export {
|
|
|
347
347
|
default as CircleSlashed
|
|
348
348
|
} from '../icons/circle-slash-2';
|
|
349
349
|
|
|
350
|
-
// CircleStop aliases
|
|
351
|
-
export {
|
|
352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
353
|
-
default as StopCircle
|
|
354
|
-
} from '../icons/circle-stop';
|
|
355
|
-
|
|
356
350
|
// CircleUserRound aliases
|
|
357
351
|
export {
|
|
358
352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
359
353
|
default as UserCircle2
|
|
360
354
|
} from '../icons/circle-user-round';
|
|
361
355
|
|
|
356
|
+
// CircleStop aliases
|
|
357
|
+
export {
|
|
358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
359
|
+
default as StopCircle
|
|
360
|
+
} from '../icons/circle-stop';
|
|
361
|
+
|
|
362
362
|
// CircleUser aliases
|
|
363
363
|
export {
|
|
364
364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
365
365
|
default as UserCircle
|
|
366
366
|
} from '../icons/circle-user';
|
|
367
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. */
|
|
371
|
-
default as XCircle
|
|
372
|
-
} from '../icons/circle-x';
|
|
373
|
-
|
|
374
368
|
// ClipboardPenLine aliases
|
|
375
369
|
export {
|
|
376
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
377
371
|
default as ClipboardSignature
|
|
378
372
|
} from '../icons/clipboard-pen-line';
|
|
379
373
|
|
|
374
|
+
// CircleX aliases
|
|
375
|
+
export {
|
|
376
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
377
|
+
default as XCircle
|
|
378
|
+
} from '../icons/circle-x';
|
|
379
|
+
|
|
380
380
|
// ClipboardPen aliases
|
|
381
381
|
export {
|
|
382
382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
@@ -491,23 +491,17 @@ export {
|
|
|
491
491
|
default as SmilePlus
|
|
492
492
|
} from '../icons/face-slightly-smiling-plus';
|
|
493
493
|
|
|
494
|
-
// FaceSlightlySmiling aliases
|
|
495
|
-
export {
|
|
496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
497
|
-
default as Smile
|
|
498
|
-
} from '../icons/face-slightly-smiling';
|
|
499
|
-
|
|
500
494
|
// FileAxis3d aliases
|
|
501
495
|
export {
|
|
502
496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
503
497
|
default as FileAxis3D
|
|
504
498
|
} from '../icons/file-axis-3d';
|
|
505
499
|
|
|
506
|
-
//
|
|
500
|
+
// FaceSlightlySmiling aliases
|
|
507
501
|
export {
|
|
508
|
-
/** @deprecated The icon was
|
|
509
|
-
default as
|
|
510
|
-
} from '../icons/
|
|
502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
503
|
+
default as Smile
|
|
504
|
+
} from '../icons/face-slightly-smiling';
|
|
511
505
|
|
|
512
506
|
// FileBracesCorner aliases
|
|
513
507
|
export {
|
|
@@ -515,6 +509,12 @@ export {
|
|
|
515
509
|
default as FileJson2
|
|
516
510
|
} from '../icons/file-braces-corner';
|
|
517
511
|
|
|
512
|
+
// FileBadge aliases
|
|
513
|
+
export {
|
|
514
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
515
|
+
default as FileBadge2
|
|
516
|
+
} from '../icons/file-badge';
|
|
517
|
+
|
|
518
518
|
// FileBraces aliases
|
|
519
519
|
export {
|
|
520
520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
@@ -611,18 +611,18 @@ export {
|
|
|
611
611
|
default as FileEdit
|
|
612
612
|
} from '../icons/file-pen';
|
|
613
613
|
|
|
614
|
-
// FilePlusCorner aliases
|
|
615
|
-
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
617
|
-
default as FilePlus2
|
|
618
|
-
} from '../icons/file-plus-corner';
|
|
619
|
-
|
|
620
614
|
// FilePlay aliases
|
|
621
615
|
export {
|
|
622
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
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,6 +653,12 @@ export {
|
|
|
653
653
|
default as FileVideo2
|
|
654
654
|
} from '../icons/file-video-camera';
|
|
655
655
|
|
|
656
|
+
// FileXCorner aliases
|
|
657
|
+
export {
|
|
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
|
+
|
|
656
662
|
// FingerprintPattern aliases
|
|
657
663
|
export {
|
|
658
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
@@ -665,12 +671,6 @@ export {
|
|
|
665
671
|
default as FolderCog2
|
|
666
672
|
} from '../icons/folder-cog';
|
|
667
673
|
|
|
668
|
-
// FileXCorner aliases
|
|
669
|
-
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
671
|
-
default as FileX2
|
|
672
|
-
} from '../icons/file-x-corner';
|
|
673
|
-
|
|
674
674
|
// FolderPen aliases
|
|
675
675
|
export {
|
|
676
676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
@@ -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. */
|
|
@@ -737,18 +737,18 @@ export {
|
|
|
737
737
|
default as Grab
|
|
738
738
|
} from '../icons/hand-grab';
|
|
739
739
|
|
|
740
|
-
// HandHelping aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
743
|
-
default as HelpingHand
|
|
744
|
-
} from '../icons/hand-helping';
|
|
745
|
-
|
|
746
740
|
// House aliases
|
|
747
741
|
export {
|
|
748
742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
749
743
|
default as Home
|
|
750
744
|
} from '../icons/house';
|
|
751
745
|
|
|
746
|
+
// HandHelping aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
749
|
+
default as HelpingHand
|
|
750
|
+
} from '../icons/hand-helping';
|
|
751
|
+
|
|
752
752
|
// IceCreamBowl aliases
|
|
753
753
|
export {
|
|
754
754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} 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. */
|
|
@@ -899,18 +899,18 @@ export {
|
|
|
899
899
|
default as SidebarOpen
|
|
900
900
|
} from '../icons/panel-left-open';
|
|
901
901
|
|
|
902
|
-
// PanelLeft aliases
|
|
903
|
-
export {
|
|
904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
905
|
-
default as Sidebar
|
|
906
|
-
} from '../icons/panel-left';
|
|
907
|
-
|
|
908
902
|
// PanelRightDashed aliases
|
|
909
903
|
export {
|
|
910
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
911
905
|
default as PanelRightInactive
|
|
912
906
|
} from '../icons/panel-right-dashed';
|
|
913
907
|
|
|
908
|
+
// PanelLeft aliases
|
|
909
|
+
export {
|
|
910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
911
|
+
default as Sidebar
|
|
912
|
+
} from '../icons/panel-left';
|
|
913
|
+
|
|
914
914
|
// PanelTopDashed aliases
|
|
915
915
|
export {
|
|
916
916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
@@ -989,23 +989,17 @@ export {
|
|
|
989
989
|
default as ShieldQuestion
|
|
990
990
|
} from '../icons/shield-question-mark';
|
|
991
991
|
|
|
992
|
-
// ShieldX aliases
|
|
993
|
-
export {
|
|
994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
995
|
-
default as ShieldClose
|
|
996
|
-
} from '../icons/shield-x';
|
|
997
|
-
|
|
998
992
|
// SlidersVertical aliases
|
|
999
993
|
export {
|
|
1000
994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
1001
995
|
default as Sliders
|
|
1002
996
|
} from '../icons/sliders-vertical';
|
|
1003
997
|
|
|
1004
|
-
//
|
|
998
|
+
// ShieldX aliases
|
|
1005
999
|
export {
|
|
1006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1007
|
-
default as
|
|
1008
|
-
} from '../icons/
|
|
1000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
1001
|
+
default as ShieldClose
|
|
1002
|
+
} from '../icons/shield-x';
|
|
1009
1003
|
|
|
1010
1004
|
// SquareActivity aliases
|
|
1011
1005
|
export {
|
|
@@ -1013,6 +1007,12 @@ export {
|
|
|
1013
1007
|
default as ActivitySquare
|
|
1014
1008
|
} from '../icons/square-activity';
|
|
1015
1009
|
|
|
1010
|
+
// Sparkles aliases
|
|
1011
|
+
export {
|
|
1012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
1013
|
+
default as Stars
|
|
1014
|
+
} from '../icons/sparkles';
|
|
1015
|
+
|
|
1016
1016
|
// SquareArrowDownLeft aliases
|
|
1017
1017
|
export {
|
|
1018
1018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
@@ -1055,18 +1055,18 @@ export {
|
|
|
1055
1055
|
default as ArrowUpLeftFromSquare
|
|
1056
1056
|
} from '../icons/square-arrow-out-up-left';
|
|
1057
1057
|
|
|
1058
|
-
// SquareArrowOutUpRight aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1061
|
-
default as ArrowUpRightFromSquare
|
|
1062
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1063
|
-
|
|
1064
1058
|
// SquareArrowRight aliases
|
|
1065
1059
|
export {
|
|
1066
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1067
1061
|
default as ArrowRightSquare
|
|
1068
1062
|
} from '../icons/square-arrow-right';
|
|
1069
1063
|
|
|
1064
|
+
// SquareArrowOutUpRight aliases
|
|
1065
|
+
export {
|
|
1066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1067
|
+
default as ArrowUpRightFromSquare
|
|
1068
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1069
|
+
|
|
1070
1070
|
// SquareArrowUpLeft aliases
|
|
1071
1071
|
export {
|
|
1072
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
@@ -1097,18 +1097,18 @@ export {
|
|
|
1097
1097
|
default as ScissorsSquareDashedBottom
|
|
1098
1098
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1099
1099
|
|
|
1100
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
1101
|
-
export {
|
|
1102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
1103
|
-
default as FlipHorizontal
|
|
1104
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
1105
|
-
|
|
1106
1100
|
// SquareCenterlineDashedVertical aliases
|
|
1107
1101
|
export {
|
|
1108
1102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
1109
1103
|
default as FlipVertical
|
|
1110
1104
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1111
1105
|
|
|
1106
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
1107
|
+
export {
|
|
1108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
1109
|
+
default as FlipHorizontal
|
|
1110
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
1111
|
+
|
|
1112
1112
|
// SquareChartGantt aliases
|
|
1113
1113
|
export {
|
|
1114
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
@@ -1121,18 +1121,18 @@ export {
|
|
|
1121
1121
|
default as SquareGanttChart
|
|
1122
1122
|
} from '../icons/square-chart-gantt';
|
|
1123
1123
|
|
|
1124
|
-
// SquareCheckBig aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1127
|
-
default as CheckSquare
|
|
1128
|
-
} from '../icons/square-check-big';
|
|
1129
|
-
|
|
1130
1124
|
// SquareCheck aliases
|
|
1131
1125
|
export {
|
|
1132
1126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1133
1127
|
default as CheckSquare2
|
|
1134
1128
|
} from '../icons/square-check';
|
|
1135
1129
|
|
|
1130
|
+
// SquareCheckBig aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1133
|
+
default as CheckSquare
|
|
1134
|
+
} from '../icons/square-check-big';
|
|
1135
|
+
|
|
1136
1136
|
// SquareChevronDown aliases
|
|
1137
1137
|
export {
|
|
1138
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
@@ -1211,23 +1211,17 @@ export {
|
|
|
1211
1211
|
default as EqualSquare
|
|
1212
1212
|
} from '../icons/square-equal';
|
|
1213
1213
|
|
|
1214
|
-
// SquareFunction aliases
|
|
1215
|
-
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
1217
|
-
default as FunctionSquare
|
|
1218
|
-
} from '../icons/square-function';
|
|
1219
|
-
|
|
1220
1214
|
// SquareKanban aliases
|
|
1221
1215
|
export {
|
|
1222
1216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1223
1217
|
default as KanbanSquare
|
|
1224
1218
|
} from '../icons/square-kanban';
|
|
1225
1219
|
|
|
1226
|
-
//
|
|
1220
|
+
// SquareFunction aliases
|
|
1227
1221
|
export {
|
|
1228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1229
|
-
default as
|
|
1230
|
-
} from '../icons/square-
|
|
1222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
1223
|
+
default as FunctionSquare
|
|
1224
|
+
} from '../icons/square-function';
|
|
1231
1225
|
|
|
1232
1226
|
// SquareM aliases
|
|
1233
1227
|
export {
|
|
@@ -1241,6 +1235,12 @@ export {
|
|
|
1241
1235
|
default as MenuSquare
|
|
1242
1236
|
} from '../icons/square-menu';
|
|
1243
1237
|
|
|
1238
|
+
// SquareLibrary aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1241
|
+
default as LibrarySquare
|
|
1242
|
+
} from '../icons/square-library';
|
|
1243
|
+
|
|
1244
1244
|
// SquareMinus aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
@@ -1325,6 +1325,12 @@ export {
|
|
|
1325
1325
|
default as ScissorsSquare
|
|
1326
1326
|
} from '../icons/square-scissors';
|
|
1327
1327
|
|
|
1328
|
+
// SquareSlash aliases
|
|
1329
|
+
export {
|
|
1330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1331
|
+
default as SlashSquare
|
|
1332
|
+
} from '../icons/square-slash';
|
|
1333
|
+
|
|
1328
1334
|
// SquareSigma aliases
|
|
1329
1335
|
export {
|
|
1330
1336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
@@ -1337,12 +1343,6 @@ export {
|
|
|
1337
1343
|
default as SplitSquareHorizontal
|
|
1338
1344
|
} from '../icons/square-split-horizontal';
|
|
1339
1345
|
|
|
1340
|
-
// SquareSlash aliases
|
|
1341
|
-
export {
|
|
1342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1343
|
-
default as SlashSquare
|
|
1344
|
-
} from '../icons/square-slash';
|
|
1345
|
-
|
|
1346
1346
|
// SquareSplitVertical aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|