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