import type { SVGProps } from "react"; const SvgCarIcon = (props: SVGProps) => ( ); export default SvgCarIcon;