@lucide/astro 1.34.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 +158 -158
- package/src/aliases/prefixed.ts +688 -680
- package/src/aliases/suffixed.ts +1011 -1003
- package/src/icons/galaxy.ts +18 -0
- package/src/icons/ghost.ts +2 -2
- package/src/icons/index.ts +206 -202
- 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. */
|
|
@@ -209,18 +209,18 @@ export {
|
|
|
209
209
|
default as ArrowDownRightFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
211
211
|
|
|
212
|
-
// CircleArrowOutUpRight aliases
|
|
213
|
-
export {
|
|
214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
215
|
-
default as ArrowUpRightFromCircle
|
|
216
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
217
|
-
|
|
218
212
|
// CircleArrowOutUpLeft aliases
|
|
219
213
|
export {
|
|
220
214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
221
215
|
default as ArrowUpLeftFromCircle
|
|
222
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
223
217
|
|
|
218
|
+
// CircleArrowOutUpRight aliases
|
|
219
|
+
export {
|
|
220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
221
|
+
default as ArrowUpRightFromCircle
|
|
222
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
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,18 +233,18 @@ 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
|
-
|
|
242
236
|
// CircleCheckBig aliases
|
|
243
237
|
export {
|
|
244
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
245
239
|
default as CheckCircle
|
|
246
240
|
} from '../icons/circle-check-big';
|
|
247
241
|
|
|
242
|
+
// CircleCheck aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
245
|
+
default as CheckCircle2
|
|
246
|
+
} from '../icons/circle-check';
|
|
247
|
+
|
|
248
248
|
// CircleChevronDown aliases
|
|
249
249
|
export {
|
|
250
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
@@ -347,41 +347,35 @@ export {
|
|
|
347
347
|
default as CircleSlashed
|
|
348
348
|
} from '../icons/circle-slash-2';
|
|
349
349
|
|
|
350
|
-
// CircleUserRound aliases
|
|
351
|
-
export {
|
|
352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
353
|
-
default as UserCircle2
|
|
354
|
-
} from '../icons/circle-user-round';
|
|
355
|
-
|
|
356
350
|
// CircleStop aliases
|
|
357
351
|
export {
|
|
358
352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
359
353
|
default as StopCircle
|
|
360
354
|
} from '../icons/circle-stop';
|
|
361
355
|
|
|
356
|
+
// CircleUserRound aliases
|
|
357
|
+
export {
|
|
358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
359
|
+
default as UserCircle2
|
|
360
|
+
} from '../icons/circle-user-round';
|
|
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
|
-
// ClipboardPenLine aliases
|
|
369
|
-
export {
|
|
370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
371
|
-
default as ClipboardSignature
|
|
372
|
-
} from '../icons/clipboard-pen-line';
|
|
373
|
-
|
|
374
368
|
// CircleX aliases
|
|
375
369
|
export {
|
|
376
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
377
371
|
default as XCircle
|
|
378
372
|
} from '../icons/circle-x';
|
|
379
373
|
|
|
380
|
-
//
|
|
374
|
+
// ClipboardPenLine aliases
|
|
381
375
|
export {
|
|
382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
383
|
-
default as
|
|
384
|
-
} from '../icons/clipboard-pen';
|
|
376
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
377
|
+
default as ClipboardSignature
|
|
378
|
+
} from '../icons/clipboard-pen-line';
|
|
385
379
|
|
|
386
380
|
// CloudDownload aliases
|
|
387
381
|
export {
|
|
@@ -389,6 +383,12 @@ export {
|
|
|
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. */
|
|
@@ -491,23 +491,17 @@ export {
|
|
|
491
491
|
default as SmilePlus
|
|
492
492
|
} from '../icons/face-slightly-smiling-plus';
|
|
493
493
|
|
|
494
|
-
// FileAxis3d aliases
|
|
495
|
-
export {
|
|
496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
497
|
-
default as FileAxis3D
|
|
498
|
-
} from '../icons/file-axis-3d';
|
|
499
|
-
|
|
500
494
|
// FaceSlightlySmiling aliases
|
|
501
495
|
export {
|
|
502
496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
503
497
|
default as Smile
|
|
504
498
|
} from '../icons/face-slightly-smiling';
|
|
505
499
|
|
|
506
|
-
//
|
|
500
|
+
// FileAxis3d aliases
|
|
507
501
|
export {
|
|
508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
509
|
-
default as
|
|
510
|
-
} from '../icons/file-
|
|
502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
503
|
+
default as FileAxis3D
|
|
504
|
+
} from '../icons/file-axis-3d';
|
|
511
505
|
|
|
512
506
|
// FileBadge aliases
|
|
513
507
|
export {
|
|
@@ -515,6 +509,12 @@ export {
|
|
|
515
509
|
default as FileBadge2
|
|
516
510
|
} from '../icons/file-badge';
|
|
517
511
|
|
|
512
|
+
// FileBracesCorner aliases
|
|
513
|
+
export {
|
|
514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
515
|
+
default as FileJson2
|
|
516
|
+
} from '../icons/file-braces-corner';
|
|
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. */
|
|
@@ -581,36 +581,36 @@ 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
|
|
|
608
|
+
// FilePenLine aliases
|
|
609
|
+
export {
|
|
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';
|
|
613
|
+
|
|
614
614
|
// FilePlay aliases
|
|
615
615
|
export {
|
|
616
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
@@ -659,18 +659,18 @@ export {
|
|
|
659
659
|
default as FileX2
|
|
660
660
|
} from '../icons/file-x-corner';
|
|
661
661
|
|
|
662
|
-
// FingerprintPattern aliases
|
|
663
|
-
export {
|
|
664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
665
|
-
default as Fingerprint
|
|
666
|
-
} from '../icons/fingerprint-pattern';
|
|
667
|
-
|
|
668
662
|
// FolderCog aliases
|
|
669
663
|
export {
|
|
670
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
671
665
|
default as FolderCog2
|
|
672
666
|
} from '../icons/folder-cog';
|
|
673
667
|
|
|
668
|
+
// FingerprintPattern aliases
|
|
669
|
+
export {
|
|
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
|
+
|
|
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. */
|
|
@@ -737,18 +737,18 @@ export {
|
|
|
737
737
|
default as Grab
|
|
738
738
|
} from '../icons/hand-grab';
|
|
739
739
|
|
|
740
|
-
// House aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
743
|
-
default as Home
|
|
744
|
-
} from '../icons/house';
|
|
745
|
-
|
|
746
740
|
// HandHelping aliases
|
|
747
741
|
export {
|
|
748
742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
749
743
|
default as HelpingHand
|
|
750
744
|
} from '../icons/hand-helping';
|
|
751
745
|
|
|
746
|
+
// House aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
749
|
+
default as Home
|
|
750
|
+
} from '../icons/house';
|
|
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. */
|
|
@@ -899,12 +899,6 @@ export {
|
|
|
899
899
|
default as SidebarOpen
|
|
900
900
|
} from '../icons/panel-left-open';
|
|
901
901
|
|
|
902
|
-
// PanelRightDashed aliases
|
|
903
|
-
export {
|
|
904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
905
|
-
default as PanelRightInactive
|
|
906
|
-
} from '../icons/panel-right-dashed';
|
|
907
|
-
|
|
908
902
|
// PanelLeft aliases
|
|
909
903
|
export {
|
|
910
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
@@ -917,6 +911,12 @@ export {
|
|
|
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. */
|
|
@@ -989,23 +989,17 @@ export {
|
|
|
989
989
|
default as ShieldQuestion
|
|
990
990
|
} from '../icons/shield-question-mark';
|
|
991
991
|
|
|
992
|
-
// SlidersVertical aliases
|
|
993
|
-
export {
|
|
994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
995
|
-
default as Sliders
|
|
996
|
-
} from '../icons/sliders-vertical';
|
|
997
|
-
|
|
998
992
|
// ShieldX aliases
|
|
999
993
|
export {
|
|
1000
994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
1001
995
|
default as ShieldClose
|
|
1002
996
|
} from '../icons/shield-x';
|
|
1003
997
|
|
|
1004
|
-
//
|
|
998
|
+
// SlidersVertical 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 SlidersVertical} instead. */
|
|
1001
|
+
default as Sliders
|
|
1002
|
+
} from '../icons/sliders-vertical';
|
|
1009
1003
|
|
|
1010
1004
|
// Sparkles aliases
|
|
1011
1005
|
export {
|
|
@@ -1013,6 +1007,12 @@ export {
|
|
|
1013
1007
|
default as Stars
|
|
1014
1008
|
} from '../icons/sparkles';
|
|
1015
1009
|
|
|
1010
|
+
// SquareActivity aliases
|
|
1011
|
+
export {
|
|
1012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
1013
|
+
default as ActivitySquare
|
|
1014
|
+
} from '../icons/square-activity';
|
|
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. */
|
|
@@ -1037,36 +1037,36 @@ 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. */
|
|
1055
1055
|
default as ArrowUpLeftFromSquare
|
|
1056
1056
|
} from '../icons/square-arrow-out-up-left';
|
|
1057
1057
|
|
|
1058
|
-
// SquareArrowRight aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1061
|
-
default as ArrowRightSquare
|
|
1062
|
-
} from '../icons/square-arrow-right';
|
|
1063
|
-
|
|
1064
1058
|
// SquareArrowOutUpRight aliases
|
|
1065
1059
|
export {
|
|
1066
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1067
1061
|
default as ArrowUpRightFromSquare
|
|
1068
1062
|
} from '../icons/square-arrow-out-up-right';
|
|
1069
1063
|
|
|
1064
|
+
// SquareArrowRight aliases
|
|
1065
|
+
export {
|
|
1066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
1067
|
+
default as ArrowRightSquare
|
|
1068
|
+
} from '../icons/square-arrow-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
|
-
// SquareCenterlineDashedVertical aliases
|
|
1101
|
-
export {
|
|
1102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
1103
|
-
default as FlipVertical
|
|
1104
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
1105
|
-
|
|
1106
1100
|
// SquareCenterlineDashedHorizontal aliases
|
|
1107
1101
|
export {
|
|
1108
1102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
1109
1103
|
default as FlipHorizontal
|
|
1110
1104
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1111
1105
|
|
|
1106
|
+
// SquareCenterlineDashedVertical aliases
|
|
1107
|
+
export {
|
|
1108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
1109
|
+
default as FlipVertical
|
|
1110
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
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,23 +1121,17 @@ export {
|
|
|
1121
1121
|
default as SquareGanttChart
|
|
1122
1122
|
} from '../icons/square-chart-gantt';
|
|
1123
1123
|
|
|
1124
|
-
// SquareCheck aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1127
|
-
default as CheckSquare2
|
|
1128
|
-
} from '../icons/square-check';
|
|
1129
|
-
|
|
1130
1124
|
// SquareCheckBig aliases
|
|
1131
1125
|
export {
|
|
1132
1126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1133
1127
|
default as CheckSquare
|
|
1134
1128
|
} from '../icons/square-check-big';
|
|
1135
1129
|
|
|
1136
|
-
//
|
|
1130
|
+
// SquareCheck aliases
|
|
1137
1131
|
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1139
|
-
default as
|
|
1140
|
-
} from '../icons/square-
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
1133
|
+
default as CheckSquare2
|
|
1134
|
+
} from '../icons/square-check';
|
|
1141
1135
|
|
|
1142
1136
|
// SquareChevronLeft aliases
|
|
1143
1137
|
export {
|
|
@@ -1145,6 +1139,12 @@ export {
|
|
|
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. */
|
|
@@ -1211,36 +1211,36 @@ export {
|
|
|
1211
1211
|
default as EqualSquare
|
|
1212
1212
|
} from '../icons/square-equal';
|
|
1213
1213
|
|
|
1214
|
-
// SquareKanban aliases
|
|
1215
|
-
export {
|
|
1216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1217
|
-
default as KanbanSquare
|
|
1218
|
-
} from '../icons/square-kanban';
|
|
1219
|
-
|
|
1220
1214
|
// SquareFunction aliases
|
|
1221
1215
|
export {
|
|
1222
1216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
1223
1217
|
default as FunctionSquare
|
|
1224
1218
|
} from '../icons/square-function';
|
|
1225
1219
|
|
|
1220
|
+
// SquareKanban aliases
|
|
1221
|
+
export {
|
|
1222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
1223
|
+
default as KanbanSquare
|
|
1224
|
+
} from '../icons/square-kanban';
|
|
1225
|
+
|
|
1226
1226
|
// SquareM aliases
|
|
1227
1227
|
export {
|
|
1228
1228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
1229
1229
|
default as MSquare
|
|
1230
1230
|
} from '../icons/square-m';
|
|
1231
1231
|
|
|
1232
|
-
// SquareMenu aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
1235
|
-
default as MenuSquare
|
|
1236
|
-
} from '../icons/square-menu';
|
|
1237
|
-
|
|
1238
1232
|
// SquareLibrary aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
1241
1235
|
default as LibrarySquare
|
|
1242
1236
|
} from '../icons/square-library';
|
|
1243
1237
|
|
|
1238
|
+
// SquareMenu aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
1241
|
+
default as MenuSquare
|
|
1242
|
+
} from '../icons/square-menu';
|
|
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. */
|
|
@@ -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. */
|
|
@@ -1325,36 +1325,36 @@ 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
|
-
|
|
1334
1328
|
// SquareSigma aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1337
1331
|
default as SigmaSquare
|
|
1338
1332
|
} from '../icons/square-sigma';
|
|
1339
1333
|
|
|
1334
|
+
// SquareSlash aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1337
|
+
default as SlashSquare
|
|
1338
|
+
} from '../icons/square-slash';
|
|
1339
|
+
|
|
1340
1340
|
// SquareSplitHorizontal aliases
|
|
1341
1341
|
export {
|
|
1342
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1343
1343
|
default as SplitSquareHorizontal
|
|
1344
1344
|
} from '../icons/square-split-horizontal';
|
|
1345
1345
|
|
|
1346
|
-
// SquareSplitVertical aliases
|
|
1347
|
-
export {
|
|
1348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
1349
|
-
default as SplitSquareVertical
|
|
1350
|
-
} from '../icons/square-split-vertical';
|
|
1351
|
-
|
|
1352
1346
|
// SquareTerminal aliases
|
|
1353
1347
|
export {
|
|
1354
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
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. */
|