// 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 7 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M2.333 7l3.5-4-.583-.667L1.167 7l4.083 4.667.583-.667z" />
    </svg>
  );
}

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