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