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