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