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