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