@lucide/astro 1.32.0 → 1.33.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 +54 -54
- package/src/aliases/prefixed.ts +605 -591
- package/src/aliases/suffixed.ts +867 -853
- package/src/icons/audio-lines-off.ts +18 -0
- package/src/icons/index.ts +195 -188
- package/src/icons/list-clock.ts +18 -0
- package/src/icons/midi-port.ts +18 -0
- package/src/icons/mop-sparkles.ts +18 -0
- package/src/icons/mop.ts +18 -0
- package/src/icons/square-dimensions.ts +18 -0
- package/src/icons/usb-c-port.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -113,18 +113,18 @@ export {
|
|
|
113
113
|
default as BarChartHorizontalBig
|
|
114
114
|
} from '../icons/chart-bar-big';
|
|
115
115
|
|
|
116
|
-
// ChartCandlestick aliases
|
|
117
|
-
export {
|
|
118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
119
|
-
default as CandlestickChart
|
|
120
|
-
} from '../icons/chart-candlestick';
|
|
121
|
-
|
|
122
116
|
// ChartBar aliases
|
|
123
117
|
export {
|
|
124
118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
125
119
|
default as BarChartHorizontal
|
|
126
120
|
} from '../icons/chart-bar';
|
|
127
121
|
|
|
122
|
+
// ChartCandlestick aliases
|
|
123
|
+
export {
|
|
124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
125
|
+
default as CandlestickChart
|
|
126
|
+
} from '../icons/chart-candlestick';
|
|
127
|
+
|
|
128
128
|
// ChartColumnBig aliases
|
|
129
129
|
export {
|
|
130
130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
@@ -239,18 +239,18 @@ export {
|
|
|
239
239
|
default as CheckCircle
|
|
240
240
|
} from '../icons/circle-check-big';
|
|
241
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
242
|
// CircleChevronDown aliases
|
|
249
243
|
export {
|
|
250
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
251
245
|
default as ChevronDownCircle
|
|
252
246
|
} from '../icons/circle-chevron-down';
|
|
253
247
|
|
|
248
|
+
// CircleCheck aliases
|
|
249
|
+
export {
|
|
250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
251
|
+
default as CheckCircle2
|
|
252
|
+
} from '../icons/circle-check';
|
|
253
|
+
|
|
254
254
|
// CircleChevronLeft aliases
|
|
255
255
|
export {
|
|
256
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
@@ -611,18 +611,18 @@ export {
|
|
|
611
611
|
default as FileEdit
|
|
612
612
|
} from '../icons/file-pen';
|
|
613
613
|
|
|
614
|
-
// FilePlay aliases
|
|
615
|
-
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
617
|
-
default as FileVideo
|
|
618
|
-
} from '../icons/file-play';
|
|
619
|
-
|
|
620
614
|
// FilePlusCorner aliases
|
|
621
615
|
export {
|
|
622
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
623
617
|
default as FilePlus2
|
|
624
618
|
} from '../icons/file-plus-corner';
|
|
625
619
|
|
|
620
|
+
// FilePlay aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
623
|
+
default as FileVideo
|
|
624
|
+
} from '../icons/file-play';
|
|
625
|
+
|
|
626
626
|
// FileQuestionMark aliases
|
|
627
627
|
export {
|
|
628
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
@@ -653,48 +653,48 @@ export {
|
|
|
653
653
|
default as FileVideo2
|
|
654
654
|
} from '../icons/file-video-camera';
|
|
655
655
|
|
|
656
|
-
// FileXCorner aliases
|
|
657
|
-
export {
|
|
658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
659
|
-
default as FileX2
|
|
660
|
-
} from '../icons/file-x-corner';
|
|
661
|
-
|
|
662
656
|
// FingerprintPattern aliases
|
|
663
657
|
export {
|
|
664
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
665
659
|
default as Fingerprint
|
|
666
660
|
} from '../icons/fingerprint-pattern';
|
|
667
661
|
|
|
668
|
-
// FolderPen aliases
|
|
669
|
-
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
671
|
-
default as FolderEdit
|
|
672
|
-
} from '../icons/folder-pen';
|
|
673
|
-
|
|
674
662
|
// FolderCog aliases
|
|
675
663
|
export {
|
|
676
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
677
665
|
default as FolderCog2
|
|
678
666
|
} from '../icons/folder-cog';
|
|
679
667
|
|
|
668
|
+
// FileXCorner aliases
|
|
669
|
+
export {
|
|
670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
671
|
+
default as FileX2
|
|
672
|
+
} from '../icons/file-x-corner';
|
|
673
|
+
|
|
674
|
+
// FolderPen aliases
|
|
675
|
+
export {
|
|
676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
677
|
+
default as FolderEdit
|
|
678
|
+
} from '../icons/folder-pen';
|
|
679
|
+
|
|
680
680
|
// FunnelX aliases
|
|
681
681
|
export {
|
|
682
682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
683
683
|
default as FilterX
|
|
684
684
|
} from '../icons/funnel-x';
|
|
685
685
|
|
|
686
|
-
// Funnel aliases
|
|
687
|
-
export {
|
|
688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
689
|
-
default as Filter
|
|
690
|
-
} from '../icons/funnel';
|
|
691
|
-
|
|
692
686
|
// GitCommitHorizontal aliases
|
|
693
687
|
export {
|
|
694
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
695
689
|
default as GitCommit
|
|
696
690
|
} from '../icons/git-commit-horizontal';
|
|
697
691
|
|
|
692
|
+
// Funnel aliases
|
|
693
|
+
export {
|
|
694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
695
|
+
default as Filter
|
|
696
|
+
} from '../icons/funnel';
|
|
697
|
+
|
|
698
698
|
// Grid2x2Check aliases
|
|
699
699
|
export {
|
|
700
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
@@ -731,18 +731,18 @@ export {
|
|
|
731
731
|
default as Grid3X3
|
|
732
732
|
} from '../icons/grid-3x3';
|
|
733
733
|
|
|
734
|
-
// HandHelping aliases
|
|
735
|
-
export {
|
|
736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
737
|
-
default as HelpingHand
|
|
738
|
-
} from '../icons/hand-helping';
|
|
739
|
-
|
|
740
734
|
// HandGrab aliases
|
|
741
735
|
export {
|
|
742
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
743
737
|
default as Grab
|
|
744
738
|
} from '../icons/hand-grab';
|
|
745
739
|
|
|
740
|
+
// HandHelping aliases
|
|
741
|
+
export {
|
|
742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
743
|
+
default as HelpingHand
|
|
744
|
+
} from '../icons/hand-helping';
|
|
745
|
+
|
|
746
746
|
// House aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
@@ -1331,6 +1331,12 @@ export {
|
|
|
1331
1331
|
default as SigmaSquare
|
|
1332
1332
|
} from '../icons/square-sigma';
|
|
1333
1333
|
|
|
1334
|
+
// SquareSplitHorizontal aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1337
|
+
default as SplitSquareHorizontal
|
|
1338
|
+
} from '../icons/square-split-horizontal';
|
|
1339
|
+
|
|
1334
1340
|
// SquareSlash aliases
|
|
1335
1341
|
export {
|
|
1336
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
@@ -1343,12 +1349,6 @@ export {
|
|
|
1343
1349
|
default as SplitSquareVertical
|
|
1344
1350
|
} from '../icons/square-split-vertical';
|
|
1345
1351
|
|
|
1346
|
-
// SquareSplitHorizontal aliases
|
|
1347
|
-
export {
|
|
1348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
1349
|
-
default as SplitSquareHorizontal
|
|
1350
|
-
} from '../icons/square-split-horizontal';
|
|
1351
|
-
|
|
1352
1352
|
// SquareTerminal aliases
|
|
1353
1353
|
export {
|
|
1354
1354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
@@ -1505,18 +1505,18 @@ export {
|
|
|
1505
1505
|
default as ForkKnife
|
|
1506
1506
|
} from '../icons/utensils';
|
|
1507
1507
|
|
|
1508
|
-
// WandSparkles aliases
|
|
1509
|
-
export {
|
|
1510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
1511
|
-
default as Wand2
|
|
1512
|
-
} from '../icons/wand-sparkles';
|
|
1513
|
-
|
|
1514
1508
|
// WalletMinimal aliases
|
|
1515
1509
|
export {
|
|
1516
1510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
1517
1511
|
default as Wallet2
|
|
1518
1512
|
} from '../icons/wallet-minimal';
|
|
1519
1513
|
|
|
1514
|
+
// WandSparkles aliases
|
|
1515
|
+
export {
|
|
1516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
1517
|
+
default as Wand2
|
|
1518
|
+
} from '../icons/wand-sparkles';
|
|
1519
|
+
|
|
1520
1520
|
// WavesHorizontal aliases
|
|
1521
1521
|
export {
|
|
1522
1522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|