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