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