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