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