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