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

function StepBackward(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M17.482 2.518c.446-.446.804-.286.804.339v26.286c0 .625-.357.786-.804.339L4.803 16.803a1.037 1.037 0 01-.232-.339v12.107c0 .625-.518 1.143-1.143 1.143H1.142a1.151 1.151 0 01-1.143-1.143V3.428c0-.625.518-1.143 1.143-1.143h2.286c.625 0 1.143.518 1.143 1.143v12.107c.054-.125.125-.232.232-.339z" />
    </svg>
  );
}

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