mx-icons 1.0.0 → 1.0.2
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/mx-icons.es.js +143 -87
- package/dist/mx-icons.umd.js +4 -4
- package/package.json +1 -1
package/dist/mx-icons.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
var x = { exports: {} },
|
|
1
|
+
import me from "react";
|
|
2
|
+
var x = { exports: {} }, p = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.js
|
|
@@ -9,27 +9,27 @@ var x = { exports: {} }, h = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
|
|
12
|
+
var I;
|
|
13
|
+
function de() {
|
|
14
|
+
if (I) return p;
|
|
15
|
+
I = 1;
|
|
16
16
|
var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
17
|
-
function o(i, c,
|
|
17
|
+
function o(i, c, m) {
|
|
18
18
|
var v = null;
|
|
19
|
-
if (
|
|
20
|
-
|
|
21
|
-
for (var
|
|
22
|
-
|
|
23
|
-
} else
|
|
24
|
-
return c =
|
|
19
|
+
if (m !== void 0 && (v = "" + m), c.key !== void 0 && (v = "" + c.key), "key" in c) {
|
|
20
|
+
m = {};
|
|
21
|
+
for (var h in c)
|
|
22
|
+
h !== "key" && (m[h] = c[h]);
|
|
23
|
+
} else m = c;
|
|
24
|
+
return c = m.ref, {
|
|
25
25
|
$$typeof: t,
|
|
26
26
|
type: i,
|
|
27
27
|
key: v,
|
|
28
28
|
ref: c !== void 0 ? c : null,
|
|
29
|
-
props:
|
|
29
|
+
props: m
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
return
|
|
32
|
+
return p.Fragment = n, p.jsx = o, p.jsxs = o, p;
|
|
33
33
|
}
|
|
34
34
|
var _ = {};
|
|
35
35
|
/**
|
|
@@ -41,44 +41,44 @@ var _ = {};
|
|
|
41
41
|
* This source code is licensed under the MIT license found in the
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
45
|
-
function
|
|
46
|
-
return
|
|
44
|
+
var H;
|
|
45
|
+
function ve() {
|
|
46
|
+
return H || (H = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
47
47
|
function t(e) {
|
|
48
48
|
if (e == null) return null;
|
|
49
49
|
if (typeof e == "function")
|
|
50
|
-
return e.$$typeof ===
|
|
50
|
+
return e.$$typeof === le ? null : e.displayName || e.name || null;
|
|
51
51
|
if (typeof e == "string") return e;
|
|
52
52
|
switch (e) {
|
|
53
|
-
case
|
|
53
|
+
case j:
|
|
54
54
|
return "Fragment";
|
|
55
|
-
case
|
|
55
|
+
case re:
|
|
56
56
|
return "Profiler";
|
|
57
|
-
case
|
|
57
|
+
case ee:
|
|
58
58
|
return "StrictMode";
|
|
59
|
-
case
|
|
59
|
+
case oe:
|
|
60
60
|
return "Suspense";
|
|
61
|
-
case ae:
|
|
62
|
-
return "SuspenseList";
|
|
63
61
|
case ie:
|
|
62
|
+
return "SuspenseList";
|
|
63
|
+
case ue:
|
|
64
64
|
return "Activity";
|
|
65
65
|
}
|
|
66
66
|
if (typeof e == "object")
|
|
67
67
|
switch (typeof e.tag == "number" && console.error(
|
|
68
68
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
69
|
), e.$$typeof) {
|
|
70
|
-
case
|
|
70
|
+
case K:
|
|
71
71
|
return "Portal";
|
|
72
|
-
case
|
|
72
|
+
case ne:
|
|
73
73
|
return e.displayName || "Context";
|
|
74
|
-
case ee:
|
|
75
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
74
|
case te:
|
|
75
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
|
+
case ae:
|
|
77
77
|
var r = e.render;
|
|
78
78
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
79
|
-
case
|
|
79
|
+
case se:
|
|
80
80
|
return r = e.displayName || null, r !== null ? r : t(e.type) || "Memo";
|
|
81
|
-
case
|
|
81
|
+
case R:
|
|
82
82
|
r = e._payload, e = e._init;
|
|
83
83
|
try {
|
|
84
84
|
return t(e(r));
|
|
@@ -108,8 +108,8 @@ function me() {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
function i(e) {
|
|
111
|
-
if (e ===
|
|
112
|
-
if (typeof e == "object" && e !== null && e.$$typeof ===
|
|
111
|
+
if (e === j) return "<>";
|
|
112
|
+
if (typeof e == "object" && e !== null && e.$$typeof === R)
|
|
113
113
|
return "<...>";
|
|
114
114
|
try {
|
|
115
115
|
var r = t(e);
|
|
@@ -119,10 +119,10 @@ function me() {
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
function c() {
|
|
122
|
-
var e =
|
|
122
|
+
var e = A.A;
|
|
123
123
|
return e === null ? null : e.getOwner();
|
|
124
124
|
}
|
|
125
|
-
function
|
|
125
|
+
function m() {
|
|
126
126
|
return Error("react-stack-top-frame");
|
|
127
127
|
}
|
|
128
128
|
function v(e) {
|
|
@@ -132,7 +132,7 @@ function me() {
|
|
|
132
132
|
}
|
|
133
133
|
return e.key !== void 0;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function h(e, r) {
|
|
136
136
|
function s() {
|
|
137
137
|
P || (P = !0, console.error(
|
|
138
138
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
@@ -144,13 +144,13 @@ function me() {
|
|
|
144
144
|
configurable: !0
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function B() {
|
|
148
148
|
var e = t(this.type);
|
|
149
149
|
return C[e] || (C[e] = !0, console.error(
|
|
150
150
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
151
151
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function Q(e, r, s, u, E, k) {
|
|
154
154
|
var l = s.ref;
|
|
155
155
|
return e = {
|
|
156
156
|
$$typeof: S,
|
|
@@ -160,7 +160,7 @@ function me() {
|
|
|
160
160
|
_owner: u
|
|
161
161
|
}, (l !== void 0 ? l : null) !== null ? Object.defineProperty(e, "ref", {
|
|
162
162
|
enumerable: !1,
|
|
163
|
-
get:
|
|
163
|
+
get: B
|
|
164
164
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
165
165
|
configurable: !1,
|
|
166
166
|
enumerable: !1,
|
|
@@ -180,28 +180,28 @@ function me() {
|
|
|
180
180
|
configurable: !1,
|
|
181
181
|
enumerable: !1,
|
|
182
182
|
writable: !0,
|
|
183
|
-
value:
|
|
183
|
+
value: k
|
|
184
184
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function O(e, r, s, u, E, k) {
|
|
187
187
|
var l = r.children;
|
|
188
188
|
if (l !== void 0)
|
|
189
189
|
if (u)
|
|
190
|
-
if (
|
|
190
|
+
if (ce(l)) {
|
|
191
191
|
for (u = 0; u < l.length; u++)
|
|
192
|
-
|
|
192
|
+
w(l[u]);
|
|
193
193
|
Object.freeze && Object.freeze(l);
|
|
194
194
|
} else
|
|
195
195
|
console.error(
|
|
196
196
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
197
197
|
);
|
|
198
|
-
else
|
|
198
|
+
else w(l);
|
|
199
199
|
if (N.call(r, "key")) {
|
|
200
200
|
l = t(e);
|
|
201
|
-
var d = Object.keys(r).filter(function(
|
|
202
|
-
return
|
|
201
|
+
var d = Object.keys(r).filter(function(fe) {
|
|
202
|
+
return fe !== "key";
|
|
203
203
|
});
|
|
204
|
-
u = 0 < d.length ? "{key: someKey, " + d.join(": ..., ") + ": ...}" : "{key: someKey}",
|
|
204
|
+
u = 0 < d.length ? "{key: someKey, " + d.join(": ..., ") + ": ...}" : "{key: someKey}", Y[l + u] || (d = 0 < d.length ? "{" + d.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
205
|
`A props object containing a "key" prop is being spread into JSX:
|
|
206
206
|
let props = %s;
|
|
207
207
|
<%s {...props} />
|
|
@@ -212,32 +212,32 @@ React keys must be passed directly to JSX without using spread:
|
|
|
212
212
|
l,
|
|
213
213
|
d,
|
|
214
214
|
l
|
|
215
|
-
),
|
|
215
|
+
), Y[l + u] = !0);
|
|
216
216
|
}
|
|
217
217
|
if (l = null, s !== void 0 && (o(s), l = "" + s), v(r) && (o(r.key), l = "" + r.key), "key" in r) {
|
|
218
218
|
s = {};
|
|
219
219
|
for (var g in r)
|
|
220
220
|
g !== "key" && (s[g] = r[g]);
|
|
221
221
|
} else s = r;
|
|
222
|
-
return l &&
|
|
222
|
+
return l && h(
|
|
223
223
|
s,
|
|
224
224
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
225
|
-
),
|
|
225
|
+
), Q(
|
|
226
226
|
e,
|
|
227
227
|
l,
|
|
228
228
|
s,
|
|
229
229
|
c(),
|
|
230
230
|
E,
|
|
231
|
-
|
|
231
|
+
k
|
|
232
232
|
);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
235
|
-
y(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof ===
|
|
234
|
+
function w(e) {
|
|
235
|
+
y(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === R && (e._payload.status === "fulfilled" ? y(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
236
236
|
}
|
|
237
237
|
function y(e) {
|
|
238
238
|
return typeof e == "object" && e !== null && e.$$typeof === S;
|
|
239
239
|
}
|
|
240
|
-
var b =
|
|
240
|
+
var b = me, S = Symbol.for("react.transitional.element"), K = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), ee = Symbol.for("react.strict_mode"), re = Symbol.for("react.profiler"), te = Symbol.for("react.consumer"), ne = Symbol.for("react.context"), ae = Symbol.for("react.forward_ref"), oe = Symbol.for("react.suspense"), ie = Symbol.for("react.suspense_list"), se = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), ue = Symbol.for("react.activity"), le = Symbol.for("react.client.reference"), A = b.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, N = Object.prototype.hasOwnProperty, ce = Array.isArray, T = console.createTask ? console.createTask : function() {
|
|
241
241
|
return null;
|
|
242
242
|
};
|
|
243
243
|
b = {
|
|
@@ -247,37 +247,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
247
247
|
};
|
|
248
248
|
var P, C = {}, M = b.react_stack_bottom_frame.bind(
|
|
249
249
|
b,
|
|
250
|
-
|
|
251
|
-
)(),
|
|
252
|
-
_.Fragment =
|
|
253
|
-
var u = 1e4 >
|
|
254
|
-
return
|
|
250
|
+
m
|
|
251
|
+
)(), L = T(i(m)), Y = {};
|
|
252
|
+
_.Fragment = j, _.jsx = function(e, r, s) {
|
|
253
|
+
var u = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
254
|
+
return O(
|
|
255
255
|
e,
|
|
256
256
|
r,
|
|
257
257
|
s,
|
|
258
258
|
!1,
|
|
259
259
|
u ? Error("react-stack-top-frame") : M,
|
|
260
|
-
u ?
|
|
260
|
+
u ? T(i(e)) : L
|
|
261
261
|
);
|
|
262
262
|
}, _.jsxs = function(e, r, s) {
|
|
263
|
-
var u = 1e4 >
|
|
264
|
-
return
|
|
263
|
+
var u = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
264
|
+
return O(
|
|
265
265
|
e,
|
|
266
266
|
r,
|
|
267
267
|
s,
|
|
268
268
|
!0,
|
|
269
269
|
u ? Error("react-stack-top-frame") : M,
|
|
270
|
-
u ?
|
|
270
|
+
u ? T(i(e)) : L
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
273
|
})()), _;
|
|
274
274
|
}
|
|
275
275
|
var $;
|
|
276
|
-
function
|
|
277
|
-
return $ || ($ = 1, process.env.NODE_ENV === "production" ? x.exports =
|
|
276
|
+
function he() {
|
|
277
|
+
return $ || ($ = 1, process.env.NODE_ENV === "production" ? x.exports = de() : x.exports = ve()), x.exports;
|
|
278
278
|
}
|
|
279
|
-
var a =
|
|
280
|
-
function
|
|
279
|
+
var a = he();
|
|
280
|
+
function f({
|
|
281
281
|
children: t,
|
|
282
282
|
size: n = 24,
|
|
283
283
|
color: o = "#111",
|
|
@@ -302,8 +302,8 @@ function m({
|
|
|
302
302
|
}
|
|
303
303
|
);
|
|
304
304
|
}
|
|
305
|
-
function
|
|
306
|
-
return /* @__PURE__ */ a.jsxs(
|
|
305
|
+
function F({ size: t, color: n, strokeWidth: o, ...i }) {
|
|
306
|
+
return /* @__PURE__ */ a.jsxs(f, { size: t, color: n, strokeWidth: o, ...i, children: [
|
|
307
307
|
/* @__PURE__ */ a.jsx("path", { d: "M3 11.5L12 4l9 7.5" }),
|
|
308
308
|
/* @__PURE__ */ a.jsx("path", { d: "M5 12v7a1 1 0 0 0 1 1h3v-5h6v5h3a1 1 0 0 0 1-1v-7" })
|
|
309
309
|
] });
|
|
@@ -315,7 +315,7 @@ function D({
|
|
|
315
315
|
...i
|
|
316
316
|
}) {
|
|
317
317
|
return /* @__PURE__ */ a.jsx(
|
|
318
|
-
|
|
318
|
+
f,
|
|
319
319
|
{
|
|
320
320
|
size: t,
|
|
321
321
|
color: n,
|
|
@@ -332,13 +332,13 @@ function z({
|
|
|
332
332
|
strokeWidth: o = 1.25,
|
|
333
333
|
...i
|
|
334
334
|
}) {
|
|
335
|
-
return /* @__PURE__ */ a.jsxs(
|
|
335
|
+
return /* @__PURE__ */ a.jsxs(f, { size: t, color: n, strokeWidth: o, ...i, children: [
|
|
336
336
|
/* @__PURE__ */ a.jsx("path", { d: "M2 8.5L8 4l6 4.5" }),
|
|
337
337
|
/* @__PURE__ */ a.jsx("path", { d: "M4 9v4a1 1 0 0 0 1 1h2v-3h2v3h2a1 1 0 0 0 1-1V9" })
|
|
338
338
|
] });
|
|
339
339
|
}
|
|
340
340
|
function V({ size: t, color: n, strokeWidth: o, ...i }) {
|
|
341
|
-
return /* @__PURE__ */ a.jsxs(
|
|
341
|
+
return /* @__PURE__ */ a.jsxs(f, { size: t, color: n, strokeWidth: o, ...i, children: [
|
|
342
342
|
/* @__PURE__ */ a.jsx("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }),
|
|
343
343
|
/* @__PURE__ */ a.jsx("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" })
|
|
344
344
|
] });
|
|
@@ -349,17 +349,17 @@ function W({
|
|
|
349
349
|
strokeWidth: o,
|
|
350
350
|
...i
|
|
351
351
|
}) {
|
|
352
|
-
return /* @__PURE__ */ a.jsxs(
|
|
352
|
+
return /* @__PURE__ */ a.jsxs(f, { size: t, color: n, strokeWidth: o, ...i, children: [
|
|
353
353
|
/* @__PURE__ */ a.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "5", ry: "5" }),
|
|
354
354
|
/* @__PURE__ */ a.jsx("path", { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" }),
|
|
355
355
|
/* @__PURE__ */ a.jsx("line", { x1: "17.5", y1: "6.5", x2: "17.51", y2: "6.5" })
|
|
356
356
|
] });
|
|
357
357
|
}
|
|
358
358
|
function U({ size: t, color: n, strokeWidth: o, ...i }) {
|
|
359
|
-
return /* @__PURE__ */ a.jsx(
|
|
359
|
+
return /* @__PURE__ */ a.jsx(f, { size: t, color: n, strokeWidth: o, ...i, children: /* @__PURE__ */ a.jsx("path", { d: "M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z" }) });
|
|
360
360
|
}
|
|
361
361
|
function G({ size: t, color: n, strokeWidth: o, ...i }) {
|
|
362
|
-
return /* @__PURE__ */ a.jsx(
|
|
362
|
+
return /* @__PURE__ */ a.jsx(f, { size: t, color: n, strokeWidth: o, ...i, children: /* @__PURE__ */ a.jsx("path", { d: "M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22" }) });
|
|
363
363
|
}
|
|
364
364
|
function q({
|
|
365
365
|
size: t,
|
|
@@ -367,7 +367,7 @@ function q({
|
|
|
367
367
|
strokeWidth: o,
|
|
368
368
|
...i
|
|
369
369
|
}) {
|
|
370
|
-
return /* @__PURE__ */ a.jsx(
|
|
370
|
+
return /* @__PURE__ */ a.jsx(f, { size: t, color: n, strokeWidth: o, ...i, children: /* @__PURE__ */ a.jsx("path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }) });
|
|
371
371
|
}
|
|
372
372
|
function J({
|
|
373
373
|
size: t,
|
|
@@ -375,20 +375,50 @@ function J({
|
|
|
375
375
|
strokeWidth: o,
|
|
376
376
|
...i
|
|
377
377
|
}) {
|
|
378
|
-
return /* @__PURE__ */ a.jsxs(
|
|
378
|
+
return /* @__PURE__ */ a.jsxs(f, { size: t, color: n, strokeWidth: o, ...i, children: [
|
|
379
379
|
/* @__PURE__ */ a.jsx("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
|
|
380
380
|
/* @__PURE__ */ a.jsx("rect", { x: "2", y: "9", width: "4", height: "12" }),
|
|
381
381
|
/* @__PURE__ */ a.jsx("circle", { cx: "4", cy: "4", r: "2" })
|
|
382
382
|
] });
|
|
383
383
|
}
|
|
384
|
-
|
|
384
|
+
function X({
|
|
385
|
+
size: t = 16,
|
|
386
|
+
color: n = "#111",
|
|
387
|
+
strokeWidth: o = 1.25,
|
|
388
|
+
...i
|
|
389
|
+
}) {
|
|
390
|
+
return /* @__PURE__ */ a.jsx(f, { size: t, color: n, strokeWidth: o, ...i, children: /* @__PURE__ */ a.jsx(
|
|
391
|
+
"path",
|
|
392
|
+
{
|
|
393
|
+
strokeLinecap: "round",
|
|
394
|
+
strokeLinejoin: "round",
|
|
395
|
+
d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"
|
|
396
|
+
}
|
|
397
|
+
) });
|
|
398
|
+
}
|
|
399
|
+
function Z({
|
|
400
|
+
size: t = 16,
|
|
401
|
+
color: n = "#111",
|
|
402
|
+
strokeWidth: o = 1.25,
|
|
403
|
+
...i
|
|
404
|
+
}) {
|
|
405
|
+
return /* @__PURE__ */ a.jsx(f, { size: t, color: n, strokeWidth: o, ...i, children: /* @__PURE__ */ a.jsx(
|
|
406
|
+
"path",
|
|
407
|
+
{
|
|
408
|
+
strokeLinecap: "round",
|
|
409
|
+
strokeLinejoin: "round",
|
|
410
|
+
d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"
|
|
411
|
+
}
|
|
412
|
+
) });
|
|
413
|
+
}
|
|
414
|
+
const _e = [
|
|
385
415
|
{
|
|
386
416
|
name: "Home",
|
|
387
417
|
variants: [
|
|
388
418
|
{
|
|
389
419
|
variant: "outline",
|
|
390
420
|
slug: "home-outline",
|
|
391
|
-
Component:
|
|
421
|
+
Component: F,
|
|
392
422
|
componentName: "HomeOutline"
|
|
393
423
|
},
|
|
394
424
|
{
|
|
@@ -470,10 +500,32 @@ const pe = [
|
|
|
470
500
|
componentName: "LinkedInOutline"
|
|
471
501
|
}
|
|
472
502
|
]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
name: "ArchiveArrow",
|
|
506
|
+
variants: [
|
|
507
|
+
{
|
|
508
|
+
variant: "outline",
|
|
509
|
+
slug: "ArchiveArrow",
|
|
510
|
+
Component: Z,
|
|
511
|
+
componentName: "ArchiveArrow"
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
name: "Archive",
|
|
517
|
+
variants: [
|
|
518
|
+
{
|
|
519
|
+
variant: "outline",
|
|
520
|
+
slug: "Archive",
|
|
521
|
+
Component: X,
|
|
522
|
+
componentName: "Archive"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
473
525
|
}
|
|
474
|
-
],
|
|
475
|
-
Icon:
|
|
476
|
-
HomeOutline:
|
|
526
|
+
], be = {
|
|
527
|
+
Icon: f,
|
|
528
|
+
HomeOutline: F,
|
|
477
529
|
HomeSolid: D,
|
|
478
530
|
HomeMini: z,
|
|
479
531
|
YouTubeOutline: V,
|
|
@@ -481,19 +533,23 @@ const pe = [
|
|
|
481
533
|
TwitterOutline: U,
|
|
482
534
|
GitHubOutline: G,
|
|
483
535
|
FacebookOutline: q,
|
|
484
|
-
LinkedInOutline: J
|
|
536
|
+
LinkedInOutline: J,
|
|
537
|
+
ArchiveArrow: Z,
|
|
538
|
+
Archive: X
|
|
485
539
|
};
|
|
486
540
|
export {
|
|
541
|
+
X as Archive,
|
|
542
|
+
Z as ArchiveArrow,
|
|
487
543
|
q as FacebookOutline,
|
|
488
544
|
G as GitHubOutline,
|
|
489
545
|
z as HomeMini,
|
|
490
|
-
|
|
546
|
+
F as HomeOutline,
|
|
491
547
|
D as HomeSolid,
|
|
492
|
-
|
|
548
|
+
f as Icon,
|
|
493
549
|
W as InstagramOutline,
|
|
494
550
|
J as LinkedInOutline,
|
|
495
551
|
U as TwitterOutline,
|
|
496
552
|
V as YouTubeOutline,
|
|
497
|
-
|
|
498
|
-
|
|
553
|
+
be as default,
|
|
554
|
+
_e as icons
|
|
499
555
|
};
|
package/dist/mx-icons.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(s,h){typeof exports=="object"&&typeof module<"u"?h(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],h):(s=typeof globalThis<"u"?globalThis:s||self,h(s.MxIcons={},s.React))})(this,(function(s,h){"use strict";var j={exports:{}},p={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var $;function K(){if($)return p;$=1;var n=Symbol.for("react.transitional.element"),a=Symbol.for("react.fragment");function o(i,f,d){var _=null;if(d!==void 0&&(_=""+d),f.key!==void 0&&(_=""+f.key),"key"in f){d={};for(var E in f)E!=="key"&&(d[E]=f[E])}else d=f;return f=d.ref,{$$typeof:n,type:i,key:_,ref:f!==void 0?f:null,props:d}}return p.Fragment=a,p.jsx=o,p.jsxs=o,p}var b={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
17
|
+
*/var D;function ee(){return D||(D=1,process.env.NODE_ENV!=="production"&&(function(){function n(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===pe?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case M:return"Fragment";case se:return"Profiler";case ue:return"StrictMode";case me:return"Suspense";case de:return"SuspenseList";case he:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case ie:return"Portal";case ce:return e.displayName||"Context";case le:return(e._context.displayName||"Context")+".Consumer";case fe:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case ve:return r=e.displayName||null,r!==null?r:n(e.type)||"Memo";case I:r=e._payload,e=e._init;try{return n(e(r))}catch{}}return null}function a(e){return""+e}function o(e){try{a(e);var r=!1}catch{r=!0}if(r){r=console;var u=r.error,l=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return u.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",l),a(e)}}function i(e){if(e===M)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===I)return"<...>";try{var r=n(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function f(){var e=L.A;return e===null?null:e.getOwner()}function d(){return Error("react-stack-top-frame")}function _(e){if(q.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function E(e,r){function u(){J||(J=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}u.isReactWarning=!0,Object.defineProperty(e,"key",{get:u,configurable:!0})}function ae(){var e=n(this.type);return X[e]||(X[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function oe(e,r,u,l,R,H){var c=u.ref;return e={$$typeof:U,type:e,key:r,props:u,_owner:l},(c!==void 0?c:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:ae}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:R}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:H}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function V(e,r,u,l,R,H){var c=r.children;if(c!==void 0)if(l)if(be(c)){for(l=0;l<c.length;l++)W(c[l]);Object.freeze&&Object.freeze(c)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else W(c);if(q.call(r,"key")){c=n(e);var v=Object.keys(r).filter(function(_e){return _e!=="key"});l=0<v.length?"{key: someKey, "+v.join(": ..., ")+": ...}":"{key: someKey}",Q[c+l]||(v=0<v.length?"{"+v.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
18
|
let props = %s;
|
|
19
19
|
<%s {...props} />
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,
|
|
22
|
+
<%s key={someKey} {...props} />`,l,c,v,c),Q[c+l]=!0)}if(c=null,u!==void 0&&(o(u),c=""+u),_(r)&&(o(r.key),c=""+r.key),"key"in r){u={};for(var F in r)F!=="key"&&(u[F]=r[F])}else u=r;return c&&E(u,typeof e=="function"?e.displayName||e.name||"Unknown":e),oe(e,c,u,f(),R,H)}function W(e){G(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===I&&(e._payload.status==="fulfilled"?G(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function G(e){return typeof e=="object"&&e!==null&&e.$$typeof===U}var T=h,U=Symbol.for("react.transitional.element"),ie=Symbol.for("react.portal"),M=Symbol.for("react.fragment"),ue=Symbol.for("react.strict_mode"),se=Symbol.for("react.profiler"),le=Symbol.for("react.consumer"),ce=Symbol.for("react.context"),fe=Symbol.for("react.forward_ref"),me=Symbol.for("react.suspense"),de=Symbol.for("react.suspense_list"),ve=Symbol.for("react.memo"),I=Symbol.for("react.lazy"),he=Symbol.for("react.activity"),pe=Symbol.for("react.client.reference"),L=T.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q=Object.prototype.hasOwnProperty,be=Array.isArray,Y=console.createTask?console.createTask:function(){return null};T={react_stack_bottom_frame:function(e){return e()}};var J,X={},Z=T.react_stack_bottom_frame.bind(T,d)(),B=Y(i(d)),Q={};b.Fragment=M,b.jsx=function(e,r,u){var l=1e4>L.recentlyCreatedOwnerStacks++;return V(e,r,u,!1,l?Error("react-stack-top-frame"):Z,l?Y(i(e)):B)},b.jsxs=function(e,r,u){var l=1e4>L.recentlyCreatedOwnerStacks++;return V(e,r,u,!0,l?Error("react-stack-top-frame"):Z,l?Y(i(e)):B)}})()),b}var z;function re(){return z||(z=1,process.env.NODE_ENV==="production"?j.exports=K():j.exports=ee()),j.exports}var t=re();function m({children:n,size:a=24,color:o="#111",strokeWidth:i=1.5,...f}){return t.jsx("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:i,strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":f["aria-hidden"]??!0,...f,children:n})}function A({size:n,color:a,strokeWidth:o,...i}){return t.jsxs(m,{size:n,color:a,strokeWidth:o,...i,children:[t.jsx("path",{d:"M3 11.5L12 4l9 7.5"}),t.jsx("path",{d:"M5 12v7a1 1 0 0 0 1 1h3v-5h6v5h3a1 1 0 0 0 1-1v-7"})]})}function O({size:n=24,color:a="#111",strokeWidth:o,...i}){return t.jsx(m,{size:n,color:a,strokeWidth:o,fill:a,...i,children:t.jsx("path",{d:"M12 3l10 8v7a1 1 0 0 1-1 1h-5v-5H8v5H3a1 1 0 0 1-1-1v-7l10-8z"})})}function k({size:n=16,color:a="#111",strokeWidth:o=1.25,...i}){return t.jsxs(m,{size:n,color:a,strokeWidth:o,...i,children:[t.jsx("path",{d:"M2 8.5L8 4l6 4.5"}),t.jsx("path",{d:"M4 9v4a1 1 0 0 0 1 1h2v-3h2v3h2a1 1 0 0 0 1-1V9"})]})}function x({size:n,color:a,strokeWidth:o,...i}){return t.jsxs(m,{size:n,color:a,strokeWidth:o,...i,children:[t.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),t.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]})}function g({size:n,color:a,strokeWidth:o,...i}){return t.jsxs(m,{size:n,color:a,strokeWidth:o,...i,children:[t.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),t.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),t.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]})}function w({size:n,color:a,strokeWidth:o,...i}){return t.jsx(m,{size:n,color:a,strokeWidth:o,...i,children:t.jsx("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"})})}function y({size:n,color:a,strokeWidth:o,...i}){return t.jsx(m,{size:n,color:a,strokeWidth:o,...i,children:t.jsx("path",{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"})})}function S({size:n,color:a,strokeWidth:o,...i}){return t.jsx(m,{size:n,color:a,strokeWidth:o,...i,children:t.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})})}function N({size:n,color:a,strokeWidth:o,...i}){return t.jsxs(m,{size:n,color:a,strokeWidth:o,...i,children:[t.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),t.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),t.jsx("circle",{cx:"4",cy:"4",r:"2"})]})}function P({size:n=16,color:a="#111",strokeWidth:o=1.25,...i}){return t.jsx(m,{size:n,color:a,strokeWidth:o,...i,children:t.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"})})}function C({size:n=16,color:a="#111",strokeWidth:o=1.25,...i}){return t.jsx(m,{size:n,color:a,strokeWidth:o,...i,children:t.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"})})}const ne=[{name:"Home",variants:[{variant:"outline",slug:"home-outline",Component:A,componentName:"HomeOutline"},{variant:"solid",slug:"home-solid",Component:O,componentName:"HomeSolid"},{variant:"mini",slug:"home-mini",Component:k,componentName:"HomeMini"}]},{name:"YouTube",variants:[{variant:"outline",slug:"youtube",Component:x,componentName:"YouTubeOutline"}]},{name:"Instagram",variants:[{variant:"outline",slug:"instagram",Component:g,componentName:"InstagramOutline"}]},{name:"Twitter",variants:[{variant:"outline",slug:"twitter",Component:w,componentName:"TwitterOutline"}]},{name:"GitHub",variants:[{variant:"outline",slug:"github",Component:y,componentName:"GitHubOutline"}]},{name:"Facebook",variants:[{variant:"outline",slug:"facebook",Component:S,componentName:"FacebookOutline"}]},{name:"LinkedIn",variants:[{variant:"outline",slug:"linkedin",Component:N,componentName:"LinkedInOutline"}]},{name:"ArchiveArrow",variants:[{variant:"outline",slug:"ArchiveArrow",Component:C,componentName:"ArchiveArrow"}]},{name:"Archive",variants:[{variant:"outline",slug:"Archive",Component:P,componentName:"Archive"}]}],te={Icon:m,HomeOutline:A,HomeSolid:O,HomeMini:k,YouTubeOutline:x,InstagramOutline:g,TwitterOutline:w,GitHubOutline:y,FacebookOutline:S,LinkedInOutline:N,ArchiveArrow:C,Archive:P};s.Archive=P,s.ArchiveArrow=C,s.FacebookOutline=S,s.GitHubOutline=y,s.HomeMini=k,s.HomeOutline=A,s.HomeSolid=O,s.Icon=m,s.InstagramOutline=g,s.LinkedInOutline=N,s.TwitterOutline=w,s.YouTubeOutline=x,s.default=te,s.icons=ne,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|