// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.872 12.834a.5.5 0 00-.037-.706L6.248 8l4.587-4.128a.5.5 0 10-.669-.743l-5 4.5a.502.502 0 000 .744l5 4.5a.5.5 0 00.706-.037z" />
    </svg>
  );
}

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