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