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

function FastForward(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="M.804 29.482c-.446.446-.804.286-.804-.339V2.857c0-.625.357-.786.804-.339l12.679 12.679c.107.107.179.214.232.339V2.857c0-.625.357-.786.804-.339l12.679 12.679c.107.107.179.214.232.339V3.429c0-.625.518-1.143 1.143-1.143h2.286c.625 0 1.143.518 1.143 1.143v25.143c0 .625-.518 1.143-1.143 1.143h-2.286a1.151 1.151 0 01-1.143-1.143V16.465a1.053 1.053 0 01-.232.339L14.519 29.483c-.446.446-.804.286-.804-.339V16.465a1.053 1.053 0 01-.232.339z" />
    </svg>
  );
}

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