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

function SortNumericAsc(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M24.036 23.446c0-1.464-1.196-3.018-2.625-3.018-1.25 0-2.036 1.018-2.036 2.339 0 1.286.821 2.375 2.518 2.375 1.161 0 2.143-.696 2.143-1.696zm-10.893 2.268a.656.656 0 01-.179.429l-5.696 5.696C7.143 31.946 7 32 6.857 32s-.286-.054-.411-.161L.732 26.125c-.161-.179-.214-.411-.125-.625s.304-.357.536-.357h3.429V.572c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571v24.571h3.429c.321 0 .571.25.571.571zm13.393-1.232c0 3.607-1.964 7.518-6.214 7.518-.804 0-1.464-.125-1.929-.286a8.696 8.696 0 01-.75-.268l.696-2.018c.161.071.357.143.554.196.357.125.821.232 1.339.232 2.143 0 3.25-1.786 3.589-3.643h-.036c-.5.536-1.554.911-2.607.911-2.589 0-4.286-2.036-4.286-4.357 0-2.464 1.893-4.482 4.518-4.482 2.839 0 5.125 2.321 5.125 6.196zM26 11.679v2.036h-8.375v-2.036h2.982V3.965c0-.232.018-.464.018-.643v-.286h-.036l-.125.214a3.275 3.275 0 01-.464.554L18.893 4.84l-1.464-1.536L20.858 0h2.196v11.679H26z" />
    </svg>
  );
}

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