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