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