// Generated by script, don't edit it please.
import * as React from 'react';

function MoveUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.707 4l2.146 2.146a.5.5 0 01-.707.707l-3-3a.5.5 0 010-.707l3-3a.5.5 0 01.707.707L5.707 2.999H10c3.314 0 6 2.91 6 6.5s-2.686 6.5-6 6.5a.5.5 0 010-1c2.743 0 5-2.445 5-5.5s-2.257-5.5-5-5.5H5.707zM.5 15h7a.5.5 0 010 1h-7a.5.5 0 010-1z" />
      <path d="M.5 9h8a.5.5 0 010 1h-8a.5.5 0 010-1zM.5 3h2a.5.5 0 010 1h-2a.5.5 0 010-1z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(MoveUp);
export default ForwardRef;
