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