@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 2.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TISortNumericallyOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TISortNumericallyOutline = function TISortNumericallyOutline(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M23.292 12.134c.138-.445.208-.91.208-1.384A4.756 4.756 0 0 0 18.75 6c-1.396 0-2.685.61-3.573 1.632l-.056-.067c-.973-.974-2.349-1.533-3.776-1.533-1.422 0-2.794.556-3.77 1.525a3.398 3.398 0 0 0-1.122-1.108A3.054 3.054 0 0 0 4.84 6c-.482 0-.955.109-1.369.316l-1.406.747C.623 7.784.014 9.589.752 11.065c.272.543.714.982 1.248 1.272V17c0 1.654 1.346 3 3 3 .766 0 1.458-.297 1.989-.771.54.487 1.25.771 2.011.771h5c.778 0 1.479-.305 2.01-.795.796.5 1.731.795 2.74.795A5.256 5.256 0 0 0 24 14.75a5.23 5.23 0 0 0-.708-2.616zM6 17a1 1 0 0 1-2 0v-6.382a1.052 1.052 0 0 1-.471.106c-.401 0-.813-.203-.988-.553a1.007 1.007 0 0 1 .463-1.342l1.361-.724c.141-.07.307-.105.475-.105.199 0 .4.05.561.149.294.183.599.504.599.851v8zm8 1H9a1.002 1.002 0 0 1-.707-1.707l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.949s-.601-.381-.949-.381-.696.127-.952.382a1.333 1.333 0 0 0-.392.948 1 1 0 0 1-2 0c0-.894.348-1.733.98-2.364.632-.631 1.498-.947 2.364-.947s1.731.316 2.363.948c.632.631.979 1.471.979 2.363 0 .893-.348 1.733-.979 2.364L11.414 16H14a1 1 0 0 1 0 2zm4.75 0a3.254 3.254 0 0 1-3.25-3.25 1 1 0 0 1 2 0c0 .689.561 1.25 1.25 1.25S20 15.439 20 14.75s-.561-1.25-1.25-1.25a1 1 0 0 1 0-2 .75.75 0 1 0-.665-1.096 1 1 0 0 1-1.776-.92A2.741 2.741 0 0 1 18.75 8a2.753 2.753 0 0 1 2.75 2.75c0 .611-.207 1.17-.545 1.627A3.23 3.23 0 0 1 22 14.75 3.254 3.254 0 0 1 18.75 18z"
})
}));
};
exports.TISortNumericallyOutline = TISortNumericallyOutline;