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