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