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