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

function SequenceDown(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="M7.972 13.59a1.36 1.36 0 01-1.944 0l-4.125-4.2c-.537-.547-.537-1.433 0-1.98s1.408-.547 1.945 0l1.778 1.81V1.4c0-.773.616-1.4 1.375-1.4s1.375.627 1.375 1.4v7.82l1.778-1.81c.537-.547 1.408-.547 1.945 0s.537 1.433 0 1.98l-4.125 4.2z" />
    </svg>
  );
}

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