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

function PageTop(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 7L8 11l-.583.667L3.334 7l4.083-4.667L8 3 4.5 7zM2.167 7l3.5 4-.583.667L1.001 7l4.083-4.667.583.667-3.5 4z" />
    </svg>
  );
}

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