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