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