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

function ArrowRightLine(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 7 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6 7a.997.997 0 01-.293.707l-3 3a.999.999 0 11-1.414-1.414L3.586 7 1.293 4.707a.999.999 0 111.414-1.414l3 3A.997.997 0 016 7z" />
    </svg>
  );
}

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