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

function LongArrowLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 33 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 14.286v3.429c0 .321-.25.571-.571.571H9.143v4c0 .232-.125.429-.339.518s-.446.054-.625-.089l-6.857-6.25a.582.582 0 01-.179-.411c0-.161.071-.321.179-.429l6.857-6.321a.578.578 0 01.625-.107.573.573 0 01.339.518v4h22.286c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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