import type { SVGProps } from "react"; const SvgMapIcon = (props: SVGProps) => ( ); export default SvgMapIcon;