import * as React from 'react'; export interface Tractor32Props extends React.SVGProps { ariaLabel?: string } export default function Tractor32({ ariaLabel, ...props }: Tractor32Props) { return ( ); }