@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 2.04 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DebtMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25 4C3.25 3.0335 4.0335 2.25 5 2.25H14C14.1989 2.25 14.3897 2.32902 14.5303 2.46967L20.5303 8.46967C20.671 8.61032 20.75 8.80109 20.75 9V11C20.75 11.4142 20.4142 11.75 20 11.75C19.5858 11.75 19.25 11.4142 19.25 11V9.75H15C14.0335 9.75 13.25 8.9665 13.25 8V3.75H5C4.86193 3.75 4.75 3.86193 4.75 4V20C4.75 20.1381 4.86193 20.25 5 20.25H10C10.4142 20.25 10.75 20.5858 10.75 21C10.75 21.4142 10.4142 21.75 10 21.75H5C4.0335 21.75 3.25 20.9665 3.25 20V4ZM14.75 4.81066L18.1893 8.25H15C14.8619 8.25 14.75 8.13807 14.75 8V4.81066ZM16 12.75C13.6528 12.75 11.75 14.6528 11.75 17C11.75 19.3472 13.6528 21.25 16 21.25C18.3472 21.25 20.25 19.3472 20.25 17C20.25 14.6528 18.3472 12.75 16 12.75ZM10.25 17C10.25 13.8244 12.8244 11.25 16 11.25C19.1756 11.25 21.75 13.8244 21.75 17C21.75 20.1756 19.1756 22.75 16 22.75C12.8244 22.75 10.25 20.1756 10.25 17Z", fill: "currentColor" }),
React.createElement("path", { d: "M15 14.5C15 14.0858 15.3358 13.75 15.75 13.75C16.1642 13.75 16.5 14.0858 16.5 14.5V16.9395L18.0303 18.4697L18.082 18.5264C18.3223 18.8209 18.3049 19.2557 18.0303 19.5303C17.7557 19.8049 17.3209 19.8223 17.0264 19.582L16.9697 19.5303L15.2197 17.7803C15.0791 17.6396 15 17.4489 15 17.25V14.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M20.25 17C20.25 14.6528 18.3472 12.75 16 12.75C13.6528 12.75 11.75 14.6528 11.75 17C11.75 19.3472 13.6528 21.25 16 21.25C18.3472 21.25 20.25 19.3472 20.25 17ZM21.75 17C21.75 20.1756 19.1756 22.75 16 22.75C12.8244 22.75 10.25 20.1756 10.25 17C10.25 13.8244 12.8244 11.25 16 11.25C19.1756 11.25 21.75 13.8244 21.75 17Z", fill: "currentColor" }))); });
DebtMIcon.displayName = 'DebtMIcon';