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