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

function ArrowsV(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.571 5.714c0 .625-.518 1.143-1.143 1.143H9.142v18.286h2.286c.625 0 1.143.518 1.143 1.143 0 .304-.125.589-.339.804l-4.571 4.571c-.214.214-.5.339-.804.339s-.589-.125-.804-.339L1.482 27.09a1.137 1.137 0 01-.339-.804c0-.625.518-1.143 1.143-1.143h2.286V6.857H2.286a1.151 1.151 0 01-1.143-1.143c0-.304.125-.589.339-.804L6.053.339c.214-.214.5-.339.804-.339s.589.125.804.339l4.571 4.571c.214.214.339.5.339.804z" />
    </svg>
  );
}

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