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