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