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