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