Capítulo 72 de 147
Learn about the TypeScript types exported by the @lucide/astro package.
LucidePropsLucideIconIconNodeinterface LucideProps extends SVGAttributes<SVGSVGElement> {
name?: string;
color?: string;
size?: number | string;
'stroke-width'?: number | string;
absoluteStrokeWidth?: boolean;
[key: string]: any; // Any other SVG attributes
}
LucidePropsLucideIconIconNode