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