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