@lucide/astro 1.26.0 → 1.28.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 +2 -2
- package/src/aliases/aliases.ts +110 -98
- package/src/aliases/prefixed.ts +705 -683
- package/src/aliases/suffixed.ts +1023 -1001
- package/src/icons/a-large-small.ts +1 -1
- package/src/icons/ambulance.ts +1 -1
- package/src/icons/barrel.ts +2 -2
- package/src/icons/bone-fracture.ts +1 -1
- package/src/icons/bot-off.ts +1 -1
- package/src/icons/calendar-1.ts +2 -2
- package/src/icons/calendar-arrow-down.ts +2 -2
- package/src/icons/calendar-arrow-up.ts +2 -2
- package/src/icons/calendar-check-2.ts +2 -2
- package/src/icons/calendar-check.ts +2 -2
- package/src/icons/calendar-clock.ts +2 -2
- package/src/icons/calendar-cog.ts +2 -2
- package/src/icons/calendar-days.ts +2 -2
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/calendar-heart.ts +2 -2
- package/src/icons/calendar-minus-2.ts +2 -2
- package/src/icons/calendar-minus.ts +2 -2
- package/src/icons/calendar-off.ts +2 -2
- package/src/icons/calendar-plus-2.ts +2 -2
- package/src/icons/calendar-plus.ts +2 -2
- package/src/icons/calendar-range.ts +2 -2
- package/src/icons/calendar-search.ts +2 -2
- package/src/icons/calendar-sync.ts +2 -2
- package/src/icons/calendar-x-2.ts +2 -2
- package/src/icons/calendar-x.ts +2 -2
- package/src/icons/calendar.ts +2 -2
- package/src/icons/captions.ts +1 -1
- package/src/icons/circle-fading-plus.ts +1 -1
- package/src/icons/contact-round.ts +2 -2
- package/src/icons/contact.ts +2 -2
- package/src/icons/diamond-minus.ts +1 -1
- package/src/icons/diamond-plus.ts +1 -1
- package/src/icons/feather.ts +2 -2
- package/src/icons/flag-triangle-left.ts +1 -1
- package/src/icons/gamepad-directional.ts +1 -1
- package/src/icons/git-merge-conflict.ts +1 -1
- package/src/icons/id-card-lanyard.ts +1 -1
- package/src/icons/index.ts +172 -165
- package/src/icons/keyboard-off.ts +1 -1
- package/src/icons/layers-plus.ts +1 -1
- package/src/icons/layout-freeform.ts +18 -0
- package/src/icons/lens-convex.ts +1 -1
- package/src/icons/line-squiggle.ts +1 -1
- package/src/icons/mic-audio-lines.ts +18 -0
- package/src/icons/mic-signal.ts +18 -0
- package/src/icons/mirror-rectangular.ts +1 -1
- package/src/icons/mirror-round.ts +1 -1
- package/src/icons/mosque.ts +18 -0
- package/src/icons/pilcrow-right.ts +1 -1
- package/src/icons/{history.ts → rotate-ccw-clock.ts} +4 -4
- package/src/icons/rotate-cw-fading-clock.ts +18 -0
- package/src/icons/{podcast.ts → scan-square.ts} +4 -4
- package/src/icons/scooter.ts +1 -1
- package/src/icons/search-alert.ts +1 -1
- package/src/icons/spline-pointer.ts +1 -1
- package/src/icons/square-arrow-right-enter.ts +1 -1
- package/src/icons/square-arrow-right-exit.ts +1 -1
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-off.ts +18 -0
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/squares-exclude.ts +1 -1
- package/src/icons/squares-intersect.ts +1 -1
- package/src/icons/squares-subtract.ts +1 -1
- package/src/icons/squares-unite.ts +1 -1
- package/src/icons/toilet.ts +1 -1
- package/src/icons/toolbox.ts +2 -2
- package/src/icons/trophy.ts +2 -2
- package/src/icons/truck.ts +1 -1
- package/src/icons/user-shield.ts +18 -0
- package/src/icons/van.ts +1 -1
- package/src/icons/zap-off.ts +2 -2
- package/src/icons/zap.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@astrojs/ts-plugin": "^1.10.10",
|
|
43
43
|
"@testing-library/dom": "^10.4.1",
|
|
44
44
|
"@testing-library/jest-dom": "^6.9.1",
|
|
45
|
-
"astro": "^
|
|
45
|
+
"astro": "^7.1.0",
|
|
46
46
|
"jest-serializer-html": "^7.1.0",
|
|
47
47
|
"linkedom": "^0.18.13",
|
|
48
48
|
"prettier": "^3.9.5",
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -107,18 +107,18 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
-
// ChartBarBig aliases
|
|
111
|
-
export {
|
|
112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
113
|
-
default as BarChartHorizontalBig
|
|
114
|
-
} from '../icons/chart-bar-big';
|
|
115
|
-
|
|
116
110
|
// ChartBar aliases
|
|
117
111
|
export {
|
|
118
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
119
113
|
default as BarChartHorizontal
|
|
120
114
|
} from '../icons/chart-bar';
|
|
121
115
|
|
|
116
|
+
// ChartBarBig aliases
|
|
117
|
+
export {
|
|
118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
119
|
+
default as BarChartHorizontalBig
|
|
120
|
+
} from '../icons/chart-bar-big';
|
|
121
|
+
|
|
122
122
|
// ChartCandlestick aliases
|
|
123
123
|
export {
|
|
124
124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowUp aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
227
|
-
default as ArrowUpCircle
|
|
228
|
-
} from '../icons/circle-arrow-up';
|
|
229
|
-
|
|
230
224
|
// CircleArrowRight aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
233
227
|
default as ArrowRightCircle
|
|
234
228
|
} from '../icons/circle-arrow-right';
|
|
235
229
|
|
|
230
|
+
// CircleArrowUp aliases
|
|
231
|
+
export {
|
|
232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
233
|
+
default as ArrowUpCircle
|
|
234
|
+
} from '../icons/circle-arrow-up';
|
|
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. */
|
|
@@ -443,18 +443,18 @@ export {
|
|
|
443
443
|
default as Globe2
|
|
444
444
|
} from '../icons/earth';
|
|
445
445
|
|
|
446
|
-
// Ellipsis aliases
|
|
447
|
-
export {
|
|
448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
449
|
-
default as MoreHorizontal
|
|
450
|
-
} from '../icons/ellipsis';
|
|
451
|
-
|
|
452
446
|
// EllipsisVertical aliases
|
|
453
447
|
export {
|
|
454
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
455
449
|
default as MoreVertical
|
|
456
450
|
} from '../icons/ellipsis-vertical';
|
|
457
451
|
|
|
452
|
+
// Ellipsis aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
455
|
+
default as MoreHorizontal
|
|
456
|
+
} from '../icons/ellipsis';
|
|
457
|
+
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
@@ -479,18 +479,18 @@ export {
|
|
|
479
479
|
default as FileJson
|
|
480
480
|
} from '../icons/file-braces';
|
|
481
481
|
|
|
482
|
-
// FileChartColumnIncreasing aliases
|
|
483
|
-
export {
|
|
484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
485
|
-
default as FileBarChart
|
|
486
|
-
} from '../icons/file-chart-column-increasing';
|
|
487
|
-
|
|
488
482
|
// FileChartColumn aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
491
485
|
default as FileBarChart2
|
|
492
486
|
} from '../icons/file-chart-column';
|
|
493
487
|
|
|
488
|
+
// FileChartColumnIncreasing aliases
|
|
489
|
+
export {
|
|
490
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
491
|
+
default as FileBarChart
|
|
492
|
+
} from '../icons/file-chart-column-increasing';
|
|
493
|
+
|
|
494
494
|
// FileChartLine aliases
|
|
495
495
|
export {
|
|
496
496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
@@ -509,18 +509,18 @@ export {
|
|
|
509
509
|
default as FileCheck2
|
|
510
510
|
} from '../icons/file-check-corner';
|
|
511
511
|
|
|
512
|
-
// FileCodeCorner aliases
|
|
513
|
-
export {
|
|
514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
515
|
-
default as FileCode2
|
|
516
|
-
} from '../icons/file-code-corner';
|
|
517
|
-
|
|
518
512
|
// FileCog aliases
|
|
519
513
|
export {
|
|
520
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
521
515
|
default as FileCog2
|
|
522
516
|
} from '../icons/file-cog';
|
|
523
517
|
|
|
518
|
+
// FileCodeCorner aliases
|
|
519
|
+
export {
|
|
520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
521
|
+
default as FileCode2
|
|
522
|
+
} from '../icons/file-code-corner';
|
|
523
|
+
|
|
524
524
|
// FileExclamationPoint aliases
|
|
525
525
|
export {
|
|
526
526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
@@ -545,18 +545,18 @@ export {
|
|
|
545
545
|
default as FileKey2
|
|
546
546
|
} from '../icons/file-key';
|
|
547
547
|
|
|
548
|
-
// FileLock aliases
|
|
549
|
-
export {
|
|
550
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
551
|
-
default as FileLock2
|
|
552
|
-
} from '../icons/file-lock';
|
|
553
|
-
|
|
554
548
|
// FileMinusCorner aliases
|
|
555
549
|
export {
|
|
556
550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
557
551
|
default as FileMinus2
|
|
558
552
|
} from '../icons/file-minus-corner';
|
|
559
553
|
|
|
554
|
+
// FileLock aliases
|
|
555
|
+
export {
|
|
556
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
557
|
+
default as FileLock2
|
|
558
|
+
} from '../icons/file-lock';
|
|
559
|
+
|
|
560
560
|
// FilePenLine aliases
|
|
561
561
|
export {
|
|
562
562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
@@ -587,18 +587,18 @@ 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. */
|
|
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. */
|
|
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. */
|
|
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. */
|
|
@@ -635,18 +635,18 @@ export {
|
|
|
635
635
|
default as FolderEdit
|
|
636
636
|
} from '../icons/folder-pen';
|
|
637
637
|
|
|
638
|
-
// Funnel aliases
|
|
639
|
-
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
641
|
-
default as Filter
|
|
642
|
-
} from '../icons/funnel';
|
|
643
|
-
|
|
644
638
|
// FunnelX aliases
|
|
645
639
|
export {
|
|
646
640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
647
641
|
default as FilterX
|
|
648
642
|
} from '../icons/funnel-x';
|
|
649
643
|
|
|
644
|
+
// Funnel aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
647
|
+
default as Filter
|
|
648
|
+
} from '../icons/funnel';
|
|
649
|
+
|
|
650
650
|
// GitCommitHorizontal aliases
|
|
651
651
|
export {
|
|
652
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
@@ -731,18 +731,6 @@ export {
|
|
|
731
731
|
default as Layers3
|
|
732
732
|
} from '../icons/layers';
|
|
733
733
|
|
|
734
|
-
// ListIndentDecrease aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
737
|
-
default as Outdent
|
|
738
|
-
} from '../icons/list-indent-decrease';
|
|
739
|
-
|
|
740
|
-
// ListIndentDecrease aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
743
|
-
default as IndentDecrease
|
|
744
|
-
} from '../icons/list-indent-decrease';
|
|
745
|
-
|
|
746
734
|
// ListIndentIncrease aliases
|
|
747
735
|
export {
|
|
748
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
@@ -755,6 +743,18 @@ export {
|
|
|
755
743
|
default as IndentIncrease
|
|
756
744
|
} from '../icons/list-indent-increase';
|
|
757
745
|
|
|
746
|
+
// ListIndentDecrease aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
749
|
+
default as Outdent
|
|
750
|
+
} from '../icons/list-indent-decrease';
|
|
751
|
+
|
|
752
|
+
// ListIndentDecrease aliases
|
|
753
|
+
export {
|
|
754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
755
|
+
default as IndentDecrease
|
|
756
|
+
} from '../icons/list-indent-decrease';
|
|
757
|
+
|
|
758
758
|
// LoaderCircle aliases
|
|
759
759
|
export {
|
|
760
760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
@@ -791,6 +791,12 @@ export {
|
|
|
791
791
|
default as MessageCircleQuestion
|
|
792
792
|
} from '../icons/message-circle-question-mark';
|
|
793
793
|
|
|
794
|
+
// MicSignal aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
|
|
797
|
+
default as Podcast
|
|
798
|
+
} from '../icons/mic-signal';
|
|
799
|
+
|
|
794
800
|
// MicVocal aliases
|
|
795
801
|
export {
|
|
796
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
@@ -905,11 +911,11 @@ export {
|
|
|
905
911
|
default as Rotate3D
|
|
906
912
|
} from '../icons/rotate-3d';
|
|
907
913
|
|
|
908
|
-
//
|
|
914
|
+
// RotateCcwClock aliases
|
|
909
915
|
export {
|
|
910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
911
|
-
default as
|
|
912
|
-
} from '../icons/
|
|
916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
917
|
+
default as History
|
|
918
|
+
} from '../icons/rotate-ccw-clock';
|
|
913
919
|
|
|
914
920
|
// Rows3 aliases
|
|
915
921
|
export {
|
|
@@ -917,6 +923,12 @@ export {
|
|
|
917
923
|
default as PanelsTopBottom
|
|
918
924
|
} from '../icons/rows-3';
|
|
919
925
|
|
|
926
|
+
// Rows2 aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
929
|
+
default as Rows
|
|
930
|
+
} from '../icons/rows-2';
|
|
931
|
+
|
|
920
932
|
// Scale3d aliases
|
|
921
933
|
export {
|
|
922
934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
@@ -941,18 +953,18 @@ export {
|
|
|
941
953
|
default as ShieldClose
|
|
942
954
|
} from '../icons/shield-x';
|
|
943
955
|
|
|
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. */
|
|
947
|
-
default as Sliders
|
|
948
|
-
} from '../icons/sliders-vertical';
|
|
949
|
-
|
|
950
956
|
// Sparkles aliases
|
|
951
957
|
export {
|
|
952
958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
953
959
|
default as Stars
|
|
954
960
|
} from '../icons/sparkles';
|
|
955
961
|
|
|
962
|
+
// SlidersVertical aliases
|
|
963
|
+
export {
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
965
|
+
default as Sliders
|
|
966
|
+
} from '../icons/sliders-vertical';
|
|
967
|
+
|
|
956
968
|
// SquareActivity aliases
|
|
957
969
|
export {
|
|
958
970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
@@ -995,18 +1007,18 @@ export {
|
|
|
995
1007
|
default as ArrowDownRightFromSquare
|
|
996
1008
|
} from '../icons/square-arrow-out-down-right';
|
|
997
1009
|
|
|
998
|
-
// SquareArrowOutUpRight aliases
|
|
999
|
-
export {
|
|
1000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1001
|
-
default as ArrowUpRightFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1003
|
-
|
|
1004
1010
|
// SquareArrowOutUpLeft aliases
|
|
1005
1011
|
export {
|
|
1006
1012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
1007
1013
|
default as ArrowUpLeftFromSquare
|
|
1008
1014
|
} from '../icons/square-arrow-out-up-left';
|
|
1009
1015
|
|
|
1016
|
+
// SquareArrowOutUpRight aliases
|
|
1017
|
+
export {
|
|
1018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
1019
|
+
default as ArrowUpRightFromSquare
|
|
1020
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1021
|
+
|
|
1010
1022
|
// SquareArrowRight aliases
|
|
1011
1023
|
export {
|
|
1012
1024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
@@ -1103,18 +1115,18 @@ export {
|
|
|
1103
1115
|
default as ChevronUpSquare
|
|
1104
1116
|
} from '../icons/square-chevron-up';
|
|
1105
1117
|
|
|
1106
|
-
// SquareDashedKanban aliases
|
|
1107
|
-
export {
|
|
1108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
1109
|
-
default as KanbanSquareDashed
|
|
1110
|
-
} from '../icons/square-dashed-kanban';
|
|
1111
|
-
|
|
1112
1118
|
// SquareCode aliases
|
|
1113
1119
|
export {
|
|
1114
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
1115
1121
|
default as CodeSquare
|
|
1116
1122
|
} from '../icons/square-code';
|
|
1117
1123
|
|
|
1124
|
+
// SquareDashedKanban aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
1127
|
+
default as KanbanSquareDashed
|
|
1128
|
+
} from '../icons/square-dashed-kanban';
|
|
1129
|
+
|
|
1118
1130
|
// SquareDashedMousePointer aliases
|
|
1119
1131
|
export {
|
|
1120
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
@@ -1235,12 +1247,6 @@ export {
|
|
|
1235
1247
|
default as PercentSquare
|
|
1236
1248
|
} from '../icons/square-percent';
|
|
1237
1249
|
|
|
1238
|
-
// SquarePilcrow aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
1241
|
-
default as PilcrowSquare
|
|
1242
|
-
} from '../icons/square-pilcrow';
|
|
1243
|
-
|
|
1244
1250
|
// SquarePi aliases
|
|
1245
1251
|
export {
|
|
1246
1252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
@@ -1253,11 +1259,11 @@ export {
|
|
|
1253
1259
|
default as PlaySquare
|
|
1254
1260
|
} from '../icons/square-play';
|
|
1255
1261
|
|
|
1256
|
-
//
|
|
1262
|
+
// SquarePilcrow aliases
|
|
1257
1263
|
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1259
|
-
default as
|
|
1260
|
-
} from '../icons/square-
|
|
1264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
1265
|
+
default as PilcrowSquare
|
|
1266
|
+
} from '../icons/square-pilcrow';
|
|
1261
1267
|
|
|
1262
1268
|
// SquarePower aliases
|
|
1263
1269
|
export {
|
|
@@ -1265,6 +1271,12 @@ export {
|
|
|
1265
1271
|
default as PowerSquare
|
|
1266
1272
|
} from '../icons/square-power';
|
|
1267
1273
|
|
|
1274
|
+
// SquarePlus aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1277
|
+
default as PlusSquare
|
|
1278
|
+
} from '../icons/square-plus';
|
|
1279
|
+
|
|
1268
1280
|
// SquareScissors aliases
|
|
1269
1281
|
export {
|
|
1270
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
@@ -1433,18 +1445,18 @@ export {
|
|
|
1433
1445
|
default as User2
|
|
1434
1446
|
} from '../icons/user-round';
|
|
1435
1447
|
|
|
1436
|
-
// UsersRound aliases
|
|
1437
|
-
export {
|
|
1438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
1439
|
-
default as Users2
|
|
1440
|
-
} from '../icons/users-round';
|
|
1441
|
-
|
|
1442
1448
|
// UtensilsCrossed aliases
|
|
1443
1449
|
export {
|
|
1444
1450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
1445
1451
|
default as ForkKnifeCrossed
|
|
1446
1452
|
} from '../icons/utensils-crossed';
|
|
1447
1453
|
|
|
1454
|
+
// UsersRound aliases
|
|
1455
|
+
export {
|
|
1456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
1457
|
+
default as Users2
|
|
1458
|
+
} from '../icons/users-round';
|
|
1459
|
+
|
|
1448
1460
|
// Utensils aliases
|
|
1449
1461
|
export {
|
|
1450
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|