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