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

function ArrowsH(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.286H6.857v2.286c0 .625-.518 1.143-1.143 1.143-.304 0-.589-.125-.804-.339L.339 16.804C.125 16.59 0 16.304 0 16s.125-.589.339-.804l4.571-4.571c.214-.214.5-.339.804-.339.625 0 1.143.518 1.143 1.143v2.286h18.286v-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(ArrowsH);
export default ForwardRef;
