@pnkx-lib/ui 1.9.138 → 1.9.140
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/es/chunks/{ConfigProvider-BFt0Xocp.js → PageNotFound-BT1mkXgK.js} +197 -257
- package/es/index.js +1 -1
- package/es/ui/index.js +1 -1
- package/package.json +3 -2
- package/types/App.d.ts +2 -0
- package/types/components/ui/BulkActions/index.d.ts +8 -1
- package/types/components/ui/CategoryStatus.d.ts +16 -0
- package/types/components/ui/PageNotFound.d.ts +4 -0
- package/types/components/ui/Sidebar.d.ts +5 -26
- package/types/components/ui/index.d.ts +1 -1
- package/types/components/ui/Page404.d.ts +0 -1
@@ -41,9 +41,9 @@ var ArrowLeftOutlined = function ArrowLeftOutlined(props, ref) {
|
|
41
41
|
};
|
42
42
|
|
43
43
|
/** */
|
44
|
-
var RefIcon$
|
44
|
+
var RefIcon$7 = /*#__PURE__*/React.forwardRef(ArrowLeftOutlined);
|
45
45
|
if (process.env.NODE_ENV !== 'production') {
|
46
|
-
RefIcon$
|
46
|
+
RefIcon$7.displayName = 'ArrowLeftOutlined';
|
47
47
|
}
|
48
48
|
|
49
49
|
// This icon file is generated automatically.
|
@@ -57,9 +57,9 @@ var BarsOutlined = function BarsOutlined(props, ref) {
|
|
57
57
|
};
|
58
58
|
|
59
59
|
/** */
|
60
|
-
var RefIcon$
|
60
|
+
var RefIcon$6 = /*#__PURE__*/React.forwardRef(BarsOutlined);
|
61
61
|
if (process.env.NODE_ENV !== 'production') {
|
62
|
-
RefIcon$
|
62
|
+
RefIcon$6.displayName = 'BarsOutlined';
|
63
63
|
}
|
64
64
|
|
65
65
|
// This icon file is generated automatically.
|
@@ -73,9 +73,9 @@ var DownOutlined = function DownOutlined(props, ref) {
|
|
73
73
|
};
|
74
74
|
|
75
75
|
/** */
|
76
|
-
var RefIcon$
|
76
|
+
var RefIcon$5 = /*#__PURE__*/React.forwardRef(DownOutlined);
|
77
77
|
if (process.env.NODE_ENV !== 'production') {
|
78
|
-
RefIcon$
|
78
|
+
RefIcon$5.displayName = 'DownOutlined';
|
79
79
|
}
|
80
80
|
|
81
81
|
// This icon file is generated automatically.
|
@@ -89,9 +89,9 @@ var FilterOutlined = function FilterOutlined(props, ref) {
|
|
89
89
|
};
|
90
90
|
|
91
91
|
/** */
|
92
|
-
var RefIcon$
|
92
|
+
var RefIcon$4 = /*#__PURE__*/React.forwardRef(FilterOutlined);
|
93
93
|
if (process.env.NODE_ENV !== 'production') {
|
94
|
-
RefIcon$
|
94
|
+
RefIcon$4.displayName = 'FilterOutlined';
|
95
95
|
}
|
96
96
|
|
97
97
|
// This icon file is generated automatically.
|
@@ -105,25 +105,9 @@ var LeftOutlined = function LeftOutlined(props, ref) {
|
|
105
105
|
};
|
106
106
|
|
107
107
|
/** */
|
108
|
-
var RefIcon$
|
108
|
+
var RefIcon$3 = /*#__PURE__*/React.forwardRef(LeftOutlined);
|
109
109
|
if (process.env.NODE_ENV !== 'production') {
|
110
|
-
RefIcon$
|
111
|
-
}
|
112
|
-
|
113
|
-
// This icon file is generated automatically.
|
114
|
-
var LogoutOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 01-112.7 75.9A352.8 352.8 0 01512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 01-112.7-75.9 353.28 353.28 0 01-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 000-12.6z" } }] }, "name": "logout", "theme": "outlined" };
|
115
|
-
|
116
|
-
var LogoutOutlined = function LogoutOutlined(props, ref) {
|
117
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
118
|
-
ref: ref,
|
119
|
-
icon: LogoutOutlined$1
|
120
|
-
}));
|
121
|
-
};
|
122
|
-
|
123
|
-
/** */
|
124
|
-
var RefIcon$3 = /*#__PURE__*/React.forwardRef(LogoutOutlined);
|
125
|
-
if (process.env.NODE_ENV !== 'production') {
|
126
|
-
RefIcon$3.displayName = 'LogoutOutlined';
|
110
|
+
RefIcon$3.displayName = 'LeftOutlined';
|
127
111
|
}
|
128
112
|
|
129
113
|
// This icon file is generated automatically.
|
@@ -5392,16 +5376,6 @@ var TypeStatusTable = /* @__PURE__ */ ((TypeStatusTable2) => {
|
|
5392
5376
|
return TypeStatusTable2;
|
5393
5377
|
})(TypeStatusTable || {});
|
5394
5378
|
|
5395
|
-
var CATEGORY_LIST_ENUM = /* @__PURE__ */ ((CATEGORY_LIST_ENUM2) => {
|
5396
|
-
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["DRAFT"] = 0] = "DRAFT";
|
5397
|
-
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["WATING_APPROVAL"] = 1] = "WATING_APPROVAL";
|
5398
|
-
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["ACTIVE"] = 2] = "ACTIVE";
|
5399
|
-
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["INACTIVE"] = 3] = "INACTIVE";
|
5400
|
-
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["REJECT"] = 4] = "REJECT";
|
5401
|
-
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["DELETE"] = 5] = "DELETE";
|
5402
|
-
return CATEGORY_LIST_ENUM2;
|
5403
|
-
})(CATEGORY_LIST_ENUM || {});
|
5404
|
-
|
5405
5379
|
const BulkAction = ({
|
5406
5380
|
quantity = 0,
|
5407
5381
|
listIcon,
|
@@ -5582,6 +5556,15 @@ function requireDist$1 () {
|
|
5582
5556
|
|
5583
5557
|
var distExports$1 = requireDist$1();
|
5584
5558
|
|
5559
|
+
var CATEGORY_LIST_ENUM = /* @__PURE__ */ ((CATEGORY_LIST_ENUM2) => {
|
5560
|
+
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["DRAFT"] = 0] = "DRAFT";
|
5561
|
+
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["WATING_APPROVAL"] = 1] = "WATING_APPROVAL";
|
5562
|
+
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["ACTIVE"] = 2] = "ACTIVE";
|
5563
|
+
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["INACTIVE"] = 3] = "INACTIVE";
|
5564
|
+
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["REJECT"] = 4] = "REJECT";
|
5565
|
+
CATEGORY_LIST_ENUM2[CATEGORY_LIST_ENUM2["DELETE"] = 5] = "DELETE";
|
5566
|
+
return CATEGORY_LIST_ENUM2;
|
5567
|
+
})(CATEGORY_LIST_ENUM || {});
|
5585
5568
|
const BulkActions = ({
|
5586
5569
|
quantity = 0,
|
5587
5570
|
handleRestore,
|
@@ -6033,7 +6016,7 @@ const SearchFiltersForm = ({
|
|
6033
6016
|
!hideResetButton && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
6034
6017
|
Button,
|
6035
6018
|
{
|
6036
|
-
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon$
|
6019
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon$4, {}),
|
6037
6020
|
className: "px-3 py-1",
|
6038
6021
|
onClick: () => {
|
6039
6022
|
reset();
|
@@ -11849,11 +11832,11 @@ const Sider = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
11849
11832
|
onClick: toggle,
|
11850
11833
|
className: className(`${prefixCls}-zero-width-trigger`, `${prefixCls}-zero-width-trigger-${reverseArrow ? 'right' : 'left'}`),
|
11851
11834
|
style: zeroWidthTriggerStyle
|
11852
|
-
}, trigger || /*#__PURE__*/React.createElement(RefIcon$
|
11835
|
+
}, trigger || /*#__PURE__*/React.createElement(RefIcon$6, null))) : null;
|
11853
11836
|
const reverseIcon = direction === 'rtl' === !reverseArrow;
|
11854
11837
|
const iconObj = {
|
11855
|
-
expanded: reverseIcon ? /*#__PURE__*/React.createElement(RefIcon$2, null) : /*#__PURE__*/React.createElement(RefIcon$
|
11856
|
-
collapsed: reverseIcon ? /*#__PURE__*/React.createElement(RefIcon$
|
11838
|
+
expanded: reverseIcon ? /*#__PURE__*/React.createElement(RefIcon$2, null) : /*#__PURE__*/React.createElement(RefIcon$3, null),
|
11839
|
+
collapsed: reverseIcon ? /*#__PURE__*/React.createElement(RefIcon$3, null) : /*#__PURE__*/React.createElement(RefIcon$2, null)
|
11857
11840
|
};
|
11858
11841
|
const status = collapsed ? 'collapsed' : 'expanded';
|
11859
11842
|
const defaultTrigger = iconObj[status];
|
@@ -12114,7 +12097,7 @@ function requireDist () {
|
|
12114
12097
|
if (hasRequiredDist) return dist;
|
12115
12098
|
hasRequiredDist = 1;
|
12116
12099
|
(function (exports) {
|
12117
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
12100
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k1=React__default;var B={exports:{}},z={};/**
|
12118
12101
|
* @license React
|
12119
12102
|
* react-jsx-runtime.production.min.js
|
12120
12103
|
*
|
@@ -12122,7 +12105,7 @@ Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E1=Reac
|
|
12122
12105
|
*
|
12123
12106
|
* This source code is licensed under the MIT license found in the
|
12124
12107
|
* LICENSE file in the root directory of this source tree.
|
12125
|
-
*/var
|
12108
|
+
*/var x1;function L3(){if(x1)return z;x1=1;var n=k1,y=Symbol.for("react.element"),W=Symbol.for("react.fragment"),x=Object.prototype.hasOwnProperty,I=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,T={key:true,ref:true,__self:true,__source:true};function E(Z,u,m){var f,v={},p=null,O=null;m!==void 0&&(p=""+m),u.key!==void 0&&(p=""+u.key),u.ref!==void 0&&(O=u.ref);for(f in u)x.call(u,f)&&!T.hasOwnProperty(f)&&(v[f]=u[f]);if(Z&&Z.defaultProps)for(f in u=Z.defaultProps,u)v[f]===void 0&&(v[f]=u[f]);return {$$typeof:y,type:Z,key:p,ref:O,props:v,_owner:I.current}}return z.Fragment=W,z.jsx=E,z.jsxs=E,z}var S={};/**
|
12126
12109
|
* @license React
|
12127
12110
|
* react-jsx-runtime.development.js
|
12128
12111
|
*
|
@@ -12130,40 +12113,20 @@ Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E1=Reac
|
|
12130
12113
|
*
|
12131
12114
|
* This source code is licensed under the MIT license found in the
|
12132
12115
|
* LICENSE file in the root directory of this source tree.
|
12133
|
-
*/var
|
12134
|
-
`+
|
12135
|
-
`),
|
12136
|
-
`),
|
12137
|
-
`+i[
|
12116
|
+
*/var m1;function u3(){return m1||(m1=1,process.env.NODE_ENV!=="production"&&function(){var n=k1,y=Symbol.for("react.element"),W=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),I=Symbol.for("react.strict_mode"),T=Symbol.for("react.profiler"),E=Symbol.for("react.provider"),Z=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),v=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),O=Symbol.for("react.offscreen"),X=Symbol.iterator,_1="@@iterator";function y1(e){if(e===null||typeof e!="object")return null;var t=X&&e[X]||e[_1];return typeof t=="function"?t:null}var j=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function d(e){{for(var t=arguments.length,C=new Array(t>1?t-1:0),o=1;o<t;o++)C[o-1]=arguments[o];E1("error",e,C);}}function E1(e,t,C){{var o=j.ReactDebugCurrentFrame,s=o.getStackAddendum();s!==""&&(t+="%s",C=C.concat([s]));var a=C.map(function(l){return String(l)});a.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,a);}}var R1=false,b1=false,z1=false,S1=false,I1=false,Q;Q=Symbol.for("react.module.reference");function T1(e){return !!(typeof e=="string"||typeof e=="function"||e===x||e===T||I1||e===I||e===m||e===f||S1||e===O||R1||b1||z1||typeof e=="object"&&e!==null&&(e.$$typeof===p||e.$$typeof===v||e.$$typeof===E||e.$$typeof===Z||e.$$typeof===u||e.$$typeof===Q||e.getModuleId!==void 0))}function O1(e,t,C){var o=e.displayName;if(o)return o;var s=t.displayName||t.name||"";return s!==""?C+"("+s+")":C}function e1(e){return e.displayName||"Context"}function H(e){if(e==null)return null;if(typeof e.tag=="number"&&d("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case x:return "Fragment";case W:return "Portal";case T:return "Profiler";case I:return "StrictMode";case m:return "Suspense";case f:return "SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Z:var t=e;return e1(t)+".Consumer";case E:var C=e;return e1(C._context)+".Provider";case u:return O1(e,e.render,"ForwardRef");case v:var o=e.displayName||null;return o!==null?o:H(e.type)||"Memo";case p:{var s=e,a=s._payload,l=s._init;try{return H(l(a))}catch{return null}}}return null}var w=Object.assign,R=0,r1,t1,C1,n1,o1,i1,l1;function s1(){}s1.__reactDisabledLog=true;function P1(){{if(R===0){r1=console.log,t1=console.info,C1=console.warn,n1=console.error,o1=console.group,i1=console.groupCollapsed,l1=console.groupEnd;var e={configurable:true,enumerable:true,value:s1,writable:true};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e});}R++;}}function D1(){{if(R--,R===0){var e={configurable:true,enumerable:true,writable:true};Object.defineProperties(console,{log:w({},e,{value:r1}),info:w({},e,{value:t1}),warn:w({},e,{value:C1}),error:w({},e,{value:n1}),group:w({},e,{value:o1}),groupCollapsed:w({},e,{value:i1}),groupEnd:w({},e,{value:l1})});}R<0&&d("disabledDepth fell below zero. This is a bug in React. Please file an issue.");}}var $=j.ReactCurrentDispatcher,Y;function P(e,t,C){{if(Y===void 0)try{throw Error()}catch(s){var o=s.stack.trim().match(/\n( *(at )?)/);Y=o&&o[1]||"";}return `
|
12117
|
+
`+Y+e}}var U=false,D;{var F1=typeof WeakMap=="function"?WeakMap:Map;D=new F1;}function a1(e,t){if(!e||U)return "";{var C=D.get(e);if(C!==void 0)return C}var o;U=true;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var a;a=$.current,$.current=null,P1();try{if(t){var l=function(){throw Error()};if(Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(l,[]);}catch(h){o=h;}Reflect.construct(e,[],l);}else {try{l.call();}catch(h){o=h;}e.call(l.prototype);}}else {try{throw Error()}catch(h){o=h;}e();}}catch(h){if(h&&o&&typeof h.stack=="string"){for(var i=h.stack.split(`
|
12118
|
+
`),M=o.stack.split(`
|
12119
|
+
`),c=i.length-1,L=M.length-1;c>=1&&L>=0&&i[c]!==M[L];)L--;for(;c>=1&&L>=0;c--,L--)if(i[c]!==M[L]){if(c!==1||L!==1)do if(c--,L--,L<0||i[c]!==M[L]){var V=`
|
12120
|
+
`+i[c].replace(" at new "," at ");return e.displayName&&V.includes("<anonymous>")&&(V=V.replace("<anonymous>",e.displayName)),typeof e=="function"&&D.set(e,V),V}while(c>=1&&L>=0);break}}}finally{U=false,$.current=a,D1(),Error.prepareStackTrace=s;}var _=e?e.displayName||e.name:"",g=_?P(_):"";return typeof e=="function"&&D.set(e,g),g}function A1(e,t,C){return a1(e,false)}function B1(e){var t=e.prototype;return !!(t&&t.isReactComponent)}function F(e,t,C){if(e==null)return "";if(typeof e=="function")return a1(e,B1(e));if(typeof e=="string")return P(e);switch(e){case m:return P("Suspense");case f:return P("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case u:return A1(e.render);case v:return F(e.type,t,C);case p:{var o=e,s=o._payload,a=o._init;try{return F(a(s),t,C)}catch{}}}return ""}var b=Object.prototype.hasOwnProperty,c1={},L1=j.ReactDebugCurrentFrame;function A(e){if(e){var t=e._owner,C=F(e.type,e._source,t?t.type:null);L1.setExtraStackFrame(C);}else L1.setExtraStackFrame(null);}function W1(e,t,C,o,s){{var a=Function.call.bind(b);for(var l in e)if(a(e,l)){var i=void 0;try{if(typeof e[l]!="function"){var M=Error((o||"React class")+": "+C+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw M.name="Invariant Violation",M}i=e[l](t,l,o,C,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");}catch(c){i=c;}i&&!(i instanceof Error)&&(A(s),d("%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).",o||"React class",C,l,typeof i),A(null)),i instanceof Error&&!(i.message in c1)&&(c1[i.message]=true,A(s),d("Failed %s type: %s",C,i.message),A(null));}}}var $1=Array.isArray;function N(e){return $1(e)}function Y1(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,C=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return C}}function U1(e){try{return u1(e),!1}catch{return true}}function u1(e){return ""+e}function d1(e){if(U1(e))return d("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Y1(e)),u1(e)}var M1=j.ReactCurrentOwner,N1={key:true,ref:true,__self:true,__source:true},h1,f1;function q1(e){if(b.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return false}return e.ref!==void 0}function J1(e){if(b.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return false}return e.key!==void 0}function G1(e,t){typeof e.ref=="string"&&M1.current;}function K1(e,t){{var C=function(){h1||(h1=true,d("%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)",t));};C.isReactWarning=true,Object.defineProperty(e,"key",{get:C,configurable:true});}}function X1(e,t){{var C=function(){f1||(f1=true,d("%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)",t));};C.isReactWarning=true,Object.defineProperty(e,"ref",{get:C,configurable:true});}}var Q1=function(e,t,C,o,s,a,l){var i={$$typeof:y,type:e,key:t,ref:C,props:l,_owner:a};return i._store={},Object.defineProperty(i._store,"validated",{configurable:false,enumerable:false,writable:true,value:false}),Object.defineProperty(i,"_self",{configurable:false,enumerable:false,writable:false,value:o}),Object.defineProperty(i,"_source",{configurable:false,enumerable:false,writable:false,value:s}),Object.freeze&&(Object.freeze(i.props),Object.freeze(i)),i};function e3(e,t,C,o,s){{var a,l={},i=null,M=null;C!==void 0&&(d1(C),i=""+C),J1(t)&&(d1(t.key),i=""+t.key),q1(t)&&(M=t.ref,G1(t));for(a in t)b.call(t,a)&&!N1.hasOwnProperty(a)&&(l[a]=t[a]);if(e&&e.defaultProps){var c=e.defaultProps;for(a in c)l[a]===void 0&&(l[a]=c[a]);}if(i||M){var L=typeof e=="function"?e.displayName||e.name||"Unknown":e;i&&K1(l,L),M&&X1(l,L);}return Q1(e,i,M,s,o,M1.current,l)}}var q=j.ReactCurrentOwner,V1=j.ReactDebugCurrentFrame;function k(e){if(e){var t=e._owner,C=F(e.type,e._source,t?t.type:null);V1.setExtraStackFrame(C);}else V1.setExtraStackFrame(null);}var J;J=false;function G(e){return typeof e=="object"&&e!==null&&e.$$typeof===y}function v1(){{if(q.current){var e=H(q.current.type);if(e)return `
|
12138
12121
|
|
12139
|
-
Check the render method of \``+e+"`."}return ""}}function r3(e){return ""}var
|
12122
|
+
Check the render method of \``+e+"`."}return ""}}function r3(e){return ""}var H1={};function t3(e){{var t=v1();if(!t){var C=typeof e=="string"?e:e.displayName||e.name;C&&(t=`
|
12140
12123
|
|
12141
|
-
Check the top-level render call using <`+
|
12124
|
+
Check the top-level render call using <`+C+">.");}return t}}function Z1(e,t){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=true;var C=t3(t);if(H1[C])return;H1[C]=true;var o="";e&&e._owner&&e._owner!==q.current&&(o=" It was passed a child from "+H(e._owner.type)+"."),k(e),d('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',C,o),k(null);}}function p1(e,t){{if(typeof e!="object")return;if(N(e))for(var C=0;C<e.length;C++){var o=e[C];G(o)&&Z1(o,t);}else if(G(e))e._store&&(e._store.validated=true);else if(e){var s=y1(e);if(typeof s=="function"&&s!==e.entries)for(var a=s.call(e),l;!(l=a.next()).done;)G(l.value)&&Z1(l.value,t);}}}function C3(e){{var t=e.type;if(t==null||typeof t=="string")return;var C;if(typeof t=="function")C=t.propTypes;else if(typeof t=="object"&&(t.$$typeof===u||t.$$typeof===v))C=t.propTypes;else return;if(C){var o=H(t);W1(C,e.props,"prop",o,e);}else if(t.PropTypes!==void 0&&!J){J=true;var s=H(t);d("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",s||"Unknown");}typeof t.getDefaultProps=="function"&&!t.getDefaultProps.isReactClassApproved&&d("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");}}function n3(e){{for(var t=Object.keys(e.props),C=0;C<t.length;C++){var o=t[C];if(o!=="children"&&o!=="key"){k(e),d("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",o),k(null);break}}e.ref!==null&&(k(e),d("Invalid attribute `ref` supplied to `React.Fragment`."),k(null));}}var w1={};function g1(e,t,C,o,s,a){{var l=T1(e);if(!l){var i="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(i+=" 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 M=r3();M?i+=M:i+=v1();var c;e===null?c="null":N(e)?c="array":e!==void 0&&e.$$typeof===y?(c="<"+(H(e.type)||"Unknown")+" />",i=" Did you accidentally export a JSX literal instead of a component?"):c=typeof e,d("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",c,i);}var L=e3(e,t,C,s,a);if(L==null)return L;if(l){var V=t.children;if(V!==void 0)if(o)if(N(V)){for(var _=0;_<V.length;_++)p1(V[_],e);Object.freeze&&Object.freeze(V);}else d("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 p1(V,e);}if(b.call(t,"key")){var g=H(e),h=Object.keys(t).filter(function(c3){return c3!=="key"}),K=h.length>0?"{key: someKey, "+h.join(": ..., ")+": ...}":"{key: someKey}";if(!w1[g+K]){var a3=h.length>0?"{"+h.join(": ..., ")+": ...}":"{}";d(`A props object containing a "key" prop is being spread into JSX:
|
12142
12125
|
let props = %s;
|
12143
12126
|
<%s {...props} />
|
12144
12127
|
React keys must be passed directly to JSX without using spread:
|
12145
12128
|
let props = %s;
|
12146
|
-
<%s key={someKey} {...props} />`,G,w,s3,w),H1[w+G]=true;}}return e===p?a3(f):n3(f),f}}function i3(e,r,t){return w1(e,r,t,true)}function o3(e,r,t){return w1(e,r,t,false)}var l3=o3,c3=i3;S.Fragment=p,S.jsx=l3,S.jsxs=c3;}()),S}var y1;function v3(){return y1||(y1=1,process.env.NODE_ENV==="production"?W.exports=f3():W.exports=C3()),W.exports}var c=v3();const L3=a=>c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none",children:c.jsx("path",{stroke:(a==null?void 0:a.stroke)||"#757682",strokeLinecap:"round",strokeWidth:2,d:"m18.33 18.333-3.75-3.75m2.084-5.416a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"})}),d3=a=>c.jsx("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:c.jsx("path",{d:`M6.66683 10.917C6.25262 10.917 5.91683 11.2528 5.91683 11.667C5.91683 12.0812 6.25262 12.417 6.66683 12.417V10.917ZM13.3335 12.417C13.7477 12.417 14.0835 12.0812 14.0835 11.667C14.0835 11.2528 13.7477 10.917 13.3335 10.917V12.417ZM6.66683 7.58366C6.25262 7.58366 5.91683 7.91945 5.91683 8.33366C5.91683 8.74787 6.25262 9.08366 6.66683 9.08366V7.58366ZM13.3335 9.08366C13.7477 9.08366 14.0835 8.74787 14.0835 8.33366C14.0835 7.91945 13.7477 7.58366 13.3335 7.58366V9.08366ZM6.66683 4.25033C6.25262 4.25033 5.91683 4.58611 5.91683 5.00033C5.91683 5.41454 6.25262 5.75033 6.66683 5.75033V4.25033ZM13.3335 5.75033C13.7477 5.75033 14.0835 5.41454 14.0835 5.00033C14.0835 4.58611 13.7477 4.25033 13.3335 4.25033V5.75033ZM6.66683 14.2503C6.25262 14.2503 5.91683 14.5861 5.91683 15.0003C5.91683 15.4145 6.25262 15.7503 6.66683 15.7503V14.2503ZM10.0002 15.7503C10.4144 15.7503 10.7502 15.4145 10.7502 15.0003C10.7502 14.5861 10.4144 14.2503 10.0002 14.2503V15.7503Z
|
12147
|
-
M4.23187 18.146L3.88614 18.8116L4.23187 18.146Z
|
12148
|
-
M3.52114 17.4353L2.85558 17.781L3.52114 17.4353Z
|
12149
|
-
M16.4792 17.4353L17.1447 17.781L16.4792 17.4353Z
|
12150
|
-
M15.7685 18.146L16.1142 18.8116L15.7685 18.146Z
|
12151
|
-
M15.7685 1.85464L16.1142 1.18908L15.7685 1.85464Z
|
12152
|
-
M16.4792 2.56537L17.1447 2.21964L16.4792 2.56537Z
|
12153
|
-
M4.23187 1.85464L3.88614 1.18908L4.23187 1.85464Z
|
12154
|
-
M3.52114 2.56537L2.85558 2.21964L3.52114 2.56537Z
|
12155
|
-
M6.66683 11.667V12.417H13.3335V11.667V10.917H6.66683V11.667Z
|
12156
|
-
M6.66683 8.33366V9.08366H13.3335V8.33366V7.58366H6.66683V8.33366Z
|
12157
|
-
M6.66683 5.00033V5.75033H13.3335V5.00033V4.25033H6.66683V5.00033Z
|
12158
|
-
M6.66683 15.0003V15.7503H10.0002V15.0003V14.2503H6.66683V15.0003Z
|
12159
|
-
M6.01683 1.66699V2.41699H13.9835V1.66699V0.916992H6.01683V1.66699Z
|
12160
|
-
M16.6668 4.35033H15.9168V15.6503H16.6668H17.4168V4.35033H16.6668Z
|
12161
|
-
M13.9835 18.3337V17.5837H6.01683V18.3337V19.0837H13.9835V18.3337Z
|
12162
|
-
M3.3335 15.6503H4.0835V4.35032H3.3335H2.5835V15.6503H3.3335Z
|
12163
|
-
M6.01683 18.3337V17.5837C5.52967 17.5837 5.21015 17.5831 4.96595 17.5628C4.73073 17.5432 4.63332 17.5094 4.5776 17.4805L4.23187 18.146L3.88614 18.8116C4.19165 18.9703 4.51215 19.0303 4.84181 19.0576C5.16249 19.0843 5.55484 19.0837 6.01683 19.0837V18.3337Z
|
12164
|
-
M13.9835 18.3337V19.0837C14.4455 19.0837 14.8378 19.0843 15.1585 19.0576C15.4882 19.0303 15.8087 18.9703 16.1142 18.8116L15.7685 18.146L15.4227 17.4805C15.367 17.5094 15.2696 17.5432 15.0344 17.5628C14.7902 17.5831 14.4707 17.5837 13.9835 17.5837V18.3337Z
|
12165
|
-
M13.9835 1.66699V2.41699C14.4707 2.41699 14.7902 2.41759 15.0344 2.43787C15.2696 2.45741 15.367 2.49125 15.4227 2.5202L15.7685 1.85464L16.1142 1.18908C15.8087 1.03038 15.4882 0.970397 15.1585 0.943021C14.8378 0.916389 14.4455 0.916992 13.9835 0.916992V1.66699Z
|
12166
|
-
M6.01683 1.66699V0.916992C5.55484 0.916992 5.16249 0.916389 4.84181 0.943021C4.51215 0.970397 4.19165 1.03038 3.88614 1.18908L4.23187 1.85464L4.5776 2.5202C4.63332 2.49125 4.73073 2.45741 4.96595 2.43787C5.21015 2.41759 5.52966 2.41699 6.01683 2.41699V1.66699Z`,fill:(a==null?void 0:a.fill)||"#1C2A4F"})}),h3=a=>c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,fill:"none",viewBox:"0 0 28 28",...a,children:c.jsx("path",{fill:a.fill||"#213970",d:"M9.33317 15.333C8.78089 15.333 8.33317 15.7807 8.33317 16.333C8.33317 16.8853 8.78089 17.333 9.33317 17.333V15.333ZM18.6665 17.333C19.2188 17.333 19.6665 16.8853 19.6665 16.333C19.6665 15.7807 19.2188 15.333 18.6665 15.333V17.333ZM9.33317 5.99967C8.78089 5.99967 8.33317 6.44739 8.33317 6.99967C8.33317 7.55196 8.78089 7.99967 9.33317 7.99967V5.99967ZM18.6665 7.99967C19.2188 7.99967 19.6665 7.55196 19.6665 6.99967C19.6665 6.44739 19.2188 5.99967 18.6665 5.99967V7.99967ZM9.33317 10.6663C8.78089 10.6663 8.33317 11.1141 8.33317 11.6663C8.33317 12.2186 8.78089 12.6663 9.33317 12.6663V10.6663ZM18.6665 12.6663C19.2188 12.6663 19.6665 12.2186 19.6665 11.6663C19.6665 11.1141 19.2188 10.6663 18.6665 10.6663V12.6663ZM5.83317 19.9997C5.28089 19.9997 4.83317 20.4474 4.83317 20.9997C4.83317 21.552 5.28089 21.9997 5.83317 21.9997V19.9997ZM22.1665 21.9997C22.7188 21.9997 23.1665 21.552 23.1665 20.9997C23.1665 20.4474 22.7188 19.9997 22.1665 19.9997V21.9997ZM5.92423 25.4036L5.46326 26.291L5.92423 25.4036ZM4.92921 24.4086L4.04179 24.8696L4.92921 24.4086ZM23.0705 24.4086L23.9579 24.8696L23.0705 24.4086ZM22.0754 25.4036L22.5364 26.291L22.0754 25.4036ZM22.0754 2.59571L22.5364 1.7083L22.0754 2.59571ZM23.0705 3.59073L23.9579 3.12976L23.0705 3.59073ZM5.92423 2.59571L5.46326 1.7083L5.92423 2.59571ZM4.92921 3.59073L4.04179 3.12976L4.92921 3.59073ZM9.33317 16.333V17.333H18.6665V16.333V15.333H9.33317V16.333ZM9.33317 6.99967V7.99967H18.6665V6.99967V5.99967H9.33317V6.99967ZM9.33317 11.6663V12.6663H18.6665V11.6663V10.6663H9.33317V11.6663ZM5.83317 20.9997V21.9997H22.1665V20.9997V19.9997H5.83317V20.9997ZM8.42317 2.33301V3.33301H19.5765V2.33301V1.33301H8.42317V2.33301ZM23.3332 6.08967H22.3332V21.9097H23.3332H24.3332V6.08967H23.3332ZM19.5765 25.6663V24.6663H8.42317V25.6663V26.6663H19.5765V25.6663ZM4.6665 21.9097H5.6665V6.08967H4.6665H3.6665V21.9097H4.6665ZM8.42317 25.6663V24.6663C7.74198 24.6663 7.29224 24.6655 6.9478 24.6369C6.61534 24.6093 6.47154 24.5611 6.3852 24.5162L5.92423 25.4036L5.46326 26.291C5.88265 26.5089 6.32391 26.592 6.78228 26.6301C7.22869 26.6671 7.77555 26.6663 8.42317 26.6663V25.6663ZM4.6665 21.9097H3.6665C3.6665 22.5573 3.6657 23.1042 3.70277 23.5506C3.74084 24.0089 3.82394 24.4502 4.04179 24.8696L4.92921 24.4086L5.81662 23.9476C5.77177 23.8613 5.72352 23.7175 5.69591 23.385C5.66731 23.0406 5.6665 22.5909 5.6665 21.9097H4.6665ZM5.92423 25.4036L6.3852 24.5162C6.14168 24.3897 5.94312 24.1912 5.81662 23.9476L4.92921 24.4086L4.04179 24.8696C4.35805 25.4784 4.85445 25.9748 5.46326 26.291L5.92423 25.4036ZM23.3332 21.9097H22.3332C22.3332 22.5909 22.3324 23.0406 22.3038 23.385C22.2762 23.7175 22.2279 23.8613 22.1831 23.9476L23.0705 24.4086L23.9579 24.8696C24.1757 24.4502 24.2588 24.0089 24.2969 23.5506C24.334 23.1042 24.3332 22.5573 24.3332 21.9097H23.3332ZM19.5765 25.6663V26.6663C20.2241 26.6663 20.771 26.6671 21.2174 26.6301C21.6758 26.592 22.117 26.5089 22.5364 26.291L22.0754 25.4036L21.6145 24.5162C21.5281 24.5611 21.3843 24.6093 21.0519 24.6369C20.7074 24.6655 20.2577 24.6663 19.5765 24.6663V25.6663ZM23.0705 24.4086L22.1831 23.9476C22.0566 24.1912 21.858 24.3897 21.6145 24.5162L22.0754 25.4036L22.5364 26.291C23.1452 25.9748 23.6416 25.4784 23.9579 24.8696L23.0705 24.4086ZM19.5765 2.33301V3.33301C20.2577 3.33301 20.7074 3.33381 21.0519 3.36241C21.3843 3.39002 21.5281 3.43828 21.6145 3.48312L22.0754 2.59571L22.5364 1.7083C22.117 1.49044 21.6758 1.40734 21.2174 1.36928C20.771 1.3322 20.2241 1.33301 19.5765 1.33301V2.33301ZM23.3332 6.08967H24.3332C24.3332 5.44205 24.334 4.89519 24.2969 4.44879C24.2588 3.99041 24.1757 3.54915 23.9579 3.12976L23.0705 3.59073L22.1831 4.05171C22.2279 4.13804 22.2762 4.28184 22.3038 4.61431C22.3324 4.95874 22.3332 5.40848 22.3332 6.08967H23.3332ZM22.0754 2.59571L21.6145 3.48312C21.858 3.60962 22.0566 3.80818 22.1831 4.05171L23.0705 3.59073L23.9579 3.12976C23.6416 2.52095 23.1452 2.02455 22.5364 1.7083L22.0754 2.59571ZM8.42317 2.33301V1.33301C7.77555 1.33301 7.22869 1.3322 6.78228 1.36928C6.32391 1.40734 5.88265 1.49044 5.46326 1.7083L5.92423 2.59571L6.3852 3.48312C6.47154 3.43828 6.61534 3.39002 6.9478 3.36241C7.29224 3.33381 7.74198 3.33301 8.42317 3.33301V2.33301ZM4.6665 6.08967H5.6665C5.6665 5.40848 5.66731 4.95874 5.69591 4.61431C5.72352 4.28184 5.77177 4.13804 5.81662 4.05171L4.92921 3.59073L4.04179 3.12976C3.82394 3.54915 3.74084 3.99041 3.70277 4.44879C3.6657 4.89519 3.6665 5.44205 3.6665 6.08967H4.6665ZM5.92423 2.59571L5.46326 1.7083C4.85445 2.02455 4.35804 2.52095 4.04179 3.12976L4.92921 3.59073L5.81662 4.05171C5.94312 3.80818 6.14168 3.60962 6.3852 3.48312L5.92423 2.59571Z"})}),M3=a=>c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none",viewBox:"0 0 20 20",...a,children:c.jsx("path",{d:"M14.1668 6.66699C14.1668 4.82604 12.6744 3.33366 10.8335 3.33366H9.16683C7.32588 3.33366 5.8335 4.82604 5.8335 6.66699C5.8335 8.50794 7.32588 10.0003 9.16683 10.0003H10.8335C12.6744 10.0003 14.1668 11.4927 14.1668 13.3337C14.1668 15.1746 12.6744 16.667 10.8335 16.667H9.16683C7.32588 16.667 5.8335 15.1746 5.8335 13.3337M10.0002 1.66699L10.0002 18.3337",stroke:a.stroke||"#1C2A4F",strokeWidth:1.5,strokeLinecap:"round"})}),V3=a=>c.jsx("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:c.jsx("path",{d:"M1.6665 8.125H18.3332M2.59243 8.125L5.37021 2.5M14.6295 2.5L17.4072 8.125M8.14799 11.875H11.8517M2.61458 8.23714L4.14655 15.9927C4.31967 16.8691 5.07969 17.5 5.96244 17.5H14.0372C14.92 17.5 15.68 16.8691 15.8531 15.9927L17.3851 8.23714C17.3966 8.17912 17.3527 8.125 17.2943 8.125H2.70537C2.64694 8.125 2.60312 8.17912 2.61458 8.23714Z",stroke:(a==null?void 0:a.stroke)||"#1C2A4F",strokeWidth:1.5,strokeLinecap:"round"})}),m3=a=>c.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[c.jsx("g",{"clip-path":"url(#clip0_3925_10162)",children:c.jsx("path",{d:"M3.10854 18.7122L3.44903 18.0439L3.10854 18.7122ZM1.28764 16.8913L1.95589 16.5508L1.28764 16.8913ZM18.7127 16.8913L18.0444 16.5508L18.7127 16.8913ZM16.8918 18.7122L16.5513 18.0439L16.8918 18.7122ZM16.8918 1.28715L16.5513 1.9554L16.8918 1.28715ZM18.7127 3.10805L18.0444 3.44854L18.7127 3.10805ZM3.10854 1.28715L3.44903 1.9554L3.10854 1.28715ZM1.28764 3.10805L1.95589 3.44854L1.28764 3.10805ZM12.5002 4.24967C12.0859 4.24967 11.7502 4.58546 11.7502 4.99967C11.7502 5.41389 12.0859 5.74967 12.5002 5.74967L12.5002 4.24967ZM15.8335 5.74967C16.2477 5.74967 16.5835 5.41389 16.5835 4.99967C16.5835 4.58546 16.2477 4.24967 15.8335 4.24967L15.8335 5.74967ZM12.5002 10.9163C12.0859 10.9163 11.7502 11.2521 11.7502 11.6663C11.7502 12.0806 12.0859 12.4163 12.5002 12.4163V10.9163ZM15.8335 12.4163C16.2477 12.4163 16.5835 12.0806 16.5835 11.6663C16.5835 11.2521 16.2477 10.9163 15.8335 10.9163V12.4163ZM12.5002 7.58301C12.0859 7.58301 11.7502 7.91879 11.7502 8.33301C11.7502 8.74722 12.0859 9.08301 12.5002 9.08301V7.58301ZM15.8335 9.08301C16.2477 9.08301 16.5835 8.74722 16.5835 8.33301C16.5835 7.91879 16.2477 7.58301 15.8335 7.58301V9.08301ZM12.5002 14.2497C12.0859 14.2497 11.7502 14.5855 11.7502 14.9997C11.7502 15.4139 12.0859 15.7497 12.5002 15.7497V14.2497ZM15.8335 15.7497C16.2477 15.7497 16.5835 15.4139 16.5835 14.9997C16.5835 14.5855 16.2477 14.2497 15.8335 14.2497V15.7497ZM4.62184 8.24218L4.96233 7.57392L4.62184 8.24218ZM4.25766 7.878L4.92591 7.53751L4.25766 7.878ZM9.076 7.878L8.40775 7.53751L9.076 7.878ZM8.71182 8.24218L8.37133 7.57392L8.71182 8.24218ZM8.71182 4.25717L8.37133 4.92542L8.71182 4.25717ZM9.076 4.62135L8.40775 4.96184L9.076 4.62135ZM4.62184 4.25717L4.96233 4.92542L4.62184 4.25717ZM4.25766 4.62135L4.92591 4.96184L4.25766 4.62135ZM4.62184 15.7422L4.96233 15.0739L4.62184 15.7422ZM4.25766 15.378L4.92591 15.0375L4.25766 15.378ZM9.076 15.378L8.40775 15.0375L9.076 15.378ZM8.71182 15.7422L8.37133 15.0739L8.71182 15.7422ZM8.71182 11.7572L8.37133 12.4254L8.71182 11.7572ZM9.076 12.1213L8.40775 12.4618L9.076 12.1213ZM4.62184 11.7572L4.96233 12.4254L4.62184 11.7572ZM4.25766 12.1213L4.92591 12.4618L4.25766 12.1213ZM7.50016 0.833008V1.58301H12.5002V0.833008V0.0830078H7.50016V0.833008ZM19.1668 7.49967H18.4168V12.4997H19.1668H19.9168V7.49967H19.1668ZM12.5002 19.1663V18.4163H7.50016V19.1663V19.9163H12.5002V19.1663ZM0.833496 12.4997H1.5835V7.49967H0.833496H0.0834961V12.4997H0.833496ZM7.50016 19.1663V18.4163C6.32101 18.4163 5.48175 18.4158 4.82458 18.3621C4.17616 18.3091 3.77133 18.2082 3.44903 18.0439L3.10854 18.7122L2.76804 19.3805C3.33704 19.6704 3.96125 19.7965 4.70243 19.8571C5.43486 19.9169 6.34576 19.9163 7.50016 19.9163V19.1663ZM0.833496 12.4997H0.0834961C0.0834961 13.6541 0.0829128 14.565 0.142754 15.2974C0.203311 16.0386 0.329461 16.6628 0.619381 17.2318L1.28764 16.8913L1.95589 16.5508C1.79167 16.2285 1.69075 15.8237 1.63777 15.1753C1.58408 14.5181 1.5835 13.6788 1.5835 12.4997H0.833496ZM3.10854 18.7122L3.44903 18.0439C2.80614 17.7164 2.28346 17.1937 1.95589 16.5508L1.28764 16.8913L0.619381 17.2318C1.09076 18.1569 1.84291 18.9091 2.76804 19.3805L3.10854 18.7122ZM19.1668 12.4997H18.4168C18.4168 13.6788 18.4162 14.5181 18.3626 15.1753C18.3096 15.8237 18.2087 16.2285 18.0444 16.5508L18.7127 16.8913L19.3809 17.2318C19.6709 16.6628 19.797 16.0386 19.8576 15.2974C19.9174 14.565 19.9168 13.6541 19.9168 12.4997H19.1668ZM12.5002 19.1663V19.9163C13.6546 19.9163 14.5655 19.9169 15.2979 19.8571C16.0391 19.7965 16.6633 19.6704 17.2323 19.3805L16.8918 18.7122L16.5513 18.0439C16.229 18.2082 15.8242 18.3091 15.1757 18.3621C14.5186 18.4158 13.6793 18.4163 12.5002 18.4163V19.1663ZM18.7127 16.8913L18.0444 16.5508C17.7169 17.1937 17.1942 17.7164 16.5513 18.0439L16.8918 18.7122L17.2323 19.3805C18.1574 18.9091 18.9096 18.1569 19.3809 17.2318L18.7127 16.8913ZM12.5002 0.833008V1.58301C13.6793 1.58301 14.5186 1.58359 15.1757 1.63728C15.8242 1.69026 16.229 1.79118 16.5513 1.9554L16.8918 1.28715L17.2323 0.618892C16.6633 0.328972 16.0391 0.202823 15.2979 0.142266C14.5655 0.0824245 13.6546 0.0830078 12.5002 0.0830078V0.833008ZM19.1668 7.49967H19.9168C19.9168 6.34527 19.9174 5.43437 19.8576 4.70194C19.797 3.96076 19.6709 3.33655 19.3809 2.76755L18.7127 3.10805L18.0444 3.44854C18.2087 3.77084 18.3096 4.17567 18.3626 4.82409C18.4162 5.48126 18.4168 6.32052 18.4168 7.49967H19.1668ZM16.8918 1.28715L16.5513 1.9554C17.1942 2.28297 17.7169 2.80565 18.0444 3.44854L18.7127 3.10805L19.3809 2.76755C18.9096 1.84242 18.1574 1.09027 17.2323 0.618892L16.8918 1.28715ZM7.50016 0.833008V0.0830078C6.34576 0.0830078 5.43486 0.0824245 4.70243 0.142266C3.96125 0.202823 3.33704 0.328972 2.76804 0.618892L3.10854 1.28715L3.44903 1.9554C3.77133 1.79118 4.17616 1.69026 4.82458 1.63728C5.48175 1.58359 6.32101 1.58301 7.50016 1.58301V0.833008ZM0.833496 7.49967H1.5835C1.5835 6.32052 1.58408 5.48126 1.63777 4.82409C1.69075 4.17567 1.79167 3.77084 1.95589 3.44854L1.28764 3.10805L0.619381 2.76755C0.329461 3.33655 0.203311 3.96076 0.142754 4.70194C0.0829128 5.43437 0.0834961 6.34527 0.0834961 7.49967H0.833496ZM3.10854 1.28715L2.76804 0.618892C1.84291 1.09027 1.09076 1.84242 0.619381 2.76755L1.28764 3.10805L1.95589 3.44854C2.28346 2.80565 2.80614 2.28297 3.44903 1.9554L3.10854 1.28715ZM12.5002 4.99967L12.5002 5.74967L15.8335 5.74967V4.99967L15.8335 4.24967L12.5002 4.24967V4.99967ZM12.5002 11.6663V12.4163H15.8335V11.6663V10.9163H12.5002V11.6663ZM12.5002 8.33301V9.08301H15.8335V8.33301V7.58301H12.5002V8.33301ZM12.5002 14.9997V15.7497H15.8335V14.9997V14.2497H12.5002V14.9997ZM5.50016 4.16634V4.91634H7.8335V4.16634V3.41634H5.50016V4.16634ZM9.16683 5.49967H8.41683V6.99967H9.16683H9.91683V5.49967H9.16683ZM7.8335 8.33301V7.58301H5.50016V8.33301V9.08301H7.8335V8.33301ZM4.16683 6.99967H4.91683V5.49967H4.16683H3.41683V6.99967H4.16683ZM5.50016 8.33301V7.58301C5.25443 7.58301 5.11524 7.58242 5.0139 7.57414C4.92133 7.56658 4.92811 7.55649 4.96233 7.57392L4.62184 8.24218L4.28134 8.91043C4.49382 9.0187 4.70642 9.05402 4.89176 9.06916C5.06834 9.08359 5.27918 9.08301 5.50016 9.08301V8.33301ZM4.16683 6.99967H3.41683C3.41683 7.22065 3.41625 7.43149 3.43067 7.60808C3.44582 7.79342 3.48114 8.00601 3.5894 8.21849L4.25766 7.878L4.92591 7.53751C4.94335 7.57173 4.93326 7.57851 4.92569 7.48593C4.91741 7.3846 4.91683 7.2454 4.91683 6.99967H4.16683ZM4.62184 8.24218L4.96233 7.57392C4.94665 7.56593 4.9339 7.55319 4.92591 7.53751L4.25766 7.878L3.5894 8.21849C3.7412 8.51642 3.98342 8.75864 4.28134 8.91043L4.62184 8.24218ZM9.16683 6.99967H8.41683C8.41683 7.2454 8.41625 7.3846 8.40797 7.48593C8.4004 7.57851 8.39031 7.57173 8.40775 7.53751L9.076 7.878L9.74426 8.21849C9.85252 8.00601 9.88784 7.79342 9.90298 7.60808C9.91741 7.43149 9.91683 7.22065 9.91683 6.99967H9.16683ZM7.8335 8.33301V9.08301C8.05447 9.08301 8.26532 9.08359 8.4419 9.06916C8.62724 9.05402 8.83983 9.0187 9.05231 8.91043L8.71182 8.24218L8.37133 7.57392C8.40555 7.55649 8.41233 7.56658 8.31975 7.57414C8.21842 7.58242 8.07923 7.58301 7.8335 7.58301V8.33301ZM9.076 7.878L8.40775 7.53751C8.39976 7.55319 8.38701 7.56593 8.37133 7.57392L8.71182 8.24218L9.05231 8.91043C9.35024 8.75863 9.59246 8.51642 9.74426 8.21849L9.076 7.878ZM7.8335 4.16634V4.91634C8.07923 4.91634 8.21842 4.91692 8.31975 4.9252C8.41233 4.93277 8.40555 4.94286 8.37133 4.92542L8.71182 4.25717L9.05231 3.58891C8.83983 3.48065 8.62724 3.44533 8.4419 3.43019C8.26532 3.41576 8.05447 3.41634 7.8335 3.41634V4.16634ZM9.16683 5.49967H9.91683C9.91683 5.27869 9.91741 5.06785 9.90298 4.89127C9.88784 4.70593 9.85252 4.49334 9.74426 4.28086L9.076 4.62135L8.40775 4.96184C8.39031 4.92762 8.4004 4.92084 8.40797 5.01342C8.41625 5.11475 8.41683 5.25394 8.41683 5.49967H9.16683ZM8.71182 4.25717L8.37133 4.92542C8.38701 4.93341 8.39976 4.94616 8.40775 4.96184L9.076 4.62135L9.74426 4.28086C9.59246 3.98293 9.35024 3.74071 9.05231 3.58891L8.71182 4.25717ZM5.50016 4.16634V3.41634C5.27918 3.41634 5.06834 3.41576 4.89176 3.43019C4.70642 3.44533 4.49382 3.48065 4.28134 3.58891L4.62184 4.25717L4.96233 4.92542C4.92811 4.94286 4.92133 4.93277 5.0139 4.9252C5.11524 4.91692 5.25443 4.91634 5.50016 4.91634V4.16634ZM4.16683 5.49967H4.91683C4.91683 5.25394 4.91741 5.11475 4.92569 5.01342C4.93326 4.92084 4.94335 4.92762 4.92591 4.96184L4.25766 4.62135L3.5894 4.28086C3.48114 4.49334 3.44582 4.70593 3.43067 4.89127C3.41625 5.06785 3.41683 5.27869 3.41683 5.49967H4.16683ZM4.62184 4.25717L4.28134 3.58891C3.98342 3.74071 3.7412 3.98293 3.5894 4.28086L4.25766 4.62135L4.92591 4.96184C4.9339 4.94616 4.94665 4.93341 4.96233 4.92542L4.62184 4.25717ZM5.50016 11.6663V12.4163H7.8335V11.6663V10.9163H5.50016V11.6663ZM9.16683 12.9997H8.41683V14.4997H9.16683H9.91683V12.9997H9.16683ZM7.8335 15.833V15.083H5.50016V15.833V16.583H7.8335V15.833ZM4.16683 14.4997H4.91683V12.9997H4.16683H3.41683V14.4997H4.16683ZM5.50016 15.833V15.083C5.25443 15.083 5.11524 15.0824 5.0139 15.0741C4.92133 15.0666 4.92811 15.0565 4.96233 15.0739L4.62184 15.7422L4.28134 16.4104C4.49382 16.5187 4.70642 16.554 4.89176 16.5692C5.06834 16.5836 5.27918 16.583 5.50016 16.583V15.833ZM4.16683 14.4997H3.41683C3.41683 14.7207 3.41625 14.9315 3.43067 15.1081C3.44582 15.2934 3.48114 15.506 3.5894 15.7185L4.25766 15.378L4.92591 15.0375C4.94335 15.0717 4.93326 15.0785 4.92569 14.9859C4.91741 14.8846 4.91683 14.7454 4.91683 14.4997H4.16683ZM4.62184 15.7422L4.96233 15.0739C4.94665 15.0659 4.9339 15.0532 4.92591 15.0375L4.25766 15.378L3.5894 15.7185C3.7412 16.0164 3.98342 16.2586 4.28134 16.4104L4.62184 15.7422ZM9.16683 14.4997H8.41683C8.41683 14.7454 8.41625 14.8846 8.40797 14.9859C8.4004 15.0785 8.39031 15.0717 8.40775 15.0375L9.076 15.378L9.74426 15.7185C9.85252 15.506 9.88784 15.2934 9.90298 15.1081C9.91741 14.9315 9.91683 14.7207 9.91683 14.4997H9.16683ZM7.8335 15.833V16.583C8.05447 16.583 8.26532 16.5836 8.4419 16.5692C8.62724 16.554 8.83983 16.5187 9.05231 16.4104L8.71182 15.7422L8.37133 15.0739C8.40555 15.0565 8.41233 15.0666 8.31975 15.0741C8.21842 15.0824 8.07923 15.083 7.8335 15.083V15.833ZM9.076 15.378L8.40775 15.0375C8.39976 15.0532 8.38701 15.0659 8.37133 15.0739L8.71182 15.7422L9.05231 16.4104C9.35024 16.2586 9.59246 16.0164 9.74426 15.7185L9.076 15.378ZM7.8335 11.6663V12.4163C8.07923 12.4163 8.21842 12.4169 8.31975 12.4252C8.41233 12.4328 8.40555 12.4429 8.37133 12.4254L8.71182 11.7572L9.05231 11.0889C8.83983 10.9806 8.62724 10.9453 8.4419 10.9302C8.26532 10.9158 8.05447 10.9163 7.8335 10.9163V11.6663ZM9.16683 12.9997H9.91683C9.91683 12.7787 9.91741 12.5679 9.90298 12.3913C9.88784 12.2059 9.85252 11.9933 9.74426 11.7809L9.076 12.1213L8.40775 12.4618C8.39031 12.4276 8.4004 12.4208 8.40797 12.5134C8.41625 12.6148 8.41683 12.7539 8.41683 12.9997H9.16683ZM8.71182 11.7572L8.37133 12.4254C8.38701 12.4334 8.39976 12.4462 8.40775 12.4618L9.076 12.1213L9.74426 11.7809C9.59246 11.4829 9.35024 11.2407 9.05231 11.0889L8.71182 11.7572ZM5.50016 11.6663V10.9163C5.27918 10.9163 5.06834 10.9158 4.89176 10.9302C4.70642 10.9453 4.49382 10.9806 4.28134 11.0889L4.62184 11.7572L4.96233 12.4254C4.92811 12.4429 4.92133 12.4328 5.0139 12.4252C5.11524 12.4169 5.25443 12.4163 5.50016 12.4163V11.6663ZM4.16683 12.9997H4.91683C4.91683 12.7539 4.91741 12.6148 4.92569 12.5134C4.93326 12.4208 4.94335 12.4276 4.92591 12.4618L4.25766 12.1213L3.5894 11.7809C3.48114 11.9933 3.44582 12.2059 3.43067 12.3913C3.41625 12.5679 3.41683 12.7787 3.41683 12.9997H4.16683ZM4.62184 11.7572L4.28134 11.0889C3.98342 11.2407 3.7412 11.4829 3.5894 11.7809L4.25766 12.1213L4.92591 12.4618C4.9339 12.4462 4.94665 12.4334 4.96233 12.4254L4.62184 11.7572Z",fill:(a==null?void 0:a.fill)||"#1C2A4F"})}),c.jsx("defs",{children:c.jsx("clipPath",{id:"clip0_3925_10162",children:c.jsx("rect",{width:"20",height:"20",fill:"white"})})})]}),g3=a=>c.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",...a,children:[c.jsx("path",{d:"M15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C13.2091 7 15 8.79086 15 11Z",stroke:(a==null?void 0:a.stroke)||"#000624","stroke-width":"1.5"}),c.jsx("path",{d:"M13 2.5147C13 1.67815 12.3218 1 11.4853 1H10.5147C9.67814 1 9 1.67814 9 2.51466C9 3.86408 7.36846 4.53985 6.41428 3.58566C5.82275 2.99414 4.86369 2.99413 4.27217 3.58565L3.58589 4.27193C2.99434 4.86348 2.99434 5.82258 3.58589 6.41413C4.54014 7.36838 3.86429 9 2.51478 9C1.67819 9 1 9.67819 1 10.5148V11.4853C1 12.3218 1.67816 13 2.51471 13C3.86415 13 4.53997 14.6315 3.58577 15.5857C2.99425 16.1773 2.99425 17.1363 3.58577 17.7278L4.27209 18.4141C4.86362 19.0057 5.82268 19.0057 6.41422 18.4141C7.36844 17.4599 9 18.1358 9 19.4852C9 20.3218 9.67817 21 10.5147 21H11.4852C12.3218 21 13 20.3218 13 19.4852C13 18.1357 14.6316 17.4598 15.5858 18.4141C16.1774 19.0056 17.1365 19.0056 17.728 18.4141L18.4143 17.7278C19.0058 17.1363 19.0058 16.1772 18.4143 15.5857C17.4601 14.6315 18.1359 13 19.4853 13C20.3219 13 21 12.3219 21 11.4853V10.5147C21 9.67817 20.3218 9 19.4853 9C18.1358 9 17.46 7.3684 18.4142 6.41417C19.0057 5.82262 19.0057 4.86353 18.4142 4.27199L17.7279 3.58572C17.1364 2.99418 16.1773 2.99419 15.5858 3.58573C14.6316 4.53994 13 3.86415 13 2.5147Z",stroke:(a==null?void 0:a.stroke)||"#000624","stroke-width":"1.5"})]}),Z3=a=>c.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[c.jsxs("g",{"clip-path":"url(#clip0_3926_537319)",children:[c.jsx("path",{d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",fill:"#D80027"}),c.jsx("path",{d:"M12 6.26086L13.2951 10.2466H17.4859L14.0954 12.7099L15.3905 16.6957L12 14.2323L8.60953 16.6957L9.90459 12.7099L6.51413 10.2466H10.7049L12 6.26086Z",fill:"#FFDA44"})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"clip0_3926_537319",children:c.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}),H3=a=>c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20",...a,children:c.jsx("path",{fill:"#1C2A4F",d:"m3.108 18.713.34-.668zm-1.82-1.82.668-.341zm17.425 0-.669-.341zm-1.821 1.82-.34-.668zm0-17.425-.34.668zm1.82 1.821-.668.34zM3.108 1.289l.34.667zm-1.82 1.82.668.34zM12.5 4.251a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 0 0 0-1.5zM12.5 10.917a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 0 0 0-1.5zM12.5 7.584a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 0 0 0-1.5zM12.5 14.251a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 1 0 0-1.5zM4.622 8.243l.34-.668zm-.365-.364.669-.34zm4.819 0-.668-.34zm-.364.364-.34-.668zm0-3.985-.34.668zm.364.364-.668.34zm-4.454-.364.34.668zm-.365.364.669.34zm.365 11.121.34-.668zm-.365-.364.669-.34zm4.819 0-.668-.34zm-.364.364-.34-.668zm0-3.985-.34.668zm.364.364-.668.34zm-4.454-.364.34.668zm-.365.364.669.34zM7.5.834v.75h5v-1.5h-5zm11.667 6.667h-.75v5h1.5v-5zM12.5 19.167v-.75h-5v1.5h5zM.833 12.501h.75v-5h-1.5v5zM7.5 19.167v-.75c-1.18 0-2.018 0-2.676-.054-.648-.053-1.053-.154-1.375-.318l-.34.668-.341.668c.569.29 1.193.416 1.934.477.733.06 1.644.06 2.798.06zM.833 12.501h-.75c0 1.154 0 2.065.06 2.797.06.742.186 1.366.476 1.935l.668-.34.669-.341c-.165-.322-.265-.727-.318-1.376-.054-.657-.055-1.496-.055-2.675zm2.275 6.212.34-.668a3.4 3.4 0 0 1-1.492-1.493l-.669.34-.668.34a4.9 4.9 0 0 0 2.149 2.15zm16.059-6.212h-.75c0 1.179 0 2.018-.055 2.675-.053.649-.153 1.054-.318 1.376l.668.34.669.34c.29-.568.416-1.192.476-1.934.06-.732.06-1.643.06-2.797zM12.5 19.167v.75c1.154 0 2.065 0 2.798-.059.74-.06 1.365-.187 1.934-.477l-.34-.668-.34-.668c-.323.164-.728.265-1.376.318-.658.054-1.497.054-2.676.054zm6.212-2.275-.668-.34a3.4 3.4 0 0 1-1.493 1.493l.34.668.341.668a4.9 4.9 0 0 0 2.149-2.148zM12.5.834v.75c1.18 0 2.018 0 2.676.054.648.053 1.053.154 1.375.318l.34-.668.341-.668C16.663.33 16.04.204 15.298.143 14.565.083 13.654.084 12.5.084zm6.667 6.667h.75c0-1.155 0-2.066-.06-2.798-.06-.741-.186-1.365-.476-1.934l-.669.34-.668.34c.165.323.265.728.318 1.376.054.657.055 1.497.055 2.676zm-2.275-6.213-.34.668c.642.328 1.165.85 1.492 1.494l.668-.341.669-.34a4.9 4.9 0 0 0-2.149-2.15zM7.5.834v-.75c-1.154 0-2.065 0-2.798.06-.74.06-1.365.186-1.934.476l.34.668.34.668c.323-.164.728-.265 1.376-.318.658-.053 1.497-.054 2.676-.054zM.833 7.501h.75c0-1.18 0-2.019.055-2.676.053-.648.153-1.053.318-1.375l-.669-.341-.668-.34C.33 3.338.203 3.962.143 4.703c-.06.732-.06 1.643-.06 2.798zm2.275-6.213L2.768.62A4.9 4.9 0 0 0 .619 2.769l.668.34.669.34a3.4 3.4 0 0 1 1.493-1.493zM12.5 5.001v.75h3.333v-1.5H12.5zm0 6.666v.75h3.333v-1.5H12.5zm0-3.333v.75h3.333v-1.5H12.5zm0 6.667v.75h3.333v-1.5H12.5zm-7-10.834v.75h2.333v-1.5H5.5zm3.667 1.334h-.75V7h1.5V5.5zM7.833 8.334v-.75H5.5v1.5h2.333zM4.167 7.001h.75V5.5h-1.5V7zM5.5 8.334v-.75c-.246 0-.385 0-.486-.009-.093-.007-.086-.018-.052 0l-.34.668-.34.668c.212.109.424.144.61.16.176.014.387.013.608.013zM4.167 7.001h-.75c0 .22 0 .431.013.608.016.185.05.398.16.61l.667-.34.669-.34c.017.034.007.04 0-.052A7 7 0 0 1 4.916 7zm.455 1.242.34-.668a.1.1 0 0 1-.036-.037l-.669.341-.668.34c.152.298.394.54.692.692zm4.545-1.242h-.75c0 .245 0 .385-.01.486-.007.092-.017.086 0 .051l.669.341.668.34c.108-.212.144-.425.159-.61.014-.177.014-.387.014-.608zM7.833 8.334v.75c.221 0 .432 0 .609-.014.185-.015.398-.05.61-.159l-.34-.668-.34-.668c.033-.018.04-.007-.052 0-.102.008-.241.009-.487.009zm1.243-.455-.668-.34a.1.1 0 0 1-.037.036l.34.668.341.668c.298-.151.54-.394.692-.692zM7.833 4.167v.75c.246 0 .385 0 .487.01.092.007.085.017.051 0l.34-.669.341-.668a1.6 1.6 0 0 0-.61-.159c-.177-.014-.388-.014-.609-.014zm1.334 1.334h.75c0-.221 0-.432-.014-.609a1.6 1.6 0 0 0-.159-.61l-.668.34-.668.34c-.018-.033-.008-.04 0 .052.008.102.009.24.009.487zm-.455-1.243-.34.668q.023.013.036.037l.668-.34.668-.341a1.6 1.6 0 0 0-.692-.692zM5.5 4.168v-.75c-.221 0-.432-.001-.608.013-.186.015-.398.05-.61.159l.34.668.34.668c-.034.018-.04.008.052 0 .101-.008.24-.009.486-.009zM4.167 5.5h.75c0-.246 0-.385.009-.487.007-.092.017-.085 0-.051l-.669-.34-.668-.341a1.6 1.6 0 0 0-.159.61c-.014.177-.013.388-.013.609zm.455-1.243-.34-.668c-.299.152-.541.394-.693.692l.668.34.669.34a.1.1 0 0 1 .036-.036zm.878 7.41v.75h2.333v-1.5H5.5zM9.167 13h-.75v1.5h1.5V13zm-1.334 2.833v-.75H5.5v1.5h2.333zm-3.666-1.333h.75V13h-1.5v1.5zM5.5 15.834v-.75c-.246 0-.385 0-.486-.009-.093-.007-.086-.018-.052 0l-.34.668-.34.668a1.6 1.6 0 0 0 .61.16c.176.014.387.013.608.013zm-1.333-1.333h-.75c0 .22 0 .431.013.608.016.185.05.398.16.61l.667-.34.669-.34c.017.034.007.04 0-.052a7 7 0 0 1-.01-.486zm.455 1.242.34-.668a.1.1 0 0 1-.036-.036l-.669.34-.668.34c.152.298.394.54.692.692zm4.545-1.242h-.75c0 .245 0 .385-.01.486-.007.092-.017.086 0 .052l.669.34.668.34c.108-.212.144-.425.159-.61.014-.177.014-.387.014-.608zm-1.334 1.333v.75c.221 0 .432 0 .609-.014a1.6 1.6 0 0 0 .61-.159l-.34-.668-.34-.668c.033-.018.04-.007-.052 0-.102.008-.241.009-.487.009zm1.243-.455-.668-.34a.1.1 0 0 1-.037.036l.34.668.341.668c.298-.151.54-.394.692-.692zm-1.243-3.712v.75c.246 0 .385 0 .487.01.092.007.085.017.051 0l.34-.669.341-.668a1.6 1.6 0 0 0-.61-.159c-.177-.014-.388-.014-.609-.014zm1.334 1.334h.75c0-.221 0-.432-.014-.609a1.6 1.6 0 0 0-.159-.61l-.668.34-.668.34c-.018-.033-.008-.04 0 .052.008.102.009.24.009.487zm-.455-1.243-.34.668q.023.012.036.037l.668-.34.668-.341a1.6 1.6 0 0 0-.692-.692zm-3.212-.09v-.75c-.221 0-.432-.001-.608.013a1.6 1.6 0 0 0-.61.159l.34.668.34.668c-.034.018-.04.008.052 0 .101-.008.24-.009.486-.009zM4.167 13h.75c0-.246 0-.385.009-.487.007-.092.017-.085 0-.051l-.669-.34-.668-.341a1.6 1.6 0 0 0-.159.61c-.014.177-.013.388-.013.609zm.455-1.243-.34-.668c-.299.152-.541.394-.693.692l.668.34.669.34a.1.1 0 0 1 .036-.036z"})}),w3=a=>c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 10 20",...a,children:c.jsx("path",{stroke:"#1C2A4F",strokeLinecap:"round",strokeWidth:1.5,d:"M9.167 6.666a3.333 3.333 0 0 0-3.334-3.333H4.167a3.333 3.333 0 0 0 0 6.666h1.666a3.333 3.333 0 1 1 0 6.667H4.167a3.333 3.333 0 0 1-3.334-3.333M5 1.666v16.667"})});exports.Category=H3;exports.CategoryIcon=d3;exports.DocumentsIcon=h3;exports.Dollar=w3;exports.DollarIcon=M3;exports.ECommerceIcon=V3;exports.SearchIcon=L3;exports.SettingIcon=g3;exports.TextFormattingIcon=m3;exports.VietNamIcon=Z3;
|
12129
|
+
<%s key={someKey} {...props} />`,K,g,a3,g),w1[g+K]=true;}}return e===x?n3(L):C3(L),L}}function o3(e,t,C){return g1(e,t,C,true)}function i3(e,t,C){return g1(e,t,C,false)}var l3=i3,s3=o3;S.Fragment=x,S.jsx=l3,S.jsxs=s3;}()),S}var j1;function d3(){return j1||(j1=1,process.env.NODE_ENV==="production"?B.exports=L3():B.exports=u3()),B.exports}var r=d3();const M3=n=>r.jsx("div",{...n,children:r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100%",height:"100%",fill:"none",children:r.jsx("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:2,d:"m18.33 18.333-3.75-3.75m2.084-5.416a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"})})}),h3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M6.66659 10.917C6.25237 10.917 5.91659 11.2528 5.91659 11.667C5.91659 12.0812 6.25237 12.417 6.66659 12.417V10.917ZM13.3333 12.417C13.7475 12.417 14.0833 12.0812 14.0833 11.667C14.0833 11.2528 13.7475 10.917 13.3333 10.917V12.417ZM6.66659 7.58366C6.25237 7.58366 5.91659 7.91945 5.91659 8.33366C5.91659 8.74787 6.25237 9.08366 6.66659 9.08366V7.58366ZM13.3333 9.08366C13.7475 9.08366 14.0833 8.74787 14.0833 8.33366C14.0833 7.91945 13.7475 7.58366 13.3333 7.58366V9.08366ZM6.66659 4.25033C6.25237 4.25033 5.91659 4.58611 5.91659 5.00033C5.91659 5.41454 6.25237 5.75033 6.66659 5.75033V4.25033ZM13.3333 5.75033C13.7475 5.75033 14.0833 5.41454 14.0833 5.00033C14.0833 4.58611 13.7475 4.25033 13.3333 4.25033V5.75033ZM6.66659 14.2503C6.25237 14.2503 5.91659 14.5861 5.91659 15.0003C5.91659 15.4145 6.25237 15.7503 6.66659 15.7503V14.2503ZM9.99992 15.7503C10.4141 15.7503 10.7499 15.4145 10.7499 15.0003C10.7499 14.5861 10.4141 14.2503 9.99992 14.2503V15.7503ZM4.23163 18.146L3.8859 18.8116L4.23163 18.146ZM3.5209 17.4353L2.85534 17.781L3.5209 17.4353ZM16.4789 17.4353L17.1445 17.781L16.4789 17.4353ZM15.7682 18.146L16.1139 18.8116L15.7682 18.146ZM15.7682 1.85464L16.1139 1.18908L15.7682 1.85464ZM16.4789 2.56537L17.1445 2.21964L16.4789 2.56537ZM4.23163 1.85464L3.8859 1.18908L4.23163 1.85464ZM3.5209 2.56537L2.85534 2.21964L3.5209 2.56537ZM6.66659 11.667V12.417H13.3333V11.667V10.917H6.66659V11.667ZM6.66659 8.33366V9.08366H13.3333V8.33366V7.58366H6.66659V8.33366ZM6.66659 5.00033V5.75033H13.3333V5.00033V4.25033H6.66659V5.00033ZM6.66659 15.0003V15.7503H9.99992V15.0003V14.2503H6.66659V15.0003ZM6.01659 1.66699V2.41699H13.9833V1.66699V0.916992H6.01659V1.66699ZM16.6666 4.35033H15.9166V15.6503H16.6666H17.4166V4.35033H16.6666ZM13.9833 18.3337V17.5837H6.01659V18.3337V19.0837H13.9833V18.3337ZM3.33325 15.6503H4.08325V4.35032H3.33325H2.58325V15.6503H3.33325ZM6.01659 18.3337V17.5837C5.52942 17.5837 5.20991 17.5831 4.96571 17.5628C4.73048 17.5432 4.63308 17.5094 4.57736 17.4805L4.23163 18.146L3.8859 18.8116C4.19141 18.9703 4.51191 19.0303 4.84157 19.0576C5.16225 19.0843 5.5546 19.0837 6.01659 19.0837V18.3337ZM3.33325 15.6503H2.58325C2.58325 16.1123 2.58265 16.5047 2.60928 16.8253C2.63666 17.155 2.69664 17.4755 2.85534 17.781L3.5209 17.4353L4.18646 17.0896C4.15751 17.0338 4.12367 16.9364 4.10413 16.7012C4.08385 16.457 4.08325 16.1375 4.08325 15.6503H3.33325ZM4.23163 18.146L4.57736 17.4805C4.40993 17.3935 4.27342 17.257 4.18646 17.0896L3.5209 17.4353L2.85534 17.781C3.08462 18.2224 3.44451 18.5823 3.8859 18.8116L4.23163 18.146ZM16.6666 15.6503H15.9166C15.9166 16.1375 15.916 16.457 15.8957 16.7012C15.8762 16.9364 15.8423 17.0338 15.8134 17.0896L16.4789 17.4353L17.1445 17.781C17.3032 17.4755 17.3632 17.155 17.3906 16.8253C17.4172 16.5047 17.4166 16.1123 17.4166 15.6503H16.6666ZM13.9833 18.3337V19.0837C14.4452 19.0837 14.8376 19.0843 15.1583 19.0576C15.4879 19.0303 15.8084 18.9703 16.1139 18.8116L15.7682 18.146L15.4225 17.4805C15.3668 17.5094 15.2694 17.5432 15.0341 17.5628C14.7899 17.5831 14.4704 17.5837 13.9833 17.5837V18.3337ZM16.4789 17.4353L15.8134 17.0896C15.7264 17.257 15.5899 17.3935 15.4225 17.4805L15.7682 18.146L16.1139 18.8116C16.5553 18.5823 16.9152 18.2224 17.1445 17.781L16.4789 17.4353ZM13.9833 1.66699V2.41699C14.4704 2.41699 14.7899 2.41759 15.0341 2.43787C15.2694 2.45741 15.3668 2.49125 15.4225 2.5202L15.7682 1.85464L16.1139 1.18908C15.8084 1.03038 15.4879 0.970397 15.1583 0.943021C14.8376 0.916389 14.4452 0.916992 13.9833 0.916992V1.66699ZM16.6666 4.35033H17.4166C17.4166 3.88834 17.4172 3.49599 17.3906 3.17531C17.3632 2.84565 17.3032 2.52515 17.1445 2.21964L16.4789 2.56537L15.8134 2.9111C15.8423 2.96682 15.8762 3.06422 15.8957 3.29945C15.916 3.54365 15.9166 3.86316 15.9166 4.35033H16.6666ZM15.7682 1.85464L15.4225 2.5202C15.5899 2.60717 15.7264 2.74368 15.8134 2.9111L16.4789 2.56537L17.1445 2.21964C16.9152 1.77825 16.5553 1.41836 16.1139 1.18908L15.7682 1.85464ZM6.01659 1.66699V0.916992C5.5546 0.916992 5.16225 0.916389 4.84157 0.943021C4.51191 0.970397 4.19141 1.03038 3.8859 1.18908L4.23163 1.85464L4.57736 2.5202C4.63308 2.49125 4.73048 2.45741 4.96571 2.43787C5.20991 2.41759 5.52942 2.41699 6.01659 2.41699V1.66699ZM3.33325 4.35032H4.08325C4.08325 3.86316 4.08385 3.54365 4.10413 3.29945C4.12367 3.06422 4.15751 2.96682 4.18646 2.9111L3.5209 2.56537L2.85534 2.21964C2.69664 2.52515 2.63666 2.84565 2.60928 3.17531C2.58265 3.49599 2.58325 3.88834 2.58325 4.35032H3.33325ZM4.23163 1.85464L3.8859 1.18908C3.44451 1.41836 3.08462 1.77825 2.85534 2.21964L3.5209 2.56537L4.18646 2.9111C4.27343 2.74368 4.40994 2.60717 4.57736 2.5202L4.23163 1.85464Z",fill:"currentColor"})})}),f3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",children:r.jsx("path",{fill:"currentColor",d:"M9.33317 15.333C8.78089 15.333 8.33317 15.7807 8.33317 16.333C8.33317 16.8853 8.78089 17.333 9.33317 17.333V15.333ZM18.6665 17.333C19.2188 17.333 19.6665 16.8853 19.6665 16.333C19.6665 15.7807 19.2188 15.333 18.6665 15.333V17.333ZM9.33317 5.99967C8.78089 5.99967 8.33317 6.44739 8.33317 6.99967C8.33317 7.55196 8.78089 7.99967 9.33317 7.99967V5.99967ZM18.6665 7.99967C19.2188 7.99967 19.6665 7.55196 19.6665 6.99967C19.6665 6.44739 19.2188 5.99967 18.6665 5.99967V7.99967ZM9.33317 10.6663C8.78089 10.6663 8.33317 11.1141 8.33317 11.6663C8.33317 12.2186 8.78089 12.6663 9.33317 12.6663V10.6663ZM18.6665 12.6663C19.2188 12.6663 19.6665 12.2186 19.6665 11.6663C19.6665 11.1141 19.2188 10.6663 18.6665 10.6663V12.6663ZM5.83317 19.9997C5.28089 19.9997 4.83317 20.4474 4.83317 20.9997C4.83317 21.552 5.28089 21.9997 5.83317 21.9997V19.9997ZM22.1665 21.9997C22.7188 21.9997 23.1665 21.552 23.1665 20.9997C23.1665 20.4474 22.7188 19.9997 22.1665 19.9997V21.9997ZM5.92423 25.4036L5.46326 26.291L5.92423 25.4036ZM4.92921 24.4086L4.04179 24.8696L4.92921 24.4086ZM23.0705 24.4086L23.9579 24.8696L23.0705 24.4086ZM22.0754 25.4036L22.5364 26.291L22.0754 25.4036ZM22.0754 2.59571L22.5364 1.7083L22.0754 2.59571ZM23.0705 3.59073L23.9579 3.12976L23.0705 3.59073ZM5.92423 2.59571L5.46326 1.7083L5.92423 2.59571ZM4.92921 3.59073L4.04179 3.12976L4.92921 3.59073ZM9.33317 16.333V17.333H18.6665V16.333V15.333H9.33317V16.333ZM9.33317 6.99967V7.99967H18.6665V6.99967V5.99967H9.33317V6.99967ZM9.33317 11.6663V12.6663H18.6665V11.6663V10.6663H9.33317V11.6663ZM5.83317 20.9997V21.9997H22.1665V20.9997V19.9997H5.83317V20.9997ZM8.42317 2.33301V3.33301H19.5765V2.33301V1.33301H8.42317V2.33301ZM23.3332 6.08967H22.3332V21.9097H23.3332H24.3332V6.08967H23.3332ZM19.5765 25.6663V24.6663H8.42317V25.6663V26.6663H19.5765V25.6663ZM4.6665 21.9097H5.6665V6.08967H4.6665H3.6665V21.9097H4.6665ZM8.42317 25.6663V24.6663C7.74198 24.6663 7.29224 24.6655 6.9478 24.6369C6.61534 24.6093 6.47154 24.5611 6.3852 24.5162L5.92423 25.4036L5.46326 26.291C5.88265 26.5089 6.32391 26.592 6.78228 26.6301C7.22869 26.6671 7.77555 26.6663 8.42317 26.6663V25.6663ZM4.6665 21.9097H3.6665C3.6665 22.5573 3.6657 23.1042 3.70277 23.5506C3.74084 24.0089 3.82394 24.4502 4.04179 24.8696L4.92921 24.4086L5.81662 23.9476C5.77177 23.8613 5.72352 23.7175 5.69591 23.385C5.66731 23.0406 5.6665 22.5909 5.6665 21.9097H4.6665ZM5.92423 25.4036L6.3852 24.5162C6.14168 24.3897 5.94312 24.1912 5.81662 23.9476L4.92921 24.4086L4.04179 24.8696C4.35805 25.4784 4.85445 25.9748 5.46326 26.291L5.92423 25.4036ZM23.3332 21.9097H22.3332C22.3332 22.5909 22.3324 23.0406 22.3038 23.385C22.2762 23.7175 22.2279 23.8613 22.1831 23.9476L23.0705 24.4086L23.9579 24.8696C24.1757 24.4502 24.2588 24.0089 24.2969 23.5506C24.334 23.1042 24.3332 22.5573 24.3332 21.9097H23.3332ZM19.5765 25.6663V26.6663C20.2241 26.6663 20.771 26.6671 21.2174 26.6301C21.6758 26.592 22.117 26.5089 22.5364 26.291L22.0754 25.4036L21.6145 24.5162C21.5281 24.5611 21.3843 24.6093 21.0519 24.6369C20.7074 24.6655 20.2577 24.6663 19.5765 24.6663V25.6663ZM23.0705 24.4086L22.1831 23.9476C22.0566 24.1912 21.858 24.3897 21.6145 24.5162L22.0754 25.4036L22.5364 26.291C23.1452 25.9748 23.6416 25.4784 23.9579 24.8696L23.0705 24.4086ZM19.5765 2.33301V3.33301C20.2577 3.33301 20.7074 3.33381 21.0519 3.36241C21.3843 3.39002 21.5281 3.43828 21.6145 3.48312L22.0754 2.59571L22.5364 1.7083C22.117 1.49044 21.6758 1.40734 21.2174 1.36928C20.771 1.3322 20.2241 1.33301 19.5765 1.33301V2.33301ZM23.3332 6.08967H24.3332C24.3332 5.44205 24.334 4.89519 24.2969 4.44879C24.2588 3.99041 24.1757 3.54915 23.9579 3.12976L23.0705 3.59073L22.1831 4.05171C22.2279 4.13804 22.2762 4.28184 22.3038 4.61431C22.3324 4.95874 22.3332 5.40848 22.3332 6.08967H23.3332ZM22.0754 2.59571L21.6145 3.48312C21.858 3.60962 22.0566 3.80818 22.1831 4.05171L23.0705 3.59073L23.9579 3.12976C23.6416 2.52095 23.1452 2.02455 22.5364 1.7083L22.0754 2.59571ZM8.42317 2.33301V1.33301C7.77555 1.33301 7.22869 1.3322 6.78228 1.36928C6.32391 1.40734 5.88265 1.49044 5.46326 1.7083L5.92423 2.59571L6.3852 3.48312C6.47154 3.43828 6.61534 3.39002 6.9478 3.36241C7.29224 3.33381 7.74198 3.33301 8.42317 3.33301V2.33301ZM4.6665 6.08967H5.6665C5.6665 5.40848 5.66731 4.95874 5.69591 4.61431C5.72352 4.28184 5.77177 4.13804 5.81662 4.05171L4.92921 3.59073L4.04179 3.12976C3.82394 3.54915 3.74084 3.99041 3.70277 4.44879C3.6657 4.89519 3.6665 5.44205 3.6665 6.08967H4.6665ZM5.92423 2.59571L5.46326 1.7083C4.85445 2.02455 4.35804 2.52095 4.04179 3.12976L4.92921 3.59073L5.81662 4.05171C5.94312 3.80818 6.14168 3.60962 6.3852 3.48312L5.92423 2.59571Z"})})}),V3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",children:r.jsx("path",{d:"M14.1668 6.66699C14.1668 4.82604 12.6744 3.33366 10.8335 3.33366H9.16683C7.32588 3.33366 5.8335 4.82604 5.8335 6.66699C5.8335 8.50794 7.32588 10.0003 9.16683 10.0003H10.8335C12.6744 10.0003 14.1668 11.4927 14.1668 13.3337C14.1668 15.1746 12.6744 16.667 10.8335 16.667H9.16683C7.32588 16.667 5.8335 15.1746 5.8335 13.3337M10.0002 1.66699L10.0002 18.3337",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"})})}),v3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M1.6665 8.125H18.3332M2.59243 8.125L5.37021 2.5M14.6295 2.5L17.4072 8.125M8.14799 11.875H11.8517M2.61458 8.23714L4.14655 15.9927C4.31967 16.8691 5.07969 17.5 5.96244 17.5H14.0372C14.92 17.5 15.68 16.8691 15.8531 15.9927L17.3851 8.23714C17.3966 8.17912 17.3527 8.125 17.2943 8.125H2.70537C2.64694 8.125 2.60312 8.17912 2.61458 8.23714Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"})})}),H3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("g",{"clip-path":"url(#clip0_3925_10162)",children:r.jsx("path",{d:"M3.10854 18.7122L3.44903 18.0439L3.10854 18.7122ZM1.28764 16.8913L1.95589 16.5508L1.28764 16.8913ZM18.7127 16.8913L18.0444 16.5508L18.7127 16.8913ZM16.8918 18.7122L16.5513 18.0439L16.8918 18.7122ZM16.8918 1.28715L16.5513 1.9554L16.8918 1.28715ZM18.7127 3.10805L18.0444 3.44854L18.7127 3.10805ZM3.10854 1.28715L3.44903 1.9554L3.10854 1.28715ZM1.28764 3.10805L1.95589 3.44854L1.28764 3.10805ZM12.5002 4.24967C12.0859 4.24967 11.7502 4.58546 11.7502 4.99967C11.7502 5.41389 12.0859 5.74967 12.5002 5.74967L12.5002 4.24967ZM15.8335 5.74967C16.2477 5.74967 16.5835 5.41389 16.5835 4.99967C16.5835 4.58546 16.2477 4.24967 15.8335 4.24967L15.8335 5.74967ZM12.5002 10.9163C12.0859 10.9163 11.7502 11.2521 11.7502 11.6663C11.7502 12.0806 12.0859 12.4163 12.5002 12.4163V10.9163ZM15.8335 12.4163C16.2477 12.4163 16.5835 12.0806 16.5835 11.6663C16.5835 11.2521 16.2477 10.9163 15.8335 10.9163V12.4163ZM12.5002 7.58301C12.0859 7.58301 11.7502 7.91879 11.7502 8.33301C11.7502 8.74722 12.0859 9.08301 12.5002 9.08301V7.58301ZM15.8335 9.08301C16.2477 9.08301 16.5835 8.74722 16.5835 8.33301C16.5835 7.91879 16.2477 7.58301 15.8335 7.58301V9.08301ZM12.5002 14.2497C12.0859 14.2497 11.7502 14.5855 11.7502 14.9997C11.7502 15.4139 12.0859 15.7497 12.5002 15.7497V14.2497ZM15.8335 15.7497C16.2477 15.7497 16.5835 15.4139 16.5835 14.9997C16.5835 14.5855 16.2477 14.2497 15.8335 14.2497V15.7497ZM4.62184 8.24218L4.96233 7.57392L4.62184 8.24218ZM4.25766 7.878L4.92591 7.53751L4.25766 7.878ZM9.076 7.878L8.40775 7.53751L9.076 7.878ZM8.71182 8.24218L8.37133 7.57392L8.71182 8.24218ZM8.71182 4.25717L8.37133 4.92542L8.71182 4.25717ZM9.076 4.62135L8.40775 4.96184L9.076 4.62135ZM4.62184 4.25717L4.96233 4.92542L4.62184 4.25717ZM4.25766 4.62135L4.92591 4.96184L4.25766 4.62135ZM4.62184 15.7422L4.96233 15.0739L4.62184 15.7422ZM4.25766 15.378L4.92591 15.0375L4.25766 15.378ZM9.076 15.378L8.40775 15.0375L9.076 15.378ZM8.71182 15.7422L8.37133 15.0739L8.71182 15.7422ZM8.71182 11.7572L8.37133 12.4254L8.71182 11.7572ZM9.076 12.1213L8.40775 12.4618L9.076 12.1213ZM4.62184 11.7572L4.96233 12.4254L4.62184 11.7572ZM4.25766 12.1213L4.92591 12.4618L4.25766 12.1213ZM7.50016 0.833008V1.58301H12.5002V0.833008V0.0830078H7.50016V0.833008ZM19.1668 7.49967H18.4168V12.4997H19.1668H19.9168V7.49967H19.1668ZM12.5002 19.1663V18.4163H7.50016V19.1663V19.9163H12.5002V19.1663ZM0.833496 12.4997H1.5835V7.49967H0.833496H0.0834961V12.4997H0.833496ZM7.50016 19.1663V18.4163C6.32101 18.4163 5.48175 18.4158 4.82458 18.3621C4.17616 18.3091 3.77133 18.2082 3.44903 18.0439L3.10854 18.7122L2.76804 19.3805C3.33704 19.6704 3.96125 19.7965 4.70243 19.8571C5.43486 19.9169 6.34576 19.9163 7.50016 19.9163V19.1663ZM0.833496 12.4997H0.0834961C0.0834961 13.6541 0.0829128 14.565 0.142754 15.2974C0.203311 16.0386 0.329461 16.6628 0.619381 17.2318L1.28764 16.8913L1.95589 16.5508C1.79167 16.2285 1.69075 15.8237 1.63777 15.1753C1.58408 14.5181 1.5835 13.6788 1.5835 12.4997H0.833496ZM3.10854 18.7122L3.44903 18.0439C2.80614 17.7164 2.28346 17.1937 1.95589 16.5508L1.28764 16.8913L0.619381 17.2318C1.09076 18.1569 1.84291 18.9091 2.76804 19.3805L3.10854 18.7122ZM19.1668 12.4997H18.4168C18.4168 13.6788 18.4162 14.5181 18.3626 15.1753C18.3096 15.8237 18.2087 16.2285 18.0444 16.5508L18.7127 16.8913L19.3809 17.2318C19.6709 16.6628 19.797 16.0386 19.8576 15.2974C19.9174 14.565 19.9168 13.6541 19.9168 12.4997H19.1668ZM12.5002 19.1663V19.9163C13.6546 19.9163 14.5655 19.9169 15.2979 19.8571C16.0391 19.7965 16.6633 19.6704 17.2323 19.3805L16.8918 18.7122L16.5513 18.0439C16.229 18.2082 15.8242 18.3091 15.1757 18.3621C14.5186 18.4158 13.6793 18.4163 12.5002 18.4163V19.1663ZM18.7127 16.8913L18.0444 16.5508C17.7169 17.1937 17.1942 17.7164 16.5513 18.0439L16.8918 18.7122L17.2323 19.3805C18.1574 18.9091 18.9096 18.1569 19.3809 17.2318L18.7127 16.8913ZM12.5002 0.833008V1.58301C13.6793 1.58301 14.5186 1.58359 15.1757 1.63728C15.8242 1.69026 16.229 1.79118 16.5513 1.9554L16.8918 1.28715L17.2323 0.618892C16.6633 0.328972 16.0391 0.202823 15.2979 0.142266C14.5655 0.0824245 13.6546 0.0830078 12.5002 0.0830078V0.833008ZM19.1668 7.49967H19.9168C19.9168 6.34527 19.9174 5.43437 19.8576 4.70194C19.797 3.96076 19.6709 3.33655 19.3809 2.76755L18.7127 3.10805L18.0444 3.44854C18.2087 3.77084 18.3096 4.17567 18.3626 4.82409C18.4162 5.48126 18.4168 6.32052 18.4168 7.49967H19.1668ZM16.8918 1.28715L16.5513 1.9554C17.1942 2.28297 17.7169 2.80565 18.0444 3.44854L18.7127 3.10805L19.3809 2.76755C18.9096 1.84242 18.1574 1.09027 17.2323 0.618892L16.8918 1.28715ZM7.50016 0.833008V0.0830078C6.34576 0.0830078 5.43486 0.0824245 4.70243 0.142266C3.96125 0.202823 3.33704 0.328972 2.76804 0.618892L3.10854 1.28715L3.44903 1.9554C3.77133 1.79118 4.17616 1.69026 4.82458 1.63728C5.48175 1.58359 6.32101 1.58301 7.50016 1.58301V0.833008ZM0.833496 7.49967H1.5835C1.5835 6.32052 1.58408 5.48126 1.63777 4.82409C1.69075 4.17567 1.79167 3.77084 1.95589 3.44854L1.28764 3.10805L0.619381 2.76755C0.329461 3.33655 0.203311 3.96076 0.142754 4.70194C0.0829128 5.43437 0.0834961 6.34527 0.0834961 7.49967H0.833496ZM3.10854 1.28715L2.76804 0.618892C1.84291 1.09027 1.09076 1.84242 0.619381 2.76755L1.28764 3.10805L1.95589 3.44854C2.28346 2.80565 2.80614 2.28297 3.44903 1.9554L3.10854 1.28715ZM12.5002 4.99967L12.5002 5.74967L15.8335 5.74967V4.99967L15.8335 4.24967L12.5002 4.24967V4.99967ZM12.5002 11.6663V12.4163H15.8335V11.6663V10.9163H12.5002V11.6663ZM12.5002 8.33301V9.08301H15.8335V8.33301V7.58301H12.5002V8.33301ZM12.5002 14.9997V15.7497H15.8335V14.9997V14.2497H12.5002V14.9997ZM5.50016 4.16634V4.91634H7.8335V4.16634V3.41634H5.50016V4.16634ZM9.16683 5.49967H8.41683V6.99967H9.16683H9.91683V5.49967H9.16683ZM7.8335 8.33301V7.58301H5.50016V8.33301V9.08301H7.8335V8.33301ZM4.16683 6.99967H4.91683V5.49967H4.16683H3.41683V6.99967H4.16683ZM5.50016 8.33301V7.58301C5.25443 7.58301 5.11524 7.58242 5.0139 7.57414C4.92133 7.56658 4.92811 7.55649 4.96233 7.57392L4.62184 8.24218L4.28134 8.91043C4.49382 9.0187 4.70642 9.05402 4.89176 9.06916C5.06834 9.08359 5.27918 9.08301 5.50016 9.08301V8.33301ZM4.16683 6.99967H3.41683C3.41683 7.22065 3.41625 7.43149 3.43067 7.60808C3.44582 7.79342 3.48114 8.00601 3.5894 8.21849L4.25766 7.878L4.92591 7.53751C4.94335 7.57173 4.93326 7.57851 4.92569 7.48593C4.91741 7.3846 4.91683 7.2454 4.91683 6.99967H4.16683ZM4.62184 8.24218L4.96233 7.57392C4.94665 7.56593 4.9339 7.55319 4.92591 7.53751L4.25766 7.878L3.5894 8.21849C3.7412 8.51642 3.98342 8.75864 4.28134 8.91043L4.62184 8.24218ZM9.16683 6.99967H8.41683C8.41683 7.2454 8.41625 7.3846 8.40797 7.48593C8.4004 7.57851 8.39031 7.57173 8.40775 7.53751L9.076 7.878L9.74426 8.21849C9.85252 8.00601 9.88784 7.79342 9.90298 7.60808C9.91741 7.43149 9.91683 7.22065 9.91683 6.99967H9.16683ZM7.8335 8.33301V9.08301C8.05447 9.08301 8.26532 9.08359 8.4419 9.06916C8.62724 9.05402 8.83983 9.0187 9.05231 8.91043L8.71182 8.24218L8.37133 7.57392C8.40555 7.55649 8.41233 7.56658 8.31975 7.57414C8.21842 7.58242 8.07923 7.58301 7.8335 7.58301V8.33301ZM9.076 7.878L8.40775 7.53751C8.39976 7.55319 8.38701 7.56593 8.37133 7.57392L8.71182 8.24218L9.05231 8.91043C9.35024 8.75863 9.59246 8.51642 9.74426 8.21849L9.076 7.878ZM7.8335 4.16634V4.91634C8.07923 4.91634 8.21842 4.91692 8.31975 4.9252C8.41233 4.93277 8.40555 4.94286 8.37133 4.92542L8.71182 4.25717L9.05231 3.58891C8.83983 3.48065 8.62724 3.44533 8.4419 3.43019C8.26532 3.41576 8.05447 3.41634 7.8335 3.41634V4.16634ZM9.16683 5.49967H9.91683C9.91683 5.27869 9.91741 5.06785 9.90298 4.89127C9.88784 4.70593 9.85252 4.49334 9.74426 4.28086L9.076 4.62135L8.40775 4.96184C8.39031 4.92762 8.4004 4.92084 8.40797 5.01342C8.41625 5.11475 8.41683 5.25394 8.41683 5.49967H9.16683ZM8.71182 4.25717L8.37133 4.92542C8.38701 4.93341 8.39976 4.94616 8.40775 4.96184L9.076 4.62135L9.74426 4.28086C9.59246 3.98293 9.35024 3.74071 9.05231 3.58891L8.71182 4.25717ZM5.50016 4.16634V3.41634C5.27918 3.41634 5.06834 3.41576 4.89176 3.43019C4.70642 3.44533 4.49382 3.48065 4.28134 3.58891L4.62184 4.25717L4.96233 4.92542C4.92811 4.94286 4.92133 4.93277 5.0139 4.9252C5.11524 4.91692 5.25443 4.91634 5.50016 4.91634V4.16634ZM4.16683 5.49967H4.91683C4.91683 5.25394 4.91741 5.11475 4.92569 5.01342C4.93326 4.92084 4.94335 4.92762 4.92591 4.96184L4.25766 4.62135L3.5894 4.28086C3.48114 4.49334 3.44582 4.70593 3.43067 4.89127C3.41625 5.06785 3.41683 5.27869 3.41683 5.49967H4.16683ZM4.62184 4.25717L4.28134 3.58891C3.98342 3.74071 3.7412 3.98293 3.5894 4.28086L4.25766 4.62135L4.92591 4.96184C4.9339 4.94616 4.94665 4.93341 4.96233 4.92542L4.62184 4.25717ZM5.50016 11.6663V12.4163H7.8335V11.6663V10.9163H5.50016V11.6663ZM9.16683 12.9997H8.41683V14.4997H9.16683H9.91683V12.9997H9.16683ZM7.8335 15.833V15.083H5.50016V15.833V16.583H7.8335V15.833ZM4.16683 14.4997H4.91683V12.9997H4.16683H3.41683V14.4997H4.16683ZM5.50016 15.833V15.083C5.25443 15.083 5.11524 15.0824 5.0139 15.0741C4.92133 15.0666 4.92811 15.0565 4.96233 15.0739L4.62184 15.7422L4.28134 16.4104C4.49382 16.5187 4.70642 16.554 4.89176 16.5692C5.06834 16.5836 5.27918 16.583 5.50016 16.583V15.833ZM4.16683 14.4997H3.41683C3.41683 14.7207 3.41625 14.9315 3.43067 15.1081C3.44582 15.2934 3.48114 15.506 3.5894 15.7185L4.25766 15.378L4.92591 15.0375C4.94335 15.0717 4.93326 15.0785 4.92569 14.9859C4.91741 14.8846 4.91683 14.7454 4.91683 14.4997H4.16683ZM4.62184 15.7422L4.96233 15.0739C4.94665 15.0659 4.9339 15.0532 4.92591 15.0375L4.25766 15.378L3.5894 15.7185C3.7412 16.0164 3.98342 16.2586 4.28134 16.4104L4.62184 15.7422ZM9.16683 14.4997H8.41683C8.41683 14.7454 8.41625 14.8846 8.40797 14.9859C8.4004 15.0785 8.39031 15.0717 8.40775 15.0375L9.076 15.378L9.74426 15.7185C9.85252 15.506 9.88784 15.2934 9.90298 15.1081C9.91741 14.9315 9.91683 14.7207 9.91683 14.4997H9.16683ZM7.8335 15.833V16.583C8.05447 16.583 8.26532 16.5836 8.4419 16.5692C8.62724 16.554 8.83983 16.5187 9.05231 16.4104L8.71182 15.7422L8.37133 15.0739C8.40555 15.0565 8.41233 15.0666 8.31975 15.0741C8.21842 15.0824 8.07923 15.083 7.8335 15.083V15.833ZM9.076 15.378L8.40775 15.0375C8.39976 15.0532 8.38701 15.0659 8.37133 15.0739L8.71182 15.7422L9.05231 16.4104C9.35024 16.2586 9.59246 16.0164 9.74426 15.7185L9.076 15.378ZM7.8335 11.6663V12.4163C8.07923 12.4163 8.21842 12.4169 8.31975 12.4252C8.41233 12.4328 8.40555 12.4429 8.37133 12.4254L8.71182 11.7572L9.05231 11.0889C8.83983 10.9806 8.62724 10.9453 8.4419 10.9302C8.26532 10.9158 8.05447 10.9163 7.8335 10.9163V11.6663ZM9.16683 12.9997H9.91683C9.91683 12.7787 9.91741 12.5679 9.90298 12.3913C9.88784 12.2059 9.85252 11.9933 9.74426 11.7809L9.076 12.1213L8.40775 12.4618C8.39031 12.4276 8.4004 12.4208 8.40797 12.5134C8.41625 12.6148 8.41683 12.7539 8.41683 12.9997H9.16683ZM8.71182 11.7572L8.37133 12.4254C8.38701 12.4334 8.39976 12.4462 8.40775 12.4618L9.076 12.1213L9.74426 11.7809C9.59246 11.4829 9.35024 11.2407 9.05231 11.0889L8.71182 11.7572ZM5.50016 11.6663V10.9163C5.27918 10.9163 5.06834 10.9158 4.89176 10.9302C4.70642 10.9453 4.49382 10.9806 4.28134 11.0889L4.62184 11.7572L4.96233 12.4254C4.92811 12.4429 4.92133 12.4328 5.0139 12.4252C5.11524 12.4169 5.25443 12.4163 5.50016 12.4163V11.6663ZM4.16683 12.9997H4.91683C4.91683 12.7539 4.91741 12.6148 4.92569 12.5134C4.93326 12.4208 4.94335 12.4276 4.92591 12.4618L4.25766 12.1213L3.5894 11.7809C3.48114 11.9933 3.44582 12.2059 3.43067 12.3913C3.41625 12.5679 3.41683 12.7787 3.41683 12.9997H4.16683ZM4.62184 11.7572L4.28134 11.0889C3.98342 11.2407 3.7412 11.4829 3.5894 11.7809L4.25766 12.1213L4.92591 12.4618C4.9339 12.4462 4.94665 12.4334 4.96233 12.4254L4.62184 11.7572Z",fill:"currentColor"})}),r.jsx("defs",{children:r.jsx("clipPath",{id:"clip0_3925_10162",children:r.jsx("rect",{width:"20",height:"20",fill:"white"})})})]})}),Z3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100%",height:"100%",viewBox:"0 0 22 22",fill:"none",children:[r.jsx("path",{d:"M15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C13.2091 7 15 8.79086 15 11Z",stroke:"currentColor","stroke-width":"1.5"}),r.jsx("path",{d:"M13 2.5147C13 1.67815 12.3218 1 11.4853 1H10.5147C9.67814 1 9 1.67814 9 2.51466C9 3.86408 7.36846 4.53985 6.41428 3.58566C5.82275 2.99414 4.86369 2.99413 4.27217 3.58565L3.58589 4.27193C2.99434 4.86348 2.99434 5.82258 3.58589 6.41413C4.54014 7.36838 3.86429 9 2.51478 9C1.67819 9 1 9.67819 1 10.5148V11.4853C1 12.3218 1.67816 13 2.51471 13C3.86415 13 4.53997 14.6315 3.58577 15.5857C2.99425 16.1773 2.99425 17.1363 3.58577 17.7278L4.27209 18.4141C4.86362 19.0057 5.82268 19.0057 6.41422 18.4141C7.36844 17.4599 9 18.1358 9 19.4852C9 20.3218 9.67817 21 10.5147 21H11.4852C12.3218 21 13 20.3218 13 19.4852C13 18.1357 14.6316 17.4598 15.5858 18.4141C16.1774 19.0056 17.1365 19.0056 17.728 18.4141L18.4143 17.7278C19.0058 17.1363 19.0058 16.1772 18.4143 15.5857C17.4601 14.6315 18.1359 13 19.4853 13C20.3219 13 21 12.3219 21 11.4853V10.5147C21 9.67817 20.3218 9 19.4853 9C18.1358 9 17.46 7.3684 18.4142 6.41417C19.0057 5.82262 19.0057 4.86353 18.4142 4.27199L17.7279 3.58572C17.1364 2.99418 16.1773 2.99419 15.5858 3.58573C14.6316 4.53994 13 3.86415 13 2.5147Z",stroke:"currentColor","stroke-width":"1.5"})]})}),p3=n=>r.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[r.jsxs("g",{"clip-path":"url(#clip0_3926_537319)",children:[r.jsx("path",{d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",fill:"#D80027"}),r.jsx("path",{d:"M12 6.26086L13.2951 10.2466H17.4859L14.0954 12.7099L15.3905 16.6957L12 14.2323L8.60953 16.6957L9.90459 12.7099L6.51413 10.2466H10.7049L12 6.26086Z",fill:"#FFDA44"})]}),r.jsx("defs",{children:r.jsx("clipPath",{id:"clip0_3926_537319",children:r.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}),w3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M6.25003 7C6.25003 7.41421 6.58581 7.75 7.00003 7.75C7.41424 7.75 7.75003 7.41421 7.75003 7H6.25003ZM7.75003 17C7.75003 16.5858 7.41424 16.25 7.00003 16.25C6.58581 16.25 6.25003 16.5858 6.25003 17H7.75003ZM8.09205 20.782L8.43254 20.1138H8.43254L8.09205 20.782ZM7.21801 19.908L6.54976 20.2485V20.2485L7.21801 19.908ZM20.782 19.908L21.4503 20.2485L20.782 19.908ZM19.908 20.782L19.5675 20.1138H19.5675L19.908 20.782ZM19.908 3.21799L19.5675 3.88624V3.88624L19.908 3.21799ZM20.782 4.09202L20.1138 4.43251V4.43251L20.782 4.09202ZM7.21801 4.09202L7.88627 4.43251L7.21801 4.09202ZM8.09205 3.21799L7.75155 2.54973V2.54973L8.09205 3.21799ZM14 12.75C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25V12.75ZM3.00003 11.25C2.58581 11.25 2.25003 11.5858 2.25003 12C2.25003 12.4142 2.58581 12.75 3.00003 12.75V11.25ZM4.62406 9.41603C4.85383 9.07138 4.7607 8.60573 4.41605 8.37596C4.07141 8.1462 3.60575 8.23933 3.37599 8.58397L4.62406 9.41603ZM2.18493 11.7227L2.80896 12.1387H2.80896L2.18493 11.7227ZM2.18493 12.2774L2.80896 11.8613L2.18493 12.2774ZM3.37599 15.416C3.60575 15.7607 4.07141 15.8538 4.41605 15.624C4.7607 15.3943 4.85383 14.9286 4.62406 14.584L3.37599 15.416ZM7.75003 7V6.2H6.25003V7H7.75003ZM10.2 3.75H17.8V2.25H10.2V3.75ZM20.25 6.2V17.8H21.75V6.2H20.25ZM17.8 20.25H10.2V21.75H17.8V20.25ZM7.75003 17.8V17H6.25003V17.8H7.75003ZM10.2 20.25C9.6276 20.25 9.24338 20.2494 8.9475 20.2252C8.66038 20.2018 8.5231 20.1599 8.43254 20.1138L7.75155 21.4503C8.08882 21.6221 8.44547 21.6892 8.82536 21.7203C9.19649 21.7506 9.65235 21.75 10.2 21.75V20.25ZM6.25003 17.8C6.25003 18.3477 6.24944 18.8035 6.27977 19.1747C6.3108 19.5546 6.37792 19.9112 6.54976 20.2485L7.88627 19.5675C7.84013 19.4769 7.79824 19.3396 7.77478 19.0525C7.75061 18.7566 7.75003 18.3724 7.75003 17.8H6.25003ZM8.43254 20.1138C8.19734 19.9939 8.00611 19.8027 7.88627 19.5675L6.54976 20.2485C6.81341 20.7659 7.23411 21.1866 7.75155 21.4503L8.43254 20.1138ZM20.25 17.8C20.25 18.3724 20.2494 18.7566 20.2253 19.0525C20.2018 19.3396 20.1599 19.4769 20.1138 19.5675L21.4503 20.2485C21.6221 19.9112 21.6892 19.5546 21.7203 19.1747C21.7506 18.8035 21.75 18.3477 21.75 17.8H20.25ZM17.8 21.75C18.3477 21.75 18.8036 21.7506 19.1747 21.7203C19.5546 21.6892 19.9112 21.6221 20.2485 21.4503L19.5675 20.1138C19.477 20.1599 19.3397 20.2018 19.0525 20.2252C18.7567 20.2494 18.3725 20.25 17.8 20.25V21.75ZM20.1138 19.5675C19.9939 19.8027 19.8027 19.9939 19.5675 20.1138L20.2485 21.4503C20.7659 21.1866 21.1866 20.7659 21.4503 20.2485L20.1138 19.5675ZM17.8 3.75C18.3725 3.75 18.7567 3.75058 19.0525 3.77476C19.3397 3.79822 19.477 3.8401 19.5675 3.88624L20.2485 2.54973C19.9112 2.37789 19.5546 2.31078 19.1747 2.27974C18.8036 2.24942 18.3477 2.25 17.8 2.25V3.75ZM21.75 6.2C21.75 5.65232 21.7506 5.19646 21.7203 4.82533C21.6892 4.44545 21.6221 4.08879 21.4503 3.75153L20.1138 4.43251C20.1599 4.52307 20.2018 4.66035 20.2253 4.94748C20.2494 5.24336 20.25 5.62757 20.25 6.2H21.75ZM19.5675 3.88624C19.8027 4.00608 19.9939 4.19731 20.1138 4.43251L21.4503 3.75153C21.1866 3.23408 20.7659 2.81338 20.2485 2.54973L19.5675 3.88624ZM7.75003 6.2C7.75003 5.62757 7.75061 5.24336 7.77478 4.94748C7.79824 4.66035 7.84013 4.52307 7.88627 4.43251L6.54976 3.75153C6.37792 4.08879 6.3108 4.44545 6.27977 4.82533C6.24944 5.19646 6.25003 5.65232 6.25003 6.2H7.75003ZM10.2 2.25C9.65235 2.25 9.19649 2.24942 8.82536 2.27974C8.44547 2.31078 8.08882 2.37789 7.75155 2.54973L8.43254 3.88624C8.5231 3.8401 8.66038 3.79822 8.9475 3.77476C9.24338 3.75058 9.6276 3.75 10.2 3.75V2.25ZM7.88627 4.43251C8.00611 4.19731 8.19734 4.00608 8.43254 3.88624L7.75155 2.54973C7.23411 2.81338 6.81341 3.23408 6.54976 3.75153L7.88627 4.43251ZM14 11.25H3.00003V12.75H14V11.25ZM3.37599 8.58397L1.56089 11.3066L2.80896 12.1387L4.62406 9.41603L3.37599 8.58397ZM1.56089 12.6934L3.37599 15.416L4.62406 14.584L2.80896 11.8613L1.56089 12.6934ZM1.56089 11.3066C1.28097 11.7265 1.28097 12.2735 1.56089 12.6934L2.80896 11.8613C2.86495 11.9453 2.86495 12.0547 2.80896 12.1387L1.56089 11.3066Z",fill:"currentColor"})})}),g3=n=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20",...n,children:r.jsx("path",{fill:"#1C2A4F",d:"m3.108 18.713.34-.668zm-1.82-1.82.668-.341zm17.425 0-.669-.341zm-1.821 1.82-.34-.668zm0-17.425-.34.668zm1.82 1.821-.668.34zM3.108 1.289l.34.667zm-1.82 1.82.668.34zM12.5 4.251a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 0 0 0-1.5zM12.5 10.917a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 0 0 0-1.5zM12.5 7.584a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 0 0 0-1.5zM12.5 14.251a.75.75 0 0 0 0 1.5zm3.333 1.5a.75.75 0 1 0 0-1.5zM4.622 8.243l.34-.668zm-.365-.364.669-.34zm4.819 0-.668-.34zm-.364.364-.34-.668zm0-3.985-.34.668zm.364.364-.668.34zm-4.454-.364.34.668zm-.365.364.669.34zm.365 11.121.34-.668zm-.365-.364.669-.34zm4.819 0-.668-.34zm-.364.364-.34-.668zm0-3.985-.34.668zm.364.364-.668.34zm-4.454-.364.34.668zm-.365.364.669.34zM7.5.834v.75h5v-1.5h-5zm11.667 6.667h-.75v5h1.5v-5zM12.5 19.167v-.75h-5v1.5h5zM.833 12.501h.75v-5h-1.5v5zM7.5 19.167v-.75c-1.18 0-2.018 0-2.676-.054-.648-.053-1.053-.154-1.375-.318l-.34.668-.341.668c.569.29 1.193.416 1.934.477.733.06 1.644.06 2.798.06zM.833 12.501h-.75c0 1.154 0 2.065.06 2.797.06.742.186 1.366.476 1.935l.668-.34.669-.341c-.165-.322-.265-.727-.318-1.376-.054-.657-.055-1.496-.055-2.675zm2.275 6.212.34-.668a3.4 3.4 0 0 1-1.492-1.493l-.669.34-.668.34a4.9 4.9 0 0 0 2.149 2.15zm16.059-6.212h-.75c0 1.179 0 2.018-.055 2.675-.053.649-.153 1.054-.318 1.376l.668.34.669.34c.29-.568.416-1.192.476-1.934.06-.732.06-1.643.06-2.797zM12.5 19.167v.75c1.154 0 2.065 0 2.798-.059.74-.06 1.365-.187 1.934-.477l-.34-.668-.34-.668c-.323.164-.728.265-1.376.318-.658.054-1.497.054-2.676.054zm6.212-2.275-.668-.34a3.4 3.4 0 0 1-1.493 1.493l.34.668.341.668a4.9 4.9 0 0 0 2.149-2.148zM12.5.834v.75c1.18 0 2.018 0 2.676.054.648.053 1.053.154 1.375.318l.34-.668.341-.668C16.663.33 16.04.204 15.298.143 14.565.083 13.654.084 12.5.084zm6.667 6.667h.75c0-1.155 0-2.066-.06-2.798-.06-.741-.186-1.365-.476-1.934l-.669.34-.668.34c.165.323.265.728.318 1.376.054.657.055 1.497.055 2.676zm-2.275-6.213-.34.668c.642.328 1.165.85 1.492 1.494l.668-.341.669-.34a4.9 4.9 0 0 0-2.149-2.15zM7.5.834v-.75c-1.154 0-2.065 0-2.798.06-.74.06-1.365.186-1.934.476l.34.668.34.668c.323-.164.728-.265 1.376-.318.658-.053 1.497-.054 2.676-.054zM.833 7.501h.75c0-1.18 0-2.019.055-2.676.053-.648.153-1.053.318-1.375l-.669-.341-.668-.34C.33 3.338.203 3.962.143 4.703c-.06.732-.06 1.643-.06 2.798zm2.275-6.213L2.768.62A4.9 4.9 0 0 0 .619 2.769l.668.34.669.34a3.4 3.4 0 0 1 1.493-1.493zM12.5 5.001v.75h3.333v-1.5H12.5zm0 6.666v.75h3.333v-1.5H12.5zm0-3.333v.75h3.333v-1.5H12.5zm0 6.667v.75h3.333v-1.5H12.5zm-7-10.834v.75h2.333v-1.5H5.5zm3.667 1.334h-.75V7h1.5V5.5zM7.833 8.334v-.75H5.5v1.5h2.333zM4.167 7.001h.75V5.5h-1.5V7zM5.5 8.334v-.75c-.246 0-.385 0-.486-.009-.093-.007-.086-.018-.052 0l-.34.668-.34.668c.212.109.424.144.61.16.176.014.387.013.608.013zM4.167 7.001h-.75c0 .22 0 .431.013.608.016.185.05.398.16.61l.667-.34.669-.34c.017.034.007.04 0-.052A7 7 0 0 1 4.916 7zm.455 1.242.34-.668a.1.1 0 0 1-.036-.037l-.669.341-.668.34c.152.298.394.54.692.692zm4.545-1.242h-.75c0 .245 0 .385-.01.486-.007.092-.017.086 0 .051l.669.341.668.34c.108-.212.144-.425.159-.61.014-.177.014-.387.014-.608zM7.833 8.334v.75c.221 0 .432 0 .609-.014.185-.015.398-.05.61-.159l-.34-.668-.34-.668c.033-.018.04-.007-.052 0-.102.008-.241.009-.487.009zm1.243-.455-.668-.34a.1.1 0 0 1-.037.036l.34.668.341.668c.298-.151.54-.394.692-.692zM7.833 4.167v.75c.246 0 .385 0 .487.01.092.007.085.017.051 0l.34-.669.341-.668a1.6 1.6 0 0 0-.61-.159c-.177-.014-.388-.014-.609-.014zm1.334 1.334h.75c0-.221 0-.432-.014-.609a1.6 1.6 0 0 0-.159-.61l-.668.34-.668.34c-.018-.033-.008-.04 0 .052.008.102.009.24.009.487zm-.455-1.243-.34.668q.023.013.036.037l.668-.34.668-.341a1.6 1.6 0 0 0-.692-.692zM5.5 4.168v-.75c-.221 0-.432-.001-.608.013-.186.015-.398.05-.61.159l.34.668.34.668c-.034.018-.04.008.052 0 .101-.008.24-.009.486-.009zM4.167 5.5h.75c0-.246 0-.385.009-.487.007-.092.017-.085 0-.051l-.669-.34-.668-.341a1.6 1.6 0 0 0-.159.61c-.014.177-.013.388-.013.609zm.455-1.243-.34-.668c-.299.152-.541.394-.693.692l.668.34.669.34a.1.1 0 0 1 .036-.036zm.878 7.41v.75h2.333v-1.5H5.5zM9.167 13h-.75v1.5h1.5V13zm-1.334 2.833v-.75H5.5v1.5h2.333zm-3.666-1.333h.75V13h-1.5v1.5zM5.5 15.834v-.75c-.246 0-.385 0-.486-.009-.093-.007-.086-.018-.052 0l-.34.668-.34.668a1.6 1.6 0 0 0 .61.16c.176.014.387.013.608.013zm-1.333-1.333h-.75c0 .22 0 .431.013.608.016.185.05.398.16.61l.667-.34.669-.34c.017.034.007.04 0-.052a7 7 0 0 1-.01-.486zm.455 1.242.34-.668a.1.1 0 0 1-.036-.036l-.669.34-.668.34c.152.298.394.54.692.692zm4.545-1.242h-.75c0 .245 0 .385-.01.486-.007.092-.017.086 0 .052l.669.34.668.34c.108-.212.144-.425.159-.61.014-.177.014-.387.014-.608zm-1.334 1.333v.75c.221 0 .432 0 .609-.014a1.6 1.6 0 0 0 .61-.159l-.34-.668-.34-.668c.033-.018.04-.007-.052 0-.102.008-.241.009-.487.009zm1.243-.455-.668-.34a.1.1 0 0 1-.037.036l.34.668.341.668c.298-.151.54-.394.692-.692zm-1.243-3.712v.75c.246 0 .385 0 .487.01.092.007.085.017.051 0l.34-.669.341-.668a1.6 1.6 0 0 0-.61-.159c-.177-.014-.388-.014-.609-.014zm1.334 1.334h.75c0-.221 0-.432-.014-.609a1.6 1.6 0 0 0-.159-.61l-.668.34-.668.34c-.018-.033-.008-.04 0 .052.008.102.009.24.009.487zm-.455-1.243-.34.668q.023.012.036.037l.668-.34.668-.341a1.6 1.6 0 0 0-.692-.692zm-3.212-.09v-.75c-.221 0-.432-.001-.608.013a1.6 1.6 0 0 0-.61.159l.34.668.34.668c-.034.018-.04.008.052 0 .101-.008.24-.009.486-.009zM4.167 13h.75c0-.246 0-.385.009-.487.007-.092.017-.085 0-.051l-.669-.34-.668-.341a1.6 1.6 0 0 0-.159.61c-.014.177-.013.388-.013.609zm.455-1.243-.34-.668c-.299.152-.541.394-.693.692l.668.34.669.34a.1.1 0 0 1 .036-.036z"})}),x3=n=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 10 20",...n,children:r.jsx("path",{stroke:"#1C2A4F",strokeLinecap:"round",strokeWidth:1.5,d:"M9.167 6.666a3.333 3.333 0 0 0-3.334-3.333H4.167a3.333 3.333 0 0 0 0 6.666h1.666a3.333 3.333 0 1 1 0 6.667H4.167a3.333 3.333 0 0 1-3.334-3.333M5 1.666v16.667"})}),m3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M13.9999 16.9168C18.027 16.9168 21.2916 13.6522 21.2916 9.62516C21.2916 5.59809 18.027 2.3335 13.9999 2.3335C9.97284 2.3335 6.70825 5.59809 6.70825 9.62516C6.70825 13.6522 9.97284 16.9168 13.9999 16.9168ZM13.9999 16.9168C7.5566 16.9168 2.33325 20.8343 2.33325 25.6668M13.9999 16.9168C20.4432 16.9168 25.6666 20.8343 25.6666 25.6668",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"})})}),j3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M11.0834 9.91683H16.9167M14.0001 7.00016V12.8335M9.33342 17.5002H18.6667M9.33342 21.0002H18.6667M8.40008 25.6668H19.6001C20.9069 25.6668 21.5603 25.6668 22.0594 25.4125C22.4984 25.1888 22.8554 24.8319 23.0791 24.3928C23.3334 23.8937 23.3334 23.2403 23.3334 21.9335V6.06683C23.3334 4.76004 23.3334 4.10665 23.0791 3.60752C22.8554 3.16847 22.4984 2.81152 22.0594 2.58781C21.5603 2.3335 20.9069 2.3335 19.6001 2.3335H8.40008C7.09329 2.3335 6.4399 2.3335 5.94077 2.58781C5.50173 2.81152 5.14477 3.16847 4.92107 3.60752C4.66675 4.10665 4.66675 4.76004 4.66675 6.06683V21.9335C4.66675 23.2403 4.66675 23.8937 4.92107 24.3928C5.14477 24.8319 5.50173 25.1888 5.94077 25.4125C6.4399 25.6668 7.09329 25.6668 8.40008 25.6668Z",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"})})}),k3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 28 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M11.9766 20.8168H18.7563C19.6956 20.8168 20.4571 20.0554 20.4571 19.116C20.4571 18.1767 19.6956 17.4153 18.7563 17.4153H15.2712C14.9191 17.4153 14.5713 17.3384 14.2521 17.19L12.8098 16.5194C12.2009 16.2363 11.5546 16.0678 10.9014 16.0132C9.51552 15.8974 8.14521 16.3748 7.09909 17.2912L5.76718 18.4579L1.84149 18.4247C1.15801 18.4202 0.601562 18.9729 0.601562 19.6564V23.7265C0.601562 24.4067 1.15298 24.9581 1.83318 24.9581H5.76445H20.5684C21.6622 24.9581 22.697 24.4624 23.3825 23.6101L27.0296 19.1888C27.6171 18.4766 27.4881 17.4174 26.7467 16.867C26.0714 16.3656 25.1266 16.4545 24.5567 17.0731L21.8833 19.975",stroke:"currentColor","stroke-width":"1.375","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),r.jsx("path",{d:"M18.7563 20.8167H21.1008L22.2984 19.5244",stroke:"currentColor","stroke-width":"1.375","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),r.jsx("path",{d:"M19.3711 5.3542C19.3711 4.80191 18.9234 4.3542 18.3711 4.3542H17.0585C16.5062 4.3542 16.0585 3.90648 16.0585 3.3542V2.0415C16.0585 1.48922 15.6108 1.0415 15.0585 1.0415H13.038C12.4858 1.0415 12.038 1.48922 12.038 2.0415V3.3542C12.038 3.90648 11.5903 4.3542 11.038 4.3542H9.72534C9.17306 4.3542 8.72534 4.80191 8.72534 5.3542V7.37466C8.72534 7.92695 9.17306 8.37466 9.72534 8.37466H11.038C11.5903 8.37466 12.038 8.82238 12.038 9.37466V10.6873C12.038 11.2396 12.4858 11.6873 13.038 11.6873H15.0585C15.6108 11.6873 16.0585 11.2396 16.0585 10.6873V9.37466C16.0585 8.82238 16.5062 8.37466 17.0585 8.37466H18.3711C18.9234 8.37466 19.3711 7.92695 19.3711 7.37466V5.3542Z",stroke:"currentColor","stroke-width":"1.5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"})]})}),_3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M6.04804 23.9914L6.50203 23.1004H6.50203L6.04804 23.9914ZM4.00864 21.952L3.11763 22.4059L4.00864 21.952ZM23.9914 21.952L23.1004 21.498L23.9914 21.952ZM21.952 23.9914L22.4059 24.8824L21.952 23.9914ZM8.33333 24.5C8.33333 25.0523 8.78105 25.5 9.33333 25.5C9.88562 25.5 10.3333 25.0523 10.3333 24.5H8.33333ZM17.6667 24.5C17.6667 25.0523 18.1144 25.5 18.6667 25.5C19.219 25.5 19.6667 25.0523 19.6667 24.5H17.6667ZM10.5 9.33333L9.51942 9.13722L9.5 9.23431V9.33333H10.5ZM3.52845 9.78173L2.53653 9.90858L3.52845 9.78173ZM17.5 9.33333H18.5V9.23431L18.4806 9.13722L17.5 9.33333ZM24.4572 9.88205L23.4694 9.72651L23.4694 9.72651L24.4572 9.88205ZM3.66689 8.91611L4.59536 9.28751L4.59536 9.2875L3.66689 8.91611ZM5.24663 4.96676L6.17511 5.33815L5.24663 4.96676ZM22.2282 4.78983L21.3338 5.23705V5.23705L22.2282 4.78983ZM24.2537 8.84066L25.1481 8.39345V8.39345L24.2537 8.84066ZM24.5 9.33345H23.5V17.0333H24.5H25.5V9.33345H24.5ZM17.0333 24.5V23.5H10.9667V24.5V25.5H17.0333V24.5ZM3.5 17.0333H4.5V9.33345H3.5H2.5V17.0333H3.5ZM10.9667 24.5V23.5C9.64338 23.5 8.71105 23.4992 7.98304 23.4397C7.26671 23.3812 6.83669 23.2709 6.50203 23.1004L6.04804 23.9914L5.59405 24.8824C6.25765 25.2205 6.98016 25.3645 7.82018 25.4331C8.64852 25.5008 9.67638 25.5 10.9667 25.5V24.5ZM3.5 17.0333H2.5C2.5 18.3236 2.49922 19.3515 2.5669 20.1798C2.63553 21.0198 2.77951 21.7423 3.11763 22.4059L4.00864 21.952L4.89964 21.498C4.72913 21.1633 4.61879 20.7333 4.56026 20.017C4.50078 19.2889 4.5 18.3566 4.5 17.0333H3.5ZM6.04804 23.9914L6.50203 23.1004C5.81211 22.7488 5.25118 22.1879 4.89964 21.498L4.00864 21.952L3.11763 22.4059C3.66091 23.4722 4.5278 24.3391 5.59405 24.8824L6.04804 23.9914ZM24.5 17.0333H23.5C23.5 18.3566 23.4992 19.289 23.4397 20.017C23.3812 20.7333 23.2709 21.1633 23.1004 21.498L23.9914 21.952L24.8824 22.4059C25.2205 21.7423 25.3645 21.0198 25.4331 20.1798C25.5008 19.3515 25.5 18.3236 25.5 17.0333H24.5ZM17.0333 24.5V25.5C18.3236 25.5 19.3515 25.5008 20.1798 25.4331C21.0198 25.3645 21.7423 25.2205 22.4059 24.8824L21.952 23.9914L21.498 23.1004C21.1633 23.2709 20.7333 23.3812 20.017 23.4397C19.2889 23.4992 18.3566 23.5 17.0333 23.5V24.5ZM23.9914 21.952L23.1004 21.498C22.7488 22.1879 22.1879 22.7488 21.498 23.1004L21.952 23.9914L22.4059 24.8824C23.4722 24.3391 24.3391 23.4722 24.8824 22.4059L23.9914 21.952ZM9.33333 24.5H10.3333V19.8333H9.33333H8.33333V24.5H9.33333ZM11.6667 17.5V18.5H16.3333V17.5V16.5H11.6667V17.5ZM18.6667 19.8333H17.6667V24.5H18.6667H19.6667V19.8333H18.6667ZM16.3333 17.5V18.5C17.0697 18.5 17.6667 19.097 17.6667 19.8333H18.6667H19.6667C19.6667 17.9924 18.1743 16.5 16.3333 16.5V17.5ZM9.33333 19.8333H10.3333C10.3333 19.097 10.9303 18.5 11.6667 18.5V17.5V16.5C9.82572 16.5 8.33333 17.9924 8.33333 19.8333H9.33333ZM10.5 9.33333H9.5C9.5 10.714 8.38071 11.8333 7 11.8333V12.8333V13.8333C9.48528 13.8333 11.5 11.8186 11.5 9.33333H10.5ZM7 12.8333V11.8333C5.72858 11.8333 4.67748 10.8833 4.52038 9.65488L3.52845 9.78173L2.53653 9.90858C2.81967 12.1226 4.70927 13.8333 7 13.8333V12.8333ZM17.5 9.33333H16.5C16.5 10.714 15.3807 11.8333 14 11.8333V12.8333V13.8333C16.4853 13.8333 18.5 11.8186 18.5 9.33333H17.5ZM14 12.8333V11.8333C12.6193 11.8333 11.5 10.714 11.5 9.33333H10.5H9.5C9.5 11.8186 11.5147 13.8333 14 13.8333V12.8333ZM24.4572 9.88205L23.4694 9.72651C23.2815 10.9202 22.2464 11.8333 21 11.8333V12.8333V13.8333C23.2462 13.8333 25.1064 12.1886 25.4451 10.0376L24.4572 9.88205ZM21 12.8333V11.8333C19.6193 11.8333 18.5 10.714 18.5 9.33333H17.5H16.5C16.5 11.8186 18.5147 13.8333 21 13.8333V12.8333ZM3.66689 8.91611L4.59536 9.2875L6.17511 5.33815L5.24663 4.96676L4.31815 4.59537L2.73841 8.54472L3.66689 8.91611ZM22.2282 4.78983L21.3338 5.23705L23.3592 9.28787L24.2537 8.84066L25.1481 8.39345L23.1227 4.34262L22.2282 4.78983ZM7.41308 3.5V4.5H11.6667V3.5V2.5H7.41308V3.5ZM10.5 9.33333L11.4806 9.52945L12.6472 3.69612L11.6667 3.5L10.6861 3.30388L9.51942 9.13722L10.5 9.33333ZM11.6667 3.5V4.5H16.3333V3.5V2.5H11.6667V3.5ZM16.3333 3.5V4.5H20.1413V3.5V2.5H16.3333V3.5ZM17.5 9.33333L18.4806 9.13722L17.3139 3.30388L16.3333 3.5L15.3528 3.69612L16.5194 9.52945L17.5 9.33333ZM22.2282 4.78983L23.1227 4.34262C22.558 3.21334 21.4038 2.5 20.1413 2.5V3.5V4.5C20.6463 4.5 21.108 4.78534 21.3338 5.23705L22.2282 4.78983ZM24.4572 9.88205L25.4451 10.0376C25.5453 9.40085 25.3635 8.82422 25.1481 8.39345L24.2537 8.84066L23.3592 9.28787C23.4678 9.50509 23.4818 9.64759 23.4694 9.72651L24.4572 9.88205ZM5.24663 4.96676L6.17511 5.33815C6.37759 4.83193 6.86787 4.5 7.41308 4.5V3.5V2.5C6.05006 2.5 4.82437 3.32984 4.31815 4.59537L5.24663 4.96676ZM3.52845 9.78173L4.52038 9.65488C4.51184 9.58813 4.52181 9.4714 4.59536 9.28751L3.66689 8.91611L2.73841 8.54472C2.59148 8.91205 2.46976 9.38644 2.53653 9.90858L3.52845 9.78173Z",fill:"currentColor"})})}),y3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M11.6666 25.6665C16.6253 25.6665 20.6808 21.7995 20.982 16.9166C21.0018 16.5951 20.7388 16.3332 20.4166 16.3332H12.2499C11.9278 16.3332 11.6666 16.072 11.6666 15.7499V7.58321C11.6666 7.26105 11.4047 6.99798 11.0831 7.01782C6.20027 7.31898 2.33325 11.3745 2.33325 16.3332C2.33325 21.4879 6.51193 25.6665 11.6666 25.6665Z",stroke:"currentColor","stroke-width":"2"}),r.jsx("path",{d:"M25.6486 11.0831C25.3594 6.39318 21.6066 2.64042 16.9167 2.35115C16.5951 2.33132 16.3333 2.59438 16.3333 2.91654V11.0832C16.3333 11.4054 16.5944 11.6665 16.9166 11.6665L25.0833 11.6665C25.4054 11.6665 25.6685 11.4047 25.6486 11.0831Z",stroke:"currentColor","stroke-width":"2"})]})}),E3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M4.66675 22.1668C14.0001 22.1668 14.0001 5.8335 23.3334 5.8335",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"}),r.jsx("circle",{cx:"5.83333",cy:"5.83333",r:"2.33333",stroke:"currentColor","stroke-width":"1.5"}),r.jsx("circle",{cx:"22.1666",cy:"22.1668",r:"2.33333",stroke:"currentColor","stroke-width":"1.5"}),r.jsx("path",{d:"M8.16675 5.8335H11.6667",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}),r.jsx("path",{d:"M19.8333 22.1665H16.3333",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}),r.jsx("path",{d:"M16.3333 5.8335H23.3333",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"}),r.jsx("path",{d:"M11.6667 22.1665H4.66675",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"})]})}),R3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M18.4443 24.6665H7.55542",stroke:"currentColor","stroke-width":"1.875","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),r.jsx("path",{d:"M16.1111 20H9.88892V24.6667H16.1111V20Z",stroke:"currentColor","stroke-width":"1.5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),r.jsx("path",{d:"M6.66723 4.44434H2.88879C2.4762 4.44434 2.08069 4.60806 1.78903 4.90011C1.49697 5.19178 1.33325 5.58728 1.33325 5.99987C1.33325 8.98029 1.33325 15.4638 1.33325 18.4443C1.33325 18.8569 1.49697 19.2524 1.78903 19.5441C2.08069 19.8361 2.4762 19.9998 2.88879 19.9998C7.13119 19.9998 18.8686 19.9998 23.111 19.9998C23.5235 19.9998 23.919 19.8361 24.2107 19.5441C24.5028 19.2524 24.6665 18.8569 24.6665 18.4443C24.6665 15.4639 24.6665 8.98034 24.6665 5.99987C24.6665 5.58728 24.5028 5.19178 24.2107 4.90011C23.919 4.60806 23.5235 4.44434 23.111 4.44434C21.5363 4.44434 19.3325 4.44434 19.3325 4.44434",stroke:"currentColor","stroke-width":"1.5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),r.jsx("path",{d:"M14.5555 3.08543C15.126 3.23245 15.665 3.45876 16.1601 3.7512L17.3998 2.51144L19.5998 4.71135L18.36 5.95116C18.6528 6.4462 18.8788 6.98523 19.0258 7.55569H20.7777V10.6668H19.0258C18.8788 11.2373 18.6525 11.7763 18.36 12.2713L19.5998 13.5111L17.3998 15.7111L16.1601 14.4713C15.665 14.7641 15.126 14.9901 14.5555 15.1371V16.889H11.4444V15.1371C10.8739 14.9901 10.3349 14.7637 9.83979 14.4713L8.60007 15.7111L6.40011 13.5111L7.63987 12.2713C7.34705 11.7763 7.12107 11.2373 6.9741 10.6668H5.22217V7.55569H6.9741C7.12112 6.98519 7.34743 6.4462 7.63987 5.95116L6.40011 4.71135L8.60007 2.51144L9.83983 3.7512C10.3349 3.45837 10.8739 3.23245 11.4444 3.08543V1.3335H14.5555V3.08543H14.5555Z",stroke:"currentColor","stroke-width":"1.5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),r.jsx("path",{d:"M13 12.2222C14.7183 12.2222 16.1112 10.8293 16.1112 9.11112C16.1112 7.3929 14.7183 6 13 6C11.2818 6 9.88892 7.3929 9.88892 9.11112C9.88892 10.8293 11.2818 12.2222 13 12.2222Z",stroke:"currentColor","stroke-width":"1.5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"})]})}),b3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M10.5 7V9.56667C10.5 9.89336 10.5 10.0567 10.4364 10.1815C10.3805 10.2913 10.2913 10.3805 10.1815 10.4364C10.0567 10.5 9.89336 10.5 9.56667 10.5H7C5.9128 10.5 5.3692 10.5 4.94041 10.6776C4.36867 10.9144 3.91443 11.3687 3.67761 11.9404C3.5 12.3692 3.5 12.9128 3.5 14C3.5 15.0872 3.5 15.6308 3.67761 16.0596C3.91443 16.6313 4.36867 17.0856 4.94041 17.3224C5.3692 17.5 5.9128 17.5 7 17.5H9.56667C9.89336 17.5 10.0567 17.5 10.1815 17.5636C10.2913 17.6195 10.3805 17.7087 10.4364 17.8185C10.5 17.9433 10.5 18.1066 10.5 18.4333V21C10.5 22.0872 10.5 22.6308 10.6776 23.0596C10.9144 23.6313 11.3687 24.0856 11.9404 24.3224C12.3692 24.5 12.9128 24.5 14 24.5C15.0872 24.5 15.6308 24.5 16.0596 24.3224C16.6313 24.0856 17.0856 23.6313 17.3224 23.0596C17.5 22.6308 17.5 22.0872 17.5 21V18.4333C17.5 18.1066 17.5 17.9433 17.5636 17.8185C17.6195 17.7087 17.7087 17.6195 17.8185 17.5636C17.9433 17.5 18.1066 17.5 18.4333 17.5H21C22.0872 17.5 22.6308 17.5 23.0596 17.3224C23.6313 17.0856 24.0856 16.6313 24.3224 16.0596C24.5 15.6308 24.5 15.0872 24.5 14C24.5 12.9128 24.5 12.3692 24.3224 11.9404C24.0856 11.3687 23.6313 10.9144 23.0596 10.6776C22.6308 10.5 22.0872 10.5 21 10.5H18.4333C18.1066 10.5 17.9433 10.5 17.8185 10.4364C17.7087 10.3805 17.6195 10.2913 17.5636 10.1815C17.5 10.0567 17.5 9.89336 17.5 9.56667V7C17.5 5.9128 17.5 5.3692 17.3224 4.94041C17.0856 4.36867 16.6313 3.91443 16.0596 3.67761C15.6308 3.5 15.0872 3.5 14 3.5C12.9128 3.5 12.3692 3.5 11.9404 3.67761C11.3687 3.91443 10.9144 4.36867 10.6776 4.94041C10.5 5.3692 10.5 5.9128 10.5 7Z",stroke:"currentColor","stroke-width":"2"})})}),z3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M13.3333 3.33366H14.1667C15.0871 3.33366 15.8333 4.07985 15.8333 5.00033V15.8337C15.8333 16.7541 15.0871 17.5003 14.1667 17.5003H5.83332C4.91285 17.5003 4.16666 16.7541 4.16666 15.8337V5.00033C4.16666 4.07985 4.91285 3.33366 5.83332 3.33366H6.66666M13.3333 3.33366C13.3333 4.25413 12.5871 5.00033 11.6667 5.00033H8.33332C7.41285 5.00033 6.66666 4.25413 6.66666 3.33366M13.3333 3.33366C13.3333 2.41318 12.5871 1.66699 11.6667 1.66699H8.33332C7.41285 1.66699 6.66666 2.41318 6.66666 3.33366M6.66669 10.8337H7.91669L9.16669 12.917L10.8334 8.75033L12.0834 11.2503H13.3334",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})})}),S3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsxs("g",{"clip-path":"url(#clip0_696_385735)",children:[r.jsx("path",{d:"M11.8421 0.182617H3.00578C2.25977 0.182617 1.54272 0.482617 1.00675 1.02408C0.478019 1.55823 0.181061 2.28993 0.181061 3.04359V11.9558C0.181061 12.7168 0.478019 13.4412 1.00675 13.9753C1.53548 14.5094 2.25252 14.8168 3.00578 14.8168H6.40994C6.50409 14.8168 6.59825 14.7802 6.67068 14.707C6.74311 14.6338 6.77932 14.5387 6.77932 14.4436C6.77932 14.3485 6.74311 14.2533 6.67068 14.1802C6.59825 14.107 6.51134 14.0704 6.40994 14.0704H3.00578C2.45532 14.0704 1.91935 13.8436 1.52824 13.4485C1.13712 13.0533 0.919834 12.5119 0.919834 11.9558V3.04359C0.919834 2.48018 1.13712 1.94603 1.52824 1.55091C1.91935 1.15579 2.44808 0.928959 3.00578 0.928959H11.8421C12.3926 0.928959 12.9285 1.15579 13.3196 1.55091C13.7108 1.94603 13.928 2.4875 13.928 3.04359V7.32408C13.928 7.42652 13.9643 7.52164 14.0367 7.5875C14.1091 7.66067 14.196 7.69725 14.2974 7.69725C14.3988 7.69725 14.4857 7.66067 14.5582 7.5875C14.6306 7.51432 14.6668 7.4192 14.6668 7.32408V3.04359C14.6668 2.28262 14.3699 1.55823 13.8411 1.02408C13.3124 0.489934 12.5954 0.182617 11.8421 0.182617Z",fill:"currentColor"}),r.jsx("path",{d:"M6.40281 15H2.99865C2.20918 15 1.43419 14.6707 0.87649 14.1073C0.311546 13.5293 -0.00714111 12.7683 -0.00714111 11.9561V3.0439C-0.00714111 2.23171 0.304303 1.46341 0.87649 0.892683C1.44868 0.321951 2.20194 0 3.0059 0H11.8422C12.6462 0 13.3994 0.321951 13.9644 0.892683C14.5293 1.47073 14.8408 2.23171 14.848 3.0439V7.32439C14.848 7.47073 14.7901 7.61707 14.6887 7.71951C14.4786 7.93171 14.1165 7.93171 13.9137 7.71951C13.8123 7.61707 13.7543 7.47073 13.7543 7.32439V3.0439C13.7543 2.52439 13.5515 2.04146 13.1966 1.67561C12.8345 1.30976 12.3565 1.1122 11.8495 1.1122H3.0059C2.49889 1.1122 2.02086 1.31707 1.65872 1.67561C1.29658 2.04146 1.10102 2.52439 1.10102 3.0439V11.9561C1.10102 12.4756 1.29658 12.9585 1.65872 13.3244C2.02086 13.6902 2.49889 13.8878 3.0059 13.8878H6.41005C6.55491 13.8878 6.69976 13.9463 6.80116 14.0488C6.90257 14.1512 6.96051 14.2976 6.96051 14.4439C6.96051 14.5902 6.90257 14.7293 6.80116 14.839C6.69976 14.9415 6.56215 15 6.41005 15H6.40281ZM3.0059 0.365854C2.30334 0.365854 1.63699 0.643902 1.13723 1.14878C0.637475 1.65366 0.362246 2.32683 0.362246 3.0439V11.9561C0.362246 12.6732 0.637475 13.3463 1.13723 13.8512C1.62975 14.3488 2.31058 14.6341 3.0059 14.6341H6.41005C6.46075 14.6341 6.50421 14.6122 6.54042 14.5756C6.57663 14.539 6.59836 14.4878 6.59836 14.4366C6.59836 14.3854 6.57663 14.3415 6.54042 14.3049C6.50421 14.2683 6.46075 14.2463 6.41005 14.2463H3.0059C2.39749 14.2463 1.83255 14.0049 1.40522 13.5732C0.97789 13.1415 0.738875 12.5634 0.738875 11.9488V3.0439C0.738875 2.42927 0.97789 1.85122 1.40522 1.41951C1.83255 0.987805 2.40474 0.746341 3.0059 0.746341H11.8422C12.4506 0.746341 13.0156 0.987805 13.4429 1.41951C13.8702 1.85122 14.1092 2.42927 14.1092 3.0439V7.32439C14.1092 7.37561 14.131 7.42683 14.1672 7.4561C14.2396 7.52927 14.3627 7.52927 14.4352 7.4561C14.4714 7.41951 14.4931 7.37561 14.4931 7.32439V3.0439C14.4931 2.32683 14.2179 1.65366 13.7181 1.14878C13.2184 0.643902 12.5593 0.365854 11.8495 0.365854H3.0059Z",fill:"currentColor"}),r.jsx("path",{d:"M6.06229 3.24108C6.01883 3.19718 5.97537 3.16791 5.92467 3.14596C5.87397 3.12401 5.81603 3.10938 5.75809 3.10938C5.70014 3.10938 5.6422 3.12401 5.5915 3.14596C5.5408 3.16791 5.4901 3.19718 5.45388 3.24108L3.83148 4.88011L3.11443 4.15572C3.03476 4.07523 2.92612 4.03864 2.81023 4.03864C2.69435 4.03864 2.59295 4.08986 2.51328 4.17035C2.4336 4.25084 2.39015 4.36059 2.3829 4.47035C2.3829 4.58742 2.41912 4.69718 2.49879 4.77767L3.52004 5.80938C3.59971 5.88986 3.71559 5.94108 3.82424 5.94108C3.93288 5.94108 4.04877 5.89718 4.12844 5.80938L6.06229 3.85572C6.10574 3.81181 6.13472 3.76791 6.15644 3.71669C6.17817 3.66547 6.19266 3.60694 6.19266 3.5484C6.19266 3.48986 6.17817 3.43133 6.15644 3.38011C6.13472 3.32889 6.10574 3.27767 6.06229 3.24108Z",fill:"currentColor"}),r.jsx("path",{d:"M3.82424 6.12395C3.65766 6.12395 3.50556 6.05809 3.38967 5.94102L2.36842 4.902C2.25254 4.77761 2.19459 4.62395 2.20184 4.46297C2.20908 4.302 2.26702 4.14834 2.38291 4.03126C2.4988 3.91419 2.64365 3.85565 2.803 3.84834C2.96234 3.84834 3.11444 3.90687 3.23757 4.01663L3.83149 4.61663L5.32352 3.102C5.38146 3.04346 5.44665 2.99956 5.52632 2.97029C5.67842 2.90444 5.84501 2.90444 5.99711 2.97029C6.06953 2.99956 6.13472 3.04346 6.19266 3.102C6.25061 3.16053 6.29406 3.22639 6.32303 3.30687C6.35201 3.38004 6.37374 3.46053 6.37374 3.54834C6.37374 3.63614 6.35925 3.70931 6.32303 3.7898C6.29406 3.86297 6.25061 3.93614 6.19266 3.98736L4.25882 5.94102C4.14293 6.05809 3.98359 6.12395 3.82424 6.12395ZM2.81024 4.22151C2.74505 4.22151 2.67987 4.25078 2.63641 4.29468C2.59295 4.33858 2.56398 4.40444 2.56398 4.47029C2.56398 4.53614 2.58571 4.602 2.62917 4.6459L3.65041 5.67761C3.74457 5.77273 3.91116 5.77273 4.01256 5.67761L5.94641 3.72395C5.94641 3.72395 5.98986 3.67273 6.00435 3.64346C6.01883 3.61419 6.02608 3.57761 6.02608 3.54834C6.02608 3.51907 6.02608 3.48248 6.00435 3.45322C5.98262 3.42395 5.97538 3.39468 5.94641 3.37273C5.94641 3.37273 5.89571 3.32883 5.85949 3.31419C5.79431 3.28492 5.72912 3.28492 5.66393 3.31419C5.63496 3.32883 5.60599 3.34346 5.58426 3.37273L3.83149 5.14346L2.98407 4.28736C2.94061 4.24346 2.88267 4.22151 2.81748 4.22151H2.81024Z",fill:"currentColor"}),r.jsx("path",{d:"M5.44663 8.83923L3.82423 10.4783L3.10718 9.75387C3.07097 9.70997 3.02027 9.67338 2.96957 9.65143C2.91887 9.62948 2.86093 9.61484 2.80298 9.61484C2.74504 9.61484 2.6871 9.62216 2.62915 9.64411C2.57845 9.66606 2.52775 9.70265 2.4843 9.73923C2.44084 9.78314 2.41187 9.82704 2.39014 9.88558C2.36841 9.9368 2.35392 9.99533 2.36117 10.0612C2.36117 10.1197 2.37565 10.1783 2.39738 10.2295C2.41911 10.2807 2.45532 10.3319 2.49878 10.3685L3.52003 11.4002C3.56349 11.4441 3.60694 11.4734 3.65764 11.4953C3.70834 11.5173 3.76629 11.5319 3.82423 11.5319C3.88217 11.5319 3.94012 11.5173 3.99082 11.4953C4.04152 11.4734 4.09222 11.4441 4.12843 11.4002L6.06228 9.44655C6.13471 9.36606 6.17816 9.25631 6.17092 9.13923C6.17092 9.02948 6.12022 8.91972 6.04055 8.83923C5.96088 8.75875 5.85948 8.71484 5.74359 8.71484C5.63495 8.71484 5.52631 8.75143 5.43939 8.8246L5.44663 8.83923Z",fill:"currentColor"}),r.jsx("path",{d:"M3.82423 11.722C3.74456 11.722 3.66488 11.7074 3.58521 11.6708C3.50554 11.6342 3.44036 11.5976 3.38241 11.5391L2.36117 10.5074C2.30322 10.4561 2.25977 10.3903 2.22355 10.3098C2.18734 10.2293 2.17285 10.1488 2.17285 10.0683C2.17285 9.98053 2.18734 9.90004 2.21631 9.81955C2.24528 9.74638 2.28874 9.67321 2.35392 9.61467C2.41187 9.55614 2.4843 9.50492 2.55672 9.47565C2.6364 9.44638 2.70882 9.43175 2.79574 9.43175C2.87541 9.43175 2.95508 9.4537 3.03475 9.48296C3.11443 9.51955 3.17961 9.56345 3.23755 9.62931L3.82423 10.2147L5.33075 8.70004C5.44663 8.5976 5.59149 8.53906 5.74359 8.53906H5.75808C5.91742 8.53906 6.06228 8.60492 6.17816 8.72199C6.28681 8.83175 6.35199 8.9854 6.35923 9.14638C6.35923 9.30736 6.30853 9.46101 6.20713 9.57809L4.26604 11.5391C4.2081 11.5976 4.14291 11.6415 4.06324 11.6708C3.99081 11.7 3.91114 11.7147 3.82423 11.7147V11.722ZM2.7885 9.7976C2.7885 9.7976 2.72331 9.7976 2.69434 9.81955C2.66537 9.83418 2.6364 9.84882 2.60742 9.87809C2.5857 9.90004 2.56397 9.92931 2.54948 9.96589C2.535 9.99516 2.52775 10.0317 2.52775 10.0683C2.52775 10.0976 2.535 10.1342 2.54948 10.1708C2.56397 10.2 2.5857 10.2293 2.60742 10.2513L3.63591 11.2903C3.63591 11.2903 3.68661 11.3342 3.71558 11.3488C3.78077 11.3781 3.84596 11.3781 3.91114 11.3488C3.94011 11.3342 3.96909 11.3196 3.99806 11.2903L5.93191 9.33662C5.96812 9.29272 5.98985 9.23418 5.98985 9.16833C5.98985 9.10248 5.96088 9.04394 5.91742 8.99272C5.87396 8.94882 5.80878 8.91955 5.74359 8.91955C5.6784 8.92687 5.62046 8.9415 5.56976 8.9854L3.82423 10.7488L2.97681 9.89272C2.97681 9.89272 2.91887 9.8415 2.8899 9.82687C2.86092 9.81223 2.81747 9.80492 2.7885 9.80492V9.7976Z",fill:"currentColor"}),r.jsx("path",{d:"M12.1659 3.84082H8.08406C7.97411 3.84082 7.87103 3.88472 7.79544 3.97253C7.71986 4.05302 7.67175 4.17009 7.67175 4.27984C7.67175 4.3896 7.71298 4.50667 7.79544 4.58716C7.87103 4.66765 7.98098 4.71887 8.08406 4.71887H12.1659C12.2758 4.71887 12.3789 4.67497 12.4545 4.58716C12.5301 4.50667 12.5782 4.3896 12.5782 4.27984C12.5782 4.17009 12.5369 4.05302 12.4545 3.97253C12.3789 3.89204 12.2689 3.84082 12.1659 3.84082Z",fill:"currentColor"}),r.jsx("path",{d:"M12.1659 4.90211H8.0841C7.92605 4.90211 7.78174 4.83625 7.67179 4.71918C7.56185 4.60211 7.5 4.44113 7.5 4.28015C7.5 4.11918 7.56185 3.9582 7.67179 3.84113C7.78174 3.72406 7.93292 3.6582 8.0841 3.6582H12.1659C12.324 3.6582 12.4683 3.72406 12.5782 3.84113C12.6882 3.9582 12.75 4.11186 12.75 4.28015C12.75 4.44845 12.6882 4.60211 12.5782 4.71918C12.4683 4.83625 12.324 4.90211 12.1659 4.90211ZM8.0841 4.02406C8.02225 4.02406 7.96041 4.05333 7.9123 4.09723C7.8642 4.14845 7.84359 4.20698 7.84359 4.28015C7.84359 4.35333 7.87107 4.41186 7.9123 4.46308C7.96041 4.5143 8.01538 4.53625 8.0841 4.53625H12.1659C12.2277 4.53625 12.2896 4.50698 12.3377 4.46308C12.3858 4.41186 12.4064 4.35333 12.4064 4.28015C12.4064 4.20698 12.3789 4.14845 12.3377 4.09723C12.2896 4.04601 12.2346 4.02406 12.1659 4.02406H8.0841Z",fill:"currentColor"}),r.jsx("path",{d:"M9.04639 8.28262C9.04639 8.69969 9.16952 9.10213 9.39405 9.44603C9.61857 9.78993 9.9445 10.0607 10.3284 10.2216C10.705 10.3826 11.1251 10.4192 11.5307 10.3387C11.9363 10.2582 12.3057 10.0607 12.5954 9.76798C12.8851 9.4753 13.0807 9.10213 13.1603 8.69237C13.24 8.28262 13.1966 7.86554 13.0445 7.47774C12.8851 7.09725 12.6244 6.76798 12.2767 6.53384C11.9363 6.30701 11.5307 6.18262 11.1251 6.18262C10.5746 6.18262 10.0459 6.40213 9.65479 6.79725C9.26367 7.19237 9.04639 7.72652 9.04639 8.28262ZM12.3274 8.28262C12.3274 8.52408 12.255 8.75823 12.1246 8.96311C11.9942 9.16798 11.8059 9.32164 11.5814 9.40945C11.3641 9.50457 11.1179 9.52652 10.8861 9.4753C10.6543 9.4314 10.437 9.31432 10.2704 9.13871C10.1038 8.97042 9.98796 8.75091 9.93726 8.51676C9.8938 8.28262 9.91553 8.03384 10.0024 7.81432C10.0966 7.59481 10.2487 7.40457 10.4443 7.26554C10.6398 7.13384 10.8788 7.06067 11.1179 7.06067C11.4365 7.06067 11.748 7.19237 11.9725 7.4192C12.197 7.64603 12.3274 7.96067 12.3274 8.28262Z",fill:"currentColor"}),r.jsx("path",{d:"M11.1179 10.5585C10.8209 10.5585 10.5312 10.5 10.256 10.3829C9.84311 10.2073 9.49546 9.92195 9.24196 9.54146C8.9957 9.16098 8.86533 8.72927 8.86533 8.27561C8.86533 7.66829 9.10434 7.09756 9.52443 6.66585C9.94451 6.23415 10.5167 6 11.1179 6C11.5669 6 12.0015 6.13171 12.3709 6.3878C12.7403 6.63659 13.03 6.99512 13.2038 7.4122C13.3776 7.82927 13.4211 8.28293 13.3342 8.72927C13.2473 9.17561 13.03 9.57805 12.7185 9.9C12.4071 10.222 12.0015 10.4341 11.5597 10.522C11.4148 10.5512 11.2627 10.5659 11.1179 10.5659V10.5585ZM9.22747 8.28293C9.22747 8.66341 9.33611 9.02927 9.54616 9.3439C9.7562 9.65854 10.0532 9.90732 10.3936 10.0463C10.7412 10.1927 11.1179 10.2293 11.4872 10.1561C11.8566 10.0829 12.1898 9.9 12.4578 9.62927C12.7258 9.35854 12.8996 9.02195 12.9793 8.64878C13.0517 8.27561 13.0155 7.89512 12.8706 7.5439C12.7258 7.19268 12.4868 6.9 12.1753 6.6878C11.8639 6.47561 11.4945 6.36585 11.1251 6.36585C10.6181 6.36585 10.1473 6.56341 9.78517 6.92927C9.42303 7.29512 9.22747 7.77073 9.22747 8.28293ZM11.1179 9.68049C11.0309 9.68049 10.9368 9.67317 10.8499 9.65122C10.5819 9.6 10.3356 9.46098 10.1401 9.27073C9.94451 9.07317 9.81414 8.82439 9.76344 8.55366C9.71274 8.27561 9.73447 7.99756 9.84311 7.74146C9.94451 7.48537 10.1256 7.26585 10.3574 7.1122C10.8933 6.75366 11.6538 6.82683 12.1101 7.28781C12.3709 7.55122 12.5157 7.90244 12.5157 8.27561C12.5157 8.55366 12.4361 8.82439 12.284 9.05122C12.1319 9.28537 11.9146 9.46098 11.6611 9.57073C11.4945 9.6439 11.3134 9.68049 11.1323 9.68049H11.1179ZM11.1179 7.2439C10.9151 7.2439 10.7195 7.30244 10.5457 7.41951C10.3791 7.53659 10.2487 7.69756 10.169 7.8878C10.0894 8.07805 10.0676 8.28293 10.1111 8.4878C10.1473 8.68537 10.2487 8.87561 10.3936 9.01463C10.5384 9.16098 10.7195 9.2561 10.9223 9.3C11.1251 9.33659 11.3279 9.32195 11.5162 9.24146C11.7045 9.16098 11.8639 9.02927 11.9798 8.86098C12.0957 8.69268 12.1536 8.4878 12.1536 8.28293C12.1536 8.00488 12.045 7.74878 11.8494 7.55122C11.6611 7.36098 11.3931 7.25122 11.1251 7.2439H11.1179Z",fill:"currentColor"}),r.jsx("path",{d:"M12.3781 11.0488H9.87203C9.22742 11.0488 8.60453 11.3122 8.14823 11.7732C7.69193 12.2342 7.43118 12.8635 7.43118 13.5147C7.43118 13.8147 7.54707 14.1 7.75711 14.3049C7.96716 14.5171 8.24963 14.6342 8.53934 14.6342H13.7108C14.0077 14.6342 14.2902 14.5171 14.493 14.3049C14.6958 14.0927 14.8189 13.8074 14.8189 13.5147C14.8189 12.8635 14.5582 12.2342 14.1019 11.7732C13.6456 11.3122 13.0227 11.0488 12.3781 11.0488ZM13.7108 13.7561H8.53934C8.47416 13.7561 8.41621 13.7269 8.37276 13.683C8.3293 13.6391 8.30033 13.5732 8.30033 13.5147C8.30033 13.0903 8.46691 12.6879 8.76387 12.3879C9.06083 12.0879 9.45919 11.9196 9.87928 11.9196H12.3853C12.8054 11.9196 13.2038 12.0879 13.4935 12.3879C13.7904 12.6879 13.957 13.0903 13.957 13.5074C13.957 13.5732 13.928 13.6318 13.8846 13.6757C13.8411 13.7196 13.7759 13.7488 13.718 13.7488L13.7108 13.7561Z",fill:"currentColor"}),r.jsx("path",{d:"M13.7108 14.8174H8.53935C8.19894 14.8174 7.87301 14.6784 7.62675 14.4369C7.38774 14.1955 7.25012 13.8589 7.25012 13.515C7.25012 12.8199 7.53259 12.1321 8.01787 11.6418C8.50314 11.1516 9.16948 10.8662 9.87204 10.8662H12.3853C13.0879 10.8662 13.747 11.1443 14.2395 11.6418C14.732 12.1467 15.0072 12.8052 15.0072 13.515C15.0072 13.8662 14.8696 14.1882 14.6306 14.4369C14.3916 14.6857 14.0584 14.8174 13.718 14.8174H13.7108ZM9.8648 11.2321C9.26364 11.2321 8.69145 11.4735 8.26412 11.9052C7.83679 12.3369 7.59778 12.9223 7.59778 13.5223C7.59778 13.7711 7.69918 14.0126 7.87301 14.1882C8.04684 14.3638 8.27861 14.4662 8.53211 14.4662H13.7035C13.9498 14.4662 14.1888 14.3638 14.3626 14.1882C14.5365 14.0126 14.6379 13.7784 14.6379 13.5223C14.6379 12.915 14.3988 12.3443 13.9715 11.9052C13.5442 11.4735 12.9792 11.2394 12.3708 11.2321H9.8648ZM13.7108 13.9394H8.53935C8.42347 13.9394 8.32207 13.8955 8.2424 13.815C8.16272 13.7345 8.11927 13.6321 8.11927 13.515C8.11927 13.0467 8.30758 12.593 8.63351 12.2638C8.95944 11.9345 9.4085 11.7443 9.87204 11.7443H12.3781C12.8489 11.7443 13.2834 11.9272 13.6166 12.2638C13.9498 12.6004 14.1309 13.0394 14.1309 13.515C14.1309 13.6321 14.0874 13.7345 14.0077 13.815C13.9281 13.8955 13.8267 13.9394 13.7108 13.9394ZM9.8648 12.1101C9.49541 12.1101 9.14051 12.2638 8.87977 12.5199C8.61903 12.776 8.47417 13.1418 8.47417 13.515C8.47417 13.5296 8.47417 13.5443 8.4959 13.5589C8.50314 13.5662 8.52487 13.5735 8.53935 13.5735H13.7108C13.7108 13.5735 13.7397 13.5735 13.7542 13.5516C13.7687 13.1345 13.6239 12.7833 13.3631 12.5199C13.1024 12.2565 12.7475 12.1101 12.3781 12.1101H9.87204H9.8648Z",fill:"currentColor"})]}),r.jsx("defs",{children:r.jsx("clipPath",{id:"clip0_696_385735",children:r.jsx("rect",{width:"15",height:"15",fill:"white"})})})]})}),I3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M4 9.33323L7.5286 5.80464C7.78894 5.54429 8.21106 5.54429 8.4714 5.80464L12 9.33323",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"})})}),T3=n=>r.jsx("div",{...n,children:r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",children:r.jsx("path",{d:"M2.5 10.0001H4.67468C4.86587 10.0001 5.03253 9.87002 5.0789 9.68453L6.26244 4.95038C6.36764 4.52956 6.96569 4.52956 7.07089 4.95038L9.59577 15.0499C9.70098 15.4707 10.299 15.4707 10.4042 15.0499L11.5878 10.3157C11.6341 10.1303 11.8008 10.0001 11.992 10.0001H18.3333",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"})})}),O3=n=>r.jsx("div",{...n,children:r.jsxs("svg",{width:"100%",height:"100%",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.74998 15.8858H1.45832C1.41415 15.8858 1.37165 15.8675 1.34082 15.8366C1.30915 15.805 1.29165 15.7633 1.29165 15.7191C1.29165 15.7183 1.29165 14.5108 1.29165 14.5108C1.29165 13.8183 1.78582 13.2083 2.54748 12.69C3.90748 11.7616 6.10832 11.1766 8.58332 11.1766C8.99165 11.1766 9.39248 11.1933 9.78415 11.2241C10.1275 11.2516 10.4292 10.995 10.4566 10.6508C10.4833 10.3066 10.2267 10.0058 9.88248 9.9783C9.45915 9.94414 9.02582 9.92664 8.58332 9.92664C5.81498 9.92664 3.36415 10.6191 1.84248 11.6566C0.681649 12.4483 0.0416489 13.4541 0.0416489 14.51V15.7191C0.0416489 16.0941 0.190816 16.455 0.456649 16.7208C0.722482 16.9858 1.08248 17.1358 1.45832 17.135C3.13832 17.1358 7.74998 17.1358 7.74998 17.1358C8.09498 17.1358 8.37498 16.855 8.37498 16.5108C8.37498 16.1658 8.09498 15.8858 7.74998 15.8858Z",fill:"currentColor"}),r.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.58332 0.041626C6.05332 0.041626 3.99998 2.09496 3.99998 4.62496C3.99998 7.15496 6.05332 9.20829 8.58332 9.20829C11.1133 9.20829 13.1667 7.15496 13.1667 4.62496C13.1667 2.09496 11.1133 0.041626 8.58332 0.041626ZM8.58332 1.29163C10.4233 1.29163 11.9167 2.78496 11.9167 4.62496C11.9167 6.46496 10.4233 7.95829 8.58332 7.95829C6.74332 7.95829 5.24998 6.46496 5.24998 4.62496C5.24998 2.78496 6.74332 1.29163 8.58332 1.29163Z",fill:"currentColor"}),r.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.1267 15.84C15.1367 15.9917 16.2042 15.6783 16.9817 14.9008C18.2833 13.5992 18.2833 11.4858 16.9817 10.185C15.6808 8.88332 13.5675 8.88332 12.2658 10.185C11.4883 10.9625 11.175 12.03 11.3267 13.0408L9.39165 14.975C9.27415 15.0925 9.20832 15.2517 9.20832 15.4175V17.3333C9.20832 17.6783 9.48832 17.9583 9.83332 17.9583H11.7492C11.915 17.9583 12.0742 17.8925 12.1917 17.775L14.1267 15.84ZM14.0833 14.5567C13.8683 14.4992 13.6383 14.5608 13.4808 14.7183L11.4908 16.7083H10.4583V15.6758L12.4483 13.6858C12.6058 13.5283 12.6675 13.2983 12.61 13.0833C12.425 12.3875 12.6042 11.6142 13.15 11.0683C13.9633 10.255 15.2842 10.255 16.0983 11.0683C16.9117 11.8825 16.9117 13.2033 16.0983 14.0167C15.5525 14.5625 14.7792 14.7417 14.0833 14.5567Z",fill:"currentColor"}),r.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.985 13.1816C13.6325 12.8291 13.6325 12.2566 13.985 11.9041C14.3375 11.5516 14.91 11.5516 15.2625 11.9041C15.615 12.2566 15.615 12.8291 15.2625 13.1816C14.91 13.5341 14.3375 13.5341 13.985 13.1816Z",fill:"currentColor"})]})}),P3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M12 6.66663L8.4714 10.1952C8.21106 10.4556 7.78894 10.4556 7.5286 10.1952L4 6.66663",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"})})}),D3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M6.66659 10.917C6.25237 10.917 5.91659 11.2528 5.91659 11.667C5.91659 12.0812 6.25237 12.417 6.66659 12.417V10.917ZM13.3333 12.417C13.7475 12.417 14.0833 12.0812 14.0833 11.667C14.0833 11.2528 13.7475 10.917 13.3333 10.917V12.417ZM6.66659 7.58366C6.25237 7.58366 5.91659 7.91945 5.91659 8.33366C5.91659 8.74787 6.25237 9.08366 6.66659 9.08366V7.58366ZM13.3333 9.08366C13.7475 9.08366 14.0833 8.74787 14.0833 8.33366C14.0833 7.91945 13.7475 7.58366 13.3333 7.58366V9.08366ZM6.66659 4.25033C6.25237 4.25033 5.91659 4.58611 5.91659 5.00033C5.91659 5.41454 6.25237 5.75033 6.66659 5.75033V4.25033ZM13.3333 5.75033C13.7475 5.75033 14.0833 5.41454 14.0833 5.00033C14.0833 4.58611 13.7475 4.25033 13.3333 4.25033V5.75033ZM6.66659 14.2503C6.25237 14.2503 5.91659 14.5861 5.91659 15.0003C5.91659 15.4145 6.25237 15.7503 6.66659 15.7503V14.2503ZM9.99992 15.7503C10.4141 15.7503 10.7499 15.4145 10.7499 15.0003C10.7499 14.5861 10.4141 14.2503 9.99992 14.2503V15.7503ZM4.23163 18.146L3.8859 18.8116L4.23163 18.146ZM3.5209 17.4353L2.85534 17.781L3.5209 17.4353ZM16.4789 17.4353L17.1445 17.781L16.4789 17.4353ZM15.7682 18.146L16.1139 18.8116L15.7682 18.146ZM15.7682 1.85464L16.1139 1.18908L15.7682 1.85464ZM16.4789 2.56537L17.1445 2.21964L16.4789 2.56537ZM4.23163 1.85464L3.8859 1.18908L4.23163 1.85464ZM3.5209 2.56537L2.85534 2.21964L3.5209 2.56537ZM6.66659 11.667V12.417H13.3333V11.667V10.917H6.66659V11.667ZM6.66659 8.33366V9.08366H13.3333V8.33366V7.58366H6.66659V8.33366ZM6.66659 5.00033V5.75033H13.3333V5.00033V4.25033H6.66659V5.00033ZM6.66659 15.0003V15.7503H9.99992V15.0003V14.2503H6.66659V15.0003ZM6.01659 1.66699V2.41699H13.9833V1.66699V0.916992H6.01659V1.66699ZM16.6666 4.35033H15.9166V15.6503H16.6666H17.4166V4.35033H16.6666ZM13.9833 18.3337V17.5837H6.01659V18.3337V19.0837H13.9833V18.3337ZM3.33325 15.6503H4.08325V4.35032H3.33325H2.58325V15.6503H3.33325ZM6.01659 18.3337V17.5837C5.52942 17.5837 5.20991 17.5831 4.96571 17.5628C4.73048 17.5432 4.63308 17.5094 4.57736 17.4805L4.23163 18.146L3.8859 18.8116C4.19141 18.9703 4.51191 19.0303 4.84157 19.0576C5.16225 19.0843 5.5546 19.0837 6.01659 19.0837V18.3337ZM3.33325 15.6503H2.58325C2.58325 16.1123 2.58265 16.5047 2.60928 16.8253C2.63666 17.155 2.69664 17.4755 2.85534 17.781L3.5209 17.4353L4.18646 17.0896C4.15751 17.0338 4.12367 16.9364 4.10413 16.7012C4.08385 16.457 4.08325 16.1375 4.08325 15.6503H3.33325ZM4.23163 18.146L4.57736 17.4805C4.40993 17.3935 4.27342 17.257 4.18646 17.0896L3.5209 17.4353L2.85534 17.781C3.08462 18.2224 3.44451 18.5823 3.8859 18.8116L4.23163 18.146ZM16.6666 15.6503H15.9166C15.9166 16.1375 15.916 16.457 15.8957 16.7012C15.8762 16.9364 15.8423 17.0338 15.8134 17.0896L16.4789 17.4353L17.1445 17.781C17.3032 17.4755 17.3632 17.155 17.3906 16.8253C17.4172 16.5047 17.4166 16.1123 17.4166 15.6503H16.6666ZM13.9833 18.3337V19.0837C14.4452 19.0837 14.8376 19.0843 15.1583 19.0576C15.4879 19.0303 15.8084 18.9703 16.1139 18.8116L15.7682 18.146L15.4225 17.4805C15.3668 17.5094 15.2694 17.5432 15.0341 17.5628C14.7899 17.5831 14.4704 17.5837 13.9833 17.5837V18.3337ZM16.4789 17.4353L15.8134 17.0896C15.7264 17.257 15.5899 17.3935 15.4225 17.4805L15.7682 18.146L16.1139 18.8116C16.5553 18.5823 16.9152 18.2224 17.1445 17.781L16.4789 17.4353ZM13.9833 1.66699V2.41699C14.4704 2.41699 14.7899 2.41759 15.0341 2.43787C15.2694 2.45741 15.3668 2.49125 15.4225 2.5202L15.7682 1.85464L16.1139 1.18908C15.8084 1.03038 15.4879 0.970397 15.1583 0.943021C14.8376 0.916389 14.4452 0.916992 13.9833 0.916992V1.66699ZM16.6666 4.35033H17.4166C17.4166 3.88834 17.4172 3.49599 17.3906 3.17531C17.3632 2.84565 17.3032 2.52515 17.1445 2.21964L16.4789 2.56537L15.8134 2.9111C15.8423 2.96682 15.8762 3.06422 15.8957 3.29945C15.916 3.54365 15.9166 3.86316 15.9166 4.35033H16.6666ZM15.7682 1.85464L15.4225 2.5202C15.5899 2.60717 15.7264 2.74368 15.8134 2.9111L16.4789 2.56537L17.1445 2.21964C16.9152 1.77825 16.5553 1.41836 16.1139 1.18908L15.7682 1.85464ZM6.01659 1.66699V0.916992C5.5546 0.916992 5.16225 0.916389 4.84157 0.943021C4.51191 0.970397 4.19141 1.03038 3.8859 1.18908L4.23163 1.85464L4.57736 2.5202C4.63308 2.49125 4.73048 2.45741 4.96571 2.43787C5.20991 2.41759 5.52942 2.41699 6.01659 2.41699V1.66699ZM3.33325 4.35032H4.08325C4.08325 3.86316 4.08385 3.54365 4.10413 3.29945C4.12367 3.06422 4.15751 2.96682 4.18646 2.9111L3.5209 2.56537L2.85534 2.21964C2.69664 2.52515 2.63666 2.84565 2.60928 3.17531C2.58265 3.49599 2.58325 3.88834 2.58325 4.35032H3.33325ZM4.23163 1.85464L3.8859 1.18908C3.44451 1.41836 3.08462 1.77825 2.85534 2.21964L3.5209 2.56537L4.18646 2.9111C4.27343 2.74368 4.40994 2.60717 4.57736 2.5202L4.23163 1.85464Z",fill:"currentColor"})})}),F3=n=>r.jsx("div",{...n,children:r.jsx("svg",{width:"100%",height:"100%",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M15.0013 16.8534C15.1044 17.2546 15.5132 17.4962 15.9144 17.393C16.3156 17.2899 16.5572 16.8811 16.454 16.4799L15.0013 16.8534ZM3.54599 16.4799C3.44284 16.8811 3.68442 17.2899 4.08559 17.393C4.48675 17.4962 4.89558 17.2546 4.99873 16.8534L3.54599 16.4799ZM4.32003 17.1367L4.66052 16.4684L4.32003 17.1367ZM2.86331 15.68L3.53157 15.3395L2.86331 15.68ZM17.1367 15.68L16.4684 15.3395L17.1367 15.68ZM15.68 17.1367L15.3395 16.4684L15.68 17.1367ZM15.68 2.86331L15.3395 3.53157L15.68 2.86331ZM17.1367 4.32003L16.4684 4.66052L17.1367 4.32003ZM4.32003 2.86331L4.66052 3.53157L4.32003 2.86331ZM2.86331 4.32003L3.53157 4.66052L2.86331 4.32003ZM13.6458 9.47917H12.8958C12.8958 11.0785 11.5993 12.375 10 12.375V13.125V13.875C12.4278 13.875 14.3958 11.9069 14.3958 9.47917H13.6458ZM10 13.125V12.375C8.40068 12.375 7.10417 11.0785 7.10417 9.47917H6.35417H5.60417C5.60417 11.9069 7.57225 13.875 10 13.875V13.125ZM6.35417 9.47917H7.10417C7.10417 7.87984 8.40068 6.58333 10 6.58333V5.83333V5.08333C7.57225 5.08333 5.60417 7.05141 5.60417 9.47917H6.35417ZM10 5.83333V6.58333C11.5993 6.58333 12.8958 7.87984 12.8958 9.47917H13.6458H14.3958C14.3958 7.05141 12.4278 5.08333 10 5.08333V5.83333ZM15.7276 16.6667L16.454 16.4799C15.8204 14.0159 13.049 12.375 10 12.375V13.125V13.875C12.6345 13.875 14.5972 15.2821 15.0013 16.8534L15.7276 16.6667ZM4.27236 16.6667L4.99873 16.8534C5.40277 15.2821 7.36553 13.875 10 13.875V13.125V12.375C6.95104 12.375 4.17957 14.0159 3.54599 16.4799L4.27236 16.6667ZM7.83333 2.5V3.25H12.1667V2.5V1.75H7.83333V2.5ZM17.5 7.83333H16.75V12.1667H17.5H18.25V7.83333H17.5ZM12.1667 17.5V16.75H7.83333V17.5V18.25H12.1667V17.5ZM2.5 12.1667H3.25V7.83333H2.5H1.75V12.1667H2.5ZM7.83333 17.5V16.75C6.88754 16.75 6.2233 16.7494 5.70508 16.7071C5.19562 16.6655 4.89369 16.5872 4.66052 16.4684L4.32003 17.1367L3.97954 17.8049C4.45941 18.0494 4.98071 18.1529 5.58293 18.2021C6.1764 18.2506 6.91229 18.25 7.83333 18.25V17.5ZM2.5 12.1667H1.75C1.75 13.0877 1.74942 13.8236 1.7979 14.4171C1.84711 15.0193 1.95055 15.5406 2.19506 16.0205L2.86331 15.68L3.53157 15.3395C3.41276 15.1063 3.33455 14.8044 3.29292 14.2949C3.25058 13.7767 3.25 13.1125 3.25 12.1667H2.5ZM4.32003 17.1367L4.66052 16.4684C4.17444 16.2208 3.77924 15.8256 3.53157 15.3395L2.86331 15.68L2.19506 16.0205C2.58654 16.7888 3.21121 17.4135 3.97954 17.8049L4.32003 17.1367ZM17.5 12.1667H16.75C16.75 13.1125 16.7494 13.7767 16.7071 14.2949C16.6655 14.8044 16.5872 15.1063 16.4684 15.3395L17.1367 15.68L17.8049 16.0205C18.0494 15.5406 18.1529 15.0193 18.2021 14.4171C18.2506 13.8236 18.25 13.0877 18.25 12.1667H17.5ZM12.1667 17.5V18.25C13.0877 18.25 13.8236 18.2506 14.4171 18.2021C15.0193 18.1529 15.5406 18.0494 16.0205 17.8049L15.68 17.1367L15.3395 16.4684C15.1063 16.5872 14.8044 16.6655 14.2949 16.7071C13.7767 16.7494 13.1125 16.75 12.1667 16.75V17.5ZM17.1367 15.68L16.4684 15.3395C16.2208 15.8256 15.8256 16.2208 15.3395 16.4684L15.68 17.1367L16.0205 17.8049C16.7888 17.4135 17.4135 16.7888 17.8049 16.0205L17.1367 15.68ZM12.1667 2.5V3.25C13.1125 3.25 13.7767 3.25058 14.2949 3.29292C14.8044 3.33455 15.1063 3.41276 15.3395 3.53157L15.68 2.86331L16.0205 2.19506C15.5406 1.95055 15.0193 1.84711 14.4171 1.7979C13.8236 1.74942 13.0877 1.75 12.1667 1.75V2.5ZM17.5 7.83333H18.25C18.25 6.91229 18.2506 6.1764 18.2021 5.58293C18.1529 4.98071 18.0494 4.45941 17.8049 3.97954L17.1367 4.32003L16.4684 4.66052C16.5872 4.89369 16.6655 5.19562 16.7071 5.70508C16.7494 6.2233 16.75 6.88754 16.75 7.83333H17.5ZM15.68 2.86331L15.3395 3.53157C15.8256 3.77924 16.2208 4.17444 16.4684 4.66052L17.1367 4.32003L17.8049 3.97954C17.4135 3.21121 16.7888 2.58654 16.0205 2.19506L15.68 2.86331ZM7.83333 2.5V1.75C6.91229 1.75 6.1764 1.74942 5.58293 1.7979C4.98071 1.84711 4.45941 1.95055 3.97954 2.19506L4.32003 2.86331L4.66052 3.53157C4.89369 3.41276 5.19562 3.33455 5.70508 3.29292C6.2233 3.25058 6.88754 3.25 7.83333 3.25V2.5ZM2.5 7.83333H3.25C3.25 6.88754 3.25058 6.2233 3.29292 5.70508C3.33455 5.19562 3.41276 4.89369 3.53157 4.66052L2.86331 4.32003L2.19506 3.97954C1.95055 4.45941 1.84711 4.98071 1.7979 5.58293C1.74942 6.1764 1.75 6.91229 1.75 7.83333H2.5ZM4.32003 2.86331L3.97954 2.19506C3.21121 2.58654 2.58654 3.21121 2.19506 3.97954L2.86331 4.32003L3.53157 4.66052C3.77924 4.17444 4.17444 3.77924 4.66052 3.53157L4.32003 2.86331Z",fill:"currentColor"})})});exports.Category=g3;exports.CategoryIcon=h3;exports.DocumentsIcon=f3;exports.Dollar=x3;exports.DollarIcon=V3;exports.DownOutlinedIcon=P3;exports.ECommerceIcon=v3;exports.EaseCurveIcon=E3;exports.HeartRateIcon=T3;exports.LogoutIcon=w3;exports.MedicalDocumentIcon=j3;exports.MedicalDocumentationIcon=z3;exports.MedicalSignGroupIcon=k3;exports.MedicalSignIcon=b3;exports.PermissionIcon=O3;exports.PieChartIcon=y3;exports.QueueManagementIcon=D3;exports.ReceptionDeskIcon=S3;exports.SearchIcon=M3;exports.SettingGroupIcon=R3;exports.SettingIcon=Z3;exports.ShopIcon=_3;exports.TextFormattingIcon=H3;exports.UpOutlinedIcon=I3;exports.UserBoxIcon=F3;exports.UserIcon=m3;exports.VietNamIcon=p3;
|
12167
12130
|
} (dist));
|
12168
12131
|
return dist;
|
12169
12132
|
}
|
@@ -12206,17 +12169,7 @@ const Sidebar = ({ children, menu, userInfo }) => {
|
|
12206
12169
|
},
|
12207
12170
|
{
|
12208
12171
|
key: "settings",
|
12209
|
-
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12210
|
-
distExports.SettingIcon,
|
12211
|
-
{
|
12212
|
-
style: {
|
12213
|
-
color: "white",
|
12214
|
-
width: "20px",
|
12215
|
-
height: "20px",
|
12216
|
-
whiteSpace: "nowrap"
|
12217
|
-
}
|
12218
|
-
}
|
12219
|
-
),
|
12172
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(distExports.SettingIcon, { className: "text-white hover:text-black w-5 h-5 group-hover:text-black" }),
|
12220
12173
|
label: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex flex-col whitespace-nowrap", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12221
12174
|
"a",
|
12222
12175
|
{
|
@@ -12229,17 +12182,7 @@ const Sidebar = ({ children, menu, userInfo }) => {
|
|
12229
12182
|
},
|
12230
12183
|
{
|
12231
12184
|
key: "logout",
|
12232
|
-
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12233
|
-
RefIcon$3,
|
12234
|
-
{
|
12235
|
-
style: {
|
12236
|
-
color: "white",
|
12237
|
-
width: "20px",
|
12238
|
-
height: "20px",
|
12239
|
-
whiteSpace: "nowrap"
|
12240
|
-
}
|
12241
|
-
}
|
12242
|
-
),
|
12185
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(distExports.LogoutIcon, { className: "text-white hover:text-black w-5 h-5 group-hover:text-black" }),
|
12243
12186
|
label: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex flex-col whitespace-nowrap", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12244
12187
|
"a",
|
12245
12188
|
{
|
@@ -12260,9 +12203,7 @@ const Sidebar = ({ children, menu, userInfo }) => {
|
|
12260
12203
|
const [openSubCollapse, setOpenSubCollapse] = useState(false);
|
12261
12204
|
const [valueSearch, setValueSearch] = useState("");
|
12262
12205
|
const [newMenu, setNewMenu] = useState(
|
12263
|
-
menu?.filter((route) => route?.
|
12264
|
-
(route) => route.children
|
12265
|
-
)
|
12206
|
+
menu?.filter((route) => route?.isShow)?.flatMap((route) => route?.children)
|
12266
12207
|
);
|
12267
12208
|
const searchSidebar = useDebounce(valueSearch, 300);
|
12268
12209
|
const handleClickSubmenu = (item, menuDropdown) => {
|
@@ -12272,10 +12213,10 @@ const Sidebar = ({ children, menu, userInfo }) => {
|
|
12272
12213
|
navigate(item.path);
|
12273
12214
|
};
|
12274
12215
|
useEffect(() => {
|
12275
|
-
const filteredMenu = menu.filter((item) => item?.
|
12276
|
-
return menu2
|
12216
|
+
const filteredMenu = menu.filter((item) => item?.isShow).flatMap((menu2) => {
|
12217
|
+
return menu2?.children?.filter((subMenu) => {
|
12277
12218
|
return subMenu.name.toLowerCase().includes(searchSidebar.toLowerCase());
|
12278
|
-
});
|
12219
|
+
}) || [];
|
12279
12220
|
});
|
12280
12221
|
setNewMenu(filteredMenu);
|
12281
12222
|
}, [searchSidebar]);
|
@@ -12426,7 +12367,7 @@ const Sidebar = ({ children, menu, userInfo }) => {
|
|
12426
12367
|
className: twMerge(
|
12427
12368
|
"absolute top-1/19 transform -translate-y-1/2 z-[100] cursor-pointer bg-[#FFFFFF] text-[#3078BD] rounded-full w-10 h-10 flex items-center justify-center shadow transition-all duration-300 left-44 sm:left-40 md:left-48 lg:left-85"
|
12428
12369
|
),
|
12429
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon$
|
12370
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon$7, { className: twMerge("w-4 h-4") })
|
12430
12371
|
}
|
12431
12372
|
),
|
12432
12373
|
openSubCollapse && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
@@ -12487,7 +12428,7 @@ const Sidebar = ({ children, menu, userInfo }) => {
|
|
12487
12428
|
children: [
|
12488
12429
|
itemSubMenu.icon,
|
12489
12430
|
itemSubMenu.name,
|
12490
|
-
itemSubMenu.children?.length > 0 && itemSubMenu.isShowChildren ? openSubmenu === itemSubMenu.name ? /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon, { className: "w-4 h-4 ml-auto" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon$
|
12431
|
+
itemSubMenu.children?.length > 0 && itemSubMenu.isShowChildren ? openSubmenu === itemSubMenu.name ? /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon, { className: "w-4 h-4 ml-auto" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(RefIcon$5, { className: "w-4 h-4 ml-auto" }) : null
|
12491
12432
|
]
|
12492
12433
|
}
|
12493
12434
|
),
|
@@ -12818,6 +12759,158 @@ const styles = {
|
|
12818
12759
|
}
|
12819
12760
|
};
|
12820
12761
|
|
12762
|
+
const badgeStatusCategoryConfig = {
|
12763
|
+
[0 /* DRAFT */]: { color: "bg-[#007BE5]", text: "Tạo mới" },
|
12764
|
+
[1 /* WATING_APPROVAL */]: {
|
12765
|
+
color: "bg-[#DA9438]",
|
12766
|
+
text: "Đang chờ duyệt"
|
12767
|
+
},
|
12768
|
+
[2 /* ACTIVE */]: { color: "bg-[#27CD7F]", text: "Hoạt động" },
|
12769
|
+
[3 /* INACTIVE */]: {
|
12770
|
+
color: "bg-[#DD4338]",
|
12771
|
+
text: "Dừng hoạt động"
|
12772
|
+
},
|
12773
|
+
[4 /* REJECT */]: {
|
12774
|
+
color: "bg-[#722ED1]",
|
12775
|
+
text: "Từ chối duyệt"
|
12776
|
+
},
|
12777
|
+
[5 /* DELETE */]: {
|
12778
|
+
color: "bg-[#B2B7C2]",
|
12779
|
+
text: "Đã xóa"
|
12780
|
+
}
|
12781
|
+
};
|
12782
|
+
const CategoryStatus = ({ status }) => {
|
12783
|
+
//! State
|
12784
|
+
const bagde = badgeStatusCategoryConfig[status];
|
12785
|
+
//! Function
|
12786
|
+
const ItemStatus = ({
|
12787
|
+
color,
|
12788
|
+
statusName
|
12789
|
+
}) => {
|
12790
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-2", children: [
|
12791
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: twMerge("w-3 h-3 rounded-sm", color || "") }),
|
12792
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-sm font-normal", children: statusName || "" })
|
12793
|
+
] }) });
|
12794
|
+
};
|
12795
|
+
//! Render
|
12796
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(ItemStatus, { color: bagde?.color, statusName: bagde?.text });
|
12797
|
+
};
|
12798
|
+
|
12799
|
+
const ActionRowTable = ({
|
12800
|
+
type,
|
12801
|
+
contentTooltip,
|
12802
|
+
handleClick
|
12803
|
+
}) => {
|
12804
|
+
//! State
|
12805
|
+
const {
|
12806
|
+
shouldRender: shouldRenderDelete,
|
12807
|
+
open: openDelete,
|
12808
|
+
toggle: toggleDelete
|
12809
|
+
} = distExports$1.useToggle();
|
12810
|
+
//! Function
|
12811
|
+
const handleDelete = () => {
|
12812
|
+
handleClick?.();
|
12813
|
+
toggleDelete();
|
12814
|
+
};
|
12815
|
+
const renderAction = () => {
|
12816
|
+
switch (type) {
|
12817
|
+
case TypeActionRowTable.EDIT:
|
12818
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Tooltip, { title: contentTooltip, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12819
|
+
Button,
|
12820
|
+
{
|
12821
|
+
onClick: handleClick,
|
12822
|
+
type: "text",
|
12823
|
+
className: "cursor-pointer",
|
12824
|
+
shape: "circle",
|
12825
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(EditIcon, { fill: "#007BE5" })
|
12826
|
+
}
|
12827
|
+
) }) });
|
12828
|
+
case TypeActionRowTable.DELETE:
|
12829
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Tooltip, { title: contentTooltip, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12830
|
+
Button,
|
12831
|
+
{
|
12832
|
+
onClick: toggleDelete,
|
12833
|
+
type: "text",
|
12834
|
+
className: "cursor-pointer",
|
12835
|
+
shape: "circle",
|
12836
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(DeleteIcon, { fill: "#DD4338" })
|
12837
|
+
}
|
12838
|
+
) });
|
12839
|
+
}
|
12840
|
+
};
|
12841
|
+
//! Render
|
12842
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
|
12843
|
+
shouldRenderDelete && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
12844
|
+
ConfirmModal,
|
12845
|
+
{
|
12846
|
+
title: "Xác nhận xóa",
|
12847
|
+
content: "Bạn có chắc chắn muốn xóa không? Hành động này không thể hoàn tác.",
|
12848
|
+
typeIcon: "error",
|
12849
|
+
open: openDelete,
|
12850
|
+
handleCancel: toggleDelete,
|
12851
|
+
handleSubmit: handleDelete
|
12852
|
+
}
|
12853
|
+
),
|
12854
|
+
renderAction()
|
12855
|
+
] });
|
12856
|
+
};
|
12857
|
+
|
12858
|
+
const BreadcrumbHeading = (props) => {
|
12859
|
+
const { menu, customBreadcum } = props;
|
12860
|
+
//! State
|
12861
|
+
const location = useLocation();
|
12862
|
+
const pathUrl = location.pathname;
|
12863
|
+
const breadcrumbsItem = [
|
12864
|
+
{ title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: "/", children: "Trang chủ" }) }
|
12865
|
+
];
|
12866
|
+
function removeFirstPathSegment(path) {
|
12867
|
+
const segments = path.split("/").filter(Boolean);
|
12868
|
+
segments.shift();
|
12869
|
+
return "/" + segments.join("/");
|
12870
|
+
}
|
12871
|
+
menu.forEach((itemMenu) => {
|
12872
|
+
itemMenu?.children?.forEach((itemModule) => {
|
12873
|
+
if (pathUrl.startsWith(itemModule?.path)) {
|
12874
|
+
breadcrumbsItem.push({
|
12875
|
+
title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: itemModule?.path, children: itemModule?.name })
|
12876
|
+
});
|
12877
|
+
}
|
12878
|
+
itemModule?.children?.forEach((itemSubmenu) => {
|
12879
|
+
if (pathUrl.startsWith(itemSubmenu?.path)) {
|
12880
|
+
breadcrumbsItem.push({
|
12881
|
+
title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: itemSubmenu?.path, children: itemSubmenu?.name })
|
12882
|
+
});
|
12883
|
+
itemSubmenu?.children?.forEach((itemChidmenu) => {
|
12884
|
+
if (removeFirstPathSegment(pathUrl).startsWith(itemChidmenu?.path)) {
|
12885
|
+
breadcrumbsItem.push({
|
12886
|
+
title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: "", children: itemChidmenu?.name })
|
12887
|
+
});
|
12888
|
+
}
|
12889
|
+
});
|
12890
|
+
}
|
12891
|
+
});
|
12892
|
+
});
|
12893
|
+
});
|
12894
|
+
const dataBreadcum = [
|
12895
|
+
...breadcrumbsItem,
|
12896
|
+
...customBreadcum ?? []
|
12897
|
+
];
|
12898
|
+
//! Function
|
12899
|
+
//! Render
|
12900
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: className("flex justify-between items-end"), children: /* @__PURE__ */ jsxRuntimeExports.jsx(Breadcrumb, { items: dataBreadcum }) });
|
12901
|
+
};
|
12902
|
+
|
12903
|
+
const Card = ({ children, ...rest }) => {
|
12904
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Card$1, { ...rest, children });
|
12905
|
+
};
|
12906
|
+
|
12907
|
+
const ConfigProvider = ({
|
12908
|
+
children,
|
12909
|
+
...rest
|
12910
|
+
}) => {
|
12911
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(ConfigProvider$2, { ...rest, children });
|
12912
|
+
};
|
12913
|
+
|
12821
12914
|
const PageNotFoundIcon = (props) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
12822
12915
|
"svg",
|
12823
12916
|
{
|
@@ -13299,12 +13392,12 @@ const PageNotFoundIcon = (props) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
13299
13392
|
}
|
13300
13393
|
);
|
13301
13394
|
|
13302
|
-
const
|
13395
|
+
const PageNotFound = ({ path = "/" }) => {
|
13303
13396
|
//! State
|
13304
|
-
const
|
13397
|
+
const navigate = useNavigate();
|
13305
13398
|
//! Function
|
13306
13399
|
const backToHome = () => {
|
13307
|
-
|
13400
|
+
navigate(path);
|
13308
13401
|
};
|
13309
13402
|
//! Render
|
13310
13403
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
@@ -13337,157 +13430,4 @@ const Page404 = () => {
|
|
13337
13430
|
);
|
13338
13431
|
};
|
13339
13432
|
|
13340
|
-
|
13341
|
-
[CATEGORY_LIST_ENUM.DRAFT]: { color: "bg-[#007BE5]", text: "Tạo mới" },
|
13342
|
-
[CATEGORY_LIST_ENUM.WATING_APPROVAL]: {
|
13343
|
-
color: "bg-[#DA9438]",
|
13344
|
-
text: "Đang chờ duyệt"
|
13345
|
-
},
|
13346
|
-
[CATEGORY_LIST_ENUM.ACTIVE]: { color: "bg-[#27CD7F]", text: "Hoạt động" },
|
13347
|
-
[CATEGORY_LIST_ENUM.INACTIVE]: {
|
13348
|
-
color: "bg-[#DD4338]",
|
13349
|
-
text: "Dừng hoạt động"
|
13350
|
-
},
|
13351
|
-
[CATEGORY_LIST_ENUM.REJECT]: {
|
13352
|
-
color: "bg-[#722ED1]",
|
13353
|
-
text: "Từ chối duyệt"
|
13354
|
-
},
|
13355
|
-
[CATEGORY_LIST_ENUM.DELETE]: {
|
13356
|
-
color: "bg-[#B2B7C2]",
|
13357
|
-
text: "Đã xóa"
|
13358
|
-
}
|
13359
|
-
};
|
13360
|
-
|
13361
|
-
const CategoryStatus = ({ status }) => {
|
13362
|
-
//! State
|
13363
|
-
const bagde = badgeStatusCategoryConfig[status];
|
13364
|
-
//! Function
|
13365
|
-
const ItemStatus = ({
|
13366
|
-
color,
|
13367
|
-
statusName
|
13368
|
-
}) => {
|
13369
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-2", children: [
|
13370
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: twMerge("w-3 h-3 rounded-sm", color || "") }),
|
13371
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-sm font-normal", children: statusName || "" })
|
13372
|
-
] }) });
|
13373
|
-
};
|
13374
|
-
//! Render
|
13375
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(ItemStatus, { color: bagde?.color, statusName: bagde?.text });
|
13376
|
-
};
|
13377
|
-
|
13378
|
-
const ActionRowTable = ({
|
13379
|
-
type,
|
13380
|
-
contentTooltip,
|
13381
|
-
handleClick
|
13382
|
-
}) => {
|
13383
|
-
//! State
|
13384
|
-
const {
|
13385
|
-
shouldRender: shouldRenderDelete,
|
13386
|
-
open: openDelete,
|
13387
|
-
toggle: toggleDelete
|
13388
|
-
} = distExports$1.useToggle();
|
13389
|
-
//! Function
|
13390
|
-
const handleDelete = () => {
|
13391
|
-
handleClick?.();
|
13392
|
-
toggleDelete();
|
13393
|
-
};
|
13394
|
-
const renderAction = () => {
|
13395
|
-
switch (type) {
|
13396
|
-
case TypeActionRowTable.EDIT:
|
13397
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Tooltip, { title: contentTooltip, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
13398
|
-
Button,
|
13399
|
-
{
|
13400
|
-
onClick: handleClick,
|
13401
|
-
type: "text",
|
13402
|
-
className: "cursor-pointer",
|
13403
|
-
shape: "circle",
|
13404
|
-
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(EditIcon, { fill: "#007BE5" })
|
13405
|
-
}
|
13406
|
-
) }) });
|
13407
|
-
case TypeActionRowTable.DELETE:
|
13408
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Tooltip, { title: contentTooltip, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
13409
|
-
Button,
|
13410
|
-
{
|
13411
|
-
onClick: toggleDelete,
|
13412
|
-
type: "text",
|
13413
|
-
className: "cursor-pointer",
|
13414
|
-
shape: "circle",
|
13415
|
-
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(DeleteIcon, { fill: "#DD4338" })
|
13416
|
-
}
|
13417
|
-
) });
|
13418
|
-
}
|
13419
|
-
};
|
13420
|
-
//! Render
|
13421
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
|
13422
|
-
shouldRenderDelete && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
13423
|
-
ConfirmModal,
|
13424
|
-
{
|
13425
|
-
title: "Xác nhận xóa",
|
13426
|
-
content: "Bạn có chắc chắn muốn xóa không? Hành động này không thể hoàn tác.",
|
13427
|
-
typeIcon: "error",
|
13428
|
-
open: openDelete,
|
13429
|
-
handleCancel: toggleDelete,
|
13430
|
-
handleSubmit: handleDelete
|
13431
|
-
}
|
13432
|
-
),
|
13433
|
-
renderAction()
|
13434
|
-
] });
|
13435
|
-
};
|
13436
|
-
|
13437
|
-
const BreadcrumbHeading = (props) => {
|
13438
|
-
const { menu, customBreadcum } = props;
|
13439
|
-
//! State
|
13440
|
-
const location = useLocation();
|
13441
|
-
const pathUrl = location.pathname;
|
13442
|
-
const breadcrumbsItem = [
|
13443
|
-
{ title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: "/", children: "Trang chủ" }) }
|
13444
|
-
];
|
13445
|
-
function removeFirstPathSegment(path) {
|
13446
|
-
const segments = path.split("/").filter(Boolean);
|
13447
|
-
segments.shift();
|
13448
|
-
return "/" + segments.join("/");
|
13449
|
-
}
|
13450
|
-
menu.forEach((itemMenu) => {
|
13451
|
-
itemMenu?.children?.forEach((itemModule) => {
|
13452
|
-
if (pathUrl.startsWith(itemModule?.path)) {
|
13453
|
-
breadcrumbsItem.push({
|
13454
|
-
title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: itemModule?.path, children: itemModule?.name })
|
13455
|
-
});
|
13456
|
-
}
|
13457
|
-
itemModule?.children?.forEach((itemSubmenu) => {
|
13458
|
-
if (pathUrl.startsWith(itemSubmenu?.path)) {
|
13459
|
-
breadcrumbsItem.push({
|
13460
|
-
title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: itemSubmenu?.path, children: itemSubmenu?.name })
|
13461
|
-
});
|
13462
|
-
itemSubmenu?.children?.forEach((itemChidmenu) => {
|
13463
|
-
if (removeFirstPathSegment(pathUrl).startsWith(itemChidmenu?.path)) {
|
13464
|
-
breadcrumbsItem.push({
|
13465
|
-
title: /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { to: "", children: itemChidmenu?.name })
|
13466
|
-
});
|
13467
|
-
}
|
13468
|
-
});
|
13469
|
-
}
|
13470
|
-
});
|
13471
|
-
});
|
13472
|
-
});
|
13473
|
-
const dataBreadcum = [
|
13474
|
-
...breadcrumbsItem,
|
13475
|
-
...customBreadcum ?? []
|
13476
|
-
];
|
13477
|
-
//! Function
|
13478
|
-
//! Render
|
13479
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: className("flex justify-between items-end"), children: /* @__PURE__ */ jsxRuntimeExports.jsx(Breadcrumb, { items: dataBreadcum }) });
|
13480
|
-
};
|
13481
|
-
|
13482
|
-
const Card = ({ children, ...rest }) => {
|
13483
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Card$1, { ...rest, children });
|
13484
|
-
};
|
13485
|
-
|
13486
|
-
const ConfigProvider = ({
|
13487
|
-
children,
|
13488
|
-
...rest
|
13489
|
-
}) => {
|
13490
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(ConfigProvider$2, { ...rest, children });
|
13491
|
-
};
|
13492
|
-
|
13493
|
-
export { START_PAGE_SIZE as $, Alert as A, Button as B, CascaderField as C, Dropdown as D, Anchor as E, Flex as F, Appfix as G, Heading as H, AutoComplete as I, PnkxCollapse as J, PnkxColorPicker as K, Layout as L, Modal as M, Empty as N, Image as O, Popover as P, QRCode as Q, Row as R, Skeleton as S, Table as T, ConfirmModal as U, ErrorBoundary as V, Watermark as W, Page404 as X, CategoryStatus as Y, ActionRowTable as Z, START_PAGE as _, Tooltip as a, PAGE_NUMBER as a0, PAGE_SIZE as a1, SORT_BY as a2, SORT_DESC as a3, TypeActionRowTable as a4, TypeBulkActions as a5, TypeStatusTable as a6, BulkActions as a7, BreadcrumbHeading as a8, Card as a9, ConfigProvider as aa, Tabs as b, SearchFiltersForm as c, Container as d, Badge as e, Col as f, Breadcrumb as g, Space as h, Splitter as i, Menu as j, Pagination as k, Steps as l, Sidebar as m, Tag as n, Divider$1 as o, Spin as p, Drawer as q, Popconfirm as r, Result as s, typeColorMap as t, Rate as u, Segmented as v, Statistic as w, Timeline as x, Tour as y, Tree as z };
|
13433
|
+
export { START_PAGE_SIZE as $, Alert as A, Button as B, CascaderField as C, Dropdown as D, Anchor as E, Flex as F, Appfix as G, Heading as H, AutoComplete as I, PnkxCollapse as J, PnkxColorPicker as K, Layout as L, Modal as M, Empty as N, Image as O, Popover as P, QRCode as Q, Row as R, Skeleton as S, Table as T, ConfirmModal as U, ErrorBoundary as V, Watermark as W, badgeStatusCategoryConfig as X, CategoryStatus as Y, ActionRowTable as Z, START_PAGE as _, Tooltip as a, PAGE_NUMBER as a0, PAGE_SIZE as a1, SORT_BY as a2, SORT_DESC as a3, TypeActionRowTable as a4, TypeBulkActions as a5, TypeStatusTable as a6, BulkActions as a7, BreadcrumbHeading as a8, Card as a9, ConfigProvider as aa, PageNotFound as ab, Tabs as b, SearchFiltersForm as c, Container as d, Badge as e, Col as f, Breadcrumb as g, Space as h, Splitter as i, Menu as j, Pagination as k, Steps as l, Sidebar as m, Tag as n, Divider$1 as o, Spin as p, Drawer as q, Popconfirm as r, Result as s, typeColorMap as t, Rate as u, Segmented as v, Statistic as w, Timeline as x, Tour as y, Tree as z };
|
package/es/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { Z as ActionRowTable, A as Alert, E as Anchor, G as Appfix, I as AutoComplete, e as Badge, g as Breadcrumb, a8 as BreadcrumbHeading, a7 as BulkActions, B as Button, a9 as Card, C as CascaderField, Y as CategoryStatus, f as Col, aa as ConfigProvider, U as ConfirmModal, d as Container, o as Divider, q as Drawer, D as Dropdown, N as Empty, V as ErrorBoundary, F as Flex, H as Heading, O as Image, L as Layout, j as Menu, M as Modal, a0 as PAGE_NUMBER, a1 as PAGE_SIZE,
|
1
|
+
export { Z as ActionRowTable, A as Alert, E as Anchor, G as Appfix, I as AutoComplete, e as Badge, g as Breadcrumb, a8 as BreadcrumbHeading, a7 as BulkActions, B as Button, a9 as Card, C as CascaderField, Y as CategoryStatus, f as Col, aa as ConfigProvider, U as ConfirmModal, d as Container, o as Divider, q as Drawer, D as Dropdown, N as Empty, V as ErrorBoundary, F as Flex, H as Heading, O as Image, L as Layout, j as Menu, M as Modal, a0 as PAGE_NUMBER, a1 as PAGE_SIZE, ab as PageNotFound, k as Pagination, J as PnkxCollapse, K as PnkxColorPicker, r as Popconfirm, P as Popover, Q as QRCode, u as Rate, s as Result, R as Row, a2 as SORT_BY, a3 as SORT_DESC, _ as START_PAGE, $ as START_PAGE_SIZE, c as SearchFiltersForm, v as Segmented, m as Sidebar, S as Skeleton, h as Space, p as Spin, i as Splitter, w as Statistic, l as Steps, T as Table, b as Tabs, n as Tag, x as Timeline, a as Tooltip, y as Tour, z as Tree, a4 as TypeActionRowTable, a5 as TypeBulkActions, a6 as TypeStatusTable, W as Watermark, X as badgeStatusCategoryConfig, t as typeColorMap } from './chunks/PageNotFound-BT1mkXgK.js';
|
2
2
|
export { C as CheckboxField, D as DatePickerField, E as ErrorMessage, I as Input, L as Label, P as PnkxField, R as RangePickerField, a as TINY_API, b as TinyMCE, T as Typography } from './chunks/AntdIcon-BS99Z6_t.js';
|
3
3
|
export { R as RadioGroup, S as Select, a as Switch, U as UploadField } from './chunks/Switch-DHAoXDmV.js';
|
4
4
|
export { a as useMessage, u as useToast } from './chunks/useMessage-CUPcOtIS.js';
|
package/es/ui/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export { Z as ActionRowTable, A as Alert, E as Anchor, G as Appfix, I as AutoComplete, e as Badge, g as Breadcrumb, a8 as BreadcrumbHeading, a7 as BulkActions, B as Button, a9 as Card, C as CascaderField, Y as CategoryStatus, f as Col, aa as ConfigProvider, U as ConfirmModal, d as Container, o as Divider, q as Drawer, D as Dropdown, N as Empty, V as ErrorBoundary, F as Flex, H as Heading, O as Image, L as Layout, j as Menu, M as Modal, a0 as PAGE_NUMBER, a1 as PAGE_SIZE,
|
1
|
+
export { Z as ActionRowTable, A as Alert, E as Anchor, G as Appfix, I as AutoComplete, e as Badge, g as Breadcrumb, a8 as BreadcrumbHeading, a7 as BulkActions, B as Button, a9 as Card, C as CascaderField, Y as CategoryStatus, f as Col, aa as ConfigProvider, U as ConfirmModal, d as Container, o as Divider, q as Drawer, D as Dropdown, N as Empty, V as ErrorBoundary, F as Flex, H as Heading, O as Image, L as Layout, j as Menu, M as Modal, a0 as PAGE_NUMBER, a1 as PAGE_SIZE, ab as PageNotFound, k as Pagination, J as PnkxCollapse, K as PnkxColorPicker, r as Popconfirm, P as Popover, Q as QRCode, u as Rate, s as Result, R as Row, a2 as SORT_BY, a3 as SORT_DESC, _ as START_PAGE, $ as START_PAGE_SIZE, c as SearchFiltersForm, v as Segmented, m as Sidebar, S as Skeleton, h as Space, p as Spin, i as Splitter, w as Statistic, l as Steps, T as Table, b as Tabs, n as Tag, x as Timeline, a as Tooltip, y as Tour, z as Tree, a4 as TypeActionRowTable, a5 as TypeBulkActions, a6 as TypeStatusTable, W as Watermark, X as badgeStatusCategoryConfig, t as typeColorMap } from '../chunks/PageNotFound-BT1mkXgK.js';
|
2
2
|
export { E as ErrorMessage, L as Label, a as TINY_API, T as Typography } from '../chunks/AntdIcon-BS99Z6_t.js';
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pnkx-lib/ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.9.
|
4
|
+
"version": "1.9.140",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./es/index.js",
|
7
7
|
"module": "./es/index.js",
|
@@ -43,6 +43,7 @@
|
|
43
43
|
"serve": "vite preview",
|
44
44
|
"lint": "eslint .",
|
45
45
|
"build-storybook": "storybook build",
|
46
|
+
"deploy": "vercel --prod",
|
46
47
|
"clean": "rm -rf types es dist",
|
47
48
|
"release:patch": "npm run clean && npm version patch -m \"chore(release): bump version to %s\" && npm run build && npm publish",
|
48
49
|
"release:minor": "npm run clean && npm version minor && npm run build && npm publish",
|
@@ -104,7 +105,7 @@
|
|
104
105
|
"@heroicons/react": "^2.2.0",
|
105
106
|
"@hookform/resolvers": "^5.0.1",
|
106
107
|
"@pnkx-lib/core": "^1.1.8",
|
107
|
-
"@pnkx-lib/icon": "^0.0.
|
108
|
+
"@pnkx-lib/icon": "^0.0.33",
|
108
109
|
"@tailwindcss/cli": "^4.1.6",
|
109
110
|
"@tinymce/miniature": "^6.0.0",
|
110
111
|
"@tinymce/tinymce-react": "^6.0.0",
|
package/types/App.d.ts
CHANGED
@@ -1,6 +1,13 @@
|
|
1
|
-
import { CATEGORY_LIST_ENUM } from '../../../../../core/src/constants/enum';
|
2
1
|
import { ConfirmModalProps } from '../ConfirmModal';
|
3
2
|
import { TypeBulkActions, TypeStatusTable } from '../../../../../../../../../../../src/constants';
|
3
|
+
export declare enum CATEGORY_LIST_ENUM {
|
4
|
+
DRAFT = 0,// tạo mới
|
5
|
+
WATING_APPROVAL = 1,// đang chờ duyệt
|
6
|
+
ACTIVE = 2,// hoạt động
|
7
|
+
INACTIVE = 3,// dừng hoạt động
|
8
|
+
REJECT = 4,// từ chối duyệt
|
9
|
+
DELETE = 5
|
10
|
+
}
|
4
11
|
interface IBulkActionsProps {
|
5
12
|
quantity?: number;
|
6
13
|
handleRestore?: () => void;
|
@@ -1,4 +1,20 @@
|
|
1
|
+
export declare enum CATEGORY_LIST_ENUM {
|
2
|
+
DRAFT = 0,// tạo mới
|
3
|
+
WATING_APPROVAL = 1,// đang chờ duyệt
|
4
|
+
ACTIVE = 2,// hoạt động
|
5
|
+
INACTIVE = 3,// dừng hoạt động
|
6
|
+
REJECT = 4,// từ chối duyệt
|
7
|
+
DELETE = 5
|
8
|
+
}
|
9
|
+
type BadgeConfig = {
|
10
|
+
[key: number]: {
|
11
|
+
color: string;
|
12
|
+
text: string;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
export declare const badgeStatusCategoryConfig: BadgeConfig;
|
1
16
|
export interface CategoryStatusProps {
|
2
17
|
status: number;
|
3
18
|
}
|
4
19
|
export declare const CategoryStatus: ({ status }: CategoryStatusProps) => import("react/jsx-runtime").JSX.Element;
|
20
|
+
export {};
|
@@ -2,33 +2,12 @@ import { ReactNode, default as React } from 'react';
|
|
2
2
|
export type MenuType = {
|
3
3
|
name: string;
|
4
4
|
path: string;
|
5
|
-
|
5
|
+
isShow?: boolean;
|
6
6
|
isPrivateRoute?: boolean;
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
icon?: ReactNode;
|
12
|
-
isShowChildren?: boolean;
|
13
|
-
isPrivateRoute?: boolean;
|
14
|
-
component: typeof React.Component | React.FC | ReactNode;
|
15
|
-
children?: Array<{
|
16
|
-
name: string;
|
17
|
-
path: string;
|
18
|
-
icon: ReactNode;
|
19
|
-
isShowChildren?: boolean;
|
20
|
-
isPrivateRoute?: boolean;
|
21
|
-
component: typeof React.Component | React.FC | ReactNode;
|
22
|
-
children?: Array<{
|
23
|
-
name: string;
|
24
|
-
path: string;
|
25
|
-
icon: ReactNode;
|
26
|
-
isPrivateRoute?: boolean;
|
27
|
-
isShowChildren?: boolean;
|
28
|
-
component: typeof React.Component | React.FC | ReactNode;
|
29
|
-
}>;
|
30
|
-
}>;
|
31
|
-
}[];
|
7
|
+
icon?: ReactNode;
|
8
|
+
component?: React.LazyExoticComponent<React.MemoExoticComponent<any>> | React.ExoticComponent<any> | ReactNode | React.FC;
|
9
|
+
componentProps?: Record<string, any>;
|
10
|
+
children?: MenuType[];
|
32
11
|
};
|
33
12
|
export interface SidebarProps {
|
34
13
|
children?: React.ReactNode;
|
@@ -49,7 +49,6 @@ export * from './Empty';
|
|
49
49
|
export * from './Image';
|
50
50
|
export * from './ConfirmModal';
|
51
51
|
export * from './ErrorBoundary';
|
52
|
-
export * from './Page404';
|
53
52
|
export * from './CategoryStatus';
|
54
53
|
export * from '../ui/Table/ActionRowTable';
|
55
54
|
export * from '../../constants/index';
|
@@ -57,3 +56,4 @@ export * from './BulkActions';
|
|
57
56
|
export * from './BreadcrumbHeading';
|
58
57
|
export * from './Card';
|
59
58
|
export * from './ConfigProvider';
|
59
|
+
export * from './PageNotFound';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const Page404: () => import("react/jsx-runtime").JSX.Element;
|