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