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