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

function ArrowsAlt(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.911 9.661L16.572 16l6.339 6.339 2.571-2.571a1.123 1.123 0 011.25-.25c.411.179.696.589.696 1.054v8c0 .625-.518 1.143-1.143 1.143h-8c-.464 0-.875-.286-1.054-.714a1.1 1.1 0 01.25-1.232l2.571-2.571-6.339-6.339-6.339 6.339 2.571 2.571a1.1 1.1 0 01.25 1.232 1.144 1.144 0 01-1.054.714h-8a1.151 1.151 0 01-1.143-1.143v-8c0-.464.286-.875.714-1.054a1.1 1.1 0 011.232.25l2.571 2.571L10.854 16 4.515 9.661l-2.571 2.571c-.214.214-.5.339-.804.339-.143 0-.304-.036-.429-.089a1.144 1.144 0 01-.714-1.054v-8c0-.625.518-1.143 1.143-1.143h8c.464 0 .875.286 1.054.714a1.1 1.1 0 01-.25 1.232L7.373 6.802l6.339 6.339 6.339-6.339-2.571-2.571a1.1 1.1 0 01-.25-1.232 1.144 1.144 0 011.054-.714h8c.625 0 1.143.518 1.143 1.143v8c0 .464-.286.875-.696 1.054a1.316 1.316 0 01-.446.089c-.304 0-.589-.125-.804-.339z" />
    </svg>
  );
}

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