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