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