@lucide/astro 0.522.0 → 0.523.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 +18 -18
- package/src/aliases/prefixed.ts +404 -402
- package/src/aliases/suffixed.ts +779 -777
- package/src/icons/bottle-wine.ts +18 -0
- package/src/icons/index.ts +102 -101
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -80,18 +80,18 @@ export {
|
|
|
80
80
|
default as CandlestickChart
|
|
81
81
|
} from '../icons/chart-candlestick';
|
|
82
82
|
|
|
83
|
-
// ChartColumnBig aliases
|
|
84
|
-
export {
|
|
85
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
86
|
-
default as BarChartBig
|
|
87
|
-
} from '../icons/chart-column-big';
|
|
88
|
-
|
|
89
83
|
// ChartColumnIncreasing aliases
|
|
90
84
|
export {
|
|
91
85
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
92
86
|
default as BarChart4
|
|
93
87
|
} from '../icons/chart-column-increasing';
|
|
94
88
|
|
|
89
|
+
// ChartColumnBig aliases
|
|
90
|
+
export {
|
|
91
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
92
|
+
default as BarChartBig
|
|
93
|
+
} from '../icons/chart-column-big';
|
|
94
|
+
|
|
95
95
|
// ChartColumn aliases
|
|
96
96
|
export {
|
|
97
97
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -161,12 +161,12 @@ export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
|
|
|
161
161
|
// CircleArrowUp aliases
|
|
162
162
|
export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
|
|
163
163
|
|
|
164
|
-
// CircleCheckBig aliases
|
|
165
|
-
export { default as CheckCircle } from '../icons/circle-check-big';
|
|
166
|
-
|
|
167
164
|
// CircleCheck aliases
|
|
168
165
|
export { default as CheckCircle2 } from '../icons/circle-check';
|
|
169
166
|
|
|
167
|
+
// CircleCheckBig aliases
|
|
168
|
+
export { default as CheckCircle } from '../icons/circle-check-big';
|
|
169
|
+
|
|
170
170
|
// CircleChevronDown aliases
|
|
171
171
|
export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
|
|
172
172
|
|
|
@@ -227,12 +227,12 @@ export {
|
|
|
227
227
|
default as UserCircle2
|
|
228
228
|
} from '../icons/circle-user-round';
|
|
229
229
|
|
|
230
|
-
// CircleUser aliases
|
|
231
|
-
export { default as UserCircle } from '../icons/circle-user';
|
|
232
|
-
|
|
233
230
|
// CircleX aliases
|
|
234
231
|
export { default as XCircle } from '../icons/circle-x';
|
|
235
232
|
|
|
233
|
+
// CircleUser aliases
|
|
234
|
+
export { default as UserCircle } from '../icons/circle-user';
|
|
235
|
+
|
|
236
236
|
// ClipboardPenLine aliases
|
|
237
237
|
export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
|
|
238
238
|
|
|
@@ -452,12 +452,12 @@ export { default as Sidebar } from '../icons/panel-left';
|
|
|
452
452
|
// PanelRightDashed aliases
|
|
453
453
|
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
454
454
|
|
|
455
|
-
// PanelsTopLeft aliases
|
|
456
|
-
export { default as Layout } from '../icons/panels-top-left';
|
|
457
|
-
|
|
458
455
|
// PanelTopDashed aliases
|
|
459
456
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
460
457
|
|
|
458
|
+
// PanelsTopLeft aliases
|
|
459
|
+
export { default as Layout } from '../icons/panels-top-left';
|
|
460
|
+
|
|
461
461
|
// PenLine aliases
|
|
462
462
|
export {
|
|
463
463
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -686,12 +686,12 @@ export { default as TestTube2 } from '../icons/test-tube-diagonal';
|
|
|
686
686
|
// TextSelect aliases
|
|
687
687
|
export { default as TextSelection } from '../icons/text-select';
|
|
688
688
|
|
|
689
|
-
// TreePalm aliases
|
|
690
|
-
export { default as Palmtree } from '../icons/tree-palm';
|
|
691
|
-
|
|
692
689
|
// TramFront aliases
|
|
693
690
|
export { default as Train } from '../icons/tram-front';
|
|
694
691
|
|
|
692
|
+
// TreePalm aliases
|
|
693
|
+
export { default as Palmtree } from '../icons/tree-palm';
|
|
694
|
+
|
|
695
695
|
// TriangleAlert aliases
|
|
696
696
|
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
697
697
|
|