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