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

function SortUp(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.175 2.092a1.164 1.164 0 011.65 0l3.5 3.5a1.166 1.166 0 11-1.65 1.65L8.167 5.734v5.35a1.167 1.167 0 01-2.334 0v-5.35L4.325 7.242a1.166 1.166 0 11-1.65-1.65l3.5-3.5z" />
    </svg>
  );
}

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