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