// 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 9 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.5 7L1 3l.583-.667L5.666 7l-4.083 4.667L1 11l3.5-4zm2.333 0l-3.5-4 .583-.667L7.999 7l-4.083 4.667L3.333 11l3.5-4z" />
    </svg>
  );
}

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