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