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