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