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

function ArowBack(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="M5.854 2.146a.5.5 0 01.058.638l-.058.069-4.147 4.146H15.5a.5.5 0 010 1H1.707l4.147 4.146a.5.5 0 01-.707.707L.11 7.81l-.042-.062-.029-.059-.021-.062-.011-.054-.004-.031-.002-.053c.001-.021.002-.042.005-.063L.001 7.5l.003-.053.014-.075.021-.063.039-.076.04-.055 5.029-5.031a.5.5 0 01.707 0z" />
    </svg>
  );
}

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