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