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