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