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

function LongArrowRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 31 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M30.857 15.946a.622.622 0 01-.179.429l-6.857 6.321a.578.578 0 01-.625.107.573.573 0 01-.339-.518v-4H.571A.564.564 0 010 17.714v-3.429c0-.321.25-.571.571-.571h22.286v-4c0-.232.125-.429.339-.518s.446-.054.625.089l6.857 6.25c.107.107.179.25.179.411z" />
    </svg>
  );
}

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