UNPKG

@nutui/nutui-react

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

1,165 lines (1,163 loc) 1.67 MB
(function(global2, factory) { typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("react"), require("react-dom")) : typeof define === "function" && define.amd ? define(["exports", "react", "react-dom"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.nutReact = {}, global2.React, global2.ReactDOM)); })(this, function(exports, React, ReactDOM) { "use strict"; function _interopNamespaceDefault(e2) { const n2 = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } }); if (e2) { for (const k in e2) { if (k !== "default") { const d2 = Object.getOwnPropertyDescriptor(e2, k); Object.defineProperty(n2, k, d2.get ? d2 : { enumerable: true, get: () => e2[k] }); } } } n2.default = e2; return Object.freeze(n2); } const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React); const ReactDOM__namespace = /* @__PURE__ */ _interopNamespaceDefault(ReactDOM); function _define_property(obj, key2, value2) { if (key2 in obj) { Object.defineProperty(obj, key2, { value: value2, enumerable: true, configurable: true, writable: true }); } else obj[key2] = value2; return obj; } function _object_spread(target) { for (var i2 = 1; i2 < arguments.length; i2++) { var source = arguments[i2] != null ? arguments[i2] : {}; var ownKeys2 = Object.keys(source); if (typeof Object.getOwnPropertySymbols === "function") { ownKeys2 = ownKeys2.concat( Object.getOwnPropertySymbols(source).filter(function(sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; }) ); } ownKeys2.forEach(function(key2) { _define_property(target, key2, source[key2]); }); } return target; } function ownKeys$2(object2, enumerableOnly) { var keys = Object.keys(object2); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object2); keys.push.apply(keys, symbols); } return keys; } function _object_spread_props(target, source) { source = source != null ? source : {}; if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); else { ownKeys$2(Object(source)).forEach(function(key2) { Object.defineProperty(target, key2, Object.getOwnPropertyDescriptor(source, key2)); }); } return target; } function _object_without_properties_loose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key2, i2; for (i2 = 0; i2 < sourceKeys.length; i2++) { key2 = sourceKeys[i2]; if (excluded.indexOf(key2) >= 0) continue; target[key2] = source[key2]; } return target; } function _object_without_properties(source, excluded) { if (source == null) return {}; var target = _object_without_properties_loose(source, excluded); var key2, i2; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i2 = 0; i2 < sourceSymbolKeys.length; i2++) { key2 = sourceSymbolKeys[i2]; if (excluded.indexOf(key2) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key2)) continue; target[key2] = source[key2]; } } return target; } var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {}; function getDefaultExportFromCjs(x) { return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x; } var classnames = { exports: {} }; /*! Copyright (c) 2018 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */ (function(module2) { (function() { var hasOwn = {}.hasOwnProperty; function classNames2() { var classes = ""; for (var i2 = 0; i2 < arguments.length; i2++) { var arg = arguments[i2]; if (arg) { classes = appendClass(classes, parseValue(arg)); } } return classes; } function parseValue(arg) { if (typeof arg === "string" || typeof arg === "number") { return arg; } if (typeof arg !== "object") { return ""; } if (Array.isArray(arg)) { return classNames2.apply(null, arg); } if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes("[native code]")) { return arg.toString(); } var classes = ""; for (var key2 in arg) { if (hasOwn.call(arg, key2) && arg[key2]) { classes = appendClass(classes, key2); } } return classes; } function appendClass(value2, newClass) { if (!newClass) { return value2; } if (value2) { return value2 + " " + newClass; } return value2 + newClass; } if (module2.exports) { classNames2.default = classNames2; module2.exports = classNames2; } else { window.classNames = classNames2; } })(); })(classnames); var classnamesExports = classnames.exports; const classNames = /* @__PURE__ */ getDefaultExportFromCjs(classnamesExports); const n$b = { classPrefix: "nut-icon", tag: "i", fontClassName: "nutui-iconfont" }; var Q = { exports: {} }, $ = {}; /** * @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 Ce; function lr() { if (Ce) return $; Ce = 1; var F = React, E = Symbol.for("react.element"), D = Symbol.for("react.fragment"), _ = Object.prototype.hasOwnProperty, x = F.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: true, ref: true, __self: true, __source: true }; function R(m2, f, T) { var d2, h = {}, g = null, P = null; T !== void 0 && (g = "" + T), f.key !== void 0 && (g = "" + f.key), f.ref !== void 0 && (P = f.ref); for (d2 in f) _.call(f, d2) && !C.hasOwnProperty(d2) && (h[d2] = f[d2]); if (m2 && m2.defaultProps) for (d2 in f = m2.defaultProps, f) h[d2] === void 0 && (h[d2] = f[d2]); return { $$typeof: E, type: m2, key: g, ref: P, props: h, _owner: x.current }; } return $.Fragment = D, $.jsx = R, $.jsxs = R, $; } var W = {}; /** * @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 Oe; function cr() { return Oe || (Oe = 1, process.env.NODE_ENV !== "production" && function() { var F = React, E = Symbol.for("react.element"), D = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), x = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), R = Symbol.for("react.provider"), m2 = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), T = Symbol.for("react.suspense"), d2 = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), S = Symbol.iterator, N = "@@iterator"; function Y(e2) { if (e2 === null || typeof e2 != "object") return null; var r = S && e2[S] || e2[N]; return typeof r == "function" ? r : null; } var w = F.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; function s2(e2) { { for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n2 = 1; n2 < r; n2++) t[n2 - 1] = arguments[n2]; Se("error", e2, t); } } function Se(e2, r, t) { { var n2 = w.ReactDebugCurrentFrame, i2 = n2.getStackAddendum(); i2 !== "" && (r += "%s", t = t.concat([i2])); var u = t.map(function(o) { return String(o); }); u.unshift("Warning: " + r), Function.prototype.apply.call(console[e2], console, u); } } var je = false, ke = false, Fe = false, De = false, Ae = false, re; re = Symbol.for("react.module.reference"); function Ie(e2) { return !!(typeof e2 == "string" || typeof e2 == "function" || e2 === _ || e2 === C || Ae || e2 === x || e2 === T || e2 === d2 || De || e2 === P || je || ke || Fe || typeof e2 == "object" && e2 !== null && (e2.$$typeof === g || e2.$$typeof === h || e2.$$typeof === R || e2.$$typeof === m2 || e2.$$typeof === f || // 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. e2.$$typeof === re || e2.getModuleId !== void 0)); } function $e(e2, r, t) { var n2 = e2.displayName; if (n2) return n2; var i2 = r.displayName || r.name || ""; return i2 !== "" ? t + "(" + i2 + ")" : t; } function te(e2) { return e2.displayName || "Context"; } function b(e2) { if (e2 == null) return null; if (typeof e2.tag == "number" && s2("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e2 == "function") return e2.displayName || e2.name || null; if (typeof e2 == "string") return e2; switch (e2) { case _: return "Fragment"; case D: return "Portal"; case C: return "Profiler"; case x: return "StrictMode"; case T: return "Suspense"; case d2: return "SuspenseList"; } if (typeof e2 == "object") switch (e2.$$typeof) { case m2: var r = e2; return te(r) + ".Consumer"; case R: var t = e2; return te(t._context) + ".Provider"; case f: return $e(e2, e2.render, "ForwardRef"); case h: var n2 = e2.displayName || null; return n2 !== null ? n2 : b(e2.type) || "Memo"; case g: { var i2 = e2, u = i2._payload, o = i2._init; try { return b(o(u)); } catch { return null; } } } return null; } var O = Object.assign, A = 0, ne, ae, oe, ie, ue, se, le; function ce() { } ce.__reactDisabledLog = true; function We() { { if (A === 0) { ne = console.log, ae = console.info, oe = console.warn, ie = console.error, ue = console.group, se = console.groupCollapsed, le = console.groupEnd; var e2 = { configurable: true, enumerable: true, value: ce, writable: true }; Object.defineProperties(console, { info: e2, log: e2, warn: e2, error: e2, group: e2, groupCollapsed: e2, groupEnd: e2 }); } A++; } } function Ne() { { if (A--, A === 0) { var e2 = { configurable: true, enumerable: true, writable: true }; Object.defineProperties(console, { log: O({}, e2, { value: ne }), info: O({}, e2, { value: ae }), warn: O({}, e2, { value: oe }), error: O({}, e2, { value: ie }), group: O({}, e2, { value: ue }), groupCollapsed: O({}, e2, { value: se }), groupEnd: O({}, e2, { value: le }) }); } A < 0 && s2("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } var q = w.ReactCurrentDispatcher, J; function L(e2, r, t) { { if (J === void 0) try { throw Error(); } catch (i2) { var n2 = i2.stack.trim().match(/\n( *(at )?)/); J = n2 && n2[1] || ""; } return ` ` + J + e2; } } var G = false, V2; { var Ye = typeof WeakMap == "function" ? WeakMap : Map; V2 = new Ye(); } function fe(e2, r) { if (!e2 || G) return ""; { var t = V2.get(e2); if (t !== void 0) return t; } var n2; G = true; var i2 = Error.prepareStackTrace; Error.prepareStackTrace = void 0; var u; u = q.current, q.current = null, We(); try { if (r) { var o = function() { throw Error(); }; if (Object.defineProperty(o.prototype, "props", { set: function() { throw Error(); } }), typeof Reflect == "object" && Reflect.construct) { try { Reflect.construct(o, []); } catch (y) { n2 = y; } Reflect.construct(e2, [], o); } else { try { o.call(); } catch (y) { n2 = y; } e2.call(o.prototype); } } else { try { throw Error(); } catch (y) { n2 = y; } e2(); } } catch (y) { if (y && n2 && typeof y.stack == "string") { for (var a = y.stack.split(` `), v = n2.stack.split(` `), l2 = a.length - 1, c6 = v.length - 1; l2 >= 1 && c6 >= 0 && a[l2] !== v[c6]; ) c6--; for (; l2 >= 1 && c6 >= 0; l2--, c6--) if (a[l2] !== v[c6]) { if (l2 !== 1 || c6 !== 1) do if (l2--, c6--, c6 < 0 || a[l2] !== v[c6]) { var p2 = ` ` + a[l2].replace(" at new ", " at "); return e2.displayName && p2.includes("<anonymous>") && (p2 = p2.replace("<anonymous>", e2.displayName)), typeof e2 == "function" && V2.set(e2, p2), p2; } while (l2 >= 1 && c6 >= 0); break; } } } finally { G = false, q.current = u, Ne(), Error.prepareStackTrace = i2; } var k = e2 ? e2.displayName || e2.name : "", we = k ? L(k) : ""; return typeof e2 == "function" && V2.set(e2, we), we; } function Le(e2, r, t) { return fe(e2, false); } function Ve(e2) { var r = e2.prototype; return !!(r && r.isReactComponent); } function M(e2, r, t) { if (e2 == null) return ""; if (typeof e2 == "function") return fe(e2, Ve(e2)); if (typeof e2 == "string") return L(e2); switch (e2) { case T: return L("Suspense"); case d2: return L("SuspenseList"); } if (typeof e2 == "object") switch (e2.$$typeof) { case f: return Le(e2.render); case h: return M(e2.type, r, t); case g: { var n2 = e2, i2 = n2._payload, u = n2._init; try { return M(u(i2), r, t); } catch { } } } return ""; } var U = Object.prototype.hasOwnProperty, de = {}, ve = w.ReactDebugCurrentFrame; function B(e2) { if (e2) { var r = e2._owner, t = M(e2.type, e2._source, r ? r.type : null); ve.setExtraStackFrame(t); } else ve.setExtraStackFrame(null); } function Me(e2, r, t, n2, i2) { { var u = Function.call.bind(U); for (var o in e2) if (u(e2, o)) { var a = void 0; try { if (typeof e2[o] != "function") { var v = Error((n2 || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e2[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); throw v.name = "Invariant Violation", v; } a = e2[o](r, o, n2, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (l2) { a = l2; } a && !(a instanceof Error) && (B(i2), s2("%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).", n2 || "React class", t, o, typeof a), B(null)), a instanceof Error && !(a.message in de) && (de[a.message] = true, B(i2), s2("Failed %s type: %s", t, a.message), B(null)); } } } var Ue = Array.isArray; function z(e2) { return Ue(e2); } function Be(e2) { { var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e2[Symbol.toStringTag] || e2.constructor.name || "Object"; return t; } } function qe(e2) { try { return pe(e2), false; } catch { return true; } } function pe(e2) { return "" + e2; } function he(e2) { if (qe(e2)) return s2("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Be(e2)), pe(e2); } var I = w.ReactCurrentOwner, Je = { key: true, ref: true, __self: true, __source: true }, ge, me; function Ge(e2) { if (U.call(e2, "ref")) { var r = Object.getOwnPropertyDescriptor(e2, "ref").get; if (r && r.isReactWarning) return false; } return e2.ref !== void 0; } function ze(e2) { if (U.call(e2, "key")) { var r = Object.getOwnPropertyDescriptor(e2, "key").get; if (r && r.isReactWarning) return false; } return e2.key !== void 0; } function He(e2, r) { if (typeof e2.ref == "string" && I.current && r) ; } function Ke(e2, r) { { var t = function() { ge || (ge = true, s2("%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)", r)); }; t.isReactWarning = true, Object.defineProperty(e2, "key", { get: t, configurable: true }); } } function Xe(e2, r) { { var t = function() { me || (me = true, s2("%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)", r)); }; t.isReactWarning = true, Object.defineProperty(e2, "ref", { get: t, configurable: true }); } } var Ze = function(e2, r, t, n2, i2, u, o) { var a = { // This tag allows us to uniquely identify this as a React Element $$typeof: E, // Built-in properties that belong on the element type: e2, key: r, ref: t, props: o, // Record the component responsible for creating this element. _owner: u }; return a._store = {}, Object.defineProperty(a._store, "validated", { configurable: false, enumerable: false, writable: true, value: false }), Object.defineProperty(a, "_self", { configurable: false, enumerable: false, writable: false, value: n2 }), Object.defineProperty(a, "_source", { configurable: false, enumerable: false, writable: false, value: i2 }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a; }; function Qe(e2, r, t, n2, i2) { { var u, o = {}, a = null, v = null; t !== void 0 && (he(t), a = "" + t), ze(r) && (he(r.key), a = "" + r.key), Ge(r) && (v = r.ref, He(r, i2)); for (u in r) U.call(r, u) && !Je.hasOwnProperty(u) && (o[u] = r[u]); if (e2 && e2.defaultProps) { var l2 = e2.defaultProps; for (u in l2) o[u] === void 0 && (o[u] = l2[u]); } if (a || v) { var c6 = typeof e2 == "function" ? e2.displayName || e2.name || "Unknown" : e2; a && Ke(o, c6), v && Xe(o, c6); } return Ze(e2, a, v, i2, n2, I.current, o); } } var K = w.ReactCurrentOwner, be = w.ReactDebugCurrentFrame; function j(e2) { if (e2) { var r = e2._owner, t = M(e2.type, e2._source, r ? r.type : null); be.setExtraStackFrame(t); } else be.setExtraStackFrame(null); } var X; X = false; function Z(e2) { return typeof e2 == "object" && e2 !== null && e2.$$typeof === E; } function ye() { { if (K.current) { var e2 = b(K.current.type); if (e2) return ` Check the render method of \`` + e2 + "`."; } return ""; } } function er(e2) { { return ""; } } var Ee = {}; function rr(e2) { { var r = ye(); if (!r) { var t = typeof e2 == "string" ? e2 : e2.displayName || e2.name; t && (r = ` Check the top-level render call using <` + t + ">."); } return r; } } function _e(e2, r) { { if (!e2._store || e2._store.validated || e2.key != null) return; e2._store.validated = true; var t = rr(r); if (Ee[t]) return; Ee[t] = true; var n2 = ""; e2 && e2._owner && e2._owner !== K.current && (n2 = " It was passed a child from " + b(e2._owner.type) + "."), j(e2), s2('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n2), j(null); } } function Re(e2, r) { { if (typeof e2 != "object") return; if (z(e2)) for (var t = 0; t < e2.length; t++) { var n2 = e2[t]; Z(n2) && _e(n2, r); } else if (Z(e2)) e2._store && (e2._store.validated = true); else if (e2) { var i2 = Y(e2); if (typeof i2 == "function" && i2 !== e2.entries) for (var u = i2.call(e2), o; !(o = u.next()).done; ) Z(o.value) && _e(o.value, r); } } } function tr(e2) { { var r = e2.type; if (r == null || typeof r == "string") return; var t; if (typeof r == "function") t = r.propTypes; else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here. // Inner props are checked in the reconciler. r.$$typeof === h)) t = r.propTypes; else return; if (t) { var n2 = b(r); Me(t, e2.props, "prop", n2, e2); } else if (r.PropTypes !== void 0 && !X) { X = true; var i2 = b(r); s2("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i2 || "Unknown"); } typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && s2("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); } } function nr(e2) { { for (var r = Object.keys(e2.props), t = 0; t < r.length; t++) { var n2 = r[t]; if (n2 !== "children" && n2 !== "key") { j(e2), s2("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n2), j(null); break; } } e2.ref !== null && (j(e2), s2("Invalid attribute `ref` supplied to `React.Fragment`."), j(null)); } } function Te(e2, r, t, n2, i2, u) { { var o = Ie(e2); if (!o) { var a = ""; (e2 === void 0 || typeof e2 == "object" && e2 !== null && Object.keys(e2).length === 0) && (a += " 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 v = er(); v ? a += v : a += ye(); var l2; e2 === null ? l2 = "null" : z(e2) ? l2 = "array" : e2 !== void 0 && e2.$$typeof === E ? (l2 = "<" + (b(e2.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : l2 = typeof e2, s2("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", l2, a); } var c6 = Qe(e2, r, t, i2, u); if (c6 == null) return c6; if (o) { var p2 = r.children; if (p2 !== void 0) if (n2) if (z(p2)) { for (var k = 0; k < p2.length; k++) Re(p2[k], e2); Object.freeze && Object.freeze(p2); } else s2("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 Re(p2, e2); } return e2 === _ ? nr(c6) : tr(c6), c6; } } function ar(e2, r, t) { return Te(e2, r, t, true); } function or(e2, r, t) { return Te(e2, r, t, false); } var ir = or, ur = ar; W.Fragment = _, W.jsx = ir, W.jsxs = ur; }()), W; } process.env.NODE_ENV === "production" ? Q.exports = lr() : Q.exports = cr(); var ee = Q.exports; const fr = ee.Fragment, xe = ee.jsx, gr = ee.jsxs, dr = { className: "", style: void 0, viewBox: " 0 0 1024 1024", name: "", width: "", height: "", onClick: () => { } }, vr = (F) => { const E = n$b.classPrefix, { viewBox: D, className: _, style: x, name: C, color: R, width: m2, height: f, children: T, onClick: d2 } = { ...dr, ...F }, h = (s2) => { d2 && d2(s2); }, g = (s2) => s2 === "" ? "" : isNaN(Number(s2)) ? String(s2) : s2 + "px", P = () => `${E} ${E}-${C} ${_}`, S = {}, N = g(m2 || ""), Y = g(f || ""); N && (S.width = N), Y && (S.height = Y); const w = () => ({ color: R, ...x, ...S }); return /* @__PURE__ */ xe(fr, { children: /* @__PURE__ */ xe( "svg", { className: P(), style: w(), onClick: h, xmlns: "http://www.w3.org/2000/svg", color: R, viewBox: D, "aria-labelledby": C, role: "presentation", children: T } ) }); }, mr = vr; const l$1 = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "ArrowDown", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M153.81 362.67a10.67 10.67 0 0 0-7.68 18.13L512 746.67 877.87 380.8a10.67 10.67 0 0 0-7.68-18.13h-60.38a10.03 10.03 0 0 0-7.46 3.2L512 656.21 221.65 365.87a10.88 10.88 0 0 0-7.46-3.2z", fill: "currentColor" } ) }); }; const d$7 = (o) => { const r = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "ArrowLeft", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M661.33 153.81a10.67 10.67 0 0 0-18.13-7.68L277.33 512 643.2 877.87a10.67 10.67 0 0 0 18.13-7.68v-60.38a10.03 10.03 0 0 0-3.2-7.46L367.79 512l290.34-290.35a10.88 10.88 0 0 0 3.2-7.46z", fill: "currentColor" } ) }); }; const i$1 = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "ArrowRadius", viewBox: "0 0 8 4", children: /* @__PURE__ */ xe( "path", { d: "M3.253.336a1 1 0 0 1 1.494 0L8 4H0z", fill: "currentColor" } ) }); }; const p$3 = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "ArrowUp", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M870.19 661.33a10.67 10.67 0 0 0 7.68-18.13L512 277.33 146.13 643.2a10.67 10.67 0 0 0 7.68 18.13h60.38c2.77 0 5.55-1.07 7.46-3.2L512 367.79l290.35 290.34c1.92 1.92 4.69 3.2 7.46 3.2z", fill: "currentColor" } ) }); }; const n$a = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Ask", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M48 24c0 13.255-10.745 24-24 24S0 37.255 0 24 10.745 0 24 0s24 10.745 24 24m-3 0c0-11.598-9.402-21-21-21C12.403 3 3 12.402 3 24s9.403 21 21 21c11.598 0 21-9.402 21-21m-21-9a4.5 4.5 0 0 0-4.472 4c-.03.275-.251.5-.527.5h-2a.476.476 0 0 1-.484-.5 7.5 7.5 0 1 1 8.983 7.85v.65a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V24H24a4.5 4.5 0 1 0 0-9m-1.5 17a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z", fill: "currentColor" } ) }); }; const c$2 = (o) => { const r = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "CheckChecked", viewBox: "0 0 16 16", children: /* @__PURE__ */ xe( "path", { d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m0-4a4 4 0 1 1 0-8 4 4 0 0 1 0 8", fill: "currentColor" } ) }); }; const n$9 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "CheckDisabled", viewBox: "0 0 16 16", children: /* @__PURE__ */ xe( "path", { d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m3.75-7.25h-7.5A.25.25 0 0 1 4 8.5v-1a.25.25 0 0 1 .25-.25h7.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25", fill: "currentColor" } ) }); }; const n$8 = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "CheckNormal", viewBox: "0 0 16 16", children: /* @__PURE__ */ xe( "path", { d: "M8 15.5a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15m0 .5A8 8 0 1 0 8 0a8 8 0 0 0 0 16", fill: "currentColor" } ) }); }; const d$6 = (e2) => { const r = { ...dr, ...e2 }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "Check", viewBox: "0 0 49 48", children: /* @__PURE__ */ xe( "path", { d: "M45.121 16.121 47.243 14 43 9.757l-2.121 2.122L19 33.757 7.121 21.88 5 19.757.757 24l2.122 2.121L14.757 38l2.122 2.121L19 42.243l2.121-2.122L23.243 38z", fill: "currentColor" } ) }); }; const n$7 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Checked", viewBox: "0 0 16 16", children: /* @__PURE__ */ xe( "path", { d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m4.325-10.117-5.318 5.362-3.332-3.36a.25.25 0 0 1 0-.351l.701-.707a.25.25 0 0 1 .355 0L7.007 9.12l4.262-4.297a.25.25 0 0 1 .355 0l.701.707a.25.25 0 0 1 0 .352", fill: "currentColor" } ) }); }; const n$6 = (c6) => { const o = { ...dr, ...c6 }; return /* @__PURE__ */ xe(mr, { ...o, name: o.name || "Close", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "m512 557.23 279.25 279.25c4.27 4.27 10.88 4.27 14.94 0l30.29-30.29c4.27-4.27 4.27-10.88 0-14.94L557.23 512l279.25-279.25c4.27-4.27 4.27-10.88 0-14.94l-30.29-30.29c-4.27-4.27-10.88-4.27-14.94 0L512 466.77 232.75 187.52c-4.27-4.27-10.88-4.27-14.94 0l-30.29 30.29c-4.27 4.27-4.27 10.88 0 14.94L466.77 512 187.52 791.25c-4.27 4.27-4.27 10.88 0 14.94l30.29 30.29c4.27 4.27 10.88 4.27 14.94 0z", fill: "currentColor" } ) }); }; const n$5 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Del", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M15.5 0a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM48 7.5a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h3.824l2.904 26.86A8 8 0 0 0 15.182 44h17.636a7.999 7.999 0 0 0 7.953-7.14L43.676 10H47.5a.5.5 0 0 0 .5-.5zM10.21 36.537 7.343 10h33.316l-2.87 26.537A4.999 4.999 0 0 1 32.819 41H15.182a5 5 0 0 1-4.971-4.463M18.5 19a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5zm11.5.5v11a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5", fill: "currentColor" } ) }); }; const n$4 = (r) => { const a = { ...dr, ...r }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Failure", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M48 24C48 10.745 37.255 0 24 0S0 10.745 0 24s10.745 24 24 24 24-10.745 24-24m-3 0c0 11.598-9.402 21-21 21S3 35.598 3 24 12.402 3 24 3s21 9.402 21 21m-28.146-9.268a.5.5 0 0 0-.708 0l-1.413 1.414a.5.5 0 0 0 0 .708L21.879 24l-7.146 7.146a.5.5 0 0 0 0 .708l1.413 1.414a.5.5 0 0 0 .708 0L24 26.12l7.146 7.147a.5.5 0 0 0 .708 0l1.413-1.414a.5.5 0 0 0 0-.708L26.121 24l7.146-7.146a.5.5 0 0 0 0-.708l-1.413-1.414a.5.5 0 0 0-.708 0L24 21.88z", fill: "currentColor" } ) }); }; const d$5 = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ gr(mr, { ...r, name: r.name || "ImageError", viewBox: "0 0 1024 1024", children: [ /* @__PURE__ */ xe( "path", { d: "M696.43 465.25c40.61 0 73.53-32.72 73.53-73.09s-32.96-73.08-73.53-73.08-73.54 32.72-73.54 73.08 32.92 73.09 73.54 73.09M535.74 650.62l-273.61-259.4a56.19 56.19 0 0 0-15.36 11.58l-114 119.63-6-222.77c-.73-26.82 20.84-49.41 47.67-50.14l201.77-5.44 47.34-50-250.43 6.75C119 202.33 76.33 247.17 77.78 301l7.32 271.4 4.5 166.78C91.06 793 136.05 835.47 190.2 834l176-4.75 12-.32 47.34-50 116.18-122.64z", fill: "currentColor" } ), ",", /* @__PURE__ */ xe( "path", { d: "m861.71 214.8-242.83-33.86-55.09 41.46L855 263a49.05 49.05 0 0 1 41.79 55.13l-54.33 389.59-120.87-159.05A59.86 59.86 0 0 0 638.06 537l-44 33.08 65.07 86.15L603.84 698l-79.57 60.1-54.92 41.48 34.17 4.76 270.73 37.76a97.55 97.55 0 0 0 109.88-79.6 22.37 22.37 0 0 0 .65-3.44l60.53-434.16c7.44-53.32-29.95-102.62-83.6-110.1", fill: "currentColor" } ) ] }); }; const n$3 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Image", viewBox: "0 0 49 48", children: /* @__PURE__ */ xe( "path", { d: "M48 18.85V36a8 8 0 0 1-8 8H8a8 8 0 0 1-8-8V8a8 8 0 0 1 8-8h32a8 8 0 0 1 8 8v10.153c.054.226.056.465 0 .696M8 3a5 5 0 0 0-5 5V24.49A16.536 16.536 0 0 1 7 24c3.45 0 6.655 1.06 9.303 2.87C19.627 19.295 27.193 14 36 14c3.212 0 6.26.705 9 1.97V8a5 5 0 0 0-5-5zm2 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0M3 27.602V36a5 5 0 0 0 5 5h32a5 5 0 0 0 5-5V19.333A18.412 18.412 0 0 0 36 17c-8.124 0-15.028 5.237-17.513 12.524a1.499 1.499 0 0 1-2.486.914A13.444 13.444 0 0 0 7 27c-1.395 0-2.738.211-4 .602", fill: "currentColor" } ) }); }; const c$1 = (a) => { const o = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...o, name: o.name || "JoySmile", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M728.58 159.81a39.33 39.33 0 1 0-54.28-56.95c-94.92 90.4-244.1 90.4-339.03 0A39.35 39.35 0 0 0 281 159.81c125.33 119.35 322.24 119.35 447.58 0", fill: "currentColor" } ) }); }; const d$4 = (r) => { const a = { ...dr, ...r }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Link", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M777.87 246.13a166.03 166.03 0 0 0-234.78 0l-74.39 74.24a43.89 43.89 0 0 1-62.03-62.1l74.24-74.24A253.81 253.81 0 0 1 839.9 543.01l-74.17 74.32a43.89 43.89 0 1 1-62.1-62.03l74.24-74.24a166.03 166.03 0 0 0 0-234.86zM637.44 386.56a43.89 43.89 0 0 1 0 62.03L448.66 637.51a43.89 43.89 0 1 1-62.1-62.1l188.93-188.92a43.89 43.89 0 0 1 62.1 0zm-317.07 20.11a43.89 43.89 0 0 1 0 62.03l-74.24 74.31a166.03 166.03 0 0 0 234.78 234.86l74.39-74.24a43.89 43.89 0 0 1 62.03 62.1l-74.24 74.17A253.81 253.81 0 1 1 184.1 480.99l74.17-74.32a43.89 43.89 0 0 1 62.1 0", fill: "currentColor" } ) }); }; const s = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Loading", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M512 73.14a43.89 43.89 0 0 1 43.89 43.89v118.49a43.89 43.89 0 0 1-87.78 0V117.03A43.89 43.89 0 0 1 512 73.14M201.65 201.65a43.89 43.89 0 0 1 62.1 0l83.68 83.83a43.89 43.89 0 1 1-62.03 62.02l-83.75-83.75a43.89 43.89 0 0 1 0-62.1m620.7 0a43.89 43.89 0 0 1 0 62.1l-83.83 83.68a43.89 43.89 0 1 1-62.02-62.03l83.75-83.82a43.89 43.89 0 0 1 62.1 0zM73.14 512a43.89 43.89 0 0 1 43.89-43.89h118.49a43.89 43.89 0 0 1 0 87.78H117.03A43.89 43.89 0 0 1 73.14 512m671.45 0a43.89 43.89 0 0 1 43.89-43.89h118.49a43.89 43.89 0 1 1 0 87.78H788.48A43.89 43.89 0 0 1 744.59 512M347.5 676.5a43.89 43.89 0 0 1 0 62.02l-83.75 83.83a43.89 43.89 0 1 1-62.1-62.1l83.83-83.68a43.89 43.89 0 0 1 62.02 0zm329 0a43.89 43.89 0 0 1 62.02 0l83.83 83.75a43.89 43.89 0 1 1-62.1 62.1l-83.68-83.83a43.89 43.89 0 0 1 0-62.02zM512 744.59a43.89 43.89 0 0 1 43.89 43.89v118.49a43.89 43.89 0 1 1-87.78 0V788.48A43.89 43.89 0 0 1 512 744.59", fill: "currentColor" } ) }); }; const d$3 = (a) => { const o = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...o, name: o.name || "Loading1", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M520.66 64.56a29.24 29.24 0 0 0-7.07-.89c-16.21 0-29.35 13.14-29.35 29.35 0 15.83 12.54 28.7 28.23 29.29v.08c.38 0 .75-.01 1.12-.02 216.49 0 389.63 173.94 389.63 390.44S730.08 901.64 513.59 901.63 123.96 729.3 123.96 512.8c0-.27.01-.54.01-.8h-.01c0-16.21-13.14-29.35-29.35-29.35S65.26 495.79 65.26 512c0 .06.01.11.01.16 0 .21-.01.42-.01.64 0 247.61 200.72 448.33 448.33 448.33 247.61 0 448.33-200.72 448.33-448.33 0-245.24-196.92-444.46-441.25-448.24z", fill: "currentColor" } ) }); }; const m$3 = (a) => { const o = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...o, name: o.name || "Location", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M533.33 1024s448-232.53 448-576c0-247.47-200.53-448-448-448s-448 200.53-448 448c0 343.47 448 576 448 576m181.12-206.72c-52.91 47.57-105.81 85.33-145.92 111.36a893.32 893.32 0 0 1-35.2 21.76 1148.76 1148.76 0 0 1-181.12-133.12C244.05 719.79 149.33 591.79 149.33 448c0-212.05 171.95-384 384-384s384 171.95 384 384c0 143.79-94.72 271.79-202.88 369.28M533.33 640a192 192 0 1 0-.02-384.02 192 192 0 0 0 .02 384.02m0-64c-70.61 0-128-57.39-128-128s57.39-128 128-128 128 57.39 128 128-57.39 128-128 128", fill: "currentColor" } ) }); }; const n$2 = (r) => { const s2 = { ...dr, ...r }; return /* @__PURE__ */ xe(mr, { ...s2, name: s2.name || "MaskClose", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M512 14.9C238.59 14.9 14.9 238.6 14.9 512s223.7 497.1 497.1 497.1 497.1-223.7 497.1-497.1S785.4 14.9 512 14.9m207.13 646.23c16.57 16.57 16.57 41.42 0 58s-41.42 16.57-58 0L512 570 362.87 719.13c-16.57 16.57-41.43 16.57-58 0s-16.57-41.42 0-58L454 512 304.87 362.87c-16.57-16.57-16.57-41.43 0-58s41.42-16.57 58 0L512 454l149.13-149.13c16.57-16.57 41.43-16.57 58 0s16.57 41.42 0 58L570 512z", fill: "currentColor" } ) }); }; const i = (o) => { const r = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "Minus", viewBox: "0 0 20 20", children: /* @__PURE__ */ xe( "path", { d: "M0 10a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1", fill: "currentColor" } ) }); }; const l = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "More", viewBox: "0 0 40 6", children: /* @__PURE__ */ xe( "path", { d: "M3 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6M23 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0M40 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0", fill: "currentColor" } ) }); }; const n$1 = (r) => { const c6 = { ...dr, ...r }; return /* @__PURE__ */ xe(mr, { ...c6, name: c6.name || "Notice", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M533.33 0C539.3 0 544 4.69 544 10.67v76.16c179.41 16.21 320 167.04 320 350.5v226.35c0 26.45 6.19 52.69 17.92 76.37l36.48 72.96c14.08 28.37-6.4 61.65-38.19 61.66H143.79c-31.79 0-52.27-33.28-38.19-61.66l36.48-72.96c11.95-23.68 17.92-49.92 17.92-76.37V437.33c0-183.68 140.59-334.29 320-350.5V10.67C480 4.7 484.69 0 490.67 0zM224 437.33v226.35c0 36.48-8.53 72.32-24.75 104.96l-21.12 42.03h667.74l-21.12-42.03C808.54 736 800 700.16 800 663.68V437.33c0-159.15-128.85-288-288-288s-288 128.85-288 288M394.67 960c-5.97 0-10.67 4.69-10.67 10.67v42.66c0 5.97 4.69 10.67 10.67 10.67h234.66c5.97 0 10.67-4.69 10.67-10.67v-42.66c0-5.97-4.69-10.67-10.67-10.67z", fill: "currentColor" } ) }); }; const e = (r) => { const c6 = { ...dr, ...r }; return /* @__PURE__ */ xe(mr, { ...c6, name: c6.name || "Photograph", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M402.35 42.67c-55.47 0-104.75 35.84-121.6 88.53l-5.98 18.13h-104.1C76.38 149.33 0 225.7 0 320v490.67c0 94.29 76.37 170.67 170.67 170.66h682.66c94.29 0 170.67-76.37 170.67-170.66V320c0-94.29-76.37-170.67-170.67-170.67h-104.1l-5.98-18.13a127.89 127.89 0 0 0-121.81-88.53zM170.67 213.33h150.61l20.27-62.29c8.53-26.45 33.07-44.37 60.8-44.37h219.09c27.73 0 52.27 17.92 61.01 44.37l20.27 62.29h150.61C912.21 213.33 960 261.12 960 320v490.67c0 58.88-47.79 106.67-106.67 106.66H170.67C111.79 917.33 64 869.54 64 810.67V320c0-58.88 47.79-106.67 106.67-106.67M725.33 288c0-5.97 4.69-10.67 10.67-10.67h106.67c5.97 0 10.67 4.69 10.66 10.67v42.67c0 5.97-4.69 10.67-10.66 10.66H736c-5.97 0-10.67-4.69-10.67-10.66zM736 554.67c0 123.73-100.27 224-224 224s-224-100.27-224-224 100.27-224 224-224 224 100.27 224 224m-64 0c0-88.32-71.68-160-160-160s-160 71.68-160 160 71.68 160 160 160 160-71.68 160-160", fill: "currentColor" } ) }); }; const d$2 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Plus", viewBox: "0 0 20 20", children: /* @__PURE__ */ xe( "path", { d: "M9 19a1 1 0 1 0 2 0v-8h8a1 1 0 1 0 0-2h-8V1a1 1 0 1 0-2 0v8H1a1 1 0 1 0 0 2h8z", fill: "currentColor" } ) }); }; const n = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Search", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M20 40c11.045 0 20-8.954 20-20S31.045 0 20 0C8.954 0 0 8.954 0 20s8.954 20 20 20m0-3C10.61 37 3 29.39 3 20S10.61 3 20 3s17 7.611 17 17-7.611 17-17 17m24.207 5.086a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 0 1-.707 0l-6.293-6.293a.5.5 0 0 1 0-.707l1.414-1.414a.5.5 0 0 1 .707 0z", fill: "currentColor" } ) }); }; const m$2 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Service", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M2 20h1.006C3.278 8.875 12.609 0 24 0c11.39 0 20.722 8.875 20.994 20H46a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-.508c-.269 7.663-6.658 13.743-14.49 13.992a.488.488 0 0 1-.502-.492v-2c0-.276.224-.499.5-.51 6.27-.245 11.223-5.075 11.49-10.99H41a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h.993C41.721 10.6 33.805 3 24 3 14.195 3 6.279 10.6 6.007 20H7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2m1 3v6h3v-6zm39 6h3v-6h-3zm-13.063-.858a.528.528 0 0 1 .72.011l1.413 1.415a.483.483 0 0 1-.007.698c-3.998 3.64-10.127 3.64-14.126 0a.483.483 0 0 1-.009-.698l1.415-1.415a.527.527 0 0 1 .718-.011 7.501 7.501 0 0 0 9.876 0", fill: "currentColor" } ) }); }; const d$1 = (l2) => { const a = { ...dr, ...l2 }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "StarFill", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M24 .1a1.5 1.5 0 0 1 1.296.745l7.316 12.56 14.206 3.077a1.5 1.5 0 0 1 .8 2.466l-9.684 10.839 1.464 14.462a1.5 1.5 0 0 1-2.097 1.524L24 39.91l-13.3 5.862a1.5 1.5 0 0 1-2.098-1.524l1.464-14.462-9.685-10.84a1.5 1.5 0 0 1 .802-2.465l14.205-3.076L22.704.846A1.5 1.5 0 0 1 24 .1", fill: "currentColor" } ) }); }; const m$1 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Success", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M24 48c13.255 0 24-10.745 24-24S37.255 0 24 0 0 10.745 0 24s10.745 24 24 24m0-3C12.402 45 3 35.598 3 24S12.402 3 24 3s21 9.402 21 21-9.402 21-21 21m10.767-25.646a.5.5 0 0 0 0-.708l-1.413-1.414a.5.5 0 0 0-.708 0L21 28.88l-6.647-6.647a.5.5 0 0 0-.707 0l-1.414 1.414a.501.501 0 0 0 0 .708L21 33.12z", fill: "currentColor" } ) }); }; const p$2 = (o) => { const a = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Tips", viewBox: "0 0 48 48", children: /* @__PURE__ */ xe( "path", { d: "M24 48c13.255 0 24-10.745 24-24S37.255 0 24 0 0 10.745 0 24s10.745 24 24 24m0-3C12.402 45 3 35.598 3 24S12.402 3 24 3s21 9.402 21 21-9.402 21-21 21m2-29.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5zM24.748 33H26.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H23a1.5 1.5 0 0 1-1.482-1.728L23.252 23H21.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5H25a1.5 1.5 0 0 1 1.482 1.728z", fill: "currentColor" } ) }); }; const p$1 = (r) => { const a = { ...dr, ...r }; return /* @__PURE__ */ xe(mr, { ...a, name: a.name || "Top", viewBox: "0 0 44 44", children: /* @__PURE__ */ xe( "path", { d: "M43.042 18.666a.6.6 0 0 1 .062.846l-1.506 1.743a.6.6 0 0 1-.846.062L23.753 6.64V42.9a.6.6 0 0 1-.6.599H20.85a.6.6 0 0 1-.6-.6V6.64L3.25 21.318a.6.6 0 0 1-.846-.062L.898 19.512a.6.6 0 0 1 .062-.846L22.001.5z", fill: "currentColor" } ) }); }; const d = (a) => { const r = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "TriangleDown", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "m573.06 752 308.8-404.61A76.8 76.8 0 0 0 820.74 224H203.23a76.8 76.8 0 0 0-61.05 123.39L450.98 752a76.8 76.8 0 0 0 122.08 0", fill: "currentColor" } ) }); }; const p = (o) => { const r = { ...dr, ...o }; return /* @__PURE__ */ xe(mr, { ...r, name: r.name || "TriangleUp", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "m573.06 272 308.8 404.61A76.8 76.8 0 0 1 820.74 800H203.23a76.8 76.8 0 0 1-61.05-123.39L450.98 272a76.8 76.8 0 0 1 122.08 0", fill: "currentColor" } ) }); }; const m = (a) => { const c6 = { ...dr, ...a }; return /* @__PURE__ */ xe(mr, { ...c6, name: c6.name || "User", viewBox: "0 0 1024 1024", children: /* @__PURE__ */ xe( "path", { d: "M874.67 362.67c0 142.29-81.92 265.39-200.96 324.69a513.58 513.58 0 0 1 306.98 279.47c2.99 6.83-2.13 14.51-9.81 14.5h-47.36a10.67 10.67 0 0 1-9.6-5.97C840.75 827.31 688.21 725.33 512 725.33S183.25 827.09 110.08 975.36c-1.92 3.63-5.55 5.97-9.81 5.97H52.91c-7.47 0-12.8-7.68-9.6-14.5a514.22 514.22 0 0 1 306.98-279.47c-119.04-59.52-200.96-182.61-200.96-324.69C149.33 162.35 311.68 0 512 0s362.67 162.35 362.67 362.67m-64 0C810.67 197.76 676.91 64 512 64S213.33 197.76 213.33 362.67 347.09 661.34 512 661.33s298.67-133.76 298.67-298.66m-376.11 78.29c-3.41-4.69-10.03-6.61-14.93-3.63l-36.91 21.34c-5.12 2.99-6.83 9.6-3.63 14.5A160 160 0 0 0 512 5