// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.293 9.707L8 7.415 5.707 9.707a.999.999 0 11-1.414-1.414l3-3a.99.99 0 01.531-.277l.117-.014h.118a.997.997 0 01.648.291l3 3a.999.999 0 11-1.414 1.414z" />
    </svg>
  );
}

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