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