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