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

function PageNext(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 01.634-.091l.072.054 5 4.5a.5.5 0 01.065.672l-.065.071-5 4.5a.5.5 0 01-.73-.677l.061-.066L9.751 8 5.165 3.873a.5.5 0 01-.091-.634l.054-.072z" />
    </svg>
  );
}

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