UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DebtMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DebtMIcon = (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: "M3.25 4c0-.966.784-1.75 1.75-1.75h9a.75.75 0 0 1 .53.22l6 6c.141.14.22.331.22.53v2a.75.75 0 0 1-1.5 0V9.75H15A1.75 1.75 0 0 1 13.25 8V3.75H5a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h5a.75.75 0 0 1 0 1.5H5A1.75 1.75 0 0 1 3.25 20zm11.5.81 3.44 3.44H15a.25.25 0 0 1-.25-.25zM16 12.75a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5M10.25 17a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M15 14.5a.75.75 0 0 1 1.5 0v2.44l1.53 1.53.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-1.75-1.75a.75.75 0 0 1-.22-.53z" }), react_1.default.createElement("path", { fill: "currentColor", d: "M20.25 17a4.25 4.25 0 1 0-8.5 0 4.25 4.25 0 0 0 8.5 0m1.5 0a5.75 5.75 0 1 1-11.5 0 5.75 5.75 0 0 1 11.5 0" }))); }); exports.DebtMIcon.displayName = 'DebtMIcon';