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