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

function Forward(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 28 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.679a1.132 1.132 0 010 1.607L14.519 29.483c-.446.446-.804.286-.804-.339V16.465a1.053 1.053 0 01-.232.339z" />
    </svg>
  );
}

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