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