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