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