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