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

function SortAsc(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="M2.426 1.005l.032-.004.054-.002c.021.001.042.002.062.005L2.5.999l.053.003.075.014.063.021.093.051.057.046 2.012 2.012a.5.5 0 01-.638.765l-.069-.058L3 2.705v11.794a.5.5 0 01-1 0V2.705L.854 3.853a.5.5 0 01-.638.058l-.069-.058a.5.5 0 01-.058-.638l.058-.069 2-2 .042-.037.062-.042.059-.029.062-.021.054-.011zM7.5 1h8a.5.5 0 010 1h-8a.5.5 0 010-1zM7.5 5h6a.5.5 0 010 1h-6a.5.5 0 010-1zM7.5 9h4a.5.5 0 010 1h-4a.5.5 0 010-1zM7.5 13h2a.5.5 0 010 1h-2a.5.5 0 010-1z" />
    </svg>
  );
}

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