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