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