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