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