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