export default function MapIcon({ className = 'h-[12px] w-[13px]' }: { className?: string }) { return ( ) }