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