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

function Sequence(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.998 13a.543.543 0 01-.386-.16L3.339 9.567a.545.545 0 11.771-.771l2.887 2.887 2.887-2.887a.545.545 0 11.771.771L7.382 12.84a.543.543 0 01-.386.16zm0-10.683L4.111 5.204a.545.545 0 11-.771-.771L6.613 1.16a.545.545 0 01.771 0l3.273 3.273a.545.545 0 11-.771.771L6.999 2.317z" />
    </svg>
  );
}

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