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