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