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