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