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