Capítulo 47 de 147
Learn about the different types exported by the @lucide/svelte package and how to use them in your Svelte application.
LucidePropsLucideIconIconNodeinterface LucideProps extends SVGAttributes<SVGSVGElement> {
name?: string;
color?: string;
size?: number | string;
strokeWidth?: number | string;
absoluteStrokeWidth?: boolean;
children?: Snippet;
[key: string]: any; // Any other SVG attributes
}
LucidePropsLucideIconIconNode