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