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

function SortDown(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 14a.5.5 0 00.394-.192l3.996-4.996a.5.5 0 10-.781-.625l-3.11 3.887V2.499a.5.5 0 00-1 0v9.575l-3.11-3.887a.5.5 0 10-.781.625l3.998 4.997.013.015a.5.5 0 00.38.175z" />
    </svg>
  );
}

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