@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.19 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DebtMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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.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.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" }))); });
DebtMIcon.displayName = 'DebtMIcon';