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