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