@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SortDefaultMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SortDefaultMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.17 8.931 4.418-4.747a.6.6 0 0 1 .189-.136.55.55 0 0 1 .635.136L16.83 8.93a.668.668 0 0 1 .127.682.6.6 0 0 1-.215.281.55.55 0 0 1-.323.106H7.582a.55.55 0 0 1-.323-.106.6.6 0 0 1-.215-.28.67.67 0 0 1-.033-.363.64.64 0 0 1 .16-.32zM16.83 15.069l-4.418 4.747a.6.6 0 0 1-.189.136.55.55 0 0 1-.635-.136L7.17 15.07a.64.64 0 0 1-.16-.32.67.67 0 0 1 .033-.362.6.6 0 0 1 .215-.281.55.55 0 0 1 .323-.106h8.836c.115 0 .228.037.323.106.096.069.17.166.215.28a.67.67 0 0 1-.127.683z", clipRule: "evenodd" }))); });
exports.SortDefaultMIcon.displayName = 'SortDefaultMIcon';