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