import type { SVGProps } from "react"; import * as React from "react"; const SvgMapPin = (props: SVGProps) => ( ); export default SvgMapPin;