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