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