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

function Arrows(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 16c0 .304-.125.589-.339.804l-4.571 4.571c-.214.214-.5.339-.804.339a1.151 1.151 0 01-1.143-1.143v-2.286h-6.857v6.857h2.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-.339l-4.571-4.571a1.137 1.137 0 01-.339-.804c0-.625.518-1.143 1.143-1.143h2.286v-6.857H6.859v2.286c0 .625-.518 1.143-1.143 1.143-.304 0-.589-.125-.804-.339L.341 16.804c-.214-.214-.339-.5-.339-.804s.125-.589.339-.804l4.571-4.571c.214-.214.5-.339.804-.339.625 0 1.143.518 1.143 1.143v2.286h6.857V6.858H11.43a1.151 1.151 0 01-1.143-1.143c0-.304.125-.589.339-.804L15.197.34c.214-.214.5-.339.804-.339s.589.125.804.339l4.571 4.571c.214.214.339.5.339.804 0 .625-.518 1.143-1.143 1.143h-2.286v6.857h6.857v-2.286c0-.625.518-1.143 1.143-1.143.304 0 .589.125.804.339l4.571 4.571c.214.214.339.5.339.804z" />
    </svg>
  );
}

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