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