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