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