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