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