UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OverdueSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.OverdueSIcon = (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("g", { clipPath: "url(#OverdueSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.48 1a.75.75 0 0 1 .75-.75h5.385a.75.75 0 0 1 .53.22L12.3 2.624c.14.14.22.33.22.53v2.48h1.403a1.827 1.827 0 0 1 1.827 1.827v3.231a1.827 1.827 0 0 1-1.827 1.827.75.75 0 0 1 0-1.5.327.327 0 0 0 .327-.327v-3.23a.327.327 0 0 0-.327-.327H2.077a.327.327 0 0 0-.327.327v3.23a.327.327 0 0 0 .327.327.75.75 0 0 1 0 1.5A1.827 1.827 0 0 1 .25 10.692v-3.23a1.827 1.827 0 0 1 1.827-1.827H3.48zm1.5 4.635h6.04v-2.17L9.304 1.75H4.98zm-2.038 3.98a.75.75 0 0 1 .75-.75h8.616a.75.75 0 0 1 .211 1.47v1.973a.865.865 0 0 0 .866.865.75.75 0 0 1 0 1.5 2.365 2.365 0 0 1-2.366-2.365v-1.943h-.923V15a.75.75 0 0 1-1.5 0v-4.635H7.404V15a.75.75 0 0 1-1.5 0v-4.635H4.98v1.943a2.365 2.365 0 0 1-2.366 2.365.75.75 0 0 1 0-1.5.865.865 0 0 0 .866-.865v-1.973a.75.75 0 0 1-.539-.72", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "OverdueSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.OverdueSIcon.displayName = 'OverdueSIcon';