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

function LongArrowUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.661 8.804a.573.573 0 01-.518.339h-4v22.286c0 .321-.25.571-.571.571H5.143a.564.564 0 01-.571-.571V9.143h-4c-.232 0-.429-.125-.518-.339S0 8.358.143 8.179l6.25-6.857a.582.582 0 01.411-.179c.161 0 .321.071.429.179l6.339 6.857a.608.608 0 01.089.625z" />
    </svg>
  );
}

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