interface SvgRProps { width?: number; height?: number; fill?: string; } export function SvgR(props: SvgRProps) { return ( ) }