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