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