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