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