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

function PageEnd(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="M7.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-.066L11.751 8 7.165 3.873a.5.5 0 01-.091-.634l.054-.072z" />
      <path d="M3.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-.066L7.751 8 3.165 3.873a.5.5 0 01-.091-.634l.054-.072z" />
    </svg>
  );
}

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