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