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