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