Capítulo 59 de 147
Learn about the different types exported by the lucide-solid package and how to use them in your Solid application.
LucidePropsLucideIconIconNodeinterface LucideProps extends SVGAttributes {
size?: number | string;
color?: string;
strokeWidth?: number;
absoluteStrokeWidth?: boolean;
[key: string]: any; // Any other SVG attributes
}
LucidePropsLucideIconIconNode