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