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

function Sort(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 13.417a.58.58 0 01-.412-.171l-3.5-3.5a.583.583 0 11.825-.825l3.088 3.088 3.088-3.088a.583.583 0 11.825.825l-3.5 3.5a.58.58 0 01-.412.171zM7 1.992L3.912 5.08a.583.583 0 11-.825-.825l3.5-3.5a.583.583 0 01.825 0l3.5 3.5a.583.583 0 11-.825.825L6.999 1.992z" />
    </svg>
  );
}

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