Removed Custom Icon Component and Added Iconify icons
This commit is contained in:
@@ -10,7 +10,6 @@ export { default as Button } from "../src/components/Button.astro";
|
||||
export { default as Form } from "../src/components/Form.astro";
|
||||
export { default as Field } from "../src/components/Field.astro";
|
||||
export { default as MultiSelect } from "../src/components/MultiSelect.astro";
|
||||
export { default as Icon } from "../src/components/Icon.astro";
|
||||
export { cn } from "../src/utils/cn.js";
|
||||
`;
|
||||
|
||||
@@ -20,7 +19,6 @@ export const Button: any;
|
||||
export const Form: any;
|
||||
export const Field: any;
|
||||
export const MultiSelect: any;
|
||||
export const Icon: any;
|
||||
export function cn(...classes: Array<string | number | false | null | undefined>): string;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user