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