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