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