// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8.872 3.166a.5.5 0 00-.634-.091l-.072.054-5 4.5a.5.5 0 00-.065.672l.065.071 5 4.5a.5.5 0 00.73-.677l-.061-.066L4.249 8l4.586-4.127a.5.5 0 00.091-.634l-.054-.072z" />
      <path d="M12.872 3.166a.5.5 0 00-.634-.091l-.072.054-5 4.5a.5.5 0 00-.065.672l.065.071 5 4.5a.5.5 0 00.73-.677l-.061-.066L8.249 8l4.586-4.127a.5.5 0 00.091-.634l-.054-.072z" />
    </svg>
  );
}

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