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

function ArrowLeftLine(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 7 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1 7c0-.256.098-.512.293-.707l3-3a.999.999 0 111.414 1.414L3.414 7l2.293 2.293a.999.999 0 11-1.414 1.414l-3-3A.997.997 0 011 7z" />
    </svg>
  );
}

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