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