interface IconProps { svg: string; } export default function Icon({ svg }: IconProps) { return ( ) }