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