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