@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OverdueMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.OverdueMIcon = (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: "M6.404 3a.75.75 0 0 1 .75-.75h6.923a.75.75 0 0 1 .53.22l2.77 2.769c.14.14.22.331.22.53v3.404h2.018a2.135 2.135 0 0 1 2.135 2.135v4.153a2.135 2.135 0 0 1-2.135 2.135.75.75 0 0 1 0-1.5.635.635 0 0 0 .635-.635v-4.153a.635.635 0 0 0-.635-.635H4.385a.635.635 0 0 0-.635.635v4.153a.635.635 0 0 0 .635.635.75.75 0 1 1 0 1.5 2.134 2.134 0 0 1-2.135-2.135v-4.153a2.135 2.135 0 0 1 2.135-2.135h2.019zm1.5 6.173h8.192V6.08l-2.33-2.33H7.904zM5.71 14.077a.75.75 0 0 1 .75-.75h11.077a.75.75 0 0 1 .058 1.498v2.714a1.327 1.327 0 0 0 1.327 1.326.75.75 0 0 1 0 1.5 2.827 2.827 0 0 1-2.827-2.826v-2.712h-1.615V21a.75.75 0 0 1-1.5 0v-6.173h-1.962V21a.75.75 0 0 1-1.5 0v-6.173H7.904v2.711a2.827 2.827 0 0 1-2.827 2.827.75.75 0 0 1 0-1.5 1.327 1.327 0 0 0 1.327-1.326v-2.714a.75.75 0 0 1-.693-.748", clipRule: "evenodd" }))); });
exports.OverdueMIcon.displayName = 'OverdueMIcon';