@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SortDefaultSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SortDefaultSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.136 6.11 7.67 2.152a.5.5 0 0 1 .151-.113.42.42 0 0 1 .358 0 .5.5 0 0 1 .15.113l3.534 3.956c.065.073.11.166.128.267a.6.6 0 0 1-.026.302.5.5 0 0 1-.172.234.43.43 0 0 1-.259.088H4.466a.43.43 0 0 1-.26-.088.5.5 0 0 1-.17-.234.6.6 0 0 1-.027-.302.54.54 0 0 1 .127-.267M4.136 9.89l3.534 3.957a.5.5 0 0 0 .151.113.42.42 0 0 0 .358 0 .5.5 0 0 0 .15-.113l3.534-3.956a.54.54 0 0 0 .128-.267.6.6 0 0 0-.026-.302.5.5 0 0 0-.172-.234.43.43 0 0 0-.259-.088H4.466a.43.43 0 0 0-.26.088.5.5 0 0 0-.17.234.6.6 0 0 0-.027.302.54.54 0 0 0 .127.267", clipRule: "evenodd" }))); });
exports.SortDefaultSIcon.displayName = 'SortDefaultSIcon';