@lucide/astro 0.572.0 → 0.574.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +106 -106
- package/src/aliases/prefixed.ts +743 -739
- package/src/aliases/suffixed.ts +1122 -1118
- package/src/icons/coins.ts +2 -2
- package/src/icons/index.ts +167 -165
- package/src/icons/mouse-left.ts +18 -0
- package/src/icons/rocking-chair.ts +2 -2
- package/src/icons/x-line-top.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -197,18 +197,18 @@ export {
|
|
|
197
197
|
default as ArrowDownCircle
|
|
198
198
|
} from '../icons/circle-arrow-down';
|
|
199
199
|
|
|
200
|
-
// CircleArrowOutDownLeft aliases
|
|
201
|
-
export {
|
|
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 */
|
|
203
|
-
default as ArrowDownLeftFromCircle
|
|
204
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
205
|
-
|
|
206
200
|
// CircleArrowLeft aliases
|
|
207
201
|
export {
|
|
208
202
|
/** @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 */
|
|
209
203
|
default as ArrowLeftCircle
|
|
210
204
|
} from '../icons/circle-arrow-left';
|
|
211
205
|
|
|
206
|
+
// CircleArrowOutDownLeft aliases
|
|
207
|
+
export {
|
|
208
|
+
/** @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 */
|
|
209
|
+
default as ArrowDownLeftFromCircle
|
|
210
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
211
|
+
|
|
212
212
|
// CircleArrowOutDownRight aliases
|
|
213
213
|
export {
|
|
214
214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
251
251
|
default as CheckCircle2
|
|
252
252
|
} from '../icons/circle-check';
|
|
253
253
|
|
|
254
|
-
// CircleChevronDown aliases
|
|
255
|
-
export {
|
|
256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
257
|
-
default as ChevronDownCircle
|
|
258
|
-
} from '../icons/circle-chevron-down';
|
|
259
|
-
|
|
260
254
|
// CircleChevronLeft aliases
|
|
261
255
|
export {
|
|
262
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
263
257
|
default as ChevronLeftCircle
|
|
264
258
|
} from '../icons/circle-chevron-left';
|
|
265
259
|
|
|
260
|
+
// CircleChevronDown aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
263
|
+
default as ChevronDownCircle
|
|
264
|
+
} from '../icons/circle-chevron-down';
|
|
265
|
+
|
|
266
266
|
// CircleChevronRight aliases
|
|
267
267
|
export {
|
|
268
268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -311,18 +311,18 @@ export {
|
|
|
311
311
|
default as PauseCircle
|
|
312
312
|
} from '../icons/circle-pause';
|
|
313
313
|
|
|
314
|
-
// CirclePlay aliases
|
|
315
|
-
export {
|
|
316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
317
|
-
default as PlayCircle
|
|
318
|
-
} from '../icons/circle-play';
|
|
319
|
-
|
|
320
314
|
// CirclePercent aliases
|
|
321
315
|
export {
|
|
322
316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
323
317
|
default as PercentCircle
|
|
324
318
|
} from '../icons/circle-percent';
|
|
325
319
|
|
|
320
|
+
// CirclePlay aliases
|
|
321
|
+
export {
|
|
322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
323
|
+
default as PlayCircle
|
|
324
|
+
} from '../icons/circle-play';
|
|
325
|
+
|
|
326
326
|
// CirclePlus aliases
|
|
327
327
|
export {
|
|
328
328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
@@ -407,6 +407,12 @@ export {
|
|
|
407
407
|
default as Code2
|
|
408
408
|
} from '../icons/code-xml';
|
|
409
409
|
|
|
410
|
+
// Columns2 aliases
|
|
411
|
+
export {
|
|
412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
413
|
+
default as Columns
|
|
414
|
+
} from '../icons/columns-2';
|
|
415
|
+
|
|
410
416
|
// Columns3Cog aliases
|
|
411
417
|
export {
|
|
412
418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -419,12 +425,6 @@ export {
|
|
|
419
425
|
default as TableConfig
|
|
420
426
|
} from '../icons/columns-3-cog';
|
|
421
427
|
|
|
422
|
-
// Columns2 aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
425
|
-
default as Columns
|
|
426
|
-
} from '../icons/columns-2';
|
|
427
|
-
|
|
428
428
|
// Columns3 aliases
|
|
429
429
|
export {
|
|
430
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 */
|
|
@@ -437,12 +437,6 @@ export {
|
|
|
437
437
|
default as Contact2
|
|
438
438
|
} from '../icons/contact-round';
|
|
439
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. This alias will be removed in v1.0 */
|
|
443
|
-
default as PercentDiamond
|
|
444
|
-
} from '../icons/diamond-percent';
|
|
445
|
-
|
|
446
440
|
// Earth aliases
|
|
447
441
|
export {
|
|
448
442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
@@ -455,29 +449,29 @@ export {
|
|
|
455
449
|
default as MoreVertical
|
|
456
450
|
} from '../icons/ellipsis-vertical';
|
|
457
451
|
|
|
452
|
+
// DiamondPercent aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
455
|
+
default as PercentDiamond
|
|
456
|
+
} from '../icons/diamond-percent';
|
|
457
|
+
|
|
458
458
|
// Ellipsis aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @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 */
|
|
461
461
|
default as MoreHorizontal
|
|
462
462
|
} from '../icons/ellipsis';
|
|
463
463
|
|
|
464
|
-
// FileBadge aliases
|
|
465
|
-
export {
|
|
466
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
467
|
-
default as FileBadge2
|
|
468
|
-
} from '../icons/file-badge';
|
|
469
|
-
|
|
470
464
|
// FileAxis3d aliases
|
|
471
465
|
export {
|
|
472
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 */
|
|
473
467
|
default as FileAxis3D
|
|
474
468
|
} from '../icons/file-axis-3d';
|
|
475
469
|
|
|
476
|
-
//
|
|
470
|
+
// FileBadge aliases
|
|
477
471
|
export {
|
|
478
|
-
/** @deprecated The
|
|
479
|
-
default as
|
|
480
|
-
} from '../icons/file-
|
|
472
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
473
|
+
default as FileBadge2
|
|
474
|
+
} from '../icons/file-badge';
|
|
481
475
|
|
|
482
476
|
// FileBraces aliases
|
|
483
477
|
export {
|
|
@@ -485,6 +479,12 @@ export {
|
|
|
485
479
|
default as FileJson
|
|
486
480
|
} from '../icons/file-braces';
|
|
487
481
|
|
|
482
|
+
// FileBracesCorner aliases
|
|
483
|
+
export {
|
|
484
|
+
/** @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 */
|
|
485
|
+
default as FileJson2
|
|
486
|
+
} from '../icons/file-braces-corner';
|
|
487
|
+
|
|
488
488
|
// FileChartColumnIncreasing aliases
|
|
489
489
|
export {
|
|
490
490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -575,18 +575,18 @@ export {
|
|
|
575
575
|
default as FileEdit
|
|
576
576
|
} from '../icons/file-pen';
|
|
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
|
// FilePlay aliases
|
|
585
579
|
export {
|
|
586
580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
587
581
|
default as FileVideo
|
|
588
582
|
} from '../icons/file-play';
|
|
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
|
// FileQuestionMark aliases
|
|
591
591
|
export {
|
|
592
592
|
/** @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 */
|
|
@@ -671,18 +671,18 @@ export {
|
|
|
671
671
|
default as Grid2X2Plus
|
|
672
672
|
} from '../icons/grid-2x2-plus';
|
|
673
673
|
|
|
674
|
-
// Grid2x2 aliases
|
|
675
|
-
export {
|
|
676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
677
|
-
default as Grid2X2
|
|
678
|
-
} from '../icons/grid-2x2';
|
|
679
|
-
|
|
680
674
|
// Grid2x2X aliases
|
|
681
675
|
export {
|
|
682
676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
683
677
|
default as Grid2X2X
|
|
684
678
|
} from '../icons/grid-2x2-x';
|
|
685
679
|
|
|
680
|
+
// Grid2x2 aliases
|
|
681
|
+
export {
|
|
682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
683
|
+
default as Grid2X2
|
|
684
|
+
} from '../icons/grid-2x2';
|
|
685
|
+
|
|
686
686
|
// Grid3x3 aliases
|
|
687
687
|
export {
|
|
688
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
@@ -761,18 +761,18 @@ export {
|
|
|
761
761
|
default as IndentIncrease
|
|
762
762
|
} from '../icons/list-indent-increase';
|
|
763
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
764
|
// LoaderCircle aliases
|
|
771
765
|
export {
|
|
772
766
|
/** @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 */
|
|
773
767
|
default as Loader2
|
|
774
768
|
} from '../icons/loader-circle';
|
|
775
769
|
|
|
770
|
+
// LockKeyholeOpen aliases
|
|
771
|
+
export {
|
|
772
|
+
/** @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 */
|
|
773
|
+
default as UnlockKeyhole
|
|
774
|
+
} from '../icons/lock-keyhole-open';
|
|
775
|
+
|
|
776
776
|
// LockOpen aliases
|
|
777
777
|
export {
|
|
778
778
|
/** @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 */
|
|
@@ -791,18 +791,18 @@ export {
|
|
|
791
791
|
default as LocationEdit
|
|
792
792
|
} from '../icons/map-pin-pen';
|
|
793
793
|
|
|
794
|
-
// MicVocal aliases
|
|
795
|
-
export {
|
|
796
|
-
/** @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
|
-
default as Mic2
|
|
798
|
-
} from '../icons/mic-vocal';
|
|
799
|
-
|
|
800
794
|
// MessageCircleQuestionMark aliases
|
|
801
795
|
export {
|
|
802
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 */
|
|
803
797
|
default as MessageCircleQuestion
|
|
804
798
|
} from '../icons/message-circle-question-mark';
|
|
805
799
|
|
|
800
|
+
// MicVocal aliases
|
|
801
|
+
export {
|
|
802
|
+
/** @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 */
|
|
803
|
+
default as Mic2
|
|
804
|
+
} from '../icons/mic-vocal';
|
|
805
|
+
|
|
806
806
|
// Move3d aliases
|
|
807
807
|
export {
|
|
808
808
|
/** @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 */
|
|
@@ -815,18 +815,18 @@ export {
|
|
|
815
815
|
default as AlertOctagon
|
|
816
816
|
} from '../icons/octagon-alert';
|
|
817
817
|
|
|
818
|
-
// OctagonX aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
821
|
-
default as XOctagon
|
|
822
|
-
} from '../icons/octagon-x';
|
|
823
|
-
|
|
824
818
|
// OctagonPause aliases
|
|
825
819
|
export {
|
|
826
820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
827
821
|
default as PauseOctagon
|
|
828
822
|
} from '../icons/octagon-pause';
|
|
829
823
|
|
|
824
|
+
// OctagonX aliases
|
|
825
|
+
export {
|
|
826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
827
|
+
default as XOctagon
|
|
828
|
+
} from '../icons/octagon-x';
|
|
829
|
+
|
|
830
830
|
// PaintbrushVertical aliases
|
|
831
831
|
export {
|
|
832
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 */
|
|
@@ -839,18 +839,18 @@ export {
|
|
|
839
839
|
default as PanelBottomInactive
|
|
840
840
|
} from '../icons/panel-bottom-dashed';
|
|
841
841
|
|
|
842
|
-
// PanelLeftClose aliases
|
|
843
|
-
export {
|
|
844
|
-
/** @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 */
|
|
845
|
-
default as SidebarClose
|
|
846
|
-
} from '../icons/panel-left-close';
|
|
847
|
-
|
|
848
842
|
// PanelLeftDashed aliases
|
|
849
843
|
export {
|
|
850
844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
851
845
|
default as PanelLeftInactive
|
|
852
846
|
} from '../icons/panel-left-dashed';
|
|
853
847
|
|
|
848
|
+
// PanelLeftClose aliases
|
|
849
|
+
export {
|
|
850
|
+
/** @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 */
|
|
851
|
+
default as SidebarClose
|
|
852
|
+
} from '../icons/panel-left-close';
|
|
853
|
+
|
|
854
854
|
// PanelLeftOpen aliases
|
|
855
855
|
export {
|
|
856
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -1019,18 +1019,18 @@ export {
|
|
|
1019
1019
|
default as ArrowRightSquare
|
|
1020
1020
|
} from '../icons/square-arrow-right';
|
|
1021
1021
|
|
|
1022
|
-
// SquareArrowUpLeft aliases
|
|
1023
|
-
export {
|
|
1024
|
-
/** @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 */
|
|
1025
|
-
default as ArrowUpLeftSquare
|
|
1026
|
-
} from '../icons/square-arrow-up-left';
|
|
1027
|
-
|
|
1028
1022
|
// SquareArrowUpRight aliases
|
|
1029
1023
|
export {
|
|
1030
1024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
1031
1025
|
default as ArrowUpRightSquare
|
|
1032
1026
|
} from '../icons/square-arrow-up-right';
|
|
1033
1027
|
|
|
1028
|
+
// SquareArrowUpLeft aliases
|
|
1029
|
+
export {
|
|
1030
|
+
/** @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 */
|
|
1031
|
+
default as ArrowUpLeftSquare
|
|
1032
|
+
} from '../icons/square-arrow-up-left';
|
|
1033
|
+
|
|
1034
1034
|
// SquareArrowUp aliases
|
|
1035
1035
|
export {
|
|
1036
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
@@ -1109,18 +1109,18 @@ export {
|
|
|
1109
1109
|
default as KanbanSquareDashed
|
|
1110
1110
|
} from '../icons/square-dashed-kanban';
|
|
1111
1111
|
|
|
1112
|
-
// SquareDashed aliases
|
|
1113
|
-
export {
|
|
1114
|
-
/** @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 */
|
|
1115
|
-
default as BoxSelect
|
|
1116
|
-
} from '../icons/square-dashed';
|
|
1117
|
-
|
|
1118
1112
|
// SquareDashedMousePointer aliases
|
|
1119
1113
|
export {
|
|
1120
1114
|
/** @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 */
|
|
1121
1115
|
default as MousePointerSquareDashed
|
|
1122
1116
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1123
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
1124
|
// SquareDivide aliases
|
|
1125
1125
|
export {
|
|
1126
1126
|
/** @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 */
|
|
@@ -1145,18 +1145,18 @@ export {
|
|
|
1145
1145
|
default as FunctionSquare
|
|
1146
1146
|
} from '../icons/square-function';
|
|
1147
1147
|
|
|
1148
|
-
// SquareLibrary aliases
|
|
1149
|
-
export {
|
|
1150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
1151
|
-
default as LibrarySquare
|
|
1152
|
-
} from '../icons/square-library';
|
|
1153
|
-
|
|
1154
1148
|
// SquareKanban aliases
|
|
1155
1149
|
export {
|
|
1156
1150
|
/** @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 */
|
|
1157
1151
|
default as KanbanSquare
|
|
1158
1152
|
} from '../icons/square-kanban';
|
|
1159
1153
|
|
|
1154
|
+
// SquareLibrary aliases
|
|
1155
|
+
export {
|
|
1156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
1157
|
+
default as LibrarySquare
|
|
1158
|
+
} from '../icons/square-library';
|
|
1159
|
+
|
|
1160
1160
|
// SquareM aliases
|
|
1161
1161
|
export {
|
|
1162
1162
|
/** @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 */
|
|
@@ -1259,18 +1259,18 @@ export {
|
|
|
1259
1259
|
default as SigmaSquare
|
|
1260
1260
|
} from '../icons/square-sigma';
|
|
1261
1261
|
|
|
1262
|
-
// SquareSlash aliases
|
|
1263
|
-
export {
|
|
1264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1265
|
-
default as SlashSquare
|
|
1266
|
-
} from '../icons/square-slash';
|
|
1267
|
-
|
|
1268
1262
|
// SquareSplitHorizontal aliases
|
|
1269
1263
|
export {
|
|
1270
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1271
1265
|
default as SplitSquareHorizontal
|
|
1272
1266
|
} from '../icons/square-split-horizontal';
|
|
1273
1267
|
|
|
1268
|
+
// SquareSlash aliases
|
|
1269
|
+
export {
|
|
1270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1271
|
+
default as SlashSquare
|
|
1272
|
+
} from '../icons/square-slash';
|
|
1273
|
+
|
|
1274
1274
|
// SquareSplitVertical aliases
|
|
1275
1275
|
export {
|
|
1276
1276
|
/** @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 */
|
|
@@ -1379,18 +1379,18 @@ export {
|
|
|
1379
1379
|
default as Tv2
|
|
1380
1380
|
} from '../icons/tv-minimal';
|
|
1381
1381
|
|
|
1382
|
-
// University aliases
|
|
1383
|
-
export {
|
|
1384
|
-
/** @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 */
|
|
1385
|
-
default as School2
|
|
1386
|
-
} from '../icons/university';
|
|
1387
|
-
|
|
1388
1382
|
// UserRoundCheck aliases
|
|
1389
1383
|
export {
|
|
1390
1384
|
/** @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 */
|
|
1391
1385
|
default as UserCheck2
|
|
1392
1386
|
} from '../icons/user-round-check';
|
|
1393
1387
|
|
|
1388
|
+
// University aliases
|
|
1389
|
+
export {
|
|
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
|
+
default as School2
|
|
1392
|
+
} from '../icons/university';
|
|
1393
|
+
|
|
1394
1394
|
// UserRoundCog aliases
|
|
1395
1395
|
export {
|
|
1396
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 */
|