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