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