Capítulo 95 de 147
Learn about the different types exported by the lucide-react-native package and how to use them in your React Native application.
LucidePropsLucideIconIconNodeinterface LucideProps {
size?: number | string;
color?: string;
strokeWidth?: number;
absoluteStrokeWidth?: boolean;
[key: string]: any; // Any other SVG props, supported by react-native-svg
}
LucidePropsLucideIconIconNode