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