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