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