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