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