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

function FastBackward(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="M31.196 2.518c.446-.446.804-.286.804.339v26.286c0 .625-.357.786-.804.339L18.517 16.803a1.037 1.037 0 01-.232-.339v12.679c0 .625-.357.786-.804.339L4.802 16.803a1.037 1.037 0 01-.232-.339v12.107c0 .625-.518 1.143-1.143 1.143H1.141a1.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-.339L17.481 2.517c.446-.446.804-.286.804.339v12.679c.054-.125.125-.232.232-.339z" />
    </svg>
  );
}

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