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