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