@lucide/astro 0.509.0 → 0.510.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 +14 -14
- package/src/aliases/prefixed.ts +347 -345
- package/src/aliases/suffixed.ts +699 -697
- package/src/icons/brackets.ts +2 -2
- package/src/icons/check-line.ts +18 -0
- package/src/icons/index.ts +70 -69
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -89,18 +89,18 @@ export {
|
|
|
89
89
|
default as BarChart4
|
|
90
90
|
} from '../icons/chart-column-increasing';
|
|
91
91
|
|
|
92
|
-
// ChartColumn aliases
|
|
93
|
-
export {
|
|
94
|
-
/** @deprecated */
|
|
95
|
-
default as BarChart3
|
|
96
|
-
} from '../icons/chart-column';
|
|
97
|
-
|
|
98
92
|
// ChartLine aliases
|
|
99
93
|
export {
|
|
100
94
|
/** @deprecated */
|
|
101
95
|
default as LineChart
|
|
102
96
|
} from '../icons/chart-line';
|
|
103
97
|
|
|
98
|
+
// ChartColumn aliases
|
|
99
|
+
export {
|
|
100
|
+
/** @deprecated */
|
|
101
|
+
default as BarChart3
|
|
102
|
+
} from '../icons/chart-column';
|
|
103
|
+
|
|
104
104
|
// ChartNoAxesColumnIncreasing aliases
|
|
105
105
|
export {
|
|
106
106
|
/** @deprecated */
|
|
@@ -662,18 +662,18 @@ export { default as UserSquare } from '../icons/square-user';
|
|
|
662
662
|
// SquareX aliases
|
|
663
663
|
export { default as XSquare } from '../icons/square-x';
|
|
664
664
|
|
|
665
|
-
// TestTubeDiagonal aliases
|
|
666
|
-
export { default as TestTube2 } from '../icons/test-tube-diagonal';
|
|
667
|
-
|
|
668
665
|
// TextSelect aliases
|
|
669
666
|
export { default as TextSelection } from '../icons/text-select';
|
|
670
667
|
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
668
|
+
// TestTubeDiagonal aliases
|
|
669
|
+
export { default as TestTube2 } from '../icons/test-tube-diagonal';
|
|
673
670
|
|
|
674
671
|
// TreePalm aliases
|
|
675
672
|
export { default as Palmtree } from '../icons/tree-palm';
|
|
676
673
|
|
|
674
|
+
// TramFront aliases
|
|
675
|
+
export { default as Train } from '../icons/tram-front';
|
|
676
|
+
|
|
677
677
|
// TriangleAlert aliases
|
|
678
678
|
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
679
679
|
|
|
@@ -731,9 +731,6 @@ export {
|
|
|
731
731
|
default as Users2
|
|
732
732
|
} from '../icons/users-round';
|
|
733
733
|
|
|
734
|
-
// UtensilsCrossed aliases
|
|
735
|
-
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
736
|
-
|
|
737
734
|
// Utensils aliases
|
|
738
735
|
export { default as ForkKnife } from '../icons/utensils';
|
|
739
736
|
|
|
@@ -743,6 +740,9 @@ export {
|
|
|
743
740
|
default as Wallet2
|
|
744
741
|
} from '../icons/wallet-minimal';
|
|
745
742
|
|
|
743
|
+
// UtensilsCrossed aliases
|
|
744
|
+
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
745
|
+
|
|
746
746
|
// WandSparkles aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @deprecated */
|