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

function PagePrevious(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="M10.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-.066L6.249 8l4.586-4.127a.5.5 0 00.091-.634l-.054-.072z" />
    </svg>
  );
}

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