// 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="M3.166 10.872a.5.5 0 00.706-.037L8 6.248l4.128 4.587a.5.5 0 10.743-.669l-4.5-5a.502.502 0 00-.744 0l-4.5 5a.5.5 0 00.037.706z" />
    </svg>
  );
}

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