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