// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8.5 2a.5.5 0 01.394.192l3.996 4.996a.5.5 0 11-.781.625l-3.11-3.887v9.575a.5.5 0 01-1 0V3.926l-3.11 3.887a.5.5 0 11-.781-.625l3.998-4.997.013-.015a.5.5 0 01.38-.175z" />
    </svg>
  );
}

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