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

function SequenceUp(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.028.41a1.36 1.36 0 011.944 0l4.125 4.2c.537.547.537 1.433 0 1.98s-1.408.547-1.945 0L8.374 4.78v7.82c0 .773-.616 1.4-1.375 1.4s-1.375-.627-1.375-1.4V4.78L3.846 6.59c-.537.547-1.408.547-1.945 0s-.537-1.433 0-1.98L6.026.41z" />
    </svg>
  );
}

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