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