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