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