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