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