UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DebtSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DebtSIcon = (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: "M1.25 2.222c0-.84.698-1.472 1.5-1.472H9.5a.75.75 0 0 1 .52.21l4.5 4.333a.75.75 0 0 1 .23.54v1.445a.75.75 0 0 1-1.5 0v-.695h-3c-.802 0-1.5-.632-1.5-1.472V2.25h-6v11.5H5.5a.75.75 0 0 1 0 1.5H2.75c-.802 0-1.5-.633-1.5-1.472zm9 1.041 1.89 1.82h-1.89z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M13.25 11.5a2.75 2.75 0 1 0-5.5 0 2.75 2.75 0 0 0 5.5 0m1.5 0a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0" }), react_1.default.createElement("path", { fill: "currentColor", d: "M9.75 10.5a.75.75 0 0 1 1.5 0v1.19l.28.28.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-.5-.5a.75.75 0 0 1-.22-.53z" }))); }); exports.DebtSIcon.displayName = 'DebtSIcon';