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

function CaretLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 13 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.429 8v16c0 .625-.518 1.143-1.143 1.143-.304 0-.589-.125-.804-.339l-8-8c-.214-.214-.339-.5-.339-.804s.125-.589.339-.804l8-8c.214-.214.5-.339.804-.339.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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