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