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