// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.128 3.166a.5.5 0 00.037.706L9.752 8l-4.587 4.128a.5.5 0 10.669.743l5-4.5a.502.502 0 000-.744l-5-4.5a.5.5 0 00-.706.037z" />
    </svg>
  );
}

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