UNPKG

ayongui1

Version:
1,178 lines (1,175 loc) 357 kB
var c8 = Object.defineProperty; var t8 = (c, t, e) => t in c ? c8(c, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[t] = e; var d1 = (c, t, e) => (t8(c, typeof t != "symbol" ? t + "" : t, e), e); import E, { useRef as o1, useState as b, useEffect as J, useMemo as E1, useImperativeHandle as d4, isValidElement as a8, forwardRef as j0 } from "react"; import z0 from "react-dom"; var W4 = { exports: {} }, t4 = {}; /** * @license React * react-jsx-runtime.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var a0; function l8() { if (a0) return t4; a0 = 1; var c = E, t = Symbol.for("react.element"), e = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, l = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, o = { key: !0, ref: !0, __self: !0, __source: !0 }; function d(i, u, f) { var h, v = {}, j = null, p = null; f !== void 0 && (j = "" + f), u.key !== void 0 && (j = "" + u.key), u.ref !== void 0 && (p = u.ref); for (h in u) a.call(u, h) && !o.hasOwnProperty(h) && (v[h] = u[h]); if (i && i.defaultProps) for (h in u = i.defaultProps, u) v[h] === void 0 && (v[h] = u[h]); return { $$typeof: t, type: i, key: j, ref: p, props: v, _owner: l.current }; } return t4.Fragment = e, t4.jsx = d, t4.jsxs = d, t4; } var a4 = {}; /** * @license React * react-jsx-runtime.development.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var l0; function n8() { return l0 || (l0 = 1, process.env.NODE_ENV !== "production" && function() { var c = E, t = Symbol.for("react.element"), e = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), i = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), j = Symbol.for("react.lazy"), p = Symbol.for("react.offscreen"), k = Symbol.iterator, $ = "@@iterator"; function C(n) { if (n === null || typeof n != "object") return null; var N = k && n[k] || n[$]; return typeof N == "function" ? N : null; } var _ = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; function g(n) { { for (var N = arguments.length, V = new Array(N > 1 ? N - 1 : 0), Y = 1; Y < N; Y++) V[Y - 1] = arguments[Y]; H("error", n, V); } } function H(n, N, V) { { var Y = _.ReactDebugCurrentFrame, c1 = Y.getStackAddendum(); c1 !== "" && (N += "%s", V = V.concat([c1])); var n1 = V.map(function(s1) { return String(s1); }); n1.unshift("Warning: " + N), Function.prototype.apply.call(console[n], console, n1); } } var y = !1, m = !1, L = !1, D = !1, M = !1, R; R = Symbol.for("react.module.reference"); function X(n) { return !!(typeof n == "string" || typeof n == "function" || n === a || n === o || M || n === l || n === f || n === h || D || n === p || y || m || L || typeof n == "object" && n !== null && (n.$$typeof === j || n.$$typeof === v || n.$$typeof === d || n.$$typeof === i || n.$$typeof === u || // This needs to include all possible module reference object // types supported by any Flight configuration anywhere since // we don't know which Flight build this will end up being used // with. n.$$typeof === R || n.getModuleId !== void 0)); } function T(n, N, V) { var Y = n.displayName; if (Y) return Y; var c1 = N.displayName || N.name || ""; return c1 !== "" ? V + "(" + c1 + ")" : V; } function I(n) { return n.displayName || "Context"; } function B(n) { if (n == null) return null; if (typeof n.tag == "number" && g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof n == "function") return n.displayName || n.name || null; if (typeof n == "string") return n; switch (n) { case a: return "Fragment"; case e: return "Portal"; case o: return "Profiler"; case l: return "StrictMode"; case f: return "Suspense"; case h: return "SuspenseList"; } if (typeof n == "object") switch (n.$$typeof) { case i: var N = n; return I(N) + ".Consumer"; case d: var V = n; return I(V._context) + ".Provider"; case u: return T(n, n.render, "ForwardRef"); case v: var Y = n.displayName || null; return Y !== null ? Y : B(n.type) || "Memo"; case j: { var c1 = n, n1 = c1._payload, s1 = c1._init; try { return B(s1(n1)); } catch { return null; } } } return null; } var F = Object.assign, U = 0, O, P, G, t1, a1, m1, W; function A() { } A.__reactDisabledLog = !0; function l1() { { if (U === 0) { O = console.log, P = console.info, G = console.warn, t1 = console.error, a1 = console.group, m1 = console.groupCollapsed, W = console.groupEnd; var n = { configurable: !0, enumerable: !0, value: A, writable: !0 }; Object.defineProperties(console, { info: n, log: n, warn: n, error: n, group: n, groupCollapsed: n, groupEnd: n }); } U++; } } function Z() { { if (U--, U === 0) { var n = { configurable: !0, enumerable: !0, writable: !0 }; Object.defineProperties(console, { log: F({}, n, { value: O }), info: F({}, n, { value: P }), warn: F({}, n, { value: G }), error: F({}, n, { value: t1 }), group: F({}, n, { value: a1 }), groupCollapsed: F({}, n, { value: m1 }), groupEnd: F({}, n, { value: W }) }); } U < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } var z = _.ReactCurrentDispatcher, x; function w(n, N, V) { { if (x === void 0) try { throw Error(); } catch (c1) { var Y = c1.stack.trim().match(/\n( *(at )?)/); x = Y && Y[1] || ""; } return ` ` + x + n; } } var K = !1, Q; { var f1 = typeof WeakMap == "function" ? WeakMap : Map; Q = new f1(); } function P1(n, N) { if (!n || K) return ""; { var V = Q.get(n); if (V !== void 0) return V; } var Y; K = !0; var c1 = Error.prepareStackTrace; Error.prepareStackTrace = void 0; var n1; n1 = z.current, z.current = null, l1(); try { if (N) { var s1 = function() { throw Error(); }; if (Object.defineProperty(s1.prototype, "props", { set: function() { throw Error(); } }), typeof Reflect == "object" && Reflect.construct) { try { Reflect.construct(s1, []); } catch (H1) { Y = H1; } Reflect.construct(n, [], s1); } else { try { s1.call(); } catch (H1) { Y = H1; } n.call(s1.prototype); } } else { try { throw Error(); } catch (H1) { Y = H1; } n(); } } catch (H1) { if (H1 && Y && typeof H1.stack == "string") { for (var e1 = H1.stack.split(` `), g1 = Y.stack.split(` `), h1 = e1.length - 1, u1 = g1.length - 1; h1 >= 1 && u1 >= 0 && e1[h1] !== g1[u1]; ) u1--; for (; h1 >= 1 && u1 >= 0; h1--, u1--) if (e1[h1] !== g1[u1]) { if (h1 !== 1 || u1 !== 1) do if (h1--, u1--, u1 < 0 || e1[h1] !== g1[u1]) { var z1 = ` ` + e1[h1].replace(" at new ", " at "); return n.displayName && z1.includes("<anonymous>") && (z1 = z1.replace("<anonymous>", n.displayName)), typeof n == "function" && Q.set(n, z1), z1; } while (h1 >= 1 && u1 >= 0); break; } } } finally { K = !1, z.current = n1, Z(), Error.prepareStackTrace = c1; } var G1 = n ? n.displayName || n.name : "", t0 = G1 ? w(G1) : ""; return typeof n == "function" && Q.set(n, t0), t0; } function D4(n, N, V) { return P1(n, !1); } function m4(n) { var N = n.prototype; return !!(N && N.isReactComponent); } function q1(n, N, V) { if (n == null) return ""; if (typeof n == "function") return P1(n, m4(n)); if (typeof n == "string") return w(n); switch (n) { case f: return w("Suspense"); case h: return w("SuspenseList"); } if (typeof n == "object") switch (n.$$typeof) { case u: return D4(n.render); case v: return q1(n.type, N, V); case j: { var Y = n, c1 = Y._payload, n1 = Y._init; try { return q1(n1(c1), N, V); } catch { } } } return ""; } var W1 = Object.prototype.hasOwnProperty, e4 = {}, f4 = _.ReactDebugCurrentFrame; function Y1(n) { if (n) { var N = n._owner, V = q1(n.type, n._source, N ? N.type : null); f4.setExtraStackFrame(V); } else f4.setExtraStackFrame(null); } function S(n, N, V, Y, c1) { { var n1 = Function.call.bind(W1); for (var s1 in n) if (n1(n, s1)) { var e1 = void 0; try { if (typeof n[s1] != "function") { var g1 = Error((Y || "React class") + ": " + V + " type `" + s1 + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[s1] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); throw g1.name = "Invariant Violation", g1; } e1 = n[s1](N, s1, Y, V, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (h1) { e1 = h1; } e1 && !(e1 instanceof Error) && (Y1(c1), g("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Y || "React class", V, s1, typeof e1), Y1(null)), e1 instanceof Error && !(e1.message in e4) && (e4[e1.message] = !0, Y1(c1), g("Failed %s type: %s", V, e1.message), Y1(null)); } } } var q = Array.isArray; function r1(n) { return q(n); } function y1(n) { { var N = typeof Symbol == "function" && Symbol.toStringTag, V = N && n[Symbol.toStringTag] || n.constructor.name || "Object"; return V; } } function M1(n) { try { return s4(n), !1; } catch { return !0; } } function s4(n) { return "" + n; } function b1(n) { if (M1(n)) return g("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", y1(n)), s4(n); } var S1 = _.ReactCurrentOwner, v4 = { key: !0, ref: !0, __self: !0, __source: !0 }, y4, p4, c4; c4 = {}; function R4(n) { if (W1.call(n, "ref")) { var N = Object.getOwnPropertyDescriptor(n, "ref").get; if (N && N.isReactWarning) return !1; } return n.ref !== void 0; } function F0(n) { if (W1.call(n, "key")) { var N = Object.getOwnPropertyDescriptor(n, "key").get; if (N && N.isReactWarning) return !1; } return n.key !== void 0; } function P0(n, N) { if (typeof n.ref == "string" && S1.current && N && S1.current.stateNode !== N) { var V = B(S1.current.type); c4[V] || (g('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', B(S1.current.type), n.ref), c4[V] = !0); } } function q0(n, N) { { var V = function() { y4 || (y4 = !0, g("%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://reactjs.org/link/special-props)", N)); }; V.isReactWarning = !0, Object.defineProperty(n, "key", { get: V, configurable: !0 }); } } function W0(n, N) { { var V = function() { p4 || (p4 = !0, g("%s: `ref` 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://reactjs.org/link/special-props)", N)); }; V.isReactWarning = !0, Object.defineProperty(n, "ref", { get: V, configurable: !0 }); } } var Y0 = function(n, N, V, Y, c1, n1, s1) { var e1 = { // This tag allows us to uniquely identify this as a React Element $$typeof: t, // Built-in properties that belong on the element type: n, key: N, ref: V, props: s1, // Record the component responsible for creating this element. _owner: n1 }; return e1._store = {}, Object.defineProperty(e1._store, "validated", { configurable: !1, enumerable: !1, writable: !0, value: !1 }), Object.defineProperty(e1, "_self", { configurable: !1, enumerable: !1, writable: !1, value: Y }), Object.defineProperty(e1, "_source", { configurable: !1, enumerable: !1, writable: !1, value: c1 }), Object.freeze && (Object.freeze(e1.props), Object.freeze(e1)), e1; }; function U0(n, N, V, Y, c1) { { var n1, s1 = {}, e1 = null, g1 = null; V !== void 0 && (b1(V), e1 = "" + V), F0(N) && (b1(N.key), e1 = "" + N.key), R4(N) && (g1 = N.ref, P0(N, c1)); for (n1 in N) W1.call(N, n1) && !v4.hasOwnProperty(n1) && (s1[n1] = N[n1]); if (n && n.defaultProps) { var h1 = n.defaultProps; for (n1 in h1) s1[n1] === void 0 && (s1[n1] = h1[n1]); } if (e1 || g1) { var u1 = typeof n == "function" ? n.displayName || n.name || "Unknown" : n; e1 && q0(s1, u1), g1 && W0(s1, u1); } return Y0(n, e1, g1, c1, Y, S1.current, s1); } } var E4 = _.ReactCurrentOwner, J4 = _.ReactDebugCurrentFrame; function U1(n) { if (n) { var N = n._owner, V = q1(n.type, n._source, N ? N.type : null); J4.setExtraStackFrame(V); } else J4.setExtraStackFrame(null); } var A4; A4 = !1; function I4(n) { return typeof n == "object" && n !== null && n.$$typeof === t; } function X4() { { if (E4.current) { var n = B(E4.current.type); if (n) return ` Check the render method of \`` + n + "`."; } return ""; } } function G0(n) { { if (n !== void 0) { var N = n.fileName.replace(/^.*[\\\/]/, ""), V = n.lineNumber; return ` Check your code at ` + N + ":" + V + "."; } return ""; } } var Q4 = {}; function Z0(n) { { var N = X4(); if (!N) { var V = typeof n == "string" ? n : n.displayName || n.name; V && (N = ` Check the top-level render call using <` + V + ">."); } return N; } } function e0(n, N) { { if (!n._store || n._store.validated || n.key != null) return; n._store.validated = !0; var V = Z0(N); if (Q4[V]) return; Q4[V] = !0; var Y = ""; n && n._owner && n._owner !== E4.current && (Y = " It was passed a child from " + B(n._owner.type) + "."), U1(n), g('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', V, Y), U1(null); } } function s0(n, N) { { if (typeof n != "object") return; if (r1(n)) for (var V = 0; V < n.length; V++) { var Y = n[V]; I4(Y) && e0(Y, N); } else if (I4(n)) n._store && (n._store.validated = !0); else if (n) { var c1 = C(n); if (typeof c1 == "function" && c1 !== n.entries) for (var n1 = c1.call(n), s1; !(s1 = n1.next()).done; ) I4(s1.value) && e0(s1.value, N); } } } function K0(n) { { var N = n.type; if (N == null || typeof N == "string") return; var V; if (typeof N == "function") V = N.propTypes; else if (typeof N == "object" && (N.$$typeof === u || // Note: Memo only checks outer props here. // Inner props are checked in the reconciler. N.$$typeof === v)) V = N.propTypes; else return; if (V) { var Y = B(N); S(V, n.props, "prop", Y, n); } else if (N.PropTypes !== void 0 && !A4) { A4 = !0; var c1 = B(N); g("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c1 || "Unknown"); } typeof N.getDefaultProps == "function" && !N.getDefaultProps.isReactClassApproved && g("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); } } function J0(n) { { for (var N = Object.keys(n.props), V = 0; V < N.length; V++) { var Y = N[V]; if (Y !== "children" && Y !== "key") { U1(n), g("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Y), U1(null); break; } } n.ref !== null && (U1(n), g("Invalid attribute `ref` supplied to `React.Fragment`."), U1(null)); } } function c0(n, N, V, Y, c1, n1) { { var s1 = X(n); if (!s1) { var e1 = ""; (n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (e1 += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."); var g1 = G0(c1); g1 ? e1 += g1 : e1 += X4(); var h1; n === null ? h1 = "null" : r1(n) ? h1 = "array" : n !== void 0 && n.$$typeof === t ? (h1 = "<" + (B(n.type) || "Unknown") + " />", e1 = " Did you accidentally export a JSX literal instead of a component?") : h1 = typeof n, g("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", h1, e1); } var u1 = U0(n, N, V, c1, n1); if (u1 == null) return u1; if (s1) { var z1 = N.children; if (z1 !== void 0) if (Y) if (r1(z1)) { for (var G1 = 0; G1 < z1.length; G1++) s0(z1[G1], n); Object.freeze && Object.freeze(z1); } else g("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 s0(z1, n); } return n === a ? J0(u1) : K0(u1), u1; } } function X0(n, N, V) { return c0(n, N, V, !0); } function Q0(n, N, V) { return c0(n, N, V, !1); } var e8 = Q0, s8 = X0; a4.Fragment = a, a4.jsx = e8, a4.jsxs = s8; }()), a4; } process.env.NODE_ENV === "production" ? W4.exports = l8() : W4.exports = n8(); var s = W4.exports; const o8 = "_button_1hkut_1", r8 = "_icon_1hkut_15", i8 = "_mutual_1hkut_18", d8 = "_notAllowed_1hkut_24", h8 = "_primary_1hkut_30", u8 = "_dashed_1hkut_35", m8 = "_text_1hkut_40", f8 = "_error_1hkut_45", v8 = "_warn_1hkut_50", y8 = "_safe_1hkut_55", p8 = "_small_1hkut_60", x8 = "_large_1hkut_64", g8 = "_mini_1hkut_68", C8 = "_circle_1hkut_72", _8 = "_strong_1hkut_76", N8 = "_round_1hkut_79", j8 = "_loading_1hkut_86", z8 = "_clicked_1hkut_101", A1 = { button: o8, icon: r8, mutual: i8, notAllowed: d8, primary: h8, dashed: u8, text: m8, error: f8, warn: v8, safe: y8, small: p8, large: x8, mini: g8, circle: C8, strong: _8, round: N8, "button-container": "_button-container_1hkut_82", loading: j8, clicked: z8 }, $8 = "#8aabec", w8 = "#ad0000", b8 = "#d6af0c", k8 = "_textOverflow_rrhi0_67", M8 = "_disabled_rrhi0_72", J1 = { theme: $8, dangerous: w8, warn: b8, textOverflow: k8, disabled: M8 }; function S8(c, t) { const e = o1(); return function(...l) { e.current && clearTimeout(e.current), e.current = setTimeout(() => { c(l); }, t); }; } const X1 = async (c = () => !1, ...t) => new Promise(async (e, a) => { try { const l = await c(...t); e(l); } catch (l) { a(l); } }), n0 = (c) => (c / 1024).toFixed(1), H8 = (c, t, e) => new Promise((a) => { const l = new FileReader(); l.onloadend = () => { const o = new Image(); o.src = l.result, o.onload = () => { let d = o.width, i = o.height; if (d > t || i > e) { const v = Math.min(t / d, e / i); d *= v, i *= v; } const u = document.createElement("canvas"); u.width = d, u.height = i, u.getContext("2d").drawImage(o, 0, 0, d, i); const h = u.toDataURL("image/jpeg"); a(h); }; }, l.readAsDataURL(c); }), w4 = (c) => Object.prototype.toString.call(c) === "[object Object]"; function Ks(c) { const t = document.documentElement; for (let [e, a] of Object.entries(c)) t.style.setProperty(`--${e}`, a); } const o0 = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(c) { var t = Math.random() * 16 | 0, e = c == "x" ? t : t & 3 | 8; return e.toString(16); }), r = { default: "_default_78hkx_1" }, Js = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 01-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z" }) } ); }, Xs = (c) => { const { className: t = "", width: e = "20px", height: a = "20px", style: l = {}, onClick: o = () => { } } = c, d = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: d, width: e, height: a, style: l, onClick: o, focusable: "false", "data-icon": "step-backward", children: /* @__PURE__ */ s.jsx( "path", { d: "M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 00-11.3 0l-39.6 39.6a8.03 8.03 0 000 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 00-11.3 0l-67.9 67.9a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z" } ) } ); }, L8 = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z" }) } ); }, V8 = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 00254 164z" }) } ); }, Qs = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx( "path", { d: "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } ) } ); }, ec = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 00308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 00-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" }) } ); }, sc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z" }) } ); }, cc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" }), /* @__PURE__ */ s.jsx("path", { d: "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" }) ] } ); }, tc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" }), /* @__PURE__ */ s.jsx("path", { d: "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" }) ] } ); }, ac = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z" }), " " ] } ); }, B8 = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" }) } ); }, D8 = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M893.888 127.104a32 32 0 0 1 0 45.312L169.856 896.448a32 32 0 0 1-45.312-45.248L848.64 127.104a32 32 0 0 1 45.248 0z m-61.568 155.968c66.752 56.32 130.624 131.328 191.68 225.088-152.832 234.688-323.456 352-512 352a450.496 450.496 0 0 1-206.272-50.368l48-48c51.584 23.04 104.32 34.368 158.272 34.368 154.88 0 299.52-93.568 434.88-288-51.968-74.56-105.216-134.336-160-179.648l45.44-45.44zM512 156.16c73.6 0 144.448 17.92 212.608 53.632l-47.744 47.808A385.152 385.152 0 0 0 512 220.16c-154.88 0-299.52 93.568-434.88 288 53.632 76.992 108.672 138.24 165.248 184l-45.44 45.44C128.192 680.704 62.592 604.288 0 508.16c152.832-234.688 323.456-352 512-352z m150.336 297.024a160 160 0 0 1-205.248 205.248l54.208-54.272H512a96 96 0 0 0 96-96l-0.064-0.704 54.4-54.272zM512 348.16c21.952 0 42.88 4.416 61.888 12.416l-52.032 52.096a96 96 0 0 0-105.344 105.344l-52.096 52.032A160 160 0 0 1 512 348.16z" }) } ); }, lc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 009.3-35.2l-.9-2.6a443.74 443.74 0 00-79.7-137.9l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 00-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.4a351.86 351.86 0 00-99 57.4l-81.9-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a446.02 446.02 0 00-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0035.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0025.8 25.7l2.7.5a449.4 449.4 0 00159 0l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-85a350 350 0 0099.7-57.6l81.3 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 01-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 01-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 01624 502c0 29.9-11.7 58-32.8 79.2z" }) } ); }, nc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" }) } ); }, oc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z" }), /* @__PURE__ */ s.jsx("path", { d: "M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0152.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 01-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" }) ] } ); }, R8 = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 00-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" }) } ); }, rc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M499.578 354.665c24.806 0 41.376-16.629 41.376-41.376 0-25.023-16.53-41.218-41.376-41.218-24.867 0-49.791 16.195-49.791 41.218 0.041 24.746 24.964 41.376 49.791 41.376zM268.005 272.071c-24.806 0-49.888 16.195-49.888 41.218 0 24.747 25.082 41.376 49.888 41.376 24.749 0 41.279-16.629 41.279-41.376 0.001-25.023-16.529-41.218-41.279-41.218z" }), /* @__PURE__ */ s.jsx("path", { d: "M994.474 619.515c0-130.86-121.397-242.379-270.432-254.002a14.91 14.91 0 0 0-0.059-4.987c-29.874-139.315-179.683-244.34-348.494-244.34-190.749 0-345.962 133.02-345.962 296.506 0 87.704 44.782 166.755 129.635 229.078l-29.579 88.929a15.148 15.148 0 0 0 4.435 16.155 15.167 15.167 0 0 0 16.629 2.08l111.063-55.572 13.7 2.771c34.191 7.027 63.708 13.126 100.078 13.126 10.69 0 40.167-3.921 42.644-7.048 40.049 100.196 150.421 172.533 280.292 172.533 33.261 0 66.916-8.016 97.146-15.6l85.625 46.803a15.014 15.014 0 0 0 16.71-1.485 15.042 15.042 0 0 0 4.947-16.037l-21.874-72.697c73.288-57.927 113.496-127.218 113.496-196.213z m-585.548 49.89a14.545 14.545 0 0 0-4.792-0.515h-0.019a334.307 334.307 0 0 1-28.55 1.227c-32.13 0-59.292-5.542-90.711-12.057l-18.253-3.682a14.01 14.01 0 0 0-9.324 1.249l-80.26 40.189 20.847-62.679a14.552 14.552 0 0 0-5.464-16.53C111.766 560.4 70.902 491.94 70.902 413.147c0-141.649 136.662-256.952 304.645-256.952 148.481 0 279.976 90.358 307.097 210.527-155.687 2.039-281.678 111.5-281.678 245.943 0 19.542 2.97 38.487 7.96 56.74z m437.919 120.29a14.35 14.35 0 0 0-5.108 15.56l13.561 45.098-55.631-30.447a14.316 14.316 0 0 0-10.393-1.308c-29.855 7.523-60.739 15.324-90.832 15.324-139.69 0-253.348-96.018-253.348-214.011s113.638-213.949 253.348-213.949c137.04 0 252.814 97.977 252.814 213.949 0.001 58.839-37.061 119.141-104.411 169.784z" }), /* @__PURE__ */ s.jsx("path", { d: "M607.176 511.935c-16.549 0-33.122 16.691-33.122 33.202 0 16.648 16.573 33.081 33.122 33.081 24.867 0 41.298-16.434 41.298-33.063 0-16.569-16.43-33.22-41.298-33.22zM789.057 511.935c-16.313 0-32.864 16.691-32.864 33.202 0 16.648 16.551 33.081 32.864 33.081 24.784 0 41.515-16.434 41.515-33.063 0.001-16.569-16.69-33.22-41.515-33.22z" }) ] } ); }, ic = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx( "path", { d: "M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 00-106-34.3 28.45 28.45 0 00-21.9 33.8 28.39 28.39 0 0033.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0111.3 53.3 28.45 28.45 0 0018.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 00-25.4 39.3 33.12 33.12 0 0039.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z" } ) } ); }, dc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M168.5 273.7a68.7 68.7 0 10137.4 0 68.7 68.7 0 10-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z" }) } ); }, hc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z" }) } ); }, uc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsx( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: /* @__PURE__ */ s.jsx("path", { d: "M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z" }) } ); }, mc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" }), /* @__PURE__ */ s.jsx("path", { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" }) ] } ); }, fc = (c) => { const { className: t = "", style: e = {}, onClick: a = () => { } } = c, l = `${r.default} ${t}`; return /* @__PURE__ */ s.jsxs( "svg", { viewBox: "0 0 1024 1024", className: l, style: { fill: e.color, ...e }, onClick: a, focusable: "false", "data-icon": "ayong", children: [ /* @__PURE__ */ s.jsx("path", { d: "M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" }), /* @__PURE__ */ s.jsx("path", { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6