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