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