@lucide/astro 1.12.0 → 1.14.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 +114 -108
- package/src/aliases/prefixed.ts +632 -624
- package/src/aliases/suffixed.ts +968 -960
- package/src/icons/index.ts +179 -177
- package/src/icons/repeat-off.ts +18 -0
- package/src/icons/waves-horizontal.ts +18 -0
- package/src/icons/waves-vertical.ts +18 -0
- package/src/icons/waves.ts +0 -18
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -161,18 +161,18 @@ export {
|
|
|
161
161
|
default as BarChart2
|
|
162
162
|
} from '../icons/chart-no-axes-column';
|
|
163
163
|
|
|
164
|
-
// ChartNoAxesGantt aliases
|
|
165
|
-
export {
|
|
166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
167
|
-
default as GanttChart
|
|
168
|
-
} from '../icons/chart-no-axes-gantt';
|
|
169
|
-
|
|
170
164
|
// ChartPie aliases
|
|
171
165
|
export {
|
|
172
166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
173
167
|
default as PieChart
|
|
174
168
|
} from '../icons/chart-pie';
|
|
175
169
|
|
|
170
|
+
// ChartNoAxesGantt aliases
|
|
171
|
+
export {
|
|
172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
173
|
+
default as GanttChart
|
|
174
|
+
} from '../icons/chart-no-axes-gantt';
|
|
175
|
+
|
|
176
176
|
// ChartScatter aliases
|
|
177
177
|
export {
|
|
178
178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
@@ -185,18 +185,18 @@ export {
|
|
|
185
185
|
default as AlertCircle
|
|
186
186
|
} from '../icons/circle-alert';
|
|
187
187
|
|
|
188
|
-
// CircleArrowDown aliases
|
|
189
|
-
export {
|
|
190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
191
|
-
default as ArrowDownCircle
|
|
192
|
-
} from '../icons/circle-arrow-down';
|
|
193
|
-
|
|
194
188
|
// CircleArrowLeft aliases
|
|
195
189
|
export {
|
|
196
190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
197
191
|
default as ArrowLeftCircle
|
|
198
192
|
} from '../icons/circle-arrow-left';
|
|
199
193
|
|
|
194
|
+
// CircleArrowDown aliases
|
|
195
|
+
export {
|
|
196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
197
|
+
default as ArrowDownCircle
|
|
198
|
+
} from '../icons/circle-arrow-down';
|
|
199
|
+
|
|
200
200
|
// CircleArrowOutDownLeft aliases
|
|
201
201
|
export {
|
|
202
202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowRight aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
227
|
-
default as ArrowRightCircle
|
|
228
|
-
} from '../icons/circle-arrow-right';
|
|
229
|
-
|
|
230
224
|
// CircleArrowUp aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
233
227
|
default as ArrowUpCircle
|
|
234
228
|
} from '../icons/circle-arrow-up';
|
|
235
229
|
|
|
230
|
+
// CircleArrowRight aliases
|
|
231
|
+
export {
|
|
232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
233
|
+
default as ArrowRightCircle
|
|
234
|
+
} from '../icons/circle-arrow-right';
|
|
235
|
+
|
|
236
236
|
// CircleCheckBig aliases
|
|
237
237
|
export {
|
|
238
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 */
|
|
@@ -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 */
|
|
@@ -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 */
|
|
@@ -587,36 +587,36 @@ export {
|
|
|
587
587
|
default as FileQuestion
|
|
588
588
|
} from '../icons/file-question-mark';
|
|
589
589
|
|
|
590
|
-
// FileSearchCorner aliases
|
|
591
|
-
export {
|
|
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 */
|
|
593
|
-
default as FileSearch2
|
|
594
|
-
} from '../icons/file-search-corner';
|
|
595
|
-
|
|
596
590
|
// FileSignal aliases
|
|
597
591
|
export {
|
|
598
592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
599
593
|
default as FileVolume2
|
|
600
594
|
} from '../icons/file-signal';
|
|
601
595
|
|
|
596
|
+
// FileSearchCorner aliases
|
|
597
|
+
export {
|
|
598
|
+
/** @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 */
|
|
599
|
+
default as FileSearch2
|
|
600
|
+
} from '../icons/file-search-corner';
|
|
601
|
+
|
|
602
602
|
// FileTypeCorner aliases
|
|
603
603
|
export {
|
|
604
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
|
-
// FileVideoCamera aliases
|
|
609
|
-
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
611
|
-
default as FileVideo2
|
|
612
|
-
} from '../icons/file-video-camera';
|
|
613
|
-
|
|
614
608
|
// FileXCorner aliases
|
|
615
609
|
export {
|
|
616
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
617
611
|
default as FileX2
|
|
618
612
|
} from '../icons/file-x-corner';
|
|
619
613
|
|
|
614
|
+
// FileVideoCamera aliases
|
|
615
|
+
export {
|
|
616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
617
|
+
default as FileVideo2
|
|
618
|
+
} from '../icons/file-video-camera';
|
|
619
|
+
|
|
620
620
|
// FingerprintPattern aliases
|
|
621
621
|
export {
|
|
622
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 */
|
|
@@ -647,18 +647,18 @@ export {
|
|
|
647
647
|
default as Filter
|
|
648
648
|
} from '../icons/funnel';
|
|
649
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
650
|
// Grid2x2Check aliases
|
|
657
651
|
export {
|
|
658
652
|
/** @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 */
|
|
659
653
|
default as Grid2X2Check
|
|
660
654
|
} from '../icons/grid-2x2-check';
|
|
661
655
|
|
|
656
|
+
// GitCommitHorizontal aliases
|
|
657
|
+
export {
|
|
658
|
+
/** @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 */
|
|
659
|
+
default as GitCommit
|
|
660
|
+
} from '../icons/git-commit-horizontal';
|
|
661
|
+
|
|
662
662
|
// Grid2x2Plus aliases
|
|
663
663
|
export {
|
|
664
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
@@ -743,6 +743,12 @@ export {
|
|
|
743
743
|
default as IndentDecrease
|
|
744
744
|
} from '../icons/list-indent-decrease';
|
|
745
745
|
|
|
746
|
+
// LoaderCircle aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @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 */
|
|
749
|
+
default as Loader2
|
|
750
|
+
} from '../icons/loader-circle';
|
|
751
|
+
|
|
746
752
|
// ListIndentIncrease aliases
|
|
747
753
|
export {
|
|
748
754
|
/** @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 */
|
|
@@ -755,12 +761,6 @@ export {
|
|
|
755
761
|
default as IndentIncrease
|
|
756
762
|
} from '../icons/list-indent-increase';
|
|
757
763
|
|
|
758
|
-
// LoaderCircle aliases
|
|
759
|
-
export {
|
|
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 */
|
|
761
|
-
default as Loader2
|
|
762
|
-
} from '../icons/loader-circle';
|
|
763
|
-
|
|
764
764
|
// LockKeyholeOpen aliases
|
|
765
765
|
export {
|
|
766
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 */
|
|
@@ -785,18 +785,18 @@ export {
|
|
|
785
785
|
default as LocationEdit
|
|
786
786
|
} from '../icons/map-pin-pen';
|
|
787
787
|
|
|
788
|
-
// MessageCircleQuestionMark aliases
|
|
789
|
-
export {
|
|
790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
791
|
-
default as MessageCircleQuestion
|
|
792
|
-
} from '../icons/message-circle-question-mark';
|
|
793
|
-
|
|
794
788
|
// MicVocal aliases
|
|
795
789
|
export {
|
|
796
790
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
797
791
|
default as Mic2
|
|
798
792
|
} from '../icons/mic-vocal';
|
|
799
793
|
|
|
794
|
+
// MessageCircleQuestionMark aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
797
|
+
default as MessageCircleQuestion
|
|
798
|
+
} from '../icons/message-circle-question-mark';
|
|
799
|
+
|
|
800
800
|
// Move3d aliases
|
|
801
801
|
export {
|
|
802
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
@@ -821,18 +821,18 @@ export {
|
|
|
821
821
|
default as XOctagon
|
|
822
822
|
} from '../icons/octagon-x';
|
|
823
823
|
|
|
824
|
-
// PaintbrushVertical aliases
|
|
825
|
-
export {
|
|
826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
827
|
-
default as Paintbrush2
|
|
828
|
-
} from '../icons/paintbrush-vertical';
|
|
829
|
-
|
|
830
824
|
// PanelBottomDashed aliases
|
|
831
825
|
export {
|
|
832
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
833
827
|
default as PanelBottomInactive
|
|
834
828
|
} from '../icons/panel-bottom-dashed';
|
|
835
829
|
|
|
830
|
+
// PaintbrushVertical aliases
|
|
831
|
+
export {
|
|
832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
833
|
+
default as Paintbrush2
|
|
834
|
+
} from '../icons/paintbrush-vertical';
|
|
835
|
+
|
|
836
836
|
// PanelLeftClose aliases
|
|
837
837
|
export {
|
|
838
838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
@@ -857,18 +857,18 @@ export {
|
|
|
857
857
|
default as Sidebar
|
|
858
858
|
} from '../icons/panel-left';
|
|
859
859
|
|
|
860
|
-
// PanelRightDashed aliases
|
|
861
|
-
export {
|
|
862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
863
|
-
default as PanelRightInactive
|
|
864
|
-
} from '../icons/panel-right-dashed';
|
|
865
|
-
|
|
866
860
|
// PanelTopDashed aliases
|
|
867
861
|
export {
|
|
868
862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
869
863
|
default as PanelTopInactive
|
|
870
864
|
} from '../icons/panel-top-dashed';
|
|
871
865
|
|
|
866
|
+
// PanelRightDashed aliases
|
|
867
|
+
export {
|
|
868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
869
|
+
default as PanelRightInactive
|
|
870
|
+
} from '../icons/panel-right-dashed';
|
|
871
|
+
|
|
872
872
|
// PanelsTopLeft aliases
|
|
873
873
|
export {
|
|
874
874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -941,18 +941,18 @@ export {
|
|
|
941
941
|
default as ShieldClose
|
|
942
942
|
} from '../icons/shield-x';
|
|
943
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
944
|
// Sparkles aliases
|
|
951
945
|
export {
|
|
952
946
|
/** @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 */
|
|
953
947
|
default as Stars
|
|
954
948
|
} from '../icons/sparkles';
|
|
955
949
|
|
|
950
|
+
// SlidersVertical aliases
|
|
951
|
+
export {
|
|
952
|
+
/** @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 */
|
|
953
|
+
default as Sliders
|
|
954
|
+
} from '../icons/sliders-vertical';
|
|
955
|
+
|
|
956
956
|
// SquareActivity aliases
|
|
957
957
|
export {
|
|
958
958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
@@ -1001,18 +1001,18 @@ export {
|
|
|
1001
1001
|
default as ArrowUpLeftFromSquare
|
|
1002
1002
|
} from '../icons/square-arrow-out-up-left';
|
|
1003
1003
|
|
|
1004
|
-
// SquareArrowOutUpRight aliases
|
|
1005
|
-
export {
|
|
1006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
1007
|
-
default as ArrowUpRightFromSquare
|
|
1008
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1009
|
-
|
|
1010
1004
|
// SquareArrowRight aliases
|
|
1011
1005
|
export {
|
|
1012
1006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
1013
1007
|
default as ArrowRightSquare
|
|
1014
1008
|
} from '../icons/square-arrow-right';
|
|
1015
1009
|
|
|
1010
|
+
// SquareArrowOutUpRight aliases
|
|
1011
|
+
export {
|
|
1012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
1013
|
+
default as ArrowUpRightFromSquare
|
|
1014
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1015
|
+
|
|
1016
1016
|
// SquareArrowUpLeft aliases
|
|
1017
1017
|
export {
|
|
1018
1018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1043,18 +1043,18 @@ export {
|
|
|
1043
1043
|
default as ScissorsSquareDashedBottom
|
|
1044
1044
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
1045
|
|
|
1046
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
1047
|
-
export {
|
|
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 */
|
|
1049
|
-
default as FlipHorizontal
|
|
1050
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
1051
|
-
|
|
1052
1046
|
// SquareCenterlineDashedVertical aliases
|
|
1053
1047
|
export {
|
|
1054
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
1055
1049
|
default as FlipVertical
|
|
1056
1050
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1057
1051
|
|
|
1052
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
1053
|
+
export {
|
|
1054
|
+
/** @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 */
|
|
1055
|
+
default as FlipHorizontal
|
|
1056
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
1057
|
+
|
|
1058
1058
|
// SquareChartGantt aliases
|
|
1059
1059
|
export {
|
|
1060
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -1151,18 +1151,18 @@ export {
|
|
|
1151
1151
|
default as DotSquare
|
|
1152
1152
|
} from '../icons/square-dot';
|
|
1153
1153
|
|
|
1154
|
-
// SquareEqual aliases
|
|
1155
|
-
export {
|
|
1156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1157
|
-
default as EqualSquare
|
|
1158
|
-
} from '../icons/square-equal';
|
|
1159
|
-
|
|
1160
1154
|
// SquareFunction aliases
|
|
1161
1155
|
export {
|
|
1162
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1163
1157
|
default as FunctionSquare
|
|
1164
1158
|
} from '../icons/square-function';
|
|
1165
1159
|
|
|
1160
|
+
// SquareEqual aliases
|
|
1161
|
+
export {
|
|
1162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1163
|
+
default as EqualSquare
|
|
1164
|
+
} from '../icons/square-equal';
|
|
1165
|
+
|
|
1166
1166
|
// SquareKanban aliases
|
|
1167
1167
|
export {
|
|
1168
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1175,18 +1175,18 @@ export {
|
|
|
1175
1175
|
default as LibrarySquare
|
|
1176
1176
|
} from '../icons/square-library';
|
|
1177
1177
|
|
|
1178
|
-
// SquareM aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @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 */
|
|
1181
|
-
default as MSquare
|
|
1182
|
-
} from '../icons/square-m';
|
|
1183
|
-
|
|
1184
1178
|
// SquareMenu aliases
|
|
1185
1179
|
export {
|
|
1186
1180
|
/** @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 */
|
|
1187
1181
|
default as MenuSquare
|
|
1188
1182
|
} from '../icons/square-menu';
|
|
1189
1183
|
|
|
1184
|
+
// SquareM aliases
|
|
1185
|
+
export {
|
|
1186
|
+
/** @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 */
|
|
1187
|
+
default as MSquare
|
|
1188
|
+
} from '../icons/square-m';
|
|
1189
|
+
|
|
1190
1190
|
// SquareMinus aliases
|
|
1191
1191
|
export {
|
|
1192
1192
|
/** @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 */
|
|
@@ -1385,18 +1385,18 @@ export {
|
|
|
1385
1385
|
default as AlertTriangle
|
|
1386
1386
|
} from '../icons/triangle-alert';
|
|
1387
1387
|
|
|
1388
|
-
// TvMinimal aliases
|
|
1389
|
-
export {
|
|
1390
|
-
/** @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 */
|
|
1391
|
-
default as Tv2
|
|
1392
|
-
} from '../icons/tv-minimal';
|
|
1393
|
-
|
|
1394
1388
|
// University aliases
|
|
1395
1389
|
export {
|
|
1396
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 */
|
|
1397
1391
|
default as School2
|
|
1398
1392
|
} from '../icons/university';
|
|
1399
1393
|
|
|
1394
|
+
// TvMinimal aliases
|
|
1395
|
+
export {
|
|
1396
|
+
/** @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 */
|
|
1397
|
+
default as Tv2
|
|
1398
|
+
} from '../icons/tv-minimal';
|
|
1399
|
+
|
|
1400
1400
|
// UserRoundCheck aliases
|
|
1401
1401
|
export {
|
|
1402
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 */
|
|
@@ -1463,3 +1463,9 @@ export {
|
|
|
1463
1463
|
default as Wand2
|
|
1464
1464
|
} from '../icons/wand-sparkles';
|
|
1465
1465
|
|
|
1466
|
+
// WavesHorizontal aliases
|
|
1467
|
+
export {
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
1469
|
+
default as Waves
|
|
1470
|
+
} from '../icons/waves-horizontal';
|
|
1471
|
+
|