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

function Backward(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M28.911 2.518c.446-.446.804-.286.804.339v26.286c0 .625-.357.786-.804.339L16.232 16.803a1.037 1.037 0 01-.232-.339v12.679c0 .625-.357.786-.804.339L2.517 16.803a1.132 1.132 0 010-1.607L15.196 2.517c.446-.446.804-.286.804.339v12.679c.054-.125.125-.232.232-.339z" />
    </svg>
  );
}

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