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