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

function ArrowUpLine(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 10 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5 4.5c.256 0 .512.098.707.293l3 3a.999.999 0 11-1.414 1.414L5 6.914 2.707 9.207a.999.999 0 11-1.414-1.414l3-3A.997.997 0 015 4.5z" />
    </svg>
  );
}

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