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