@d-matrix/icons-react 0.0.5 → 0.0.7-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dm-icon-CyBSlz59.js +341 -0
- package/dist/dm-icon-DkFz8Dib.cjs +15 -0
- package/dist/icons/Excel.js +1 -0
- package/dist/icons/Excel.mjs +49 -0
- package/dist/icons/Expand.js +1 -0
- package/dist/icons/Expand.mjs +31 -0
- package/dist/icons/Flag.js +1 -0
- package/dist/icons/Flag.mjs +40 -0
- package/dist/icons/HasCut.js +1 -0
- package/dist/icons/HasCut.mjs +35 -0
- package/dist/icons/Hot.js +1 -0
- package/dist/icons/Hot.mjs +38 -0
- package/dist/icons/Item.js +1 -0
- package/dist/icons/Item.mjs +44 -0
- package/dist/icons/LineChart.js +1 -0
- package/dist/icons/LineChart.mjs +31 -0
- package/dist/icons/Pdf.js +1 -0
- package/dist/icons/Pdf.mjs +48 -0
- package/dist/icons/Pixels.js +1 -0
- package/dist/icons/Pixels.mjs +44 -0
- package/dist/icons/Rollback.js +1 -0
- package/dist/icons/Rollback.mjs +31 -0
- package/dist/icons/Search.js +1 -0
- package/dist/icons/Search.mjs +31 -0
- package/dist/icons/Server.js +1 -0
- package/dist/icons/Server.mjs +40 -0
- package/dist/icons/Shrink.js +1 -0
- package/dist/icons/Shrink.mjs +31 -0
- package/dist/icons/Target.js +1 -0
- package/dist/icons/Target.mjs +39 -0
- package/dist/icons/ThumbsDown.js +1 -0
- package/dist/icons/ThumbsDown.mjs +31 -0
- package/dist/icons/ThumbsUp.js +1 -0
- package/dist/icons/ThumbsUp.mjs +31 -0
- package/dist/icons/index.js +1 -0
- package/dist/icons/index.mjs +34 -0
- package/dist/index.d.ts +20 -82
- package/package.json +22 -11
- package/dist/icons-react.cjs +0 -1
- package/dist/icons-react.js +0 -452
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
import { jsx as K } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as te, useEffect as ne } from "react";
|
|
3
|
+
function oe(e, t, n) {
|
|
4
|
+
return (t = se(t)) in e ? Object.defineProperty(e, t, {
|
|
5
|
+
value: n,
|
|
6
|
+
enumerable: !0,
|
|
7
|
+
configurable: !0,
|
|
8
|
+
writable: !0
|
|
9
|
+
}) : e[t] = n, e;
|
|
10
|
+
}
|
|
11
|
+
function I(e, t) {
|
|
12
|
+
var n = Object.keys(e);
|
|
13
|
+
if (Object.getOwnPropertySymbols) {
|
|
14
|
+
var r = Object.getOwnPropertySymbols(e);
|
|
15
|
+
t && (r = r.filter(function(o) {
|
|
16
|
+
return Object.getOwnPropertyDescriptor(e, o).enumerable;
|
|
17
|
+
})), n.push.apply(n, r);
|
|
18
|
+
}
|
|
19
|
+
return n;
|
|
20
|
+
}
|
|
21
|
+
function k(e) {
|
|
22
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
23
|
+
var n = arguments[t] != null ? arguments[t] : {};
|
|
24
|
+
t % 2 ? I(Object(n), !0).forEach(function(r) {
|
|
25
|
+
oe(e, r, n[r]);
|
|
26
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : I(Object(n)).forEach(function(r) {
|
|
27
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
return e;
|
|
31
|
+
}
|
|
32
|
+
function ie(e, t) {
|
|
33
|
+
if (e == null) return {};
|
|
34
|
+
var n, r, o = ue(e, t);
|
|
35
|
+
if (Object.getOwnPropertySymbols) {
|
|
36
|
+
var u = Object.getOwnPropertySymbols(e);
|
|
37
|
+
for (r = 0; r < u.length; r++) n = u[r], t.includes(n) || {}.propertyIsEnumerable.call(e, n) && (o[n] = e[n]);
|
|
38
|
+
}
|
|
39
|
+
return o;
|
|
40
|
+
}
|
|
41
|
+
function ue(e, t) {
|
|
42
|
+
if (e == null) return {};
|
|
43
|
+
var n = {};
|
|
44
|
+
for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
|
|
45
|
+
if (t.includes(r)) continue;
|
|
46
|
+
n[r] = e[r];
|
|
47
|
+
}
|
|
48
|
+
return n;
|
|
49
|
+
}
|
|
50
|
+
function ae(e, t) {
|
|
51
|
+
if (typeof e != "object" || !e) return e;
|
|
52
|
+
var n = e[Symbol.toPrimitive];
|
|
53
|
+
if (n !== void 0) {
|
|
54
|
+
var r = n.call(e, t || "default");
|
|
55
|
+
if (typeof r != "object") return r;
|
|
56
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
57
|
+
}
|
|
58
|
+
return (t === "string" ? String : Number)(e);
|
|
59
|
+
}
|
|
60
|
+
function se(e) {
|
|
61
|
+
var t = ae(e, "string");
|
|
62
|
+
return typeof t == "symbol" ? t : t + "";
|
|
63
|
+
}
|
|
64
|
+
var b = {}, C = { exports: {} }, L;
|
|
65
|
+
function fe() {
|
|
66
|
+
return L || (L = 1, function(e) {
|
|
67
|
+
function t(n) {
|
|
68
|
+
return n && n.__esModule ? n : {
|
|
69
|
+
default: n
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
73
|
+
}(C)), C.exports;
|
|
74
|
+
}
|
|
75
|
+
var q = { exports: {} }, D = { exports: {} }, M = { exports: {} }, E = { exports: {} }, U;
|
|
76
|
+
function J() {
|
|
77
|
+
return U || (U = 1, function(e) {
|
|
78
|
+
function t(n) {
|
|
79
|
+
"@babel/helpers - typeof";
|
|
80
|
+
return e.exports = t = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
|
|
81
|
+
return typeof r;
|
|
82
|
+
} : function(r) {
|
|
83
|
+
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
84
|
+
}, e.exports.__esModule = !0, e.exports.default = e.exports, t(n);
|
|
85
|
+
}
|
|
86
|
+
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
87
|
+
}(E)), E.exports;
|
|
88
|
+
}
|
|
89
|
+
var N = { exports: {} }, Q;
|
|
90
|
+
function ce() {
|
|
91
|
+
return Q || (Q = 1, function(e) {
|
|
92
|
+
var t = J().default;
|
|
93
|
+
function n(r, o) {
|
|
94
|
+
if (t(r) != "object" || !r) return r;
|
|
95
|
+
var u = r[Symbol.toPrimitive];
|
|
96
|
+
if (u !== void 0) {
|
|
97
|
+
var f = u.call(r, o || "default");
|
|
98
|
+
if (t(f) != "object") return f;
|
|
99
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
100
|
+
}
|
|
101
|
+
return (o === "string" ? String : Number)(r);
|
|
102
|
+
}
|
|
103
|
+
e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
104
|
+
}(N)), N.exports;
|
|
105
|
+
}
|
|
106
|
+
var H;
|
|
107
|
+
function pe() {
|
|
108
|
+
return H || (H = 1, function(e) {
|
|
109
|
+
var t = J().default, n = ce();
|
|
110
|
+
function r(o) {
|
|
111
|
+
var u = n(o, "string");
|
|
112
|
+
return t(u) == "symbol" ? u : u + "";
|
|
113
|
+
}
|
|
114
|
+
e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
115
|
+
}(M)), M.exports;
|
|
116
|
+
}
|
|
117
|
+
var W;
|
|
118
|
+
function le() {
|
|
119
|
+
return W || (W = 1, function(e) {
|
|
120
|
+
var t = pe();
|
|
121
|
+
function n(r, o, u) {
|
|
122
|
+
return (o = t(o)) in r ? Object.defineProperty(r, o, {
|
|
123
|
+
value: u,
|
|
124
|
+
enumerable: !0,
|
|
125
|
+
configurable: !0,
|
|
126
|
+
writable: !0
|
|
127
|
+
}) : r[o] = u, r;
|
|
128
|
+
}
|
|
129
|
+
e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
130
|
+
}(D)), D.exports;
|
|
131
|
+
}
|
|
132
|
+
var Y;
|
|
133
|
+
function de() {
|
|
134
|
+
return Y || (Y = 1, function(e) {
|
|
135
|
+
var t = le();
|
|
136
|
+
function n(o, u) {
|
|
137
|
+
var f = Object.keys(o);
|
|
138
|
+
if (Object.getOwnPropertySymbols) {
|
|
139
|
+
var c = Object.getOwnPropertySymbols(o);
|
|
140
|
+
u && (c = c.filter(function(x) {
|
|
141
|
+
return Object.getOwnPropertyDescriptor(o, x).enumerable;
|
|
142
|
+
})), f.push.apply(f, c);
|
|
143
|
+
}
|
|
144
|
+
return f;
|
|
145
|
+
}
|
|
146
|
+
function r(o) {
|
|
147
|
+
for (var u = 1; u < arguments.length; u++) {
|
|
148
|
+
var f = arguments[u] != null ? arguments[u] : {};
|
|
149
|
+
u % 2 ? n(Object(f), !0).forEach(function(c) {
|
|
150
|
+
t(o, c, f[c]);
|
|
151
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(f)) : n(Object(f)).forEach(function(c) {
|
|
152
|
+
Object.defineProperty(o, c, Object.getOwnPropertyDescriptor(f, c));
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
return o;
|
|
156
|
+
}
|
|
157
|
+
e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
158
|
+
}(q)), q.exports;
|
|
159
|
+
}
|
|
160
|
+
var O = {}, z;
|
|
161
|
+
function ve() {
|
|
162
|
+
if (z) return O;
|
|
163
|
+
z = 1, Object.defineProperty(O, "__esModule", {
|
|
164
|
+
value: !0
|
|
165
|
+
}), O.default = e;
|
|
166
|
+
function e() {
|
|
167
|
+
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
168
|
+
}
|
|
169
|
+
return O;
|
|
170
|
+
}
|
|
171
|
+
var j = {}, B;
|
|
172
|
+
function ye() {
|
|
173
|
+
if (B) return j;
|
|
174
|
+
B = 1, Object.defineProperty(j, "__esModule", {
|
|
175
|
+
value: !0
|
|
176
|
+
}), j.default = e;
|
|
177
|
+
function e(t, n) {
|
|
178
|
+
if (!t)
|
|
179
|
+
return !1;
|
|
180
|
+
if (t.contains)
|
|
181
|
+
return t.contains(n);
|
|
182
|
+
for (var r = n; r; ) {
|
|
183
|
+
if (r === t)
|
|
184
|
+
return !0;
|
|
185
|
+
r = r.parentNode;
|
|
186
|
+
}
|
|
187
|
+
return !1;
|
|
188
|
+
}
|
|
189
|
+
return j;
|
|
190
|
+
}
|
|
191
|
+
var F;
|
|
192
|
+
function be() {
|
|
193
|
+
if (F) return b;
|
|
194
|
+
F = 1;
|
|
195
|
+
var e = fe().default;
|
|
196
|
+
Object.defineProperty(b, "__esModule", {
|
|
197
|
+
value: !0
|
|
198
|
+
}), b.clearContainerCache = $, b.injectCSS = _, b.removeCSS = X, b.updateCSS = ee;
|
|
199
|
+
var t = e(de()), n = e(ve()), r = e(ye()), o = "data-rc-order", u = "data-rc-priority", f = "rc-util-key", c = /* @__PURE__ */ new Map();
|
|
200
|
+
function x() {
|
|
201
|
+
var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = a.mark;
|
|
202
|
+
return i ? i.startsWith("data-") ? i : "data-".concat(i) : f;
|
|
203
|
+
}
|
|
204
|
+
function P(a) {
|
|
205
|
+
if (a.attachTo)
|
|
206
|
+
return a.attachTo;
|
|
207
|
+
var i = document.querySelector("head");
|
|
208
|
+
return i || document.body;
|
|
209
|
+
}
|
|
210
|
+
function V(a) {
|
|
211
|
+
return a === "queue" ? "prependQueue" : a ? "prepend" : "append";
|
|
212
|
+
}
|
|
213
|
+
function w(a) {
|
|
214
|
+
return Array.from((c.get(a) || a).children).filter(function(i) {
|
|
215
|
+
return i.tagName === "STYLE";
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
function _(a) {
|
|
219
|
+
var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
220
|
+
if (!(0, n.default)())
|
|
221
|
+
return null;
|
|
222
|
+
var s = i.csp, l = i.prepend, g = i.priority, d = g === void 0 ? 0 : g, v = V(l), m = v === "prependQueue", p = document.createElement("style");
|
|
223
|
+
p.setAttribute(o, v), m && d && p.setAttribute(u, "".concat(d)), s != null && s.nonce && (p.nonce = s == null ? void 0 : s.nonce), p.innerHTML = a;
|
|
224
|
+
var y = P(i), S = y.firstChild;
|
|
225
|
+
if (l) {
|
|
226
|
+
if (m) {
|
|
227
|
+
var R = (i.styles || w(y)).filter(function(A) {
|
|
228
|
+
if (!["prepend", "prependQueue"].includes(A.getAttribute(o)))
|
|
229
|
+
return !1;
|
|
230
|
+
var re = Number(A.getAttribute(u) || 0);
|
|
231
|
+
return d >= re;
|
|
232
|
+
});
|
|
233
|
+
if (R.length)
|
|
234
|
+
return y.insertBefore(p, R[R.length - 1].nextSibling), p;
|
|
235
|
+
}
|
|
236
|
+
y.insertBefore(p, S);
|
|
237
|
+
} else
|
|
238
|
+
y.appendChild(p);
|
|
239
|
+
return p;
|
|
240
|
+
}
|
|
241
|
+
function T(a) {
|
|
242
|
+
var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s = P(i);
|
|
243
|
+
return (i.styles || w(s)).find(function(l) {
|
|
244
|
+
return l.getAttribute(x(i)) === a;
|
|
245
|
+
});
|
|
246
|
+
}
|
|
247
|
+
function X(a) {
|
|
248
|
+
var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s = T(a, i);
|
|
249
|
+
if (s) {
|
|
250
|
+
var l = P(i);
|
|
251
|
+
l.removeChild(s);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
function Z(a, i) {
|
|
255
|
+
var s = c.get(a);
|
|
256
|
+
if (!s || !(0, r.default)(document, s)) {
|
|
257
|
+
var l = _("", i), g = l.parentNode;
|
|
258
|
+
c.set(a, g), a.removeChild(l);
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
function $() {
|
|
262
|
+
c.clear();
|
|
263
|
+
}
|
|
264
|
+
function ee(a, i) {
|
|
265
|
+
var s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, l = P(s), g = w(l), d = (0, t.default)((0, t.default)({}, s), {}, {
|
|
266
|
+
styles: g
|
|
267
|
+
});
|
|
268
|
+
Z(l, d);
|
|
269
|
+
var v = T(i, d);
|
|
270
|
+
if (v) {
|
|
271
|
+
var m, p;
|
|
272
|
+
if ((m = d.csp) !== null && m !== void 0 && m.nonce && v.nonce !== ((p = d.csp) === null || p === void 0 ? void 0 : p.nonce)) {
|
|
273
|
+
var y;
|
|
274
|
+
v.nonce = (y = d.csp) === null || y === void 0 ? void 0 : y.nonce;
|
|
275
|
+
}
|
|
276
|
+
return v.innerHTML !== a && (v.innerHTML = a), v;
|
|
277
|
+
}
|
|
278
|
+
var S = _(a, d);
|
|
279
|
+
return S.setAttribute(x(d), i), S;
|
|
280
|
+
}
|
|
281
|
+
return b;
|
|
282
|
+
}
|
|
283
|
+
var ge = be(), h = {}, G;
|
|
284
|
+
function me() {
|
|
285
|
+
if (G) return h;
|
|
286
|
+
G = 1, Object.defineProperty(h, "__esModule", {
|
|
287
|
+
value: !0
|
|
288
|
+
}), h.getShadowRoot = n, h.inShadow = t;
|
|
289
|
+
function e(r) {
|
|
290
|
+
var o;
|
|
291
|
+
return r == null || (o = r.getRootNode) === null || o === void 0 ? void 0 : o.call(r);
|
|
292
|
+
}
|
|
293
|
+
function t(r) {
|
|
294
|
+
return e(r) instanceof ShadowRoot;
|
|
295
|
+
}
|
|
296
|
+
function n(r) {
|
|
297
|
+
return t(r) ? e(r) : null;
|
|
298
|
+
}
|
|
299
|
+
return h;
|
|
300
|
+
}
|
|
301
|
+
var he = me();
|
|
302
|
+
const xe = ["icon"], Pe = `
|
|
303
|
+
.dmicon {
|
|
304
|
+
display: inline-flex;
|
|
305
|
+
align-items: center;
|
|
306
|
+
color: inherit;
|
|
307
|
+
font-style: normal;
|
|
308
|
+
line-height: 0;
|
|
309
|
+
text-align: center;
|
|
310
|
+
text-transform: none;
|
|
311
|
+
vertical-align: -0.125em;
|
|
312
|
+
text-rendering: optimizeLegibility;
|
|
313
|
+
-webkit-font-smoothing: antialiased;
|
|
314
|
+
-moz-osx-font-smoothing: grayscale;
|
|
315
|
+
}
|
|
316
|
+
`, je = (e) => {
|
|
317
|
+
let {
|
|
318
|
+
icon: t
|
|
319
|
+
} = e, n = ie(e, xe);
|
|
320
|
+
const r = te(null);
|
|
321
|
+
return ne(() => {
|
|
322
|
+
const o = r.current;
|
|
323
|
+
if (!o) return;
|
|
324
|
+
const u = he.getShadowRoot(o);
|
|
325
|
+
ge.updateCSS(Pe, "@d-matrix/icons-react", {
|
|
326
|
+
prepend: !0,
|
|
327
|
+
attachTo: u
|
|
328
|
+
});
|
|
329
|
+
}, []), /* @__PURE__ */ K("span", k(k({
|
|
330
|
+
ref: r,
|
|
331
|
+
role: "img",
|
|
332
|
+
className: "dmicon"
|
|
333
|
+
}, n), {}, {
|
|
334
|
+
children: /* @__PURE__ */ K(t, {})
|
|
335
|
+
}));
|
|
336
|
+
};
|
|
337
|
+
export {
|
|
338
|
+
je as D,
|
|
339
|
+
k as _,
|
|
340
|
+
ie as a
|
|
341
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";const I=require("react/jsx-runtime"),k=require("react");function oe(e,t,n){return(t=ae(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function L(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function T(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?L(Object(n),!0).forEach(function(r){oe(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):L(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function V(e,t){if(e==null)return{};var n,r,o=ie(e,t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(e);for(r=0;r<u.length;r++)n=u[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function ie(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}function ue(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ae(e){var t=ue(e,"string");return typeof t=="symbol"?t:t+""}var b={},q={exports:{}},U;function se(){return U||(U=1,function(e){function t(n){return n&&n.__esModule?n:{default:n}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(q)),q.exports}var C={exports:{}},D={exports:{}},M={exports:{}},E={exports:{}},Q;function X(){return Q||(Q=1,function(e){function t(n){"@babel/helpers - typeof";return e.exports=t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(E)),E.exports}var N={exports:{}},W;function ce(){return W||(W=1,function(e){var t=X().default;function n(r,o){if(t(r)!="object"||!r)return r;var u=r[Symbol.toPrimitive];if(u!==void 0){var c=u.call(r,o||"default");if(t(c)!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(o==="string"?String:Number)(r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}(N)),N.exports}var H;function fe(){return H||(H=1,function(e){var t=X().default,n=ce();function r(o){var u=n(o,"string");return t(u)=="symbol"?u:u+""}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(M)),M.exports}var Y;function pe(){return Y||(Y=1,function(e){var t=fe();function n(r,o,u){return(o=t(o))in r?Object.defineProperty(r,o,{value:u,enumerable:!0,configurable:!0,writable:!0}):r[o]=u,r}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}(D)),D.exports}var z;function le(){return z||(z=1,function(e){var t=pe();function n(o,u){var c=Object.keys(o);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(o);u&&(f=f.filter(function(x){return Object.getOwnPropertyDescriptor(o,x).enumerable})),c.push.apply(c,f)}return c}function r(o){for(var u=1;u<arguments.length;u++){var c=arguments[u]!=null?arguments[u]:{};u%2?n(Object(c),!0).forEach(function(f){t(o,f,c[f])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(c)):n(Object(c)).forEach(function(f){Object.defineProperty(o,f,Object.getOwnPropertyDescriptor(c,f))})}return o}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(C)),C.exports}var O={},B;function de(){if(B)return O;B=1,Object.defineProperty(O,"__esModule",{value:!0}),O.default=e;function e(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}return O}var j={},F;function ve(){if(F)return j;F=1,Object.defineProperty(j,"__esModule",{value:!0}),j.default=e;function e(t,n){if(!t)return!1;if(t.contains)return t.contains(n);for(var r=n;r;){if(r===t)return!0;r=r.parentNode}return!1}return j}var G;function ye(){if(G)return b;G=1;var e=se().default;Object.defineProperty(b,"__esModule",{value:!0}),b.clearContainerCache=re,b.injectCSS=w,b.removeCSS=$,b.updateCSS=te;var t=e(le()),n=e(de()),r=e(ve()),o="data-rc-order",u="data-rc-priority",c="rc-util-key",f=new Map;function x(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=a.mark;return i?i.startsWith("data-")?i:"data-".concat(i):c}function P(a){if(a.attachTo)return a.attachTo;var i=document.querySelector("head");return i||document.body}function Z(a){return a==="queue"?"prependQueue":a?"prepend":"append"}function _(a){return Array.from((f.get(a)||a).children).filter(function(i){return i.tagName==="STYLE"})}function w(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(0,n.default)())return null;var s=i.csp,l=i.prepend,g=i.priority,d=g===void 0?0:g,v=Z(l),m=v==="prependQueue",p=document.createElement("style");p.setAttribute(o,v),m&&d&&p.setAttribute(u,"".concat(d)),s!=null&&s.nonce&&(p.nonce=s==null?void 0:s.nonce),p.innerHTML=a;var y=P(i),S=y.firstChild;if(l){if(m){var R=(i.styles||_(y)).filter(function(K){if(!["prepend","prependQueue"].includes(K.getAttribute(o)))return!1;var ne=Number(K.getAttribute(u)||0);return d>=ne});if(R.length)return y.insertBefore(p,R[R.length-1].nextSibling),p}y.insertBefore(p,S)}else y.appendChild(p);return p}function A(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=P(i);return(i.styles||_(s)).find(function(l){return l.getAttribute(x(i))===a})}function $(a){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=A(a,i);if(s){var l=P(i);l.removeChild(s)}}function ee(a,i){var s=f.get(a);if(!s||!(0,r.default)(document,s)){var l=w("",i),g=l.parentNode;f.set(a,g),a.removeChild(l)}}function re(){f.clear()}function te(a,i){var s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},l=P(s),g=_(l),d=(0,t.default)((0,t.default)({},s),{},{styles:g});ee(l,d);var v=A(i,d);if(v){var m,p;if((m=d.csp)!==null&&m!==void 0&&m.nonce&&v.nonce!==((p=d.csp)===null||p===void 0?void 0:p.nonce)){var y;v.nonce=(y=d.csp)===null||y===void 0?void 0:y.nonce}return v.innerHTML!==a&&(v.innerHTML=a),v}var S=w(a,d);return S.setAttribute(x(d),i),S}return b}var be=ye(),h={},J;function ge(){if(J)return h;J=1,Object.defineProperty(h,"__esModule",{value:!0}),h.getShadowRoot=n,h.inShadow=t;function e(r){var o;return r==null||(o=r.getRootNode)===null||o===void 0?void 0:o.call(r)}function t(r){return e(r)instanceof ShadowRoot}function n(r){return t(r)?e(r):null}return h}var me=ge();const he=["icon"],xe=`
|
|
2
|
+
.dmicon {
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
color: inherit;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
line-height: 0;
|
|
8
|
+
text-align: center;
|
|
9
|
+
text-transform: none;
|
|
10
|
+
vertical-align: -0.125em;
|
|
11
|
+
text-rendering: optimizeLegibility;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
`,Pe=e=>{let{icon:t}=e,n=V(e,he);const r=k.useRef(null);return k.useEffect(()=>{const o=r.current;if(!o)return;const u=me.getShadowRoot(o);be.updateCSS(xe,"@d-matrix/icons-react",{prepend:!0,attachTo:u})},[]),I.jsx("span",T(T({ref:r,role:"img",className:"dmicon"},n),{},{children:I.jsx(t,{})}))};exports.DMIcon=Pe;exports._objectSpread2=T;exports._objectWithoutProperties=V;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../dm-icon-DkFz8Dib.cjs"),n=require("react/jsx-runtime"),e=require("react"),h=["title","titleId"],o=c=>n.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},c),{},{icon:l=>{let{title:a,titleId:r}=l,i=t._objectWithoutProperties(l,h);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":r},i),a?e.createElement("title",{id:r},a):null,e.createElement("g",{fill:"none",fillRule:"nonzero"},e.createElement("path",{d:"M0 0h16v16H0z"}),e.createElement("path",{fill:"#0E512B",d:"M14.957 9.043H1.043L0 7.653 1.391 6.26H14.61L16 7.652z"}),e.createElement("path",{fill:"#E6E6E6",d:"M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"}),e.createElement("path",{fill:"#B3B3B3",d:"M10.435 0v3.478c0 .385.311.696.695.696h3.479z"}),e.createElement("path",{fill:"#1B7343",d:"M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"}),e.createElement("path",{fill:"#FFF",d:"M5.771 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392zM6.078 12.174V9.442h.738v2.136h1.051v.596zM10.09 11.344q0 .255-.129.451a.84.84 0 0 1-.371.307q-.243.11-.57.11-.272 0-.458-.04a1.7 1.7 0 0 1-.385-.133v-.657q.211.108.44.169.226.06.418.06.165 0 .24-.057a.18.18 0 0 0 .077-.146q0-.057-.03-.098a.4.4 0 0 0-.1-.085 4 4 0 0 0-.363-.176 1.7 1.7 0 0 1-.4-.235.7.7 0 0 1-.198-.262.9.9 0 0 1-.065-.35.7.7 0 0 1 .275-.588q.275-.21.755-.21.423 0 .865.195l-.226.57q-.384-.175-.662-.175-.143 0-.209.05a.15.15 0 0 0-.065.125q0 .081.083.144.082.063.451.232.353.16.49.34a.74.74 0 0 1 .137.46M12.973 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392z"})))}}));module.exports=o;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { D as o, _ as t, a as n } from "../dm-icon-CyBSlz59.js";
|
|
2
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const m = ["title", "titleId"], E = (h) => /* @__PURE__ */ c(o, t(t({}, h), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, i = n(l, m);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("g", {
|
|
24
|
+
fill: "none",
|
|
25
|
+
fillRule: "nonzero"
|
|
26
|
+
}, e.createElement("path", {
|
|
27
|
+
d: "M0 0h16v16H0z"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "#0E512B",
|
|
30
|
+
d: "M14.957 9.043H1.043L0 7.653 1.391 6.26H14.61L16 7.652z"
|
|
31
|
+
}), e.createElement("path", {
|
|
32
|
+
fill: "#E6E6E6",
|
|
33
|
+
d: "M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"
|
|
34
|
+
}), e.createElement("path", {
|
|
35
|
+
fill: "#B3B3B3",
|
|
36
|
+
d: "M10.435 0v3.478c0 .385.311.696.695.696h3.479z"
|
|
37
|
+
}), e.createElement("path", {
|
|
38
|
+
fill: "#1B7343",
|
|
39
|
+
d: "M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"
|
|
40
|
+
}), e.createElement("path", {
|
|
41
|
+
fill: "#FFF",
|
|
42
|
+
d: "M5.771 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392zM6.078 12.174V9.442h.738v2.136h1.051v.596zM10.09 11.344q0 .255-.129.451a.84.84 0 0 1-.371.307q-.243.11-.57.11-.272 0-.458-.04a1.7 1.7 0 0 1-.385-.133v-.657q.211.108.44.169.226.06.418.06.165 0 .24-.057a.18.18 0 0 0 .077-.146q0-.057-.03-.098a.4.4 0 0 0-.1-.085 4 4 0 0 0-.363-.176 1.7 1.7 0 0 1-.4-.235.7.7 0 0 1-.198-.262.9.9 0 0 1-.065-.35.7.7 0 0 1 .275-.588q.275-.21.755-.21.423 0 .865.195l-.226.57q-.384-.175-.662-.175-.143 0-.209.05a.15.15 0 0 0-.065.125q0 .081.083.144.082.063.451.232.353.16.49.34a.74.74 0 0 1 .137.46M12.973 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392z"
|
|
43
|
+
})));
|
|
44
|
+
}
|
|
45
|
+
)
|
|
46
|
+
}));
|
|
47
|
+
export {
|
|
48
|
+
E as default
|
|
49
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DkFz8Dib.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=c=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:r=>{let{title:a,titleId:l}=r,i=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":l},i),a?t.createElement("title",{id:l},a):null,t.createElement("path",{d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1.5H2a.5.5 0 0 0-.492.41L1.5 2v7H4c2.003 0 3 1.018 3 3v2.501l7-.001a.5.5 0 0 0 .492-.41L14.5 14V2a.5.5 0 0 0-.41-.492zM11.24 3c1.35 0 1.75.389 1.75 1.596V7.25a.75.75 0 0 1-1.492.102l-.007-.102-.001-1.68-3.46 3.46a.75.75 0 0 1-1.133-.976l.073-.084 3.468-3.47H8.75a.75.75 0 0 1-.102-1.493L8.75 3z"}))}}));module.exports=s;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { D as c, _ as e, a as n } from "../dm-icon-CyBSlz59.js";
|
|
2
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const d = ["title", "titleId"], h = (o) => /* @__PURE__ */ s(c, e(e({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(a) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = a, i = n(a, d);
|
|
12
|
+
return t.createElement("svg", e({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), l ? t.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, l) : null, t.createElement("path", {
|
|
24
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1.5H2a.5.5 0 0 0-.492.41L1.5 2v7H4c2.003 0 3 1.018 3 3v2.501l7-.001a.5.5 0 0 0 .492-.41L14.5 14V2a.5.5 0 0 0-.41-.492zM11.24 3c1.35 0 1.75.389 1.75 1.596V7.25a.75.75 0 0 1-1.492.102l-.007-.102-.001-1.68-3.46 3.46a.75.75 0 0 1-1.133-.976l.073-.084 3.468-3.47H8.75a.75.75 0 0 1-.102-1.493L8.75 3z"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
}));
|
|
29
|
+
export {
|
|
30
|
+
h as default
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../dm-icon-DkFz8Dib.cjs"),n=require("react/jsx-runtime"),e=require("react"),o=["title","titleId"],s=i=>n.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},i),{},{icon:l=>{let{title:r,titleId:a}=l,c=t._objectWithoutProperties(l,o);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":a},c),r?e.createElement("title",{id:a},r):null,e.createElement("g",{fill:"none"},e.createElement("path",{d:"M0 0h16v16H0z"}),e.createElement("path",{fill:"#B8CAE6",d:"M2.333 2h1v11a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1"}),e.createElement("path",{fill:"#B8CAE6",d:"M4.667 2h8.503a.667.667 0 0 1 .495 1.113l-1.998 2.22 1.998 2.221a.667.667 0 0 1-.495 1.113H4.667z",opacity:.3})))}}));module.exports=s;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { D as n, _ as t, a as c } from "../dm-icon-CyBSlz59.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const d = ["title", "titleId"], f = (i) => /* @__PURE__ */ m(n, t(t({}, i), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, o = c(l, d);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, o), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("g", {
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, e.createElement("path", {
|
|
26
|
+
d: "M0 0h16v16H0z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "#B8CAE6",
|
|
29
|
+
d: "M2.333 2h1v11a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1"
|
|
30
|
+
}), e.createElement("path", {
|
|
31
|
+
fill: "#B8CAE6",
|
|
32
|
+
d: "M4.667 2h8.503a.667.667 0 0 1 .495 1.113l-1.998 2.22 1.998 2.221a.667.667 0 0 1-.495 1.113H4.667z",
|
|
33
|
+
opacity: 0.3
|
|
34
|
+
})));
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
}));
|
|
38
|
+
export {
|
|
39
|
+
f as default
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DkFz8Dib.cjs"),c=require("react/jsx-runtime"),t=require("react"),i=["title","titleId"],o=a=>c.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:h=>{let{title:l,titleId:v}=h,r=e._objectWithoutProperties(h,i);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 48 24",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":v},r),l?t.createElement("title",{id:v},l):null,t.createElement("g",{fill:"#8AB0E6"},t.createElement("path",{d:"M1.5 4v12c0 1.379 1.124 2.5 2.51 2.5h39.98c1.388 0 2.51-1.12 2.51-2.5V4c0-1.379-1.124-2.5-2.51-2.5H4.01A2.504 2.504 0 0 0 1.5 4M0 4c0-2.21 1.794-4 4.01-4h39.98A4.006 4.006 0 0 1 48 4v12c0 2.21-1.794 4-4.01 4H4.01A4.006 4.006 0 0 1 0 16z"}),t.createElement("path",{d:"M8.445 15.08q-1.008 0-1.488-.498-.48-.486-.48-1.494V7.62h1.61v1.184h5.55V6.367H6.2V4.908h9.03v5.362H8.087v2.408q0 .521.214.735t.723.214h4.39q.62 0 .875-.19.255-.191.349-.724.14-.897.199-1.494.685.217 1.553.45-.135 1.145-.305 1.911-.176.826-.668 1.166-.475.334-1.447.334zm10.868.434v-3.598l-.135.17q-.252.304-.387.451a41 41 0 0 0-.34-1.576 9 9 0 0 0 1.46-2.578l1.359.164q-.03.059-.082.176-.153.357-.235.515h1.102l-.24-.644 1.353-.153.287.797h1.318v.996h-1.605v.61h1.518v1.002h-1.518v.597h1.53v.88l.087-.077q.615-.521.861-.78-.416-1.698-.51-4.212h-6.532V7.047h2.619v-.68H19.16V5.26h2.063v-.903h1.435v.903h1.887v1.107h-1.887v.68h2.444q-.036-1.348-.036-2.701h1.424q0 1.905.012 2.7h2.883v1.208h-2.848q.065 1.623.229 2.777.428-.697 1.101-2.308l1.213.586q-.562 1.183-.96 1.904a14 14 0 0 1-.927 1.476l.141.387q.2.738.498.738.17 0 .223-.293.146-.738.24-1.722.65.304 1.148.48-.129 1.167-.316 2.016-.135.597-.469.908-.328.3-.803.299-.551 0-.937-.322-.445-.37-.809-1.237-.51.516-.826.797l-.392-.597v.902h-4.272v.469zm1.306-1.465h1.248v-.61H20.62zm2.549 0h1.652l-.357-.54.082-.07h-1.377zm-2.549-1.606h1.248v-.597H20.62zm0-1.6h1.248v-.609H20.62zm7.436-3.948a30 30 0 0 0-1.348-1.565l.95-.75a25 25 0 0 1 1.417 1.47zm4.814 8.666v-4.682a16 16 0 0 1-1.055 2.115l-.052-.363a33 33 0 0 0-.287-1.752q.896-1.335 1.382-3.047h-1.136v-1.36h1.148V4.347h1.354v2.127h1.054v1.359h-1.054v1.629l.392-.434a128 128 0 0 1 1.26 1.29l-.844 1.072-.808-.99v5.162zm3.897-.094q-.048-.422-.264-1.477.381.024 1.008.024.345 0 .48-.144t.135-.49V9.427H35.4V8.043h6.985v1.383h-2.813v4.494q0 .744-.34 1.101-.345.375-1.13.422h-.088q-.815.024-1.248.024m-.703-1.078a9.4 9.4 0 0 0-1.272-.633 45 45 0 0 0 1.605-3.639l1.301.422a100 100 0 0 1-1.635 3.85m5.162-.106a12 12 0 0 0-.153-.404 111 111 0 0 0-1.283-3.27l1.254-.504q.615 1.4 1.506 3.592zM35.84 6.355V4.99h6.082v1.365z"})))}}));module.exports=o;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { D as m, _ as t, a as o } from "../dm-icon-CyBSlz59.js";
|
|
2
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const i = ["title", "titleId"], d = (a) => /* @__PURE__ */ c(m, t(t({}, a), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(h) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: v
|
|
11
|
+
} = h, r = o(h, i);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
viewBox: "0 0 48 24",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": v
|
|
21
|
+
}, r), l ? e.createElement("title", {
|
|
22
|
+
id: v
|
|
23
|
+
}, l) : null, e.createElement("g", {
|
|
24
|
+
fill: "#8AB0E6"
|
|
25
|
+
}, e.createElement("path", {
|
|
26
|
+
d: "M1.5 4v12c0 1.379 1.124 2.5 2.51 2.5h39.98c1.388 0 2.51-1.12 2.51-2.5V4c0-1.379-1.124-2.5-2.51-2.5H4.01A2.504 2.504 0 0 0 1.5 4M0 4c0-2.21 1.794-4 4.01-4h39.98A4.006 4.006 0 0 1 48 4v12c0 2.21-1.794 4-4.01 4H4.01A4.006 4.006 0 0 1 0 16z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
d: "M8.445 15.08q-1.008 0-1.488-.498-.48-.486-.48-1.494V7.62h1.61v1.184h5.55V6.367H6.2V4.908h9.03v5.362H8.087v2.408q0 .521.214.735t.723.214h4.39q.62 0 .875-.19.255-.191.349-.724.14-.897.199-1.494.685.217 1.553.45-.135 1.145-.305 1.911-.176.826-.668 1.166-.475.334-1.447.334zm10.868.434v-3.598l-.135.17q-.252.304-.387.451a41 41 0 0 0-.34-1.576 9 9 0 0 0 1.46-2.578l1.359.164q-.03.059-.082.176-.153.357-.235.515h1.102l-.24-.644 1.353-.153.287.797h1.318v.996h-1.605v.61h1.518v1.002h-1.518v.597h1.53v.88l.087-.077q.615-.521.861-.78-.416-1.698-.51-4.212h-6.532V7.047h2.619v-.68H19.16V5.26h2.063v-.903h1.435v.903h1.887v1.107h-1.887v.68h2.444q-.036-1.348-.036-2.701h1.424q0 1.905.012 2.7h2.883v1.208h-2.848q.065 1.623.229 2.777.428-.697 1.101-2.308l1.213.586q-.562 1.183-.96 1.904a14 14 0 0 1-.927 1.476l.141.387q.2.738.498.738.17 0 .223-.293.146-.738.24-1.722.65.304 1.148.48-.129 1.167-.316 2.016-.135.597-.469.908-.328.3-.803.299-.551 0-.937-.322-.445-.37-.809-1.237-.51.516-.826.797l-.392-.597v.902h-4.272v.469zm1.306-1.465h1.248v-.61H20.62zm2.549 0h1.652l-.357-.54.082-.07h-1.377zm-2.549-1.606h1.248v-.597H20.62zm0-1.6h1.248v-.609H20.62zm7.436-3.948a30 30 0 0 0-1.348-1.565l.95-.75a25 25 0 0 1 1.417 1.47zm4.814 8.666v-4.682a16 16 0 0 1-1.055 2.115l-.052-.363a33 33 0 0 0-.287-1.752q.896-1.335 1.382-3.047h-1.136v-1.36h1.148V4.347h1.354v2.127h1.054v1.359h-1.054v1.629l.392-.434a128 128 0 0 1 1.26 1.29l-.844 1.072-.808-.99v5.162zm3.897-.094q-.048-.422-.264-1.477.381.024 1.008.024.345 0 .48-.144t.135-.49V9.427H35.4V8.043h6.985v1.383h-2.813v4.494q0 .744-.34 1.101-.345.375-1.13.422h-.088q-.815.024-1.248.024m-.703-1.078a9.4 9.4 0 0 0-1.272-.633 45 45 0 0 0 1.605-3.639l1.301.422a100 100 0 0 1-1.635 3.85m5.162-.106a12 12 0 0 0-.153-.404 111 111 0 0 0-1.283-3.27l1.254-.504q.615 1.4 1.506 3.592zM35.84 6.355V4.99h6.082v1.365z"
|
|
29
|
+
})));
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
}));
|
|
33
|
+
export {
|
|
34
|
+
d as default
|
|
35
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DkFz8Dib.cjs"),n=require("react/jsx-runtime"),t=require("react"),a=["title","titleId"],s=i=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:r=>{let{title:c,titleId:l}=r,o=e._objectWithoutProperties(r,a);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":l},o),c?t.createElement("title",{id:l},c):null,t.createElement("g",{fill:"none"},t.createElement("rect",{width:16,height:16,rx:2}),t.createElement("path",{fill:"#FF5023",d:"M8.4 0C7 2.174 10.533 4.655 11.55 5.94c.66.836 1.05 1.861 1.05 2.97C12.6 11.72 10.093 14 7 14s-5.6-2.28-5.6-5.09q0-2.253 1.64-3.637a.76.76 0 0 1 .808-.094c.263.128.408.394.36.663q-.268 1.5 1.013 1.5c2.238 0-2.436-6.3 3.179-7.342m1.4 8.91c-.387 0-.7.284-.7.635 0 .703-.627 1.273-1.4 1.273-.387 0-.7.285-.7.637 0 .351.313.636.7.636 1.546 0 2.8-1.14 2.8-2.546 0-.351-.313-.636-.7-.636"})))}}));module.exports=s;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { D as c, _ as t, a as n } from "../dm-icon-CyBSlz59.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const s = ["title", "titleId"], u = (o) => /* @__PURE__ */ m(c, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: i
|
|
11
|
+
} = l, a = n(l, s);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": i
|
|
21
|
+
}, a), r ? e.createElement("title", {
|
|
22
|
+
id: i
|
|
23
|
+
}, r) : null, e.createElement("g", {
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, e.createElement("rect", {
|
|
26
|
+
width: 16,
|
|
27
|
+
height: 16,
|
|
28
|
+
rx: 2
|
|
29
|
+
}), e.createElement("path", {
|
|
30
|
+
fill: "#FF5023",
|
|
31
|
+
d: "M8.4 0C7 2.174 10.533 4.655 11.55 5.94c.66.836 1.05 1.861 1.05 2.97C12.6 11.72 10.093 14 7 14s-5.6-2.28-5.6-5.09q0-2.253 1.64-3.637a.76.76 0 0 1 .808-.094c.263.128.408.394.36.663q-.268 1.5 1.013 1.5c2.238 0-2.436-6.3 3.179-7.342m1.4 8.91c-.387 0-.7.284-.7.635 0 .703-.627 1.273-1.4 1.273-.387 0-.7.285-.7.637 0 .351.313.636.7.636 1.546 0 2.8-1.14 2.8-2.546 0-.351-.313-.636-.7-.636"
|
|
32
|
+
})));
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
}));
|
|
36
|
+
export {
|
|
37
|
+
u as default
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../dm-icon-DkFz8Dib.cjs"),n=require("react/jsx-runtime"),e=require("react"),o=["title","titleId"],s=i=>n.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},i),{},{icon:r=>{let{title:c,titleId:l}=r,a=t._objectWithoutProperties(r,o);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":l},a),c?e.createElement("title",{id:l},c):null,e.createElement("g",{fill:"none"},e.createElement("path",{d:"M0 0h16v16H0z"}),e.createElement("path",{fill:"#B8CAE6",d:"M2 2.667h11.333c.369 0 .667.298.667.666v1.334a.667.667 0 0 1-.667.666H2a.667.667 0 0 1-.667-.666V3.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V7.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666v-1.334c0-.368.299-.666.667-.666"}),e.createElement("rect",{width:3.333,height:6.667,x:10.667,y:6.667,fill:"#B8CAE6",opacity:.3,rx:1})))}}));module.exports=s;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { D as o, _ as t, a as m } from "../dm-icon-CyBSlz59.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const h = ["title", "titleId"], f = (i) => /* @__PURE__ */ n(o, t(t({}, i), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, c = m(l, h);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, c), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("g", {
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, e.createElement("path", {
|
|
26
|
+
d: "M0 0h16v16H0z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "#B8CAE6",
|
|
29
|
+
d: "M2 2.667h11.333c.369 0 .667.298.667.666v1.334a.667.667 0 0 1-.667.666H2a.667.667 0 0 1-.667-.666V3.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V7.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666v-1.334c0-.368.299-.666.667-.666"
|
|
30
|
+
}), e.createElement("rect", {
|
|
31
|
+
width: 3.333,
|
|
32
|
+
height: 6.667,
|
|
33
|
+
x: 10.667,
|
|
34
|
+
y: 6.667,
|
|
35
|
+
fill: "#B8CAE6",
|
|
36
|
+
opacity: 0.3,
|
|
37
|
+
rx: 1
|
|
38
|
+
})));
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
}));
|
|
42
|
+
export {
|
|
43
|
+
f as default
|
|
44
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DkFz8Dib.cjs"),c=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=a=>c.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:r=>{let{title:l,titleId:i}=r,o=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":i},o),l?t.createElement("title",{id:i},l):null,t.createElement("path",{d:"M1.778 14.222H15.11a.889.889 0 1 1 0 1.778H.89A.89.89 0 0 1 0 15.111V.89a.889.889 0 1 1 1.778 0zm3.315-3.836A.889.889 0 1 1 3.796 9.17l3.333-3.556a.89.89 0 0 1 1.226-.068l2.63 2.245 3.428-4.342a.889.889 0 0 1 1.396 1.102l-4 5.066a.89.89 0 0 1-1.275.126L7.846 7.449z"}))}}));module.exports=s;
|