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