import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSortingArrow = withIcon(function IconSortingArrow(props) {
    return (<svg data-tag="IconSortingArrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.017 5.568c.948 1.434 1.497 2.27 1.483 2.755-.014.486-.592.623-1.898.662-.27.008-.451.06-.565.178-.114.118-.162.302-.162.57v10.142c0 .45-.056.73-.225.9-.169.169-.45.225-.9.225s-.73-.056-.9-.225c-.168-.17-.225-.45-.225-.9V9.734c0-.27-.047-.453-.16-.57-.115-.119-.297-.171-.566-.18-1.306-.038-1.884-.175-1.898-.661-.014-.486.535-1.32 1.483-2.755C5.614 3.856 6.182 3 6.75 3c.569 0 1.137.856 2.267 2.568m10.085 9.447c-.27-.008-.451-.06-.565-.179-.114-.118-.162-.3-.162-.57V4.125c0-.45-.056-.73-.225-.9-.168-.169-.45-.225-.9-.225s-.73.056-.9.225c-.168.169-.225.45-.225.9v10.141c0 .27-.047.453-.16.57-.115.118-.297.171-.566.18-1.306.038-1.884.175-1.898.661-.014.486.535 1.32 1.483 2.755C16.114 20.144 16.682 21 17.25 21c.569 0 1.137-.856 2.267-2.568.948-1.434 1.497-2.269 1.483-2.755-.014-.486-.592-.623-1.898-.662"/>
    </svg>);
});
//# sourceMappingURL=SortingArrow.jsx.map