import type { LucideProps } from 'lucide-react-native'; import type { IconName } from './icons'; export interface IconProps extends Omit { name: IconName; size?: number; color?: string; strokeWidth?: number; className?: string; }