wasvg 1.16.1 → 1.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasvg.cjs.js +8 -8
- package/dist/wasvg.es.js +81 -78
- package/package.json +1 -1
package/dist/wasvg.cjs.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var T1;function
|
|
9
|
+
*/var T1;function C0(){if(T1)return d1;T1=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.fragment");function s(a,d,g){var k=null;if(g!==void 0&&(k=""+g),d.key!==void 0&&(k=""+d.key),"key"in d){g={};for(var T in d)T!=="key"&&(g[T]=d[T])}else g=d;return d=g.ref,{$$typeof:t,type:a,key:k,ref:d!==void 0?d:null,props:g}}return d1.Fragment=e,d1.jsx=s,d1.jsxs=s,d1}var h1={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var L1;function
|
|
17
|
+
*/var L1;function j0(){return L1||(L1=1,process.env.NODE_ENV!=="production"&&(function(){function t(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===$?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case O:return"Fragment";case J:return"Profiler";case X:return"StrictMode";case D:return"Suspense";case R:return"SuspenseList";case B:return"Activity"}if(typeof n=="object")switch(typeof n.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),n.$$typeof){case A:return"Portal";case Q:return(n.displayName||"Context")+".Provider";case n1:return(n._context.displayName||"Context")+".Consumer";case K:var h=n.render;return n=n.displayName,n||(n=h.displayName||h.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case t1:return h=n.displayName||null,h!==null?h:t(n.type)||"Memo";case w:h=n._payload,n=n._init;try{return t(n(h))}catch{}}return null}function e(n){return""+n}function s(n){try{e(n);var h=!1}catch{h=!0}if(h){h=console;var x=h.error,f=typeof Symbol=="function"&&Symbol.toStringTag&&n[Symbol.toStringTag]||n.constructor.name||"Object";return x.call(h,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",f),e(n)}}function a(n){if(n===O)return"<>";if(typeof n=="object"&&n!==null&&n.$$typeof===w)return"<...>";try{var h=t(n);return h?"<"+h+">":"<...>"}catch{return"<...>"}}function d(){var n=j.A;return n===null?null:n.getOwner()}function g(){return Error("react-stack-top-frame")}function k(n){if(G.call(n,"key")){var h=Object.getOwnPropertyDescriptor(n,"key").get;if(h&&h.isReactWarning)return!1}return n.key!==void 0}function T(n,h){function x(){i||(i=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",h))}x.isReactWarning=!0,Object.defineProperty(n,"key",{get:x,configurable:!0})}function q(){var n=t(this.type);return c[n]||(c[n]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),n=this.props.ref,n!==void 0?n:null}function Z(n,h,x,f,y,M,W,L){return x=M.ref,n={$$typeof:P,type:n,key:h,props:M,_owner:y},(x!==void 0?x:null)!==null?Object.defineProperty(n,"ref",{enumerable:!1,get:q}):Object.defineProperty(n,"ref",{enumerable:!1,value:null}),n._store={},Object.defineProperty(n._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(n,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(n,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:W}),Object.defineProperty(n,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:L}),Object.freeze&&(Object.freeze(n.props),Object.freeze(n)),n}function z(n,h,x,f,y,M,W,L){var S=h.children;if(S!==void 0)if(f)if(s1(S)){for(f=0;f<S.length;f++)H(S[f]);Object.freeze&&Object.freeze(S)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else H(S);if(G.call(h,"key")){S=t(n);var N=Object.keys(h).filter(function(I){return I!=="key"});f=0<N.length?"{key: someKey, "+N.join(": ..., ")+": ...}":"{key: someKey}",b[S+f]||(N=0<N.length?"{"+N.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
18
|
let props = %s;
|
|
19
19
|
<%s {...props} />
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,f,S,N,S),b[S+f]=!0)}if(S=null,x!==void 0&&(s(x),S=""+x),k(h)&&(s(h.key),S=""+h.key),"key"in h){x={};for(var E in h)E!=="key"&&(x[E]=h[E])}else x=h;return S&&T(x,typeof n=="function"?n.displayName||n.name||"Unknown":n),Z(n,S,M,y,d(),x,W,L)}function H(n){typeof n=="object"&&n!==null&&n.$$typeof===P&&n._store&&(n._store.validated=1)}var V=y0,P=Symbol.for("react.transitional.element"),A=Symbol.for("react.portal"),O=Symbol.for("react.fragment"),X=Symbol.for("react.strict_mode"),J=Symbol.for("react.profiler");Symbol.for("react.provider");var n1=Symbol.for("react.consumer"),Q=Symbol.for("react.context"),K=Symbol.for("react.forward_ref"),D=Symbol.for("react.suspense"),R=Symbol.for("react.suspense_list"),t1=Symbol.for("react.memo"),w=Symbol.for("react.lazy"),B=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),C=V.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,G=Object.prototype.hasOwnProperty,s1=Array.isArray,p=console.createTask?console.createTask:function(){return null};V={react_stack_bottom_frame:function(n){return n()}};var i,c={},m=V.react_stack_bottom_frame.bind(V,g)(),o=p(a(g)),b={};h1.Fragment=O,h1.jsx=function(n,h,x,f,y){var M=1e4>C.recentlyCreatedOwnerStacks++;return z(n,h,x,!1,f,y,M?Error("react-stack-top-frame"):m,M?p(a(n)):o)},h1.jsxs=function(n,h,x,f,y){var M=1e4>C.recentlyCreatedOwnerStacks++;return z(n,h,x,!0,f,y,M?Error("react-stack-top-frame"):m,M?p(a(n)):o)}})()),h1}var g3=u1.exports,M1;function T0(){return M1||(M1=1,process.env.NODE_ENV==="production"?u1.exports=j0():u1.exports=C0()),u1.exports}var r=T0();function A1({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 24 24",children:[r.jsx("path",{d:"M6.08706 7.18785C6.02201 7.35088 5.96237 7.51555 5.90814 7.68161C6.37118 7.75292 6.87059 7.84964 7.39119 7.9808C7.63693 7.29058 7.99847 6.63236 8.47583 6.0363L12.6895 10.25L12.4375 10.5019C12.6247 10.6634 12.8083 10.8335 12.9875 11.0127C13.1667 11.1918 13.3368 11.3754 13.4982 11.5626L13.7501 11.3106L17.9635 15.5239C17.3675 16.0012 16.7094 16.3627 16.0193 16.6085C16.1504 17.1291 16.2472 17.6285 16.3185 18.0915C16.6436 17.9853 16.9635 17.8584 17.276 17.7107C18.1109 17.3162 18.8933 16.7737 19.5838 16.0833C19.7145 15.9526 19.8399 15.8186 19.96 15.6816C20.522 15.0395 20.9861 14.3094 21.3289 13.5148C21.7434 12.5518 21.966 11.5259 21.9965 10.4954C21.9989 10.4139 22.0001 10.3321 22.0001 10.25C22.0001 10.1458 21.9981 10.042 21.9943 9.93868C21.9725 9.35607 21.8892 8.77533 21.7446 8.207C21.0019 5.29266 18.7081 2.99781 15.7937 2.25509C15.398 2.15433 14.9959 2.0836 14.5916 2.0424C14.3149 2.01436 14.0342 2 13.7501 2C13.4726 2 13.1982 2.0137 12.9277 2.04047C12.2733 2.10565 11.6252 2.24882 10.9985 2.47C8.76014 3.26166 6.96533 4.99194 6.08706 7.18785ZM20.0475 7.81481C19.1674 8.50945 17.9608 8.58967 17.0053 8.05547L19.0245 6.0363C19.4634 6.58439 19.8044 7.18505 20.0475 7.81481ZM15.9181 9.14268C17.2639 10.0817 19.0318 10.1519 20.4407 9.35317C20.6778 11.1325 20.2056 12.9883 19.0242 14.4633L14.8108 10.25L15.9181 9.14268ZM14.8574 8.08201L13.7501 9.1893L9.53645 4.9756C11.0116 3.79404 12.8676 3.32188 14.6471 3.55914C13.8483 4.96806 13.9184 6.73612 14.8574 8.08201ZM15.9446 6.9948C15.4104 6.03922 15.4907 4.83257 16.1855 3.95245C16.8152 4.19559 17.4158 4.53664 17.9638 4.9756L15.9446 6.9948Z"}),r.jsx("path",{d:"M6.96973 13.4697C7.26262 13.1768 7.7375 13.1768 8.03039 13.4697L10.5304 15.9697C10.8233 16.2626 10.8233 16.7374 10.5304 17.0303C10.2375 17.3232 9.76262 17.3232 9.46973 17.0303L6.96973 14.5303C6.67684 14.2374 6.67684 13.7626 6.96973 13.4697Z"}),r.jsx("path",{d:"M2.02815 11.0186C1.9188 9.57689 3.07688 8.4188 4.5186 8.52815C6.49666 8.67819 9.85794 9.29728 12.2804 11.7197C14.7028 14.1422 15.3219 17.5035 15.472 19.4815C15.5813 20.9232 14.4232 22.0813 12.9815 21.972C11.0035 21.8219 7.64217 21.2028 5.21972 18.7804C2.79728 16.3579 2.17819 12.9967 2.02815 11.0186ZM4.40515 10.0239C3.87938 9.98398 3.48398 10.3794 3.52386 10.9051C3.66515 12.7678 4.24225 15.6816 6.28038 17.7197C8.31852 19.7579 11.2323 20.335 13.095 20.4763C13.6207 20.5161 14.0161 20.1207 13.9763 19.595C13.835 17.7323 13.2579 14.8185 11.2197 12.7804C9.18159 10.7423 6.26785 10.1651 4.40515 10.0239Z"})]})}function N1({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -32 512.00001 512",children:[r.jsx("path",{d:"m342.382812 239.351562c-23.039062-35.941406-62.277343-57.402343-104.964843-57.402343-42.683594 0-81.925781 21.460937-104.960938 57.402343l-55.515625 86.605469c-9.210937 14.371094-13.460937 30.96875-12.292968 47.996094 1.167968 17.03125 7.648437 32.890625 18.738281 45.871094 11.097656 12.976562 25.761719 21.84375 42.40625 25.648437 16.644531 3.800782 33.707031 2.179688 49.339843-4.691406l1.019532-.453125c39.339844-16.957031 84.304687-16.804687 123.546875.453125 10.121093 4.449219 20.84375 6.699219 31.664062 6.699219 5.882813 0 11.800781-.667969 17.664063-2.003907 16.644531-3.800781 31.308594-12.667968 42.410156-25.644531 11.09375-12.976562 17.578125-28.839843 18.75-45.871093 1.171875-17.035157-3.078125-33.632813-12.289062-48.007813zm26.246094 160.972657c-14.121094 16.507812-36.964844 21.726562-56.847656 12.984375-23.632812-10.394532-49-15.589844-74.375-15.589844-25.351562 0-50.714844 5.191406-74.332031 15.574219l-.671875.296875c-19.730469 8.34375-42.238282 3.058594-56.203125-13.265625-14.105469-16.511719-15.710938-39.886719-3.992188-58.171875l55.519531-86.605469c17.492188-27.289063 47.28125-43.582031 79.691407-43.582031 32.410156 0 62.203125 16.292968 79.699219 43.582031l55.511718 86.601563c11.722656 18.292968 10.113282 41.671874-4 58.175781zm0 0"}),r.jsx("path",{d:"m91.894531 239.238281c16.515625-6.34375 29.0625-19.652343 35.332031-37.476562 5.960938-16.960938 5.472657-36.109375-1.382812-53.921875-6.859375-17.800782-19.335938-32.332032-35.128906-40.921875-16.597656-9.019531-34.828125-10.488281-51.316406-4.132813-33.171876 12.753906-48.394532 53.746094-33.929688 91.398438 11.554688 29.96875 38.503906 48.886718 65.75 48.886718 6.957031 0 13.933594-1.234374 20.675781-3.832031zm-58.417969-55.835937c-8.523437-22.1875-1.035156-45.789063 16.703126-52.609375 3.203124-1.234375 6.589843-1.847657 10.046874-1.847657 5.335938 0 10.847657 1.457032 16.152344 4.34375 9.539063 5.183594 17.160156 14.183594 21.457032 25.335938 4.292968 11.160156 4.675781 22.941406 1.074218 33.179688-3.300781 9.382812-9.617187 16.28125-17.78125 19.417968l-.015625.007813c-17.714843 6.828125-39.085937-5.660157-47.636719-27.828125zm0 0"}),r.jsx("path",{d:"m199.613281 171.386719c41.46875 0 75.207031-38.4375 75.207031-85.683594 0-47.257813-33.738281-85.703125-75.207031-85.703125-41.464843 0-75.199219 38.445312-75.199219 85.703125 0 47.246094 33.734376 85.683594 75.199219 85.683594zm0-141.375c24.917969 0 45.195313 24.984375 45.195313 55.691406 0 30.695313-20.277344 55.671875-45.195313 55.671875s-45.1875-24.976562-45.1875-55.671875c0-30.707031 20.269531-55.691406 45.1875-55.691406zm0 0"}),r.jsx("path",{d:"m329.496094 192.4375h.003906c6.378906 2.117188 12.886719 3.128906 19.367188 3.128906 30.242187 0 59.714843-22.011718 70.960937-55.839844 6.476563-19.472656 6.050781-40.0625-1.199219-57.972656-7.585937-18.746094-21.644531-32.355468-39.589844-38.324218-17.945312-5.960938-37.363281-3.476563-54.664062 7-16.527344 10.011718-29.191406 26.246093-35.65625 45.71875-13.652344 41.078124 4.640625 84.273437 40.777344 96.289062zm-12.296875-86.824219c4.222656-12.714843 12.292969-23.191406 22.726562-29.511719 9.652344-5.847656 20.183594-7.335937 29.648438-4.191406 9.460937 3.148438 17 10.640625 21.234375 21.101563 4.574218 11.304687 4.769531 24.53125.539062 37.246093-8.433594 25.375-31.933594 40.492188-52.382812 33.699219-20.433594-6.796875-30.199219-32.96875-21.765625-58.34375zm0 0"}),r.jsx("path",{d:"m487.875 182.4375-.011719-.011719c-28.597656-21.125-71.367187-11.96875-95.347656 20.421875-23.957031 32.40625-20.210937 75.972656 8.34375 97.113282 10.414063 7.714843 22.71875 11.402343 35.3125 11.402343 21.949219 0 44.785156-11.203125 60.046875-31.804687 23.957031-32.40625 20.214844-75.972656-8.34375-97.121094zm-15.777344 79.265625c-14.160156 19.113281-38.101562 25.453125-53.378906 14.136719-15.265625-11.300782-16.195312-36.042969-2.074219-55.144532 9.386719-12.679687 23.097657-19.734374 35.734375-19.734374 6.390625 0 12.507813 1.804687 17.648438 5.605468 15.253906 11.3125 16.179687 36.046875 2.070312 55.136719zm0 0"})]})}var L0=Object.defineProperty,M0=(t,e,s)=>e in t?L0(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,F=(t,e,s)=>M0(t,typeof e!="symbol"?e+"":e,s);const C1="-",Z0=t=>{const e=z0(t),{conflictingClassGroups:s,conflictingClassGroupModifiers:a}=t;return{getClassGroupId:d=>{const g=d.split(C1);return g[0]===""&&g.length!==1&&g.shift(),_1(g,e)||S0(d)},getConflictingClassGroupIds:(d,g)=>{const k=s[d]||[];return g&&a[d]?[...k,...a[d]]:k}}},_1=(t,e)=>{var s;if(t.length===0)return e.classGroupId;const a=t[0],d=e.nextPart.get(a),g=d?_1(t.slice(1),d):void 0;if(g)return g;if(e.validators.length===0)return;const k=t.join(C1);return(s=e.validators.find(({validator:T})=>T(k)))==null?void 0:s.classGroupId},Z1=/^\[(.+)\]$/,S0=t=>{if(Z1.test(t)){const e=Z1.exec(t)[1],s=e==null?void 0:e.substring(0,e.indexOf(":"));if(s)return"arbitrary.."+s}},z0=t=>{const{theme:e,classGroups:s}=t,a={nextPart:new Map,validators:[]};for(const d in s)k1(s[d],a,d,e);return a},k1=(t,e,s,a)=>{t.forEach(d=>{if(typeof d=="string"){const g=d===""?e:S1(e,d);g.classGroupId=s;return}if(typeof d=="function"){if(H0(d)){k1(d(a),e,s,a);return}e.validators.push({validator:d,classGroupId:s});return}Object.entries(d).forEach(([g,k])=>{k1(k,S1(e,g),s,a)})})},S1=(t,e)=>{let s=t;return e.split(C1).forEach(a=>{s.nextPart.has(a)||s.nextPart.set(a,{nextPart:new Map,validators:[]}),s=s.nextPart.get(a)}),s},H0=t=>t.isThemeGetter,$0=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,s=new Map,a=new Map;const d=(g,k)=>{s.set(g,k),e++,e>t&&(e=0,a=s,s=new Map)};return{get(g){let k=s.get(g);if(k!==void 0)return k;if((k=a.get(g))!==void 0)return d(g,k),k},set(g,k){s.has(g)?s.set(g,k):d(g,k)}}},q1="!",y1=":",E0=y1.length,A0=t=>{const{prefix:e,experimentalParseClassName:s}=t;let a=d=>{const g=[];let k=0,T=0,q=0,Z;for(let A=0;A<d.length;A++){let O=d[A];if(k===0&&T===0){if(O===y1){g.push(d.slice(q,A)),q=A+E0;continue}if(O==="/"){Z=A;continue}}O==="["?k++:O==="]"?k--:O==="("?T++:O===")"&&T--}const z=g.length===0?d:d.substring(q),H=N0(z),V=H!==z,P=Z&&Z>q?Z-q:void 0;return{modifiers:g,hasImportantModifier:V,baseClassName:H,maybePostfixModifierPosition:P}};if(e){const d=e+y1,g=a;a=k=>k.startsWith(d)?g(k.substring(d.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:k,maybePostfixModifierPosition:void 0}}if(s){const d=a;a=g=>s({className:g,parseClassName:d})}return a},N0=t=>t.endsWith(q1)?t.substring(0,t.length-1):t.startsWith(q1)?t.substring(1):t,_0=t=>{const e=Object.fromEntries(t.orderSensitiveModifiers.map(s=>[s,!0]));return s=>{if(s.length<=1)return s;const a=[];let d=[];return s.forEach(g=>{g[0]==="["||e[g]?(a.push(...d.sort(),g),d=[]):d.push(g)}),a.push(...d.sort()),a}},O0=t=>({cache:$0(t.cacheSize),parseClassName:A0(t),sortModifiers:_0(t),...Z0(t)}),P0=/\s+/,R0=(t,e)=>{const{parseClassName:s,getClassGroupId:a,getConflictingClassGroupIds:d,sortModifiers:g}=e,k=[],T=t.trim().split(P0);let q="";for(let Z=T.length-1;Z>=0;Z-=1){const z=T[Z],{isExternal:H,modifiers:V,hasImportantModifier:P,baseClassName:A,maybePostfixModifierPosition:O}=s(z);if(H){q=z+(q.length>0?" "+q:q);continue}let X=!!O,J=a(X?A.substring(0,O):A);if(!J){if(!X){q=z+(q.length>0?" "+q:q);continue}if(J=a(A),!J){q=z+(q.length>0?" "+q:q);continue}X=!1}const n1=g(V).join(":"),Q=P?n1+q1:n1,K=Q+J;if(k.includes(K))continue;k.push(K);const D=d(J,X);for(let R=0;R<D.length;++R){const t1=D[R];k.push(Q+t1)}q=z+(q.length>0?" "+q:q)}return q};function B0(){let t=0,e,s,a="";for(;t<arguments.length;)(e=arguments[t++])&&(s=O1(e))&&(a&&(a+=" "),a+=s);return a}const O1=t=>{if(typeof t=="string")return t;let e,s="";for(let a=0;a<t.length;a++)t[a]&&(e=O1(t[a]))&&(s&&(s+=" "),s+=e);return s};function D0(t,...e){let s,a,d,g=k;function k(q){const Z=e.reduce((z,H)=>H(z),t());return s=O0(Z),a=s.cache.get,d=s.cache.set,g=T,T(q)}function T(q){const Z=a(q);if(Z)return Z;const z=R0(q,s);return d(q,z),z}return function(){return g(B0.apply(null,arguments))}}const _=t=>{const e=s=>s[t]||[];return e.isThemeGetter=!0,e},P1=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,R1=/^\((?:(\w[\w-]*):)?(.+)\)$/i,I0=/^\d+\/\d+$/,V0=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W0=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Y0=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,G0=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,F0=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,c1=t=>I0.test(t),j=t=>!!t&&!Number.isNaN(Number(t)),o1=t=>!!t&&Number.isInteger(Number(t)),w1=t=>t.endsWith("%")&&j(t.slice(0,-1)),r1=t=>V0.test(t),U0=()=>!0,J0=t=>W0.test(t)&&!Y0.test(t),B1=()=>!1,Q0=t=>G0.test(t),X0=t=>F0.test(t),K0=t=>!u(t)&&!v(t),t2=t=>l1(t,V1,B1),u=t=>P1.test(t),a1=t=>l1(t,W1,J0),x1=t=>l1(t,s2,j),z1=t=>l1(t,D1,B1),e2=t=>l1(t,I1,X0),g1=t=>l1(t,Y1,Q0),v=t=>R1.test(t),m1=t=>i1(t,W1),r2=t=>i1(t,a2),H1=t=>i1(t,D1),n2=t=>i1(t,V1),o2=t=>i1(t,I1),p1=t=>i1(t,Y1,!0),l1=(t,e,s)=>{const a=P1.exec(t);return a?a[1]?e(a[1]):s(a[2]):!1},i1=(t,e,s=!1)=>{const a=R1.exec(t);return a?a[1]?e(a[1]):s:!1},D1=t=>t==="position"||t==="percentage",I1=t=>t==="image"||t==="url",V1=t=>t==="length"||t==="size"||t==="bg-size",W1=t=>t==="length",s2=t=>t==="number",a2=t=>t==="family-name",Y1=t=>t==="shadow",c2=()=>{const t=_("color"),e=_("font"),s=_("text"),a=_("font-weight"),d=_("tracking"),g=_("leading"),k=_("breakpoint"),T=_("container"),q=_("spacing"),Z=_("radius"),z=_("shadow"),H=_("inset-shadow"),V=_("text-shadow"),P=_("drop-shadow"),A=_("blur"),O=_("perspective"),X=_("aspect"),J=_("ease"),n1=_("animate"),Q=()=>["auto","avoid","all","avoid-page","page","left","right","column"],K=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],D=()=>[...K(),v,u],R=()=>["auto","hidden","clip","visible","scroll"],t1=()=>["auto","contain","none"],w=()=>[v,u,q],B=()=>[c1,"full","auto",...w()],$=()=>[o1,"none","subgrid",v,u],C=()=>["auto",{span:["full",o1,v,u]},o1,v,u],G=()=>[o1,"auto",v,u],s1=()=>["auto","min","max","fr",v,u],p=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],i=()=>["start","end","center","stretch","center-safe","end-safe"],c=()=>["auto",...w()],m=()=>[c1,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],o=()=>[t,v,u],b=()=>[...K(),H1,z1,{position:[v,u]}],n=()=>["no-repeat",{repeat:["","x","y","space","round"]}],h=()=>["auto","cover","contain",n2,t2,{size:[v,u]}],x=()=>[w1,m1,a1],f=()=>["","none","full",Z,v,u],y=()=>["",j,m1,a1],M=()=>["solid","dashed","dotted","double"],W=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],L=()=>[j,w1,H1,z1],S=()=>["","none",A,v,u],N=()=>["none",j,v,u],E=()=>["none",j,v,u],I=()=>[j,v,u],e1=()=>[c1,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[r1],breakpoint:[r1],color:[U0],container:[r1],"drop-shadow":[r1],ease:["in","out","in-out"],font:[K0],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[r1],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[r1],shadow:[r1],spacing:["px",j],text:[r1],"text-shadow":[r1],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",c1,u,v,X]}],container:["container"],columns:[{columns:[j,u,v,T]}],"break-after":[{"break-after":Q()}],"break-before":[{"break-before":Q()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:D()}],overflow:[{overflow:R()}],"overflow-x":[{"overflow-x":R()}],"overflow-y":[{"overflow-y":R()}],overscroll:[{overscroll:t1()}],"overscroll-x":[{"overscroll-x":t1()}],"overscroll-y":[{"overscroll-y":t1()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:B()}],"inset-x":[{"inset-x":B()}],"inset-y":[{"inset-y":B()}],start:[{start:B()}],end:[{end:B()}],top:[{top:B()}],right:[{right:B()}],bottom:[{bottom:B()}],left:[{left:B()}],visibility:["visible","invisible","collapse"],z:[{z:[o1,"auto",v,u]}],basis:[{basis:[c1,"full","auto",T,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[j,c1,"auto","initial","none",u]}],grow:[{grow:["",j,v,u]}],shrink:[{shrink:["",j,v,u]}],order:[{order:[o1,"first","last","none",v,u]}],"grid-cols":[{"grid-cols":$()}],"col-start-end":[{col:C()}],"col-start":[{"col-start":G()}],"col-end":[{"col-end":G()}],"grid-rows":[{"grid-rows":$()}],"row-start-end":[{row:C()}],"row-start":[{"row-start":G()}],"row-end":[{"row-end":G()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":s1()}],"auto-rows":[{"auto-rows":s1()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...p(),"normal"]}],"justify-items":[{"justify-items":[...i(),"normal"]}],"justify-self":[{"justify-self":["auto",...i()]}],"align-content":[{content:["normal",...p()]}],"align-items":[{items:[...i(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...i(),{baseline:["","last"]}]}],"place-content":[{"place-content":p()}],"place-items":[{"place-items":[...i(),"baseline"]}],"place-self":[{"place-self":["auto",...i()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:c()}],mx:[{mx:c()}],my:[{my:c()}],ms:[{ms:c()}],me:[{me:c()}],mt:[{mt:c()}],mr:[{mr:c()}],mb:[{mb:c()}],ml:[{ml:c()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:m()}],w:[{w:[T,"screen",...m()]}],"min-w":[{"min-w":[T,"screen","none",...m()]}],"max-w":[{"max-w":[T,"screen","none","prose",{screen:[k]},...m()]}],h:[{h:["screen","lh",...m()]}],"min-h":[{"min-h":["screen","lh","none",...m()]}],"max-h":[{"max-h":["screen","lh",...m()]}],"font-size":[{text:["base",s,m1,a1]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[a,v,x1]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",w1,u]}],"font-family":[{font:[r2,u,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[d,v,u]}],"line-clamp":[{"line-clamp":[j,"none",v,x1]}],leading:[{leading:[g,...w()]}],"list-image":[{"list-image":["none",v,u]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",v,u]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:o()}],"text-color":[{text:o()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...M(),"wavy"]}],"text-decoration-thickness":[{decoration:[j,"from-font","auto",v,a1]}],"text-decoration-color":[{decoration:o()}],"underline-offset":[{"underline-offset":[j,"auto",v,u]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",v,u]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",v,u]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:b()}],"bg-repeat":[{bg:n()}],"bg-size":[{bg:h()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},o1,v,u],radial:["",v,u],conic:[o1,v,u]},o2,e2]}],"bg-color":[{bg:o()}],"gradient-from-pos":[{from:x()}],"gradient-via-pos":[{via:x()}],"gradient-to-pos":[{to:x()}],"gradient-from":[{from:o()}],"gradient-via":[{via:o()}],"gradient-to":[{to:o()}],rounded:[{rounded:f()}],"rounded-s":[{"rounded-s":f()}],"rounded-e":[{"rounded-e":f()}],"rounded-t":[{"rounded-t":f()}],"rounded-r":[{"rounded-r":f()}],"rounded-b":[{"rounded-b":f()}],"rounded-l":[{"rounded-l":f()}],"rounded-ss":[{"rounded-ss":f()}],"rounded-se":[{"rounded-se":f()}],"rounded-ee":[{"rounded-ee":f()}],"rounded-es":[{"rounded-es":f()}],"rounded-tl":[{"rounded-tl":f()}],"rounded-tr":[{"rounded-tr":f()}],"rounded-br":[{"rounded-br":f()}],"rounded-bl":[{"rounded-bl":f()}],"border-w":[{border:y()}],"border-w-x":[{"border-x":y()}],"border-w-y":[{"border-y":y()}],"border-w-s":[{"border-s":y()}],"border-w-e":[{"border-e":y()}],"border-w-t":[{"border-t":y()}],"border-w-r":[{"border-r":y()}],"border-w-b":[{"border-b":y()}],"border-w-l":[{"border-l":y()}],"divide-x":[{"divide-x":y()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":y()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...M(),"hidden","none"]}],"divide-style":[{divide:[...M(),"hidden","none"]}],"border-color":[{border:o()}],"border-color-x":[{"border-x":o()}],"border-color-y":[{"border-y":o()}],"border-color-s":[{"border-s":o()}],"border-color-e":[{"border-e":o()}],"border-color-t":[{"border-t":o()}],"border-color-r":[{"border-r":o()}],"border-color-b":[{"border-b":o()}],"border-color-l":[{"border-l":o()}],"divide-color":[{divide:o()}],"outline-style":[{outline:[...M(),"none","hidden"]}],"outline-offset":[{"outline-offset":[j,v,u]}],"outline-w":[{outline:["",j,m1,a1]}],"outline-color":[{outline:o()}],shadow:[{shadow:["","none",z,p1,g1]}],"shadow-color":[{shadow:o()}],"inset-shadow":[{"inset-shadow":["none",H,p1,g1]}],"inset-shadow-color":[{"inset-shadow":o()}],"ring-w":[{ring:y()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:o()}],"ring-offset-w":[{"ring-offset":[j,a1]}],"ring-offset-color":[{"ring-offset":o()}],"inset-ring-w":[{"inset-ring":y()}],"inset-ring-color":[{"inset-ring":o()}],"text-shadow":[{"text-shadow":["none",V,p1,g1]}],"text-shadow-color":[{"text-shadow":o()}],opacity:[{opacity:[j,v,u]}],"mix-blend":[{"mix-blend":[...W(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":W()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[j]}],"mask-image-linear-from-pos":[{"mask-linear-from":L()}],"mask-image-linear-to-pos":[{"mask-linear-to":L()}],"mask-image-linear-from-color":[{"mask-linear-from":o()}],"mask-image-linear-to-color":[{"mask-linear-to":o()}],"mask-image-t-from-pos":[{"mask-t-from":L()}],"mask-image-t-to-pos":[{"mask-t-to":L()}],"mask-image-t-from-color":[{"mask-t-from":o()}],"mask-image-t-to-color":[{"mask-t-to":o()}],"mask-image-r-from-pos":[{"mask-r-from":L()}],"mask-image-r-to-pos":[{"mask-r-to":L()}],"mask-image-r-from-color":[{"mask-r-from":o()}],"mask-image-r-to-color":[{"mask-r-to":o()}],"mask-image-b-from-pos":[{"mask-b-from":L()}],"mask-image-b-to-pos":[{"mask-b-to":L()}],"mask-image-b-from-color":[{"mask-b-from":o()}],"mask-image-b-to-color":[{"mask-b-to":o()}],"mask-image-l-from-pos":[{"mask-l-from":L()}],"mask-image-l-to-pos":[{"mask-l-to":L()}],"mask-image-l-from-color":[{"mask-l-from":o()}],"mask-image-l-to-color":[{"mask-l-to":o()}],"mask-image-x-from-pos":[{"mask-x-from":L()}],"mask-image-x-to-pos":[{"mask-x-to":L()}],"mask-image-x-from-color":[{"mask-x-from":o()}],"mask-image-x-to-color":[{"mask-x-to":o()}],"mask-image-y-from-pos":[{"mask-y-from":L()}],"mask-image-y-to-pos":[{"mask-y-to":L()}],"mask-image-y-from-color":[{"mask-y-from":o()}],"mask-image-y-to-color":[{"mask-y-to":o()}],"mask-image-radial":[{"mask-radial":[v,u]}],"mask-image-radial-from-pos":[{"mask-radial-from":L()}],"mask-image-radial-to-pos":[{"mask-radial-to":L()}],"mask-image-radial-from-color":[{"mask-radial-from":o()}],"mask-image-radial-to-color":[{"mask-radial-to":o()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":K()}],"mask-image-conic-pos":[{"mask-conic":[j]}],"mask-image-conic-from-pos":[{"mask-conic-from":L()}],"mask-image-conic-to-pos":[{"mask-conic-to":L()}],"mask-image-conic-from-color":[{"mask-conic-from":o()}],"mask-image-conic-to-color":[{"mask-conic-to":o()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:b()}],"mask-repeat":[{mask:n()}],"mask-size":[{mask:h()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",v,u]}],filter:[{filter:["","none",v,u]}],blur:[{blur:S()}],brightness:[{brightness:[j,v,u]}],contrast:[{contrast:[j,v,u]}],"drop-shadow":[{"drop-shadow":["","none",P,p1,g1]}],"drop-shadow-color":[{"drop-shadow":o()}],grayscale:[{grayscale:["",j,v,u]}],"hue-rotate":[{"hue-rotate":[j,v,u]}],invert:[{invert:["",j,v,u]}],saturate:[{saturate:[j,v,u]}],sepia:[{sepia:["",j,v,u]}],"backdrop-filter":[{"backdrop-filter":["","none",v,u]}],"backdrop-blur":[{"backdrop-blur":S()}],"backdrop-brightness":[{"backdrop-brightness":[j,v,u]}],"backdrop-contrast":[{"backdrop-contrast":[j,v,u]}],"backdrop-grayscale":[{"backdrop-grayscale":["",j,v,u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[j,v,u]}],"backdrop-invert":[{"backdrop-invert":["",j,v,u]}],"backdrop-opacity":[{"backdrop-opacity":[j,v,u]}],"backdrop-saturate":[{"backdrop-saturate":[j,v,u]}],"backdrop-sepia":[{"backdrop-sepia":["",j,v,u]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",v,u]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[j,"initial",v,u]}],ease:[{ease:["linear","initial",J,v,u]}],delay:[{delay:[j,v,u]}],animate:[{animate:["none",n1,v,u]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[O,v,u]}],"perspective-origin":[{"perspective-origin":D()}],rotate:[{rotate:N()}],"rotate-x":[{"rotate-x":N()}],"rotate-y":[{"rotate-y":N()}],"rotate-z":[{"rotate-z":N()}],scale:[{scale:E()}],"scale-x":[{"scale-x":E()}],"scale-y":[{"scale-y":E()}],"scale-z":[{"scale-z":E()}],"scale-3d":["scale-3d"],skew:[{skew:I()}],"skew-x":[{"skew-x":I()}],"skew-y":[{"skew-y":I()}],transform:[{transform:[v,u,"","none","gpu","cpu"]}],"transform-origin":[{origin:D()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:e1()}],"translate-x":[{"translate-x":e1()}],"translate-y":[{"translate-y":e1()}],"translate-z":[{"translate-z":e1()}],"translate-none":["translate-none"],accent:[{accent:o()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:o()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",v,u]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",v,u]}],fill:[{fill:["none",...o()]}],"stroke-w":[{stroke:[j,m1,a1,x1]}],stroke:[{stroke:["none",...o()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},l2=D0(c2);function G1(t){var e,s,a="";if(typeof t=="string"||typeof t=="number")a+=t;else if(typeof t=="object")if(Array.isArray(t)){var d=t.length;for(e=0;e<d;e++)t[e]&&(s=G1(t[e]))&&(a&&(a+=" "),a+=s)}else for(s in t)t[s]&&(a&&(a+=" "),a+=s);return a}function i2(){for(var t,e,s=0,a="",d=arguments.length;s<d;s++)(t=arguments[s])&&(e=G1(t))&&(a&&(a+=" "),a+=e);return a}function U(...t){const e=t.filter(s=>s&&s.trim()!=="");return e.length===0?"":e.length===1?e[0]:l2(i2(e))}const $1=t=>!Array.isArray(t)||t.length===0,Y=class{};F(Y,"IsZeroArray",t=>$1(t)),F(Y,"RemoveItem",(t,e)=>Y.IsZeroArray(t)?[]:t.filter(s=>s!==e)),F(Y,"RemoveItemByID",(t,e)=>Y.IsZeroArray(t)?[]:t.filter(s=>s.id!==e)),F(Y,"UpdateItem",(t,e)=>Y.IsZeroArray(t)?[]:(t.forEach((s,a)=>{s.id===e.id&&(t[a]=e)}),t)),F(Y,"PrependItem",(t,e)=>Y.IsZeroArray(t)?[e]:[e,...t]),F(Y,"AppendArray",(t,e)=>Y.IsZeroArray(t)?e:[...t,...e]),F(Y,"Contain",(t,e)=>$1(t)?!1:t.includes(e)),F(Y,"Union",(t,e)=>t.concat(e.filter(s=>t.indexOf(s)<0)));class d2 extends Error{}d2.prototype.name="InvalidTokenError";function h2(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var j1={exports:{}},m2=j1.exports,E1;function u2(){return E1||(E1=1,(function(t,e){(function(s,a){t.exports=a()})(m2,function(){var s=1e3,a=6e4,d=36e5,g="millisecond",k="second",T="minute",q="hour",Z="day",z="week",H="month",V="quarter",P="year",A="date",O="Invalid Date",X=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,J=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,n1={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(p){var i=["th","st","nd","rd"],c=p%100;return"["+p+(i[(c-20)%10]||i[c]||i[0])+"]"}},Q=function(p,i,c){var m=String(p);return!m||m.length>=i?p:""+Array(i+1-m.length).join(c)+p},K={s:Q,z:function(p){var i=-p.utcOffset(),c=Math.abs(i),m=Math.floor(c/60),o=c%60;return(i<=0?"+":"-")+Q(m,2,"0")+":"+Q(o,2,"0")},m:function p(i,c){if(i.date()<c.date())return-p(c,i);var m=12*(c.year()-i.year())+(c.month()-i.month()),o=i.clone().add(m,H),b=c-o<0,n=i.clone().add(m+(b?-1:1),H);return+(-(m+(c-o)/(b?o-n:n-o))||0)},a:function(p){return p<0?Math.ceil(p)||0:Math.floor(p)},p:function(p){return{M:H,y:P,w:z,d:Z,D:A,h:q,m:T,s:k,ms:g,Q:V}[p]||String(p||"").toLowerCase().replace(/s$/,"")},u:function(p){return p===void 0}},D="en",R={};R[D]=n1;var t1="$isDayjsObject",w=function(p){return p instanceof G||!(!p||!p[t1])},B=function p(i,c,m){var o;if(!i)return D;if(typeof i=="string"){var b=i.toLowerCase();R[b]&&(o=b),c&&(R[b]=c,o=b);var n=i.split("-");if(!o&&n.length>1)return p(n[0])}else{var h=i.name;R[h]=i,o=h}return!m&&o&&(D=o),o||!m&&D},$=function(p,i){if(w(p))return p.clone();var c=typeof i=="object"?i:{};return c.date=p,c.args=arguments,new G(c)},C=K;C.l=B,C.i=w,C.w=function(p,i){return $(p,{locale:i.$L,utc:i.$u,x:i.$x,$offset:i.$offset})};var G=(function(){function p(c){this.$L=B(c.locale,null,!0),this.parse(c),this.$x=this.$x||c.x||{},this[t1]=!0}var i=p.prototype;return i.parse=function(c){this.$d=(function(m){var o=m.date,b=m.utc;if(o===null)return new Date(NaN);if(C.u(o))return new Date;if(o instanceof Date)return new Date(o);if(typeof o=="string"&&!/Z$/i.test(o)){var n=o.match(X);if(n){var h=n[2]-1||0,x=(n[7]||"0").substring(0,3);return b?new Date(Date.UTC(n[1],h,n[3]||1,n[4]||0,n[5]||0,n[6]||0,x)):new Date(n[1],h,n[3]||1,n[4]||0,n[5]||0,n[6]||0,x)}}return new Date(o)})(c),this.init()},i.init=function(){var c=this.$d;this.$y=c.getFullYear(),this.$M=c.getMonth(),this.$D=c.getDate(),this.$W=c.getDay(),this.$H=c.getHours(),this.$m=c.getMinutes(),this.$s=c.getSeconds(),this.$ms=c.getMilliseconds()},i.$utils=function(){return C},i.isValid=function(){return this.$d.toString()!==O},i.isSame=function(c,m){var o=$(c);return this.startOf(m)<=o&&o<=this.endOf(m)},i.isAfter=function(c,m){return $(c)<this.startOf(m)},i.isBefore=function(c,m){return this.endOf(m)<$(c)},i.$g=function(c,m,o){return C.u(c)?this[m]:this.set(o,c)},i.unix=function(){return Math.floor(this.valueOf()/1e3)},i.valueOf=function(){return this.$d.getTime()},i.startOf=function(c,m){var o=this,b=!!C.u(m)||m,n=C.p(c),h=function(N,E){var I=C.w(o.$u?Date.UTC(o.$y,E,N):new Date(o.$y,E,N),o);return b?I:I.endOf(Z)},x=function(N,E){return C.w(o.toDate()[N].apply(o.toDate("s"),(b?[0,0,0,0]:[23,59,59,999]).slice(E)),o)},f=this.$W,y=this.$M,M=this.$D,W="set"+(this.$u?"UTC":"");switch(n){case P:return b?h(1,0):h(31,11);case H:return b?h(1,y):h(0,y+1);case z:var L=this.$locale().weekStart||0,S=(f<L?f+7:f)-L;return h(b?M-S:M+(6-S),y);case Z:case A:return x(W+"Hours",0);case q:return x(W+"Minutes",1);case T:return x(W+"Seconds",2);case k:return x(W+"Milliseconds",3);default:return this.clone()}},i.endOf=function(c){return this.startOf(c,!1)},i.$set=function(c,m){var o,b=C.p(c),n="set"+(this.$u?"UTC":""),h=(o={},o[Z]=n+"Date",o[A]=n+"Date",o[H]=n+"Month",o[P]=n+"FullYear",o[q]=n+"Hours",o[T]=n+"Minutes",o[k]=n+"Seconds",o[g]=n+"Milliseconds",o)[b],x=b===Z?this.$D+(m-this.$W):m;if(b===H||b===P){var f=this.clone().set(A,1);f.$d[h](x),f.init(),this.$d=f.set(A,Math.min(this.$D,f.daysInMonth())).$d}else h&&this.$d[h](x);return this.init(),this},i.set=function(c,m){return this.clone().$set(c,m)},i.get=function(c){return this[C.p(c)]()},i.add=function(c,m){var o,b=this;c=Number(c);var n=C.p(m),h=function(y){var M=$(b);return C.w(M.date(M.date()+Math.round(y*c)),b)};if(n===H)return this.set(H,this.$M+c);if(n===P)return this.set(P,this.$y+c);if(n===Z)return h(1);if(n===z)return h(7);var x=(o={},o[T]=a,o[q]=d,o[k]=s,o)[n]||1,f=this.$d.getTime()+c*x;return C.w(f,this)},i.subtract=function(c,m){return this.add(-1*c,m)},i.format=function(c){var m=this,o=this.$locale();if(!this.isValid())return o.invalidDate||O;var b=c||"YYYY-MM-DDTHH:mm:ssZ",n=C.z(this),h=this.$H,x=this.$m,f=this.$M,y=o.weekdays,M=o.months,W=o.meridiem,L=function(E,I,e1,v1){return E&&(E[I]||E(m,b))||e1[I].slice(0,v1)},S=function(E){return C.s(h%12||12,E,"0")},N=W||function(E,I,e1){var v1=E<12?"AM":"PM";return e1?v1.toLowerCase():v1};return b.replace(J,function(E,I){return I||(function(e1){switch(e1){case"YY":return String(m.$y).slice(-2);case"YYYY":return C.s(m.$y,4,"0");case"M":return f+1;case"MM":return C.s(f+1,2,"0");case"MMM":return L(o.monthsShort,f,M,3);case"MMMM":return L(M,f);case"D":return m.$D;case"DD":return C.s(m.$D,2,"0");case"d":return String(m.$W);case"dd":return L(o.weekdaysMin,m.$W,y,2);case"ddd":return L(o.weekdaysShort,m.$W,y,3);case"dddd":return y[m.$W];case"H":return String(h);case"HH":return C.s(h,2,"0");case"h":return S(1);case"hh":return S(2);case"a":return N(h,x,!0);case"A":return N(h,x,!1);case"m":return String(x);case"mm":return C.s(x,2,"0");case"s":return String(m.$s);case"ss":return C.s(m.$s,2,"0");case"SSS":return C.s(m.$ms,3,"0");case"Z":return n}return null})(E)||n.replace(":","")})},i.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},i.diff=function(c,m,o){var b,n=this,h=C.p(m),x=$(c),f=(x.utcOffset()-this.utcOffset())*a,y=this-x,M=function(){return C.m(n,x)};switch(h){case P:b=M()/12;break;case H:b=M();break;case V:b=M()/3;break;case z:b=(y-f)/6048e5;break;case Z:b=(y-f)/864e5;break;case q:b=y/d;break;case T:b=y/a;break;case k:b=y/s;break;default:b=y}return o?b:C.a(b)},i.daysInMonth=function(){return this.endOf(H).$D},i.$locale=function(){return R[this.$L]},i.locale=function(c,m){if(!c)return this.$L;var o=this.clone(),b=B(c,m,!0);return b&&(o.$L=b),o},i.clone=function(){return C.w(this.$d,this)},i.toDate=function(){return new Date(this.valueOf())},i.toJSON=function(){return this.isValid()?this.toISOString():null},i.toISOString=function(){return this.$d.toISOString()},i.toString=function(){return this.$d.toUTCString()},p})(),s1=G.prototype;return $.prototype=s1,[["$ms",g],["$s",k],["$m",T],["$H",q],["$W",Z],["$M",H],["$y",P],["$D",A]].forEach(function(p){s1[p[1]]=function(i){return this.$g(i,p[0],p[1])}}),$.extend=function(p,i){return p.$i||(p(i,G,$),p.$i=!0),$},$.locale=B,$.isDayjs=w,$.unix=function(p){return $(1e3*p)},$.en=R[D],$.Ls=R,$.p={},$})})(j1)),j1.exports}var v2=u2();const b1=h2(v2);class f1{}F(f1,"getToday",()=>b1()),F(f1,"isValidDate",t=>b1.isDayjs(t)),F(f1,"parseDate",t=>b1(t)),F(f1,"convertDayjsToGoTime",t=>t==null?void 0:t.format("YYYY-MM-DDTHH:mm:ssZ"));function g2({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:U("stroke-black",t),height:e,width:e,viewBox:"0 0 32 32",children:[r.jsx("style",{type:"text/css",children:".st0{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}"}),r.jsx("path",{className:"st0",d:`M3.6,10.4c0.8,0.8,2.2,0.8,3.1,0L8,9.1l1.3,1.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1l-1.3-1.3L8,3
|
|
22
|
+
<%s key={someKey} {...props} />`,f,S,N,S),b[S+f]=!0)}if(S=null,x!==void 0&&(s(x),S=""+x),k(h)&&(s(h.key),S=""+h.key),"key"in h){x={};for(var E in h)E!=="key"&&(x[E]=h[E])}else x=h;return S&&T(x,typeof n=="function"?n.displayName||n.name||"Unknown":n),Z(n,S,M,y,d(),x,W,L)}function H(n){typeof n=="object"&&n!==null&&n.$$typeof===P&&n._store&&(n._store.validated=1)}var V=y0,P=Symbol.for("react.transitional.element"),A=Symbol.for("react.portal"),O=Symbol.for("react.fragment"),X=Symbol.for("react.strict_mode"),J=Symbol.for("react.profiler");Symbol.for("react.provider");var n1=Symbol.for("react.consumer"),Q=Symbol.for("react.context"),K=Symbol.for("react.forward_ref"),D=Symbol.for("react.suspense"),R=Symbol.for("react.suspense_list"),t1=Symbol.for("react.memo"),w=Symbol.for("react.lazy"),B=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),j=V.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,G=Object.prototype.hasOwnProperty,s1=Array.isArray,p=console.createTask?console.createTask:function(){return null};V={react_stack_bottom_frame:function(n){return n()}};var i,c={},m=V.react_stack_bottom_frame.bind(V,g)(),o=p(a(g)),b={};h1.Fragment=O,h1.jsx=function(n,h,x,f,y){var M=1e4>j.recentlyCreatedOwnerStacks++;return z(n,h,x,!1,f,y,M?Error("react-stack-top-frame"):m,M?p(a(n)):o)},h1.jsxs=function(n,h,x,f,y){var M=1e4>j.recentlyCreatedOwnerStacks++;return z(n,h,x,!0,f,y,M?Error("react-stack-top-frame"):m,M?p(a(n)):o)}})()),h1}var g3=u1.exports,M1;function T0(){return M1||(M1=1,process.env.NODE_ENV==="production"?u1.exports=C0():u1.exports=j0()),u1.exports}var r=T0();function A1({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 24 24",children:[r.jsx("path",{d:"M6.08706 7.18785C6.02201 7.35088 5.96237 7.51555 5.90814 7.68161C6.37118 7.75292 6.87059 7.84964 7.39119 7.9808C7.63693 7.29058 7.99847 6.63236 8.47583 6.0363L12.6895 10.25L12.4375 10.5019C12.6247 10.6634 12.8083 10.8335 12.9875 11.0127C13.1667 11.1918 13.3368 11.3754 13.4982 11.5626L13.7501 11.3106L17.9635 15.5239C17.3675 16.0012 16.7094 16.3627 16.0193 16.6085C16.1504 17.1291 16.2472 17.6285 16.3185 18.0915C16.6436 17.9853 16.9635 17.8584 17.276 17.7107C18.1109 17.3162 18.8933 16.7737 19.5838 16.0833C19.7145 15.9526 19.8399 15.8186 19.96 15.6816C20.522 15.0395 20.9861 14.3094 21.3289 13.5148C21.7434 12.5518 21.966 11.5259 21.9965 10.4954C21.9989 10.4139 22.0001 10.3321 22.0001 10.25C22.0001 10.1458 21.9981 10.042 21.9943 9.93868C21.9725 9.35607 21.8892 8.77533 21.7446 8.207C21.0019 5.29266 18.7081 2.99781 15.7937 2.25509C15.398 2.15433 14.9959 2.0836 14.5916 2.0424C14.3149 2.01436 14.0342 2 13.7501 2C13.4726 2 13.1982 2.0137 12.9277 2.04047C12.2733 2.10565 11.6252 2.24882 10.9985 2.47C8.76014 3.26166 6.96533 4.99194 6.08706 7.18785ZM20.0475 7.81481C19.1674 8.50945 17.9608 8.58967 17.0053 8.05547L19.0245 6.0363C19.4634 6.58439 19.8044 7.18505 20.0475 7.81481ZM15.9181 9.14268C17.2639 10.0817 19.0318 10.1519 20.4407 9.35317C20.6778 11.1325 20.2056 12.9883 19.0242 14.4633L14.8108 10.25L15.9181 9.14268ZM14.8574 8.08201L13.7501 9.1893L9.53645 4.9756C11.0116 3.79404 12.8676 3.32188 14.6471 3.55914C13.8483 4.96806 13.9184 6.73612 14.8574 8.08201ZM15.9446 6.9948C15.4104 6.03922 15.4907 4.83257 16.1855 3.95245C16.8152 4.19559 17.4158 4.53664 17.9638 4.9756L15.9446 6.9948Z"}),r.jsx("path",{d:"M6.96973 13.4697C7.26262 13.1768 7.7375 13.1768 8.03039 13.4697L10.5304 15.9697C10.8233 16.2626 10.8233 16.7374 10.5304 17.0303C10.2375 17.3232 9.76262 17.3232 9.46973 17.0303L6.96973 14.5303C6.67684 14.2374 6.67684 13.7626 6.96973 13.4697Z"}),r.jsx("path",{d:"M2.02815 11.0186C1.9188 9.57689 3.07688 8.4188 4.5186 8.52815C6.49666 8.67819 9.85794 9.29728 12.2804 11.7197C14.7028 14.1422 15.3219 17.5035 15.472 19.4815C15.5813 20.9232 14.4232 22.0813 12.9815 21.972C11.0035 21.8219 7.64217 21.2028 5.21972 18.7804C2.79728 16.3579 2.17819 12.9967 2.02815 11.0186ZM4.40515 10.0239C3.87938 9.98398 3.48398 10.3794 3.52386 10.9051C3.66515 12.7678 4.24225 15.6816 6.28038 17.7197C8.31852 19.7579 11.2323 20.335 13.095 20.4763C13.6207 20.5161 14.0161 20.1207 13.9763 19.595C13.835 17.7323 13.2579 14.8185 11.2197 12.7804C9.18159 10.7423 6.26785 10.1651 4.40515 10.0239Z"})]})}function N1({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -32 512.00001 512",children:[r.jsx("path",{d:"m342.382812 239.351562c-23.039062-35.941406-62.277343-57.402343-104.964843-57.402343-42.683594 0-81.925781 21.460937-104.960938 57.402343l-55.515625 86.605469c-9.210937 14.371094-13.460937 30.96875-12.292968 47.996094 1.167968 17.03125 7.648437 32.890625 18.738281 45.871094 11.097656 12.976562 25.761719 21.84375 42.40625 25.648437 16.644531 3.800782 33.707031 2.179688 49.339843-4.691406l1.019532-.453125c39.339844-16.957031 84.304687-16.804687 123.546875.453125 10.121093 4.449219 20.84375 6.699219 31.664062 6.699219 5.882813 0 11.800781-.667969 17.664063-2.003907 16.644531-3.800781 31.308594-12.667968 42.410156-25.644531 11.09375-12.976562 17.578125-28.839843 18.75-45.871093 1.171875-17.035157-3.078125-33.632813-12.289062-48.007813zm26.246094 160.972657c-14.121094 16.507812-36.964844 21.726562-56.847656 12.984375-23.632812-10.394532-49-15.589844-74.375-15.589844-25.351562 0-50.714844 5.191406-74.332031 15.574219l-.671875.296875c-19.730469 8.34375-42.238282 3.058594-56.203125-13.265625-14.105469-16.511719-15.710938-39.886719-3.992188-58.171875l55.519531-86.605469c17.492188-27.289063 47.28125-43.582031 79.691407-43.582031 32.410156 0 62.203125 16.292968 79.699219 43.582031l55.511718 86.601563c11.722656 18.292968 10.113282 41.671874-4 58.175781zm0 0"}),r.jsx("path",{d:"m91.894531 239.238281c16.515625-6.34375 29.0625-19.652343 35.332031-37.476562 5.960938-16.960938 5.472657-36.109375-1.382812-53.921875-6.859375-17.800782-19.335938-32.332032-35.128906-40.921875-16.597656-9.019531-34.828125-10.488281-51.316406-4.132813-33.171876 12.753906-48.394532 53.746094-33.929688 91.398438 11.554688 29.96875 38.503906 48.886718 65.75 48.886718 6.957031 0 13.933594-1.234374 20.675781-3.832031zm-58.417969-55.835937c-8.523437-22.1875-1.035156-45.789063 16.703126-52.609375 3.203124-1.234375 6.589843-1.847657 10.046874-1.847657 5.335938 0 10.847657 1.457032 16.152344 4.34375 9.539063 5.183594 17.160156 14.183594 21.457032 25.335938 4.292968 11.160156 4.675781 22.941406 1.074218 33.179688-3.300781 9.382812-9.617187 16.28125-17.78125 19.417968l-.015625.007813c-17.714843 6.828125-39.085937-5.660157-47.636719-27.828125zm0 0"}),r.jsx("path",{d:"m199.613281 171.386719c41.46875 0 75.207031-38.4375 75.207031-85.683594 0-47.257813-33.738281-85.703125-75.207031-85.703125-41.464843 0-75.199219 38.445312-75.199219 85.703125 0 47.246094 33.734376 85.683594 75.199219 85.683594zm0-141.375c24.917969 0 45.195313 24.984375 45.195313 55.691406 0 30.695313-20.277344 55.671875-45.195313 55.671875s-45.1875-24.976562-45.1875-55.671875c0-30.707031 20.269531-55.691406 45.1875-55.691406zm0 0"}),r.jsx("path",{d:"m329.496094 192.4375h.003906c6.378906 2.117188 12.886719 3.128906 19.367188 3.128906 30.242187 0 59.714843-22.011718 70.960937-55.839844 6.476563-19.472656 6.050781-40.0625-1.199219-57.972656-7.585937-18.746094-21.644531-32.355468-39.589844-38.324218-17.945312-5.960938-37.363281-3.476563-54.664062 7-16.527344 10.011718-29.191406 26.246093-35.65625 45.71875-13.652344 41.078124 4.640625 84.273437 40.777344 96.289062zm-12.296875-86.824219c4.222656-12.714843 12.292969-23.191406 22.726562-29.511719 9.652344-5.847656 20.183594-7.335937 29.648438-4.191406 9.460937 3.148438 17 10.640625 21.234375 21.101563 4.574218 11.304687 4.769531 24.53125.539062 37.246093-8.433594 25.375-31.933594 40.492188-52.382812 33.699219-20.433594-6.796875-30.199219-32.96875-21.765625-58.34375zm0 0"}),r.jsx("path",{d:"m487.875 182.4375-.011719-.011719c-28.597656-21.125-71.367187-11.96875-95.347656 20.421875-23.957031 32.40625-20.210937 75.972656 8.34375 97.113282 10.414063 7.714843 22.71875 11.402343 35.3125 11.402343 21.949219 0 44.785156-11.203125 60.046875-31.804687 23.957031-32.40625 20.214844-75.972656-8.34375-97.121094zm-15.777344 79.265625c-14.160156 19.113281-38.101562 25.453125-53.378906 14.136719-15.265625-11.300782-16.195312-36.042969-2.074219-55.144532 9.386719-12.679687 23.097657-19.734374 35.734375-19.734374 6.390625 0 12.507813 1.804687 17.648438 5.605468 15.253906 11.3125 16.179687 36.046875 2.070312 55.136719zm0 0"})]})}var L0=Object.defineProperty,M0=(t,e,s)=>e in t?L0(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,F=(t,e,s)=>M0(t,typeof e!="symbol"?e+"":e,s);const j1="-",Z0=t=>{const e=z0(t),{conflictingClassGroups:s,conflictingClassGroupModifiers:a}=t;return{getClassGroupId:d=>{const g=d.split(j1);return g[0]===""&&g.length!==1&&g.shift(),_1(g,e)||S0(d)},getConflictingClassGroupIds:(d,g)=>{const k=s[d]||[];return g&&a[d]?[...k,...a[d]]:k}}},_1=(t,e)=>{var s;if(t.length===0)return e.classGroupId;const a=t[0],d=e.nextPart.get(a),g=d?_1(t.slice(1),d):void 0;if(g)return g;if(e.validators.length===0)return;const k=t.join(j1);return(s=e.validators.find(({validator:T})=>T(k)))==null?void 0:s.classGroupId},Z1=/^\[(.+)\]$/,S0=t=>{if(Z1.test(t)){const e=Z1.exec(t)[1],s=e==null?void 0:e.substring(0,e.indexOf(":"));if(s)return"arbitrary.."+s}},z0=t=>{const{theme:e,classGroups:s}=t,a={nextPart:new Map,validators:[]};for(const d in s)k1(s[d],a,d,e);return a},k1=(t,e,s,a)=>{t.forEach(d=>{if(typeof d=="string"){const g=d===""?e:S1(e,d);g.classGroupId=s;return}if(typeof d=="function"){if(H0(d)){k1(d(a),e,s,a);return}e.validators.push({validator:d,classGroupId:s});return}Object.entries(d).forEach(([g,k])=>{k1(k,S1(e,g),s,a)})})},S1=(t,e)=>{let s=t;return e.split(j1).forEach(a=>{s.nextPart.has(a)||s.nextPart.set(a,{nextPart:new Map,validators:[]}),s=s.nextPart.get(a)}),s},H0=t=>t.isThemeGetter,$0=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,s=new Map,a=new Map;const d=(g,k)=>{s.set(g,k),e++,e>t&&(e=0,a=s,s=new Map)};return{get(g){let k=s.get(g);if(k!==void 0)return k;if((k=a.get(g))!==void 0)return d(g,k),k},set(g,k){s.has(g)?s.set(g,k):d(g,k)}}},q1="!",y1=":",E0=y1.length,A0=t=>{const{prefix:e,experimentalParseClassName:s}=t;let a=d=>{const g=[];let k=0,T=0,q=0,Z;for(let A=0;A<d.length;A++){let O=d[A];if(k===0&&T===0){if(O===y1){g.push(d.slice(q,A)),q=A+E0;continue}if(O==="/"){Z=A;continue}}O==="["?k++:O==="]"?k--:O==="("?T++:O===")"&&T--}const z=g.length===0?d:d.substring(q),H=N0(z),V=H!==z,P=Z&&Z>q?Z-q:void 0;return{modifiers:g,hasImportantModifier:V,baseClassName:H,maybePostfixModifierPosition:P}};if(e){const d=e+y1,g=a;a=k=>k.startsWith(d)?g(k.substring(d.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:k,maybePostfixModifierPosition:void 0}}if(s){const d=a;a=g=>s({className:g,parseClassName:d})}return a},N0=t=>t.endsWith(q1)?t.substring(0,t.length-1):t.startsWith(q1)?t.substring(1):t,_0=t=>{const e=Object.fromEntries(t.orderSensitiveModifiers.map(s=>[s,!0]));return s=>{if(s.length<=1)return s;const a=[];let d=[];return s.forEach(g=>{g[0]==="["||e[g]?(a.push(...d.sort(),g),d=[]):d.push(g)}),a.push(...d.sort()),a}},O0=t=>({cache:$0(t.cacheSize),parseClassName:A0(t),sortModifiers:_0(t),...Z0(t)}),P0=/\s+/,R0=(t,e)=>{const{parseClassName:s,getClassGroupId:a,getConflictingClassGroupIds:d,sortModifiers:g}=e,k=[],T=t.trim().split(P0);let q="";for(let Z=T.length-1;Z>=0;Z-=1){const z=T[Z],{isExternal:H,modifiers:V,hasImportantModifier:P,baseClassName:A,maybePostfixModifierPosition:O}=s(z);if(H){q=z+(q.length>0?" "+q:q);continue}let X=!!O,J=a(X?A.substring(0,O):A);if(!J){if(!X){q=z+(q.length>0?" "+q:q);continue}if(J=a(A),!J){q=z+(q.length>0?" "+q:q);continue}X=!1}const n1=g(V).join(":"),Q=P?n1+q1:n1,K=Q+J;if(k.includes(K))continue;k.push(K);const D=d(J,X);for(let R=0;R<D.length;++R){const t1=D[R];k.push(Q+t1)}q=z+(q.length>0?" "+q:q)}return q};function B0(){let t=0,e,s,a="";for(;t<arguments.length;)(e=arguments[t++])&&(s=O1(e))&&(a&&(a+=" "),a+=s);return a}const O1=t=>{if(typeof t=="string")return t;let e,s="";for(let a=0;a<t.length;a++)t[a]&&(e=O1(t[a]))&&(s&&(s+=" "),s+=e);return s};function D0(t,...e){let s,a,d,g=k;function k(q){const Z=e.reduce((z,H)=>H(z),t());return s=O0(Z),a=s.cache.get,d=s.cache.set,g=T,T(q)}function T(q){const Z=a(q);if(Z)return Z;const z=R0(q,s);return d(q,z),z}return function(){return g(B0.apply(null,arguments))}}const _=t=>{const e=s=>s[t]||[];return e.isThemeGetter=!0,e},P1=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,R1=/^\((?:(\w[\w-]*):)?(.+)\)$/i,I0=/^\d+\/\d+$/,V0=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W0=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Y0=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,G0=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,F0=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,c1=t=>I0.test(t),C=t=>!!t&&!Number.isNaN(Number(t)),o1=t=>!!t&&Number.isInteger(Number(t)),w1=t=>t.endsWith("%")&&C(t.slice(0,-1)),r1=t=>V0.test(t),U0=()=>!0,J0=t=>W0.test(t)&&!Y0.test(t),B1=()=>!1,Q0=t=>G0.test(t),X0=t=>F0.test(t),K0=t=>!u(t)&&!v(t),t2=t=>l1(t,V1,B1),u=t=>P1.test(t),a1=t=>l1(t,W1,J0),x1=t=>l1(t,s2,C),z1=t=>l1(t,D1,B1),e2=t=>l1(t,I1,X0),g1=t=>l1(t,Y1,Q0),v=t=>R1.test(t),m1=t=>i1(t,W1),r2=t=>i1(t,a2),H1=t=>i1(t,D1),n2=t=>i1(t,V1),o2=t=>i1(t,I1),p1=t=>i1(t,Y1,!0),l1=(t,e,s)=>{const a=P1.exec(t);return a?a[1]?e(a[1]):s(a[2]):!1},i1=(t,e,s=!1)=>{const a=R1.exec(t);return a?a[1]?e(a[1]):s:!1},D1=t=>t==="position"||t==="percentage",I1=t=>t==="image"||t==="url",V1=t=>t==="length"||t==="size"||t==="bg-size",W1=t=>t==="length",s2=t=>t==="number",a2=t=>t==="family-name",Y1=t=>t==="shadow",c2=()=>{const t=_("color"),e=_("font"),s=_("text"),a=_("font-weight"),d=_("tracking"),g=_("leading"),k=_("breakpoint"),T=_("container"),q=_("spacing"),Z=_("radius"),z=_("shadow"),H=_("inset-shadow"),V=_("text-shadow"),P=_("drop-shadow"),A=_("blur"),O=_("perspective"),X=_("aspect"),J=_("ease"),n1=_("animate"),Q=()=>["auto","avoid","all","avoid-page","page","left","right","column"],K=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],D=()=>[...K(),v,u],R=()=>["auto","hidden","clip","visible","scroll"],t1=()=>["auto","contain","none"],w=()=>[v,u,q],B=()=>[c1,"full","auto",...w()],$=()=>[o1,"none","subgrid",v,u],j=()=>["auto",{span:["full",o1,v,u]},o1,v,u],G=()=>[o1,"auto",v,u],s1=()=>["auto","min","max","fr",v,u],p=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],i=()=>["start","end","center","stretch","center-safe","end-safe"],c=()=>["auto",...w()],m=()=>[c1,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],o=()=>[t,v,u],b=()=>[...K(),H1,z1,{position:[v,u]}],n=()=>["no-repeat",{repeat:["","x","y","space","round"]}],h=()=>["auto","cover","contain",n2,t2,{size:[v,u]}],x=()=>[w1,m1,a1],f=()=>["","none","full",Z,v,u],y=()=>["",C,m1,a1],M=()=>["solid","dashed","dotted","double"],W=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],L=()=>[C,w1,H1,z1],S=()=>["","none",A,v,u],N=()=>["none",C,v,u],E=()=>["none",C,v,u],I=()=>[C,v,u],e1=()=>[c1,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[r1],breakpoint:[r1],color:[U0],container:[r1],"drop-shadow":[r1],ease:["in","out","in-out"],font:[K0],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[r1],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[r1],shadow:[r1],spacing:["px",C],text:[r1],"text-shadow":[r1],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",c1,u,v,X]}],container:["container"],columns:[{columns:[C,u,v,T]}],"break-after":[{"break-after":Q()}],"break-before":[{"break-before":Q()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:D()}],overflow:[{overflow:R()}],"overflow-x":[{"overflow-x":R()}],"overflow-y":[{"overflow-y":R()}],overscroll:[{overscroll:t1()}],"overscroll-x":[{"overscroll-x":t1()}],"overscroll-y":[{"overscroll-y":t1()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:B()}],"inset-x":[{"inset-x":B()}],"inset-y":[{"inset-y":B()}],start:[{start:B()}],end:[{end:B()}],top:[{top:B()}],right:[{right:B()}],bottom:[{bottom:B()}],left:[{left:B()}],visibility:["visible","invisible","collapse"],z:[{z:[o1,"auto",v,u]}],basis:[{basis:[c1,"full","auto",T,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[C,c1,"auto","initial","none",u]}],grow:[{grow:["",C,v,u]}],shrink:[{shrink:["",C,v,u]}],order:[{order:[o1,"first","last","none",v,u]}],"grid-cols":[{"grid-cols":$()}],"col-start-end":[{col:j()}],"col-start":[{"col-start":G()}],"col-end":[{"col-end":G()}],"grid-rows":[{"grid-rows":$()}],"row-start-end":[{row:j()}],"row-start":[{"row-start":G()}],"row-end":[{"row-end":G()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":s1()}],"auto-rows":[{"auto-rows":s1()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...p(),"normal"]}],"justify-items":[{"justify-items":[...i(),"normal"]}],"justify-self":[{"justify-self":["auto",...i()]}],"align-content":[{content:["normal",...p()]}],"align-items":[{items:[...i(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...i(),{baseline:["","last"]}]}],"place-content":[{"place-content":p()}],"place-items":[{"place-items":[...i(),"baseline"]}],"place-self":[{"place-self":["auto",...i()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:c()}],mx:[{mx:c()}],my:[{my:c()}],ms:[{ms:c()}],me:[{me:c()}],mt:[{mt:c()}],mr:[{mr:c()}],mb:[{mb:c()}],ml:[{ml:c()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:m()}],w:[{w:[T,"screen",...m()]}],"min-w":[{"min-w":[T,"screen","none",...m()]}],"max-w":[{"max-w":[T,"screen","none","prose",{screen:[k]},...m()]}],h:[{h:["screen","lh",...m()]}],"min-h":[{"min-h":["screen","lh","none",...m()]}],"max-h":[{"max-h":["screen","lh",...m()]}],"font-size":[{text:["base",s,m1,a1]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[a,v,x1]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",w1,u]}],"font-family":[{font:[r2,u,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[d,v,u]}],"line-clamp":[{"line-clamp":[C,"none",v,x1]}],leading:[{leading:[g,...w()]}],"list-image":[{"list-image":["none",v,u]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",v,u]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:o()}],"text-color":[{text:o()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...M(),"wavy"]}],"text-decoration-thickness":[{decoration:[C,"from-font","auto",v,a1]}],"text-decoration-color":[{decoration:o()}],"underline-offset":[{"underline-offset":[C,"auto",v,u]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",v,u]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",v,u]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:b()}],"bg-repeat":[{bg:n()}],"bg-size":[{bg:h()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},o1,v,u],radial:["",v,u],conic:[o1,v,u]},o2,e2]}],"bg-color":[{bg:o()}],"gradient-from-pos":[{from:x()}],"gradient-via-pos":[{via:x()}],"gradient-to-pos":[{to:x()}],"gradient-from":[{from:o()}],"gradient-via":[{via:o()}],"gradient-to":[{to:o()}],rounded:[{rounded:f()}],"rounded-s":[{"rounded-s":f()}],"rounded-e":[{"rounded-e":f()}],"rounded-t":[{"rounded-t":f()}],"rounded-r":[{"rounded-r":f()}],"rounded-b":[{"rounded-b":f()}],"rounded-l":[{"rounded-l":f()}],"rounded-ss":[{"rounded-ss":f()}],"rounded-se":[{"rounded-se":f()}],"rounded-ee":[{"rounded-ee":f()}],"rounded-es":[{"rounded-es":f()}],"rounded-tl":[{"rounded-tl":f()}],"rounded-tr":[{"rounded-tr":f()}],"rounded-br":[{"rounded-br":f()}],"rounded-bl":[{"rounded-bl":f()}],"border-w":[{border:y()}],"border-w-x":[{"border-x":y()}],"border-w-y":[{"border-y":y()}],"border-w-s":[{"border-s":y()}],"border-w-e":[{"border-e":y()}],"border-w-t":[{"border-t":y()}],"border-w-r":[{"border-r":y()}],"border-w-b":[{"border-b":y()}],"border-w-l":[{"border-l":y()}],"divide-x":[{"divide-x":y()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":y()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...M(),"hidden","none"]}],"divide-style":[{divide:[...M(),"hidden","none"]}],"border-color":[{border:o()}],"border-color-x":[{"border-x":o()}],"border-color-y":[{"border-y":o()}],"border-color-s":[{"border-s":o()}],"border-color-e":[{"border-e":o()}],"border-color-t":[{"border-t":o()}],"border-color-r":[{"border-r":o()}],"border-color-b":[{"border-b":o()}],"border-color-l":[{"border-l":o()}],"divide-color":[{divide:o()}],"outline-style":[{outline:[...M(),"none","hidden"]}],"outline-offset":[{"outline-offset":[C,v,u]}],"outline-w":[{outline:["",C,m1,a1]}],"outline-color":[{outline:o()}],shadow:[{shadow:["","none",z,p1,g1]}],"shadow-color":[{shadow:o()}],"inset-shadow":[{"inset-shadow":["none",H,p1,g1]}],"inset-shadow-color":[{"inset-shadow":o()}],"ring-w":[{ring:y()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:o()}],"ring-offset-w":[{"ring-offset":[C,a1]}],"ring-offset-color":[{"ring-offset":o()}],"inset-ring-w":[{"inset-ring":y()}],"inset-ring-color":[{"inset-ring":o()}],"text-shadow":[{"text-shadow":["none",V,p1,g1]}],"text-shadow-color":[{"text-shadow":o()}],opacity:[{opacity:[C,v,u]}],"mix-blend":[{"mix-blend":[...W(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":W()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[C]}],"mask-image-linear-from-pos":[{"mask-linear-from":L()}],"mask-image-linear-to-pos":[{"mask-linear-to":L()}],"mask-image-linear-from-color":[{"mask-linear-from":o()}],"mask-image-linear-to-color":[{"mask-linear-to":o()}],"mask-image-t-from-pos":[{"mask-t-from":L()}],"mask-image-t-to-pos":[{"mask-t-to":L()}],"mask-image-t-from-color":[{"mask-t-from":o()}],"mask-image-t-to-color":[{"mask-t-to":o()}],"mask-image-r-from-pos":[{"mask-r-from":L()}],"mask-image-r-to-pos":[{"mask-r-to":L()}],"mask-image-r-from-color":[{"mask-r-from":o()}],"mask-image-r-to-color":[{"mask-r-to":o()}],"mask-image-b-from-pos":[{"mask-b-from":L()}],"mask-image-b-to-pos":[{"mask-b-to":L()}],"mask-image-b-from-color":[{"mask-b-from":o()}],"mask-image-b-to-color":[{"mask-b-to":o()}],"mask-image-l-from-pos":[{"mask-l-from":L()}],"mask-image-l-to-pos":[{"mask-l-to":L()}],"mask-image-l-from-color":[{"mask-l-from":o()}],"mask-image-l-to-color":[{"mask-l-to":o()}],"mask-image-x-from-pos":[{"mask-x-from":L()}],"mask-image-x-to-pos":[{"mask-x-to":L()}],"mask-image-x-from-color":[{"mask-x-from":o()}],"mask-image-x-to-color":[{"mask-x-to":o()}],"mask-image-y-from-pos":[{"mask-y-from":L()}],"mask-image-y-to-pos":[{"mask-y-to":L()}],"mask-image-y-from-color":[{"mask-y-from":o()}],"mask-image-y-to-color":[{"mask-y-to":o()}],"mask-image-radial":[{"mask-radial":[v,u]}],"mask-image-radial-from-pos":[{"mask-radial-from":L()}],"mask-image-radial-to-pos":[{"mask-radial-to":L()}],"mask-image-radial-from-color":[{"mask-radial-from":o()}],"mask-image-radial-to-color":[{"mask-radial-to":o()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":K()}],"mask-image-conic-pos":[{"mask-conic":[C]}],"mask-image-conic-from-pos":[{"mask-conic-from":L()}],"mask-image-conic-to-pos":[{"mask-conic-to":L()}],"mask-image-conic-from-color":[{"mask-conic-from":o()}],"mask-image-conic-to-color":[{"mask-conic-to":o()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:b()}],"mask-repeat":[{mask:n()}],"mask-size":[{mask:h()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",v,u]}],filter:[{filter:["","none",v,u]}],blur:[{blur:S()}],brightness:[{brightness:[C,v,u]}],contrast:[{contrast:[C,v,u]}],"drop-shadow":[{"drop-shadow":["","none",P,p1,g1]}],"drop-shadow-color":[{"drop-shadow":o()}],grayscale:[{grayscale:["",C,v,u]}],"hue-rotate":[{"hue-rotate":[C,v,u]}],invert:[{invert:["",C,v,u]}],saturate:[{saturate:[C,v,u]}],sepia:[{sepia:["",C,v,u]}],"backdrop-filter":[{"backdrop-filter":["","none",v,u]}],"backdrop-blur":[{"backdrop-blur":S()}],"backdrop-brightness":[{"backdrop-brightness":[C,v,u]}],"backdrop-contrast":[{"backdrop-contrast":[C,v,u]}],"backdrop-grayscale":[{"backdrop-grayscale":["",C,v,u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[C,v,u]}],"backdrop-invert":[{"backdrop-invert":["",C,v,u]}],"backdrop-opacity":[{"backdrop-opacity":[C,v,u]}],"backdrop-saturate":[{"backdrop-saturate":[C,v,u]}],"backdrop-sepia":[{"backdrop-sepia":["",C,v,u]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",v,u]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[C,"initial",v,u]}],ease:[{ease:["linear","initial",J,v,u]}],delay:[{delay:[C,v,u]}],animate:[{animate:["none",n1,v,u]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[O,v,u]}],"perspective-origin":[{"perspective-origin":D()}],rotate:[{rotate:N()}],"rotate-x":[{"rotate-x":N()}],"rotate-y":[{"rotate-y":N()}],"rotate-z":[{"rotate-z":N()}],scale:[{scale:E()}],"scale-x":[{"scale-x":E()}],"scale-y":[{"scale-y":E()}],"scale-z":[{"scale-z":E()}],"scale-3d":["scale-3d"],skew:[{skew:I()}],"skew-x":[{"skew-x":I()}],"skew-y":[{"skew-y":I()}],transform:[{transform:[v,u,"","none","gpu","cpu"]}],"transform-origin":[{origin:D()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:e1()}],"translate-x":[{"translate-x":e1()}],"translate-y":[{"translate-y":e1()}],"translate-z":[{"translate-z":e1()}],"translate-none":["translate-none"],accent:[{accent:o()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:o()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",v,u]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",v,u]}],fill:[{fill:["none",...o()]}],"stroke-w":[{stroke:[C,m1,a1,x1]}],stroke:[{stroke:["none",...o()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},l2=D0(c2);function G1(t){var e,s,a="";if(typeof t=="string"||typeof t=="number")a+=t;else if(typeof t=="object")if(Array.isArray(t)){var d=t.length;for(e=0;e<d;e++)t[e]&&(s=G1(t[e]))&&(a&&(a+=" "),a+=s)}else for(s in t)t[s]&&(a&&(a+=" "),a+=s);return a}function i2(){for(var t,e,s=0,a="",d=arguments.length;s<d;s++)(t=arguments[s])&&(e=G1(t))&&(a&&(a+=" "),a+=e);return a}function U(...t){const e=t.filter(s=>s&&s.trim()!=="");return e.length===0?"":e.length===1?e[0]:l2(i2(e))}const $1=t=>!Array.isArray(t)||t.length===0,Y=class{};F(Y,"IsZeroArray",t=>$1(t)),F(Y,"RemoveItem",(t,e)=>Y.IsZeroArray(t)?[]:t.filter(s=>s!==e)),F(Y,"RemoveItemByID",(t,e)=>Y.IsZeroArray(t)?[]:t.filter(s=>s.id!==e)),F(Y,"UpdateItem",(t,e)=>Y.IsZeroArray(t)?[]:(t.forEach((s,a)=>{s.id===e.id&&(t[a]=e)}),t)),F(Y,"PrependItem",(t,e)=>Y.IsZeroArray(t)?[e]:[e,...t]),F(Y,"AppendArray",(t,e)=>Y.IsZeroArray(t)?e:[...t,...e]),F(Y,"Contain",(t,e)=>$1(t)?!1:t.includes(e)),F(Y,"Union",(t,e)=>t.concat(e.filter(s=>t.indexOf(s)<0)));class d2 extends Error{}d2.prototype.name="InvalidTokenError";function h2(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var C1={exports:{}},m2=C1.exports,E1;function u2(){return E1||(E1=1,(function(t,e){(function(s,a){t.exports=a()})(m2,function(){var s=1e3,a=6e4,d=36e5,g="millisecond",k="second",T="minute",q="hour",Z="day",z="week",H="month",V="quarter",P="year",A="date",O="Invalid Date",X=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,J=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,n1={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(p){var i=["th","st","nd","rd"],c=p%100;return"["+p+(i[(c-20)%10]||i[c]||i[0])+"]"}},Q=function(p,i,c){var m=String(p);return!m||m.length>=i?p:""+Array(i+1-m.length).join(c)+p},K={s:Q,z:function(p){var i=-p.utcOffset(),c=Math.abs(i),m=Math.floor(c/60),o=c%60;return(i<=0?"+":"-")+Q(m,2,"0")+":"+Q(o,2,"0")},m:function p(i,c){if(i.date()<c.date())return-p(c,i);var m=12*(c.year()-i.year())+(c.month()-i.month()),o=i.clone().add(m,H),b=c-o<0,n=i.clone().add(m+(b?-1:1),H);return+(-(m+(c-o)/(b?o-n:n-o))||0)},a:function(p){return p<0?Math.ceil(p)||0:Math.floor(p)},p:function(p){return{M:H,y:P,w:z,d:Z,D:A,h:q,m:T,s:k,ms:g,Q:V}[p]||String(p||"").toLowerCase().replace(/s$/,"")},u:function(p){return p===void 0}},D="en",R={};R[D]=n1;var t1="$isDayjsObject",w=function(p){return p instanceof G||!(!p||!p[t1])},B=function p(i,c,m){var o;if(!i)return D;if(typeof i=="string"){var b=i.toLowerCase();R[b]&&(o=b),c&&(R[b]=c,o=b);var n=i.split("-");if(!o&&n.length>1)return p(n[0])}else{var h=i.name;R[h]=i,o=h}return!m&&o&&(D=o),o||!m&&D},$=function(p,i){if(w(p))return p.clone();var c=typeof i=="object"?i:{};return c.date=p,c.args=arguments,new G(c)},j=K;j.l=B,j.i=w,j.w=function(p,i){return $(p,{locale:i.$L,utc:i.$u,x:i.$x,$offset:i.$offset})};var G=(function(){function p(c){this.$L=B(c.locale,null,!0),this.parse(c),this.$x=this.$x||c.x||{},this[t1]=!0}var i=p.prototype;return i.parse=function(c){this.$d=(function(m){var o=m.date,b=m.utc;if(o===null)return new Date(NaN);if(j.u(o))return new Date;if(o instanceof Date)return new Date(o);if(typeof o=="string"&&!/Z$/i.test(o)){var n=o.match(X);if(n){var h=n[2]-1||0,x=(n[7]||"0").substring(0,3);return b?new Date(Date.UTC(n[1],h,n[3]||1,n[4]||0,n[5]||0,n[6]||0,x)):new Date(n[1],h,n[3]||1,n[4]||0,n[5]||0,n[6]||0,x)}}return new Date(o)})(c),this.init()},i.init=function(){var c=this.$d;this.$y=c.getFullYear(),this.$M=c.getMonth(),this.$D=c.getDate(),this.$W=c.getDay(),this.$H=c.getHours(),this.$m=c.getMinutes(),this.$s=c.getSeconds(),this.$ms=c.getMilliseconds()},i.$utils=function(){return j},i.isValid=function(){return this.$d.toString()!==O},i.isSame=function(c,m){var o=$(c);return this.startOf(m)<=o&&o<=this.endOf(m)},i.isAfter=function(c,m){return $(c)<this.startOf(m)},i.isBefore=function(c,m){return this.endOf(m)<$(c)},i.$g=function(c,m,o){return j.u(c)?this[m]:this.set(o,c)},i.unix=function(){return Math.floor(this.valueOf()/1e3)},i.valueOf=function(){return this.$d.getTime()},i.startOf=function(c,m){var o=this,b=!!j.u(m)||m,n=j.p(c),h=function(N,E){var I=j.w(o.$u?Date.UTC(o.$y,E,N):new Date(o.$y,E,N),o);return b?I:I.endOf(Z)},x=function(N,E){return j.w(o.toDate()[N].apply(o.toDate("s"),(b?[0,0,0,0]:[23,59,59,999]).slice(E)),o)},f=this.$W,y=this.$M,M=this.$D,W="set"+(this.$u?"UTC":"");switch(n){case P:return b?h(1,0):h(31,11);case H:return b?h(1,y):h(0,y+1);case z:var L=this.$locale().weekStart||0,S=(f<L?f+7:f)-L;return h(b?M-S:M+(6-S),y);case Z:case A:return x(W+"Hours",0);case q:return x(W+"Minutes",1);case T:return x(W+"Seconds",2);case k:return x(W+"Milliseconds",3);default:return this.clone()}},i.endOf=function(c){return this.startOf(c,!1)},i.$set=function(c,m){var o,b=j.p(c),n="set"+(this.$u?"UTC":""),h=(o={},o[Z]=n+"Date",o[A]=n+"Date",o[H]=n+"Month",o[P]=n+"FullYear",o[q]=n+"Hours",o[T]=n+"Minutes",o[k]=n+"Seconds",o[g]=n+"Milliseconds",o)[b],x=b===Z?this.$D+(m-this.$W):m;if(b===H||b===P){var f=this.clone().set(A,1);f.$d[h](x),f.init(),this.$d=f.set(A,Math.min(this.$D,f.daysInMonth())).$d}else h&&this.$d[h](x);return this.init(),this},i.set=function(c,m){return this.clone().$set(c,m)},i.get=function(c){return this[j.p(c)]()},i.add=function(c,m){var o,b=this;c=Number(c);var n=j.p(m),h=function(y){var M=$(b);return j.w(M.date(M.date()+Math.round(y*c)),b)};if(n===H)return this.set(H,this.$M+c);if(n===P)return this.set(P,this.$y+c);if(n===Z)return h(1);if(n===z)return h(7);var x=(o={},o[T]=a,o[q]=d,o[k]=s,o)[n]||1,f=this.$d.getTime()+c*x;return j.w(f,this)},i.subtract=function(c,m){return this.add(-1*c,m)},i.format=function(c){var m=this,o=this.$locale();if(!this.isValid())return o.invalidDate||O;var b=c||"YYYY-MM-DDTHH:mm:ssZ",n=j.z(this),h=this.$H,x=this.$m,f=this.$M,y=o.weekdays,M=o.months,W=o.meridiem,L=function(E,I,e1,v1){return E&&(E[I]||E(m,b))||e1[I].slice(0,v1)},S=function(E){return j.s(h%12||12,E,"0")},N=W||function(E,I,e1){var v1=E<12?"AM":"PM";return e1?v1.toLowerCase():v1};return b.replace(J,function(E,I){return I||(function(e1){switch(e1){case"YY":return String(m.$y).slice(-2);case"YYYY":return j.s(m.$y,4,"0");case"M":return f+1;case"MM":return j.s(f+1,2,"0");case"MMM":return L(o.monthsShort,f,M,3);case"MMMM":return L(M,f);case"D":return m.$D;case"DD":return j.s(m.$D,2,"0");case"d":return String(m.$W);case"dd":return L(o.weekdaysMin,m.$W,y,2);case"ddd":return L(o.weekdaysShort,m.$W,y,3);case"dddd":return y[m.$W];case"H":return String(h);case"HH":return j.s(h,2,"0");case"h":return S(1);case"hh":return S(2);case"a":return N(h,x,!0);case"A":return N(h,x,!1);case"m":return String(x);case"mm":return j.s(x,2,"0");case"s":return String(m.$s);case"ss":return j.s(m.$s,2,"0");case"SSS":return j.s(m.$ms,3,"0");case"Z":return n}return null})(E)||n.replace(":","")})},i.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},i.diff=function(c,m,o){var b,n=this,h=j.p(m),x=$(c),f=(x.utcOffset()-this.utcOffset())*a,y=this-x,M=function(){return j.m(n,x)};switch(h){case P:b=M()/12;break;case H:b=M();break;case V:b=M()/3;break;case z:b=(y-f)/6048e5;break;case Z:b=(y-f)/864e5;break;case q:b=y/d;break;case T:b=y/a;break;case k:b=y/s;break;default:b=y}return o?b:j.a(b)},i.daysInMonth=function(){return this.endOf(H).$D},i.$locale=function(){return R[this.$L]},i.locale=function(c,m){if(!c)return this.$L;var o=this.clone(),b=B(c,m,!0);return b&&(o.$L=b),o},i.clone=function(){return j.w(this.$d,this)},i.toDate=function(){return new Date(this.valueOf())},i.toJSON=function(){return this.isValid()?this.toISOString():null},i.toISOString=function(){return this.$d.toISOString()},i.toString=function(){return this.$d.toUTCString()},p})(),s1=G.prototype;return $.prototype=s1,[["$ms",g],["$s",k],["$m",T],["$H",q],["$W",Z],["$M",H],["$y",P],["$D",A]].forEach(function(p){s1[p[1]]=function(i){return this.$g(i,p[0],p[1])}}),$.extend=function(p,i){return p.$i||(p(i,G,$),p.$i=!0),$},$.locale=B,$.isDayjs=w,$.unix=function(p){return $(1e3*p)},$.en=R[D],$.Ls=R,$.p={},$})})(C1)),C1.exports}var v2=u2();const b1=h2(v2);class f1{}F(f1,"getToday",()=>b1()),F(f1,"isValidDate",t=>b1.isDayjs(t)),F(f1,"parseDate",t=>b1(t)),F(f1,"convertDayjsToGoTime",t=>t==null?void 0:t.format("YYYY-MM-DDTHH:mm:ssZ"));function g2({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:U("stroke-black",t),height:e,width:e,viewBox:"0 0 32 32",children:[r.jsx("style",{type:"text/css",children:".st0{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}"}),r.jsx("path",{className:"st0",d:`M3.6,10.4c0.8,0.8,2.2,0.8,3.1,0L8,9.1l1.3,1.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1l-1.3-1.3L8,3
|
|
23
23
|
L4.9,6.1L3.6,7.3C2.8,8.2,2.8,9.5,3.6,10.4z`}),r.jsx("path",{className:"st0",d:`M28.4,4.7c-0.8-0.9-2.2-0.9-3.1,0L24,6.1l-1.3-1.4c-0.8-0.9-2.2-0.9-3.1,0s-0.8,2.5,0,3.4l1.3,1.4L24,13
|
|
24
24
|
l3.1-3.4l1.3-1.4C29.2,7.2,29.2,5.7,28.4,4.7z`}),r.jsx("line",{className:"st0",x1:"7",y1:"14",x2:"9",y2:"14"}),r.jsx("line",{className:"st0",x1:"8",y1:"10",x2:"8",y2:"14"}),r.jsx("line",{className:"st0",x1:"23",y1:"29",x2:"25",y2:"29"}),r.jsx("line",{className:"st0",x1:"24",y1:"25",x2:"24",y2:"29"}),r.jsx("path",{className:"st0",d:`M26.5,21c-0.1,0-0.2,0-0.4,0c0.2-0.4,0.4-0.8,0.4-1.3c0-1.4-1.1-2.5-2.5-2.5c-1.4,0-2.5,1.1-2.5,2.5
|
|
25
25
|
c0,0.5,0.1,0.9,0.4,1.3c-0.1,0-0.2,0-0.4,0c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5c1.2,0,2.2-0.9,2.4-2h0.1
|
|
@@ -95,16 +95,16 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
|
|
|
95
95
|
c-0.135-0.058-0.293-0.027-0.397,0.077c-0.105,0.106-2.129,2.03-2.129,2.03c-0.07,0.067-0.111,0.159-0.112,0.257
|
|
96
96
|
s0.037,0.191,0.106,0.26l2.591,2.569c0.263,0.226,0.41,0.537,0.435,0.857v0.194c-0.02,0.256-0.118,0.508-0.296,0.717
|
|
97
97
|
c-0.437,0.509-1.765,0.589-2.283,0.148l-4.26-3.951c-0.525-0.45-0.588-1.243-0.166-1.74l3.615-3.397
|
|
98
|
-
c0.072-0.068,0.113-0.163,0.113-0.262v-1.64h7.28L19.642,28.999L19.642,28.999z`})})}function i0({className:t="fill-gray-600",size:e=l.md}){return r.jsxs("svg",{className:t,height:e,width:e,version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 45 45",children:[r.jsx("path",{d:"M26.2409 33.633L31.3639 35.498C33.0209 36.101 34.8379 35.375 35.6459 33.864L36.5919 34.209C35.6189 36.177 33.3389 37.17 31.2169 36.504L31.0169 36.436L24.2609 33.978L24.2519 33.974L24.2429 33.97L7.99988 28.058L8.34188 27.118L26.2409 33.633Z",fill:t}),r.jsx("path",{d:"M26.2409 33.633L31.3639 35.498C33.0209 36.101 34.8379 35.375 35.6459 33.864L36.5919 34.209C35.6189 36.177 33.3389 37.17 31.2169 36.504L31.0169 36.436L24.2609 33.978L24.2519 33.974L24.2429 33.97L7.99988 28.058L8.34188 27.118L26.2409 33.633Z",stroke:t}),r.jsx("path",{d:"M24.8639 32.733L29.2689 26.781C29.6909 26.212 29.6519 25.434 29.2009 24.91L29.1899 24.897L29.1789 24.886L29.0899 24.796L29.0789 24.785L29.0679 24.774L26.3989 22.371C26.2339 22.221 26.1889 21.984 26.2809 21.787L26.3259 21.71L29.0999 17.546L30.2979 18.345V18.356L30.3019 18.388L30.3339 18.634L30.3349 18.647C30.3479 18.726 30.3609 18.801 30.3759 18.867C30.6079 19.873 31.1419 20.663 32.0179 21.196C32.8339 21.691 33.9089 21.941 35.2339 21.99V22.99C32.2709 22.883 30.4319 21.806 29.6609 19.916L29.3049 19.044L28.7819 19.828L27.6299 21.557L27.3899 21.916L27.7109 22.207L29.7369 24.031C30.6519 24.855 30.8249 26.216 30.1689 27.238L30.0689 27.382L25.6179 33.294M20.6019 31.208L23.8249 26.992L24.1149 26.613L23.7499 26.307L20.7489 23.774C20.2659 23.366 19.9949 22.788 19.9649 22.19L21.0829 22.61C21.1299 22.705 21.1889 22.796 21.2599 22.878L21.2729 22.893L21.2869 22.906L21.3659 22.983L21.3799 22.998L21.3939 23.009L25.1239 26.158C25.3089 26.313 25.3529 26.575 25.2389 26.781L25.1899 26.854L21.3149 31.759M17.6749 16.692L18.0579 16.835L18.2739 16.49L19.1509 15.089C19.3119 14.832 19.4899 14.586 19.6849 14.354C21.5839 12.092 24.6969 11.449 27.2719 12.578L28.1049 12.944L27.9679 12.046C27.8489 11.269 27.9909 10.449 28.4269 9.72199C29.4229 8.06499 31.5729 7.52899 33.2299 8.52399C34.8869 9.51999 35.4229 11.669 34.4279 13.326C33.9679 14.09 33.2649 14.615 32.4759 14.863L32.3149 14.914L32.2179 15.052L31.7529 15.709L30.9089 15.147L31.6679 14.013C32.4279 13.939 33.1459 13.517 33.5699 12.811C34.2809 11.628 33.8989 10.093 32.7149 9.38199C31.5319 8.66999 29.9959 9.05299 29.2849 10.237C28.8629 10.938 28.8259 11.763 29.1109 12.466L28.0629 14.21C25.7389 12.381 22.3659 12.717 20.4509 14.998C20.3409 15.129 20.2369 15.264 20.1399 15.404L20.1329 15.414L20.0049 15.61L19.9989 15.619L19.3379 16.677L19.0129 17.194L19.5859 17.41",fill:t}),r.jsx("path",{d:"M24.8639 32.733L29.2689 26.781C29.6909 26.212 29.6519 25.434 29.2009 24.91L29.1899 24.897L29.1789 24.886L29.0899 24.796L29.0789 24.785L29.0679 24.774L26.3989 22.371C26.2339 22.221 26.1889 21.984 26.2809 21.787L26.3259 21.71L29.0999 17.546L30.2979 18.345V18.356L30.3019 18.388L30.3339 18.634L30.3349 18.647C30.3479 18.726 30.3609 18.801 30.3759 18.867C30.6079 19.873 31.1419 20.663 32.0179 21.196C32.8339 21.691 33.9089 21.941 35.2339 21.99V22.99C32.2709 22.883 30.4319 21.806 29.6609 19.916L29.3049 19.044L28.7819 19.828L27.6299 21.557L27.3899 21.916L27.7109 22.207L29.7369 24.031C30.6519 24.855 30.8249 26.216 30.1689 27.238L30.0689 27.382L25.6179 33.294M20.6019 31.208L23.8249 26.992L24.1149 26.613L23.7499 26.307L20.7489 23.774C20.2659 23.366 19.9949 22.788 19.9649 22.19L21.0829 22.61C21.1299 22.705 21.1889 22.796 21.2599 22.878L21.2729 22.893L21.2869 22.906L21.3659 22.983L21.3799 22.998L21.3939 23.009L25.1239 26.158C25.3089 26.313 25.3529 26.575 25.2389 26.781L25.1899 26.854L21.3149 31.759M17.6749 16.692L18.0579 16.835L18.2739 16.49L19.1509 15.089C19.3119 14.832 19.4899 14.586 19.6849 14.354C21.5839 12.092 24.6969 11.449 27.2719 12.578L28.1049 12.944L27.9679 12.046C27.8489 11.269 27.9909 10.449 28.4269 9.72199C29.4229 8.06499 31.5729 7.52899 33.2299 8.52399C34.8869 9.51999 35.4229 11.669 34.4279 13.326C33.9679 14.09 33.2649 14.615 32.4759 14.863L32.3149 14.914L32.2179 15.052L31.7529 15.709L30.9089 15.147L31.6679 14.013C32.4279 13.939 33.1459 13.517 33.5699 12.811C34.2809 11.628 33.8989 10.093 32.7149 9.38199C31.5319 8.66999 29.9959 9.05299 29.2849 10.237C28.8629 10.938 28.8259 11.763 29.1109 12.466L28.0629 14.21C25.7389 12.381 22.3659 12.717 20.4509 14.998C20.3409 15.129 20.2369 15.264 20.1399 15.404L20.1329 15.414L20.0049 15.61L19.9989 15.619L19.3379 16.677L19.0129 17.194L19.5859 17.41",stroke:t}),r.jsx("path",{d:"M8.60785 14.061L24.6138 20.065",stroke:t,strokeWidth:"2"})," "]})}function d0({className:t="fill-gray-600",size:e=l.md}){return r.jsx("svg",{className:t,height:e,width:e,version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:r.jsxs("g",{children:[r.jsx("path",{className:"st0",d:`M164.011,121.713c1.773,0.195,3.546,0.286,5.301,0.286c24.04,0,44.68-18.064,47.405-42.483l-9.401-1.043
|
|
98
|
+
c0.072-0.068,0.113-0.163,0.113-0.262v-1.64h7.28L19.642,28.999L19.642,28.999z`})})}function i0({className:t="fill-gray-600",size:e=l.md}){return r.jsxs("svg",{className:t,height:e,width:e,version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 45 45",children:[r.jsx("path",{d:"M26.2409 33.633L31.3639 35.498C33.0209 36.101 34.8379 35.375 35.6459 33.864L36.5919 34.209C35.6189 36.177 33.3389 37.17 31.2169 36.504L31.0169 36.436L24.2609 33.978L24.2519 33.974L24.2429 33.97L7.99988 28.058L8.34188 27.118L26.2409 33.633Z",fill:t}),r.jsx("path",{d:"M26.2409 33.633L31.3639 35.498C33.0209 36.101 34.8379 35.375 35.6459 33.864L36.5919 34.209C35.6189 36.177 33.3389 37.17 31.2169 36.504L31.0169 36.436L24.2609 33.978L24.2519 33.974L24.2429 33.97L7.99988 28.058L8.34188 27.118L26.2409 33.633Z",stroke:t}),r.jsx("path",{d:"M24.8639 32.733L29.2689 26.781C29.6909 26.212 29.6519 25.434 29.2009 24.91L29.1899 24.897L29.1789 24.886L29.0899 24.796L29.0789 24.785L29.0679 24.774L26.3989 22.371C26.2339 22.221 26.1889 21.984 26.2809 21.787L26.3259 21.71L29.0999 17.546L30.2979 18.345V18.356L30.3019 18.388L30.3339 18.634L30.3349 18.647C30.3479 18.726 30.3609 18.801 30.3759 18.867C30.6079 19.873 31.1419 20.663 32.0179 21.196C32.8339 21.691 33.9089 21.941 35.2339 21.99V22.99C32.2709 22.883 30.4319 21.806 29.6609 19.916L29.3049 19.044L28.7819 19.828L27.6299 21.557L27.3899 21.916L27.7109 22.207L29.7369 24.031C30.6519 24.855 30.8249 26.216 30.1689 27.238L30.0689 27.382L25.6179 33.294M20.6019 31.208L23.8249 26.992L24.1149 26.613L23.7499 26.307L20.7489 23.774C20.2659 23.366 19.9949 22.788 19.9649 22.19L21.0829 22.61C21.1299 22.705 21.1889 22.796 21.2599 22.878L21.2729 22.893L21.2869 22.906L21.3659 22.983L21.3799 22.998L21.3939 23.009L25.1239 26.158C25.3089 26.313 25.3529 26.575 25.2389 26.781L25.1899 26.854L21.3149 31.759M17.6749 16.692L18.0579 16.835L18.2739 16.49L19.1509 15.089C19.3119 14.832 19.4899 14.586 19.6849 14.354C21.5839 12.092 24.6969 11.449 27.2719 12.578L28.1049 12.944L27.9679 12.046C27.8489 11.269 27.9909 10.449 28.4269 9.72199C29.4229 8.06499 31.5729 7.52899 33.2299 8.52399C34.8869 9.51999 35.4229 11.669 34.4279 13.326C33.9679 14.09 33.2649 14.615 32.4759 14.863L32.3149 14.914L32.2179 15.052L31.7529 15.709L30.9089 15.147L31.6679 14.013C32.4279 13.939 33.1459 13.517 33.5699 12.811C34.2809 11.628 33.8989 10.093 32.7149 9.38199C31.5319 8.66999 29.9959 9.05299 29.2849 10.237C28.8629 10.938 28.8259 11.763 29.1109 12.466L28.0629 14.21C25.7389 12.381 22.3659 12.717 20.4509 14.998C20.3409 15.129 20.2369 15.264 20.1399 15.404L20.1329 15.414L20.0049 15.61L19.9989 15.619L19.3379 16.677L19.0129 17.194L19.5859 17.41",fill:t}),r.jsx("path",{d:"M24.8639 32.733L29.2689 26.781C29.6909 26.212 29.6519 25.434 29.2009 24.91L29.1899 24.897L29.1789 24.886L29.0899 24.796L29.0789 24.785L29.0679 24.774L26.3989 22.371C26.2339 22.221 26.1889 21.984 26.2809 21.787L26.3259 21.71L29.0999 17.546L30.2979 18.345V18.356L30.3019 18.388L30.3339 18.634L30.3349 18.647C30.3479 18.726 30.3609 18.801 30.3759 18.867C30.6079 19.873 31.1419 20.663 32.0179 21.196C32.8339 21.691 33.9089 21.941 35.2339 21.99V22.99C32.2709 22.883 30.4319 21.806 29.6609 19.916L29.3049 19.044L28.7819 19.828L27.6299 21.557L27.3899 21.916L27.7109 22.207L29.7369 24.031C30.6519 24.855 30.8249 26.216 30.1689 27.238L30.0689 27.382L25.6179 33.294M20.6019 31.208L23.8249 26.992L24.1149 26.613L23.7499 26.307L20.7489 23.774C20.2659 23.366 19.9949 22.788 19.9649 22.19L21.0829 22.61C21.1299 22.705 21.1889 22.796 21.2599 22.878L21.2729 22.893L21.2869 22.906L21.3659 22.983L21.3799 22.998L21.3939 23.009L25.1239 26.158C25.3089 26.313 25.3529 26.575 25.2389 26.781L25.1899 26.854L21.3149 31.759M17.6749 16.692L18.0579 16.835L18.2739 16.49L19.1509 15.089C19.3119 14.832 19.4899 14.586 19.6849 14.354C21.5839 12.092 24.6969 11.449 27.2719 12.578L28.1049 12.944L27.9679 12.046C27.8489 11.269 27.9909 10.449 28.4269 9.72199C29.4229 8.06499 31.5729 7.52899 33.2299 8.52399C34.8869 9.51999 35.4229 11.669 34.4279 13.326C33.9679 14.09 33.2649 14.615 32.4759 14.863L32.3149 14.914L32.2179 15.052L31.7529 15.709L30.9089 15.147L31.6679 14.013C32.4279 13.939 33.1459 13.517 33.5699 12.811C34.2809 11.628 33.8989 10.093 32.7149 9.38199C31.5319 8.66999 29.9959 9.05299 29.2849 10.237C28.8629 10.938 28.8259 11.763 29.1109 12.466L28.0629 14.21C25.7389 12.381 22.3659 12.717 20.4509 14.998C20.3409 15.129 20.2369 15.264 20.1399 15.404L20.1329 15.414L20.0049 15.61L19.9989 15.619L19.3379 16.677L19.0129 17.194L19.5859 17.41",stroke:t}),r.jsx("path",{d:"M8.60785 14.061L24.6138 20.065",stroke:t,strokeWidth:"2"})," "]})}function d0({className:t="fill-gray-600",size:e=l.md}){return r.jsx("svg",{className:t,height:e,width:e,version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:r.jsxs("g",{children:[r.jsx("path",{stroke:"currentColor",className:"st0",d:`M164.011,121.713c1.773,0.195,3.546,0.286,5.301,0.286c24.04,0,44.68-18.064,47.405-42.483l-9.401-1.043
|
|
99
99
|
l9.401,1.035c0.194-1.773,0.286-3.538,0.286-5.292c0-24.049-18.073-44.681-42.483-47.405c-1.783-0.194-3.556-0.296-5.301-0.296
|
|
100
100
|
c-24.058,0.009-44.69,18.074-47.414,42.492c-0.194,1.773-0.296,3.546-0.296,5.302C121.519,98.357,139.584,118.989,164.011,121.713z
|
|
101
101
|
M140.609,71.104c1.607-14.749,14.139-25.675,28.611-25.675c1.062,0,2.133,0.065,3.204,0.185
|
|
102
102
|
c14.74,1.607,25.675,14.149,25.665,28.602c0,1.052-0.056,2.124-0.176,3.213c-1.607,14.74-14.157,25.666-28.602,25.656
|
|
103
|
-
c-1.062,0-2.134-0.055-3.223-0.175c-14.74-1.616-25.665-14.149-25.665-28.602C140.424,73.246,140.489,72.175,140.609,71.104z`}),r.jsx("path",{className:"st0",d:`M373.109,0c-11.886,0-79.017,30.966-79.017,259.228c0,159.938,30.91,203.28,49.067,238.724
|
|
103
|
+
c-1.062,0-2.134-0.055-3.223-0.175c-14.74-1.616-25.665-14.149-25.665-28.602C140.424,73.246,140.489,72.175,140.609,71.104z`}),r.jsx("path",{stroke:"currentColor",className:"st0",d:`M373.109,0c-11.886,0-79.017,30.966-79.017,259.228c0,159.938,30.91,203.28,49.067,238.724
|
|
104
104
|
c1.496,2.918,5.191,8.645,11.24,8.645h37.413c6.048,0,9.742-5.726,11.238-8.645c18.158-35.445,49.068-78.786,49.068-238.724
|
|
105
105
|
C452.117,30.966,384.977,0,373.109,0z M391.183,479.879c-1.422,2.669-2.798,5.264-4.119,7.804h-27.918
|
|
106
106
|
c-1.321-2.54-2.697-5.135-4.12-7.804c-17.732-33.293-42.02-78.898-42.02-220.651c0-177.476,42.778-232.768,60.103-239.898
|
|
107
|
-
c17.326,7.139,60.094,62.45,60.094,239.898C433.203,400.981,408.915,446.586,391.183,479.879z`}),r.jsx("path",{className:"st0",d:`M261.675,194.71c-23.079-35.925-43.082-54.285-88.89-55.671c-1.118-0.037-2.263-0.056-3.426-0.056
|
|
107
|
+
c17.326,7.139,60.094,62.45,60.094,239.898C433.203,400.981,408.915,446.586,391.183,479.879z`}),r.jsx("path",{stroke:"currentColor",className:"st0",d:`M261.675,194.71c-23.079-35.925-43.082-54.285-88.89-55.671c-1.118-0.037-2.263-0.056-3.426-0.056
|
|
108
108
|
c-24.271,0-82.195,8.331-96.002,85.492l-0.074,0.415l-0.055,0.416l-13.16,98.55l-0.112,0.804l-0.037,0.804
|
|
109
109
|
c-0.406,8.727,2.595,17.095,8.469,23.55c5.883,6.474,13.927,10.261,22.655,10.676l1.56,0.037c4.581,0,8.949-0.942,12.92-2.651
|
|
110
110
|
l2.817,118.49C108.331,495.45,124.872,512,145.208,512c10.648,0,20.262-4.535,27.004-11.784
|
|
@@ -228,7 +228,7 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
|
|
|
228
228
|
c20.184-0.007,36.539-16.362,36.552-36.552v-89.784v-24.812c12.721-5.555,24.526-9.826,30.503-10.793l0.863-0.461l-0.064-0.999
|
|
229
229
|
c-5.115-13.357-10.365-64.862-6.847-82.606c0.201-1,0.266-1.596-0.195-1.863c-0.467-0.266-0.934,0.065-1.733,0.734
|
|
230
230
|
c-4.523,3.992-12.889,9.073-22.527,14.103V192.08V63.551c0-1.953-0.202-3.862-0.493-5.738l0.026,0.019l170.066,96.236
|
|
231
|
-
C491.593,158.585,494.383,168.756,489.931,176.732z`})]})]})}const k2={texasholdem:x0,omaha:b0,blackjack:k0};function q0({interestType:t,className:e,size:s}){const a=k2[t];return a&&r.jsx(a,{className:e,size:s})}const q2={sports:m0,pets:g0,music:w0,cardgames:q0};function y2({interestType:t,categoryType:e,size:s=l.sm,className:a=""}){const d=q2[e];return d&&r.jsx(d,{interestType:t,size:s,className:a})}function j2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"})})}function C2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z"})})}function T2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z"})})}function L2({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 512 512",children:[r.jsx("path",{d:"m480.052 369.741c49.476-69.417 41.913-164.522-25.665-226.473-30.877-28.305-70.24-45.926-112.761-50.847-.265-.326-.536-.649-.833-.958-36.991-38.425-90.135-60.463-145.805-60.463-105.939 0-194.988 78.933-194.988 180 0 35.435 11.007 69.404 31.916 98.741l-29.209 91.706c-1.836 5.764-.03 12.065 4.579 15.982 4.617 3.924 11.13 4.678 16.511 1.941l88.827-45.167c18.242 7.855 37.586 13.009 57.618 15.354 38.642 40.636 92.073 61.443 146.738 61.443 28.416 0 56.729-5.791 82.36-16.798l88.831 45.169c2.151 1.094 4.48 1.629 6.795 1.629 10.123 0 17.38-9.865 14.295-19.553zm-361.374-25.72c-4.201-1.995-9.088-1.929-13.233.179l-63.267 32.17 20.66-64.866c1.504-4.723.579-9.883-2.473-13.788-19.866-25.43-30.367-55.415-30.367-86.716 0-82.71 74.014-150 164.99-150 36.636 0 71.905 11.099 100.514 31.086-96.348 9.688-173.51 84.942-173.51 178.914 0 29.228 7.492 57.366 21.617 82.576-8.552-2.547-16.881-5.732-24.931-9.555zm287.845 60.178c-4.085-2.077-8.976-2.202-13.233-.178-23.385 11.108-49.772 16.979-76.31 16.979-90.976 0-164.99-67.29-164.99-150s74.014-150 164.99-150 164.99 67.29 164.99 150c0 31.301-10.501 61.286-30.368 86.715-3.051 3.905-3.976 9.065-2.473 13.788l20.66 64.866z"}),r.jsx("circle",{cx:"255.984",cy:"271",r:"15"}),r.jsx("circle",{cx:"315.981",cy:"271",r:"15"}),r.jsx("circle",{cx:"375.977",cy:"271",r:"15"})]})}function M2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"})})}function Z2({className:t="",size:e=l.lg}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z"})})}function S2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z"})})}function z2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M500-482q29-32 44.5-73t15.5-85q0-44-15.5-85T500-798q60 8 100 53t40 105q0 60-40 105t-100 53Zm220 322v-120q0-36-16-68.5T662-406q51 18 94.5 46.5T800-280v120h-80Zm80-280v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Zm-480-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM0-160v-112q0-34 17.5-62.5T64-378q62-31 126-46.5T320-440q66 0 130 15.5T576-378q29 15 46.5 43.5T640-272v112H0Zm320-400q33 0 56.5-23.5T400-640q0-33-23.5-56.5T320-720q-33 0-56.5 23.5T240-640q0 33 23.5 56.5T320-560ZM80-240h480v-32q0-11-5.5-20T540-306q-54-27-109-40.5T320-360q-56 0-111 13.5T100-306q-9 5-14.5 14T80-272v32Zm240-400Zm0 400Z"})})}function H2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M120-680v-160l160 80-160 80Zm600 0v-160l160 80-160 80Zm-280-40v-160l160 80-160 80Zm0 640q-76-2-141.5-12.5t-114-26.5Q136-135 108-156t-28-44v-360q0-25 31.5-46.5t85.5-38q54-16.5 127-26t156-9.5q83 0 156 9.5t127 26q54 16.5 85.5 38T880-560v360q0 23-28 44t-76.5 37q-48.5 16-114 26.5T520-80v-160h-80v160Zm40-440q97 0 167.5-11.5T760-558q0-5-76-23.5T480-600q-128 0-204 18.5T200-558q42 15 112.5 26.5T480-520ZM360-166v-154h240v154q80-8 131-23.5t69-27.5v-271q-55 22-138 35t-182 13q-99 0-182-13t-138-35v271q18 12 69 27.5T360-166Zm120-161Z"})})}function $2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M520-400h80v-120h120v-80H600v-120h-80v120H400v80h120v120ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"})})}function E2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm120-160v-80h320v80H320Zm0-120v-80h320v80H320Zm0-120v-80h320v80H320Zm360-80v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z"})})}function A2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"})})}function N2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm80-80h400v-80H280v80Zm0-320h200v-80H280v80Zm0 160h400v-80H280v80Zm-80-320v160-160 560-560Z"})})}function _2({className:t="",size:e=l.sm}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM360-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm400-160q0 66-47 113t-113 47q-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T440-640q0-33-23.5-56.5T360-720q-33 0-56.5 23.5T280-640q0 33 23.5 56.5T360-560Zm0 320Zm0-400Z"})})}function O2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M0-240v-63q0-43 44-70t116-27q13 0 25 .5t23 2.5q-14 21-21 44t-7 48v65H0Zm240 0v-65q0-32 17.5-58.5T307-410q32-20 76.5-30t96.5-10q53 0 97.5 10t76.5 30q32 20 49 46.5t17 58.5v65H240Zm540 0v-65q0-26-6.5-49T754-397q11-2 22.5-2.5t23.5-.5q72 0 116 26.5t44 70.5v63H780Zm-455-80h311q-10-20-55.5-35T480-370q-55 0-100.5 15T325-320ZM160-440q-33 0-56.5-23.5T80-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T160-440Zm640 0q-33 0-56.5-23.5T720-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T800-440Zm-320-40q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5q51 0 85.5 34.5T600-600q0 50-34.5 85T480-480Zm0-80q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm1 240Zm-1-280Z"})})}function P2({className:t="",size:e=l.md}){return r.jsx("svg",{className:U("stroke-2 text-gray-600",t),height:e,width:e,enableBackground:"new 0 0 512.004 512.004",viewBox:"0 0 512.004 512.004",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{stroke:"currentColor",d:"m507.905 302.062c-1.535-.781-3.08-1.543-4.622-2.31 0 0 3.439-24.286 3.439-24.286 1.955-13.083-5.943-25.129-18.193-29.656l2.496-17.896c1.816-13.021-5.278-25.918-17.252-31.363-11.124-5.058-29.114-12.711-51.648-20.448-12.258-4.208-24.526-7.988-36.754-11.334v-49.244l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v99.146c-14.653-3.591-29.219-6.55-43.608-8.84-23.424-3.727-46.407-5.662-68.375-5.794v-48.625l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v102.59c-19.094.541-38.586 2.282-58.125 5.236-17.92 2.709-35.925 6.413-53.858 11.073v-47.209l62.186-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.137-24.262c-4.806-1.736-10.049 1.95-10.049 7.054v105.133c-24.242 6.586-63.348 21.848-78.643 29.548-11.877 5.634-18.638 18.159-16.823 31.165l2.492 17.873c-1.116.529-2.18 1.038-3.175 1.52-10.641 5.152-16.676 16.481-15.018 28.191l3.482 24.586c-1.542.767-3.087 1.528-4.621 2.31-3.691 1.88-5.16 6.396-3.28 10.087 1.88 3.69 6.396 5.158 10.087 3.28.011-.005.021-.011.032-.016l3.193 22.55c-1.76.872-3.521 1.743-5.271 2.635-3.691 1.879-5.159 6.396-3.28 10.087s6.396 5.159 10.087 3.28c.227-.115.456-.226.682-.341l16.367 115.586c.523 3.699 3.689 6.449 7.426 6.449h365.981c9.856-.31 9.99-14.638 0-15h-44.157l2.601-33.046h105.463l-4.679 33.046h-27.209c-9.922.34-9.931 14.657 0 15h33.722c3.736 0 6.902-2.75 7.426-6.448l16.367-115.587c.227.115.456.226.683.341 3.614 1.862 8.2.447 10.087-3.28 1.879-3.691.411-8.208-3.28-10.087-1.75-.891-3.511-1.763-5.271-2.635l3.193-22.55c.011.006.022.011.032.016 3.614 1.862 8.2.448 10.087-3.28 1.877-3.691.409-8.207-3.283-10.087zm-122.534-229.641 37.57 13.577-37.57 13.577zm-253.967 0 37.569 13.577-37.569 13.577zm344.766 153.422-1.911 13.706c-13.941-5.893-31.896-12.859-52.852-19.618l4.269-26.677c18.032 6.494 32.487 12.677 41.889 16.951 6.066 2.759 9.524 9.043 8.605 15.638zm-69.238-10.395c-23.17-6.877-49.344-13.212-77.361-17.562l2.739-29.708c25.955 4.558 52.456 11.301 78.971 20.096zm-150.93-23.454c-19.26 0-38.895 1.193-58.721 3.549l-2.772-30.046c42.085-5.674 80.582-5.809 122.956.32l-2.764 29.976c-18.96-2.39-38.636-3.799-58.699-3.799zm2.386-137.475 37.57 13.577-37.57 13.577zm-222.594 170.991c-.904-6.484 2.471-12.729 8.396-15.541 9.334-4.427 23.777-10.819 42.058-17.479l4.255 26.618c-21.292 6.868-39.234 13.978-52.829 19.888zm-15.704 47.553c-.74-5.229 1.953-10.289 6.703-12.589 17.005-8.234 52.479-23.87 99.012-36.064 9.517-2.849 5.886-16.696-3.803-14.51-5.849 1.533-11.525 3.119-17.022 4.739l-4.343-27.162c26.132-8.692 52.647-15.314 79.014-19.733l2.748 29.786c-9.815 1.448-19.664 3.168-29.528 5.179-4.059.827-6.679 4.789-5.851 8.847s4.787 6.679 8.847 5.85c110.477-24.098 227.488-4.432 329.096 43.272 4.886 2.262 7.661 7.36 6.907 12.685l-2.774 19.588c-145.659-68.164-320.533-68.164-466.191 0zm21.885 154.55h105.463l2.601 33.046h-103.385zm123.109 33.046-5.688-72.267h193.211l-5.688 72.267zm307.069-48.046h-106.406l2.45-31.133c.338-4.297-3.166-8.088-7.477-8.088h-209.437c-4.31 0-7.815 3.791-7.477 8.088l2.45 31.133h-106.405l-9.333-65.909c140.612-66.935 310.357-66.934 450.968 0zm11.529-81.422c-142.366-66.257-312.996-66.256-455.361 0l-3.218-22.727c143.897-68.846 317.901-68.845 461.798 0z"})})}function R2({className:t="",size:e=l.md}){return r.jsxs("svg",{className:U(t,"fill-none"),width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M19 22V21.5M5 22V21.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M12 21V2",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M15 8V10",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V13C22 16.7712 22 18.6569 20.8284 19.8284C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V10Z",stroke:"currentColor",strokeWidth:1.5}),r.jsx("path",{d:"M2 8H12",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M2 15H22",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M15 18L17 18",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M7 18L9 18",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"})]})}function B2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z"})})}function D2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z"})})}function I2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",imageRendering:"optimizeQuality",fillRule:"evenodd",clipRule:"evenodd",viewBox:"0 0 471 511.77",children:r.jsx("path",{d:"M235.51 433.34c5 0 9.05 4.05 9.05 9.05 0 5-4.05 9.05-9.05 9.05-5 0-9.05-4.05-9.05-9.05 0-5 4.05-9.05 9.05-9.05zm92.93-249.19-4.69-33.93c-31.46-13.57-61.81-19.16-91.19-18.53-29.22.62-57.61 7.42-85.27 18.62l-4.7 33.78c24.62-13.39 58.71-20.11 92.75-20.11 34.01 0 68.21 6.71 93.1 20.17zm-92.93-123.5c12.47 0 22.58 10.12 22.58 22.59s-10.11 22.59-22.58 22.59c-12.48 0-22.59-10.12-22.59-22.59s10.11-22.59 22.59-22.59zM237.99 0c7.09 0 12.89 5.8 12.89 12.89v4.36c21.53 3.12 41.04 13.08 55.86 27.59 17.54 17.2 28.53 40.79 28.53 67.02l-.87 33.79 8.48 61.43-3.17-2.23c-.79 3.41-1.8 6.58-2.82 9.17l-.03.11c-2.05 5.23-4.79 9.99-7.98 13.5-2.67 2.85-5.67 4.9-8.92 5.7-.63 2.01-1.32 4.1-1.83 6.15-3.62 12.21-6.47 21.83-14.01 31.38-1.64 2.08-3.4 4.09-5.26 5.99-1.29 1.36-2.6 2.64-3.96 3.85.18 1.88.2 15.61.18 23.83 7.51 1.31 13.54 2.28 19.52 3.25 62.65 10.09 122.09 19.67 137.97 98.13l18.34 99.26a5.583 5.583 0 0 1-5.49 6.58l-114.17.01-.39.01-.4-.01-230.65.01H5.6c-3.09 0-5.6-2.51-5.6-5.6 0-.46.06-.9.16-1.32l13.58-82.79c18.25-92.87 65.89-102.15 136.01-115.8 8.1-1.58 16.5-3.22 24.79-4.96.49-.11.98-.14 1.46-.11v-20.38l.05-2.73c-6.95-6.28-12.65-14.63-16.47-23.13-2.67-5.93-4.79-12.33-7.25-19.57l-1.27-3.77c-2.79-.36-5.38-1.65-7.72-3.55-2.93-2.41-5.45-5.92-7.5-9.98-1.6-3.15-3.34-7.91-4.54-13.17l-3.19 2.28 8.52-61.38-1.9-29.83a87.52 87.52 0 0 1-.19-5.64c0-25.31 10.9-48.04 28.14-64.83 16.37-15.94 38.49-26.52 62.41-28.83v-3.79C225.09 5.8 230.9 0 237.99 0zm55.48 315.6c-4.4 13.43-15.09 22.77-28.38 28.13-8.93 3.59-19.07 5.36-29.18 5.32-10.12-.04-20.25-1.89-29.16-5.5-14.49-5.89-25.9-16.4-29.41-31.46-.17.06-.34.1-.52.14-6.65 1.4-12.91 2.65-18.94 3.83.37 24.37 3.27 43.16 14.03 60.26 8.86 14.07 23.14 27.32 45.79 41.95 5.02-3.59 11.17-5.7 17.81-5.7 6.14 0 11.87 1.82 16.68 4.96 16.59-11.04 29.22-22.22 38.57-35.16 12.09-16.74 18.9-36.73 21.93-63.6-6.85-1.11-13.74-2.21-19.22-3.17zm29.96-177.31.64-24.25v-2.18c0-23.1-9.69-43.89-25.16-59.06-15.54-15.22-36.88-24.8-60.12-25.4l-3.82-.01c-2.06 0-4.02.06-5.84.18-22.49 1.43-43.39 11.07-58.66 25.95-15.16 14.75-24.74 34.68-24.74 56.82 0 1.75.05 3.39.15 4.94l1.49 23.28c27.49-10.67 55.76-17.11 84.98-17.73 29.44-.63 59.76 4.65 91.08 17.46zm-182.76 59.98c1.21 5.72 3.53 11.66 5.08 14.8 1.39 2.74 2.96 5.01 4.61 6.36 3 2.38 3.99-.29 7.2 1.43 2.75 1.5 3.37 5.19 4.32 7.94l1.13 3.36c2.2 6.58 4.21 12.44 6.55 17.74 4.87 10.86 11.38 18.62 20.78 25.79 28.09 21.33 65.27 22.24 93.19.07 4.36-3.44 8.34-7.35 11.85-11.82 3.08-3.83 5.27-7.93 7.06-12.43 1.86-4.61 3.37-9.58 5.01-15.18.95-3.21 1.91-6.44 2.93-9.66 1.57-6.1 6.33-2.01 10.46-6.54 2.08-2.38 4.06-6.04 5.66-10.13.63-1.61 2.67-6.59 3.99-11.61-23.31-15.5-59.2-23.22-95.15-23.22-35.98 0-71.71 7.73-94.67 23.1zm46.36 105.21c.3 1.79.5 1.68.61 2.69 1.54 12.94 10.97 22 23.31 27.01 7.63 3.1 16.32 4.68 25 4.72 8.7.03 17.38-1.47 24.98-4.54 12.22-4.92 21.58-13.98 23.23-27.21.11-.92.45-1.77.94-2.49v-15.1c-29.67 18.61-58.62 19.97-90.16 3.62-2.99-1.57-5.99-3.29-9.03-5.23l1.12 16.53zm30.39 125.24c-.46.57-.89 1.15-1.3 1.77-2.4 3.66-3.8 8.04-3.8 12.73 0 12.81 10.38 23.2 23.19 23.2 8.4 0 7.38 11.52 7.37 13.6v8.11h15.62v-41.84a23.71 23.71 0 0 0 0-6.13v-.02h-.01c-.52-3.93-2.03-7.55-4.26-10.61l-.11-.15c-.27-.34-.53-.68-.81-1.02l-.12-.14-.12-.14-.06-.07-.06-.07-.12-.14-.13-.14-.12-.13-.13-.14c-.29-.31-.6-.62-.91-.92l-.14-.13-.41-.38-.13-.12-.14-.12-.15-.12-.11-.1-.03-.02-.14-.12-.29-.24-.14-.11-.15-.11-.05-.04-.09-.08-.15-.11-.15-.11-.02-.01-.13-.1-.15-.11-.13-.09-.02-.02-.16-.1-.15-.11-.09-.06-.06-.04-.16-.11-.16-.1-.05-.04-.1-.06-.16-.1-.16-.09-.16-.1-.16-.1-.14-.08-.02-.01-.16-.09-.17-.09-.16-.09-.16-.09-.17-.09-.06-.03-.1-.06-.17-.08-.17-.09-.02-.01-.15-.07-.17-.08-.17-.08-.17-.08a23.004 23.004 0 0 0-9.58-2.07c-3.9 0-7.57.96-10.79 2.66l-.16.08-.11.06-.05.03-.16.09-.17.09-.11.07-.04.02-.17.1-.15.09-.12.07-.04.03-.16.09-.15.1-.12.08-.04.02-.15.1-.15.1-.13.08-.03.02-.15.11-.15.1-.13.09-.02.02-.15.1-.14.11-.14.1-.01.01-.15.11-.15.12-.13.1-.01.01-.14.11-.15.12-.13.11h-.01l-.14.12-.14.12-.27.24-.14.12-.27.24-.14.13-.13.13-.01.01-.12.11-.13.13-.13.13-.02.02-.11.11-.13.13-.13.13-.02.02-.1.11-.13.14-.61.68-.11.14-.12.14-.12.14-.11.15zm-7.59-2.25c-23.06-15.13-37.88-29.13-47.36-44.2-11.79-18.73-15.17-38.66-15.71-64.04-62.92 12.3-105.68 22.71-122.05 105.97l-4.48 27.31H114v-50.49c0-3.09 2.5-5.6 5.6-5.6 3.08 0 5.59 2.51 5.59 5.6v99.55h220.07v-99.55c0-3.09 2.51-5.6 5.6-5.6s5.59 2.51 5.59 5.6v50.49h93.2l-8.04-43.5c-13.48-66.4-63.32-78.41-117.9-87.45-3.29 28.59-10.71 50.07-23.9 68.33-9.8 13.57-22.69 25.21-39.37 36.54 2.7 3.78 4.56 8.2 5.32 12.98.11.47.18.95.2 1.45.11 1.17.16 2.18.2 3.36-.04 1.17-.09 2.17-.2 3.32v41.59a7.46 7.46 0 0 1-7.46 7.46h-15.62c-4.12 0-7.47-3.34-7.47-7.46v-8.11l.05-.83v-1.38c0-1.38.09-3.93.05-3.93-8.47 0-16.13-3.43-21.68-8.98-5.54-5.55-8.98-13.21-8.98-21.68 0-6.18 1.83-11.93 4.98-16.75zM15.8 478.45l-3.63 22.12H114v-22.12H15.8zm340.65 22.12h102.26l-4.08-22.12h-98.18v22.12z"})})}function V2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z"})})}function W2({className:t="",size:e=l.sm}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"})})}function Y2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z"})})}function G2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"})})}function F2({className:t="fill-gray-600",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"})})}function U2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Zm140-360q25 0 42.5-17.5T400-620q0-25-17.5-42.5T340-680q-25 0-42.5 17.5T280-620q0 25 17.5 42.5T340-560Z"})})}function J2({className:t="",size:e=l.xs}){return r.jsxs("svg",{height:e,width:e,viewBox:"0 0 24 24",className:t,xmlns:"http://www.w3.org/2000/svg","aria-labelledby":"pollIconTitle",strokeWidth:"1",strokeLinecap:"square",strokeLinejoin:"miter",children:[" ",r.jsx("title",{id:"pollIconTitle",children:"Poll"})," ",r.jsx("path",{d:"M4 4V20"})," ",r.jsx("path",{d:"M4 6H15V10H4"})," ",r.jsx("path",{d:"M4 10H19V14H4"})," ",r.jsx("path",{d:"M4 14H12V18H4"})]})}function Q2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"})})}function X2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z"})})}function K2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-440v-80h560v80H200Z"})})}function t3({className:t="",size:e=l.xs}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M120-120v-560h240v-80l120-120 120 120v240h240v400H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z"})})}function e3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h280v80H200Zm440-160-55-58 102-102H360v-80h327L585-622l55-58 200 200-200 200Z"})})}function r3({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 16 16",children:[r.jsx("path",{d:"M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z"}),r.jsx("path",{fillRule:"evenodd",d:"M6.25 4A2.25 2.25 0 004 6.25v4.534a2.25 2.25 0 002.25 2.25h6.041l2.52 1.824A.75.75 0 0016 14.25v-8A2.25 2.25 0 0013.75 4h-7.5zM5.5 6.25a.75.75 0 01.75-.75h7.5a.75.75 0 01.75.75v6.531l-1.526-1.104a.75.75 0 00-.44-.143H6.25a.75.75 0 01-.75-.75V6.25z",clipRule:"evenodd"})]})}function n3({className:t="fill-blue-500",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:"fill-blue-500",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:r.jsx("path",{d:"M7 17L17 7M17 7H7M17 7V17",stroke:"gray"})})}function o3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,viewBox:"0 0 32 32",height:e,width:e,children:r.jsxs("g",{id:"g1331",transform:"translate(-.012 -.026)",children:[r.jsx("path",{id:"rect1177",d:"m48 42c-1.610617 0-3.072579.964923-3.707031 2.445312l-2.212891 5.160157c-.068789.157032-.080078.278389-.080078.410156v1.384766c0 1.410987.833351 2.629848 2.025391 3.21875v11.78125c0 1.977102 1.622506 3.599609 3.599609 3.599609h11.375c.552285 0 1-.447715 1-1s-.447715-1-1-1h-11.375c-.903697 0-1.599609-.695912-1.599609-1.599609v-11.445313c.847723-.104088 1.610521-.491751 2.173828-1.083984.65782.691024 1.580369 1.128906 2.601562 1.128906 1.021136 0 1.9423-.437842 2.59961-1.128906.657309.691064 1.578473 1.128906 2.599609 1.128906s1.9423-.437842 2.599609-1.128906c.65731.691064 1.578474 1.128906 2.59961 1.128906 1.021194 0 1.943742-.437882 2.601562-1.128906.65731.691064 1.578474 1.128906 2.59961 1.128906 1.976921 0 3.599609-1.622688 3.599609-3.599609v-1.1875c.04465-.204256.02415-.417368-.05859-.609375l-2.230472-5.164063c-.638436-1.47827-2.100696-2.439453-3.710938-2.439453zm0 2h16c.817605 0 1.550834.481826 1.875 1.232422l1.626953 3.767578h-22.984375l1.613281-3.767578c.321445-.750037 1.053125-1.232422 1.869141-1.232422zm-4 7h3.199219v.400391c0 .903878-.695732 1.599609-1.59961 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199219 0h3.201172v.400391c0 .903877-.695732 1.599609-1.59961 1.599609-.903877 0-1.601562-.696635-1.601562-1.599609zm5.201172 0h3.199218v.400391c0 .903878-.695731 1.599609-1.599609 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199218 0h3.201172v.400391c0 .902974-.697684 1.599609-1.601562 1.599609s-1.59961-.695732-1.59961-1.599609zm5.201172 0h3.199219v.400391c0 .903878-.695731 1.599609-1.599609 1.599609-.903879 0-1.59961-.695732-1.59961-1.599609z",transform:"translate(-40 -40)","font-variant-ligatures":"normal","font-variant-position":"normal","font-variant-caps":"normal","font-variant-numeric":"normal","font-variant-alternates":"normal","font-variant-east-asian":"normal","font-feature-settings":"normal","font-variation-settings":"normal","text-indent":"0","text-align":"start","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-color":"rgb(0,0,0)","text-transform":"none","text-orientation":"mixed","white-space":"normal","shape-padding":"0","shape-margin":"0","inline-size":"0","mix-blend-mode":"normal","solid-color":"rgb(0,0,0)","solid-opacity":"1",vectorEffect:"none"}),r.jsx("path",{id:"path1289",d:"m24.609375 16.513672c-2.977321 0-5.392578 2.479593-5.392578 5.486328 0 4.762769 4.826172 7.876953 4.826172 7.876953a1.0001 1.0001 0 0 0 1.132812 0s4.824219-3.114183 4.824219-7.876953c0-3.006736-2.413303-5.486328-5.390625-5.486328zm0 2c1.872992 0 3.390625 1.53752 3.390625 3.486328 0 2.838188-2.558448 5.020104-3.390625 5.691406-.832177-.671302-3.392578-2.853218-3.392578-5.691406 0-1.948809 1.519587-3.486328 3.392578-3.486328z","font-variant-ligatures":"normal","font-variant-position":"normal","font-variant-caps":"normal","font-variant-numeric":"normal","font-variant-alternates":"normal","font-variant-east-asian":"normal","font-feature-settings":"normal","font-variation-settings":"normal","text-indent":"0","text-align":"start","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-color":"rgb(0,0,0)","text-transform":"none","text-orientation":"mixed","white-space":"normal","shape-padding":"0","shape-margin":"0","inline-size":"0","mix-blend-mode":"normal","solid-color":"rgb(0,0,0)","solid-opacity":"1",vectorEffect:"none"}),r.jsx("path",{id:"ellipse1291",d:"m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z"}),r.jsx("path",{id:"rect1319",d:"m9 18a1.0001 1.0001 0 0 0 -1 1v5a1.0001 1.0001 0 0 0 1 1h5.949219a1.0001 1.0001 0 0 0 1-1v-5a1.0001 1.0001 0 0 0 -1-1zm1 2h3.949219v3h-3.949219z","font-variant-ligatures":"normal","font-variant-position":"normal","font-variant-caps":"normal","font-variant-numeric":"normal","font-variant-alternates":"normal","font-variant-east-asian":"normal","font-feature-settings":"normal","font-variation-settings":"normal","text-indent":"0","text-align":"start","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-color":"rgb(0,0,0)","text-transform":"none","text-orientation":"mixed","white-space":"normal","shape-padding":"0","shape-margin":"0","inline-size":"0","mix-blend-mode":"normal","solid-color":"rgb(0,0,0)","solid-opacity":"1",vectorEffect:"none"})]})})}function s3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 256 256",children:r.jsx("g",{style:{stroke:"none",strokeWidth:0,strokeDasharray:"none",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:10,fill:t,fillRule:"nonzero",opacity:1},transform:"translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)",children:r.jsx("path",{d:"M 89.999 3.075 C 90 3.02 90 2.967 89.999 2.912 c -0.004 -0.134 -0.017 -0.266 -0.038 -0.398 c -0.007 -0.041 -0.009 -0.081 -0.018 -0.122 c -0.034 -0.165 -0.082 -0.327 -0.144 -0.484 c -0.018 -0.046 -0.041 -0.089 -0.061 -0.134 c -0.053 -0.119 -0.113 -0.234 -0.182 -0.346 C 89.528 1.382 89.5 1.336 89.469 1.29 c -0.102 -0.147 -0.212 -0.288 -0.341 -0.417 c -0.13 -0.13 -0.273 -0.241 -0.421 -0.344 c -0.042 -0.029 -0.085 -0.056 -0.129 -0.082 c -0.118 -0.073 -0.239 -0.136 -0.364 -0.191 c -0.039 -0.017 -0.076 -0.037 -0.116 -0.053 c -0.161 -0.063 -0.327 -0.113 -0.497 -0.147 c -0.031 -0.006 -0.063 -0.008 -0.094 -0.014 c -0.142 -0.024 -0.285 -0.038 -0.429 -0.041 C 87.03 0 86.983 0 86.936 0.001 c -0.141 0.003 -0.282 0.017 -0.423 0.041 c -0.035 0.006 -0.069 0.008 -0.104 0.015 c -0.154 0.031 -0.306 0.073 -0.456 0.129 L 1.946 31.709 c -1.124 0.422 -1.888 1.473 -1.943 2.673 c -0.054 1.199 0.612 2.316 1.693 2.838 l 34.455 16.628 l 16.627 34.455 C 53.281 89.344 54.334 90 55.481 90 c 0.046 0 0.091 -0.001 0.137 -0.003 c 1.199 -0.055 2.251 -0.819 2.673 -1.943 L 89.815 4.048 c 0.056 -0.149 0.097 -0.3 0.128 -0.453 c 0.008 -0.041 0.011 -0.081 0.017 -0.122 C 89.982 3.341 89.995 3.208 89.999 3.075 z M 75.086 10.672 L 37.785 47.973 L 10.619 34.864 L 75.086 10.672 z M 55.136 79.381 L 42.027 52.216 l 37.302 -37.302 L 55.136 79.381 z",style:{stroke:"none",strokeWidth:1,strokeDasharray:"none",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:10,fill:t,fillRule:"nonzero",opacity:1},transform:" matrix(1 0 0 1 0 0) ",strokeLinecap:"round"})})})}function a3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50",height:e,width:e,className:t,children:r.jsx("path",{d:"M 25 4.0625 C 12.414063 4.0625 2.0625 12.925781 2.0625 24 C 2.0625 30.425781 5.625 36.09375 11 39.71875 C 10.992188 39.933594 11 40.265625 10.71875 41.3125 C 10.371094 42.605469 9.683594 44.4375 8.25 46.46875 L 7.21875 47.90625 L 9 47.9375 C 15.175781 47.964844 18.753906 43.90625 19.3125 43.25 C 21.136719 43.65625 23.035156 43.9375 25 43.9375 C 37.582031 43.9375 47.9375 35.074219 47.9375 24 C 47.9375 12.925781 37.582031 4.0625 25 4.0625 Z M 25 5.9375 C 36.714844 5.9375 46.0625 14.089844 46.0625 24 C 46.0625 33.910156 36.714844 42.0625 25 42.0625 C 22.996094 42.0625 21.050781 41.820313 19.21875 41.375 L 18.65625 41.25 L 18.28125 41.71875 C 18.28125 41.71875 15.390625 44.976563 10.78125 45.75 C 11.613281 44.257813 12.246094 42.871094 12.53125 41.8125 C 12.929688 40.332031 12.9375 39.3125 12.9375 39.3125 L 12.9375 38.8125 L 12.5 38.53125 C 7.273438 35.21875 3.9375 29.941406 3.9375 24 C 3.9375 14.089844 13.28125 5.9375 25 5.9375 Z"})})}function c3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 65 30",fill:"none",children:r.jsxs("g",{transform:"translate(1 1)",children:[r.jsx("path",{d:`M60.1,7h-16c-1.1,0-2,0.9-2,2
|
|
231
|
+
C491.593,158.585,494.383,168.756,489.931,176.732z`})]})]})}const k2={texasholdem:x0,omaha:b0,blackjack:k0};function q0({interestType:t,className:e,size:s}){const a=k2[t];return a&&r.jsx(a,{className:e,size:s})}const q2={sports:m0,pets:g0,music:w0,cardgames:q0};function y2({interestType:t,categoryType:e,size:s=l.sm,className:a=""}){const d=q2[e];return d&&r.jsx(d,{interestType:t,size:s,className:a})}function C2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"})})}function j2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z"})})}function T2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z"})})}function L2({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 512 512",children:[r.jsx("path",{d:"m480.052 369.741c49.476-69.417 41.913-164.522-25.665-226.473-30.877-28.305-70.24-45.926-112.761-50.847-.265-.326-.536-.649-.833-.958-36.991-38.425-90.135-60.463-145.805-60.463-105.939 0-194.988 78.933-194.988 180 0 35.435 11.007 69.404 31.916 98.741l-29.209 91.706c-1.836 5.764-.03 12.065 4.579 15.982 4.617 3.924 11.13 4.678 16.511 1.941l88.827-45.167c18.242 7.855 37.586 13.009 57.618 15.354 38.642 40.636 92.073 61.443 146.738 61.443 28.416 0 56.729-5.791 82.36-16.798l88.831 45.169c2.151 1.094 4.48 1.629 6.795 1.629 10.123 0 17.38-9.865 14.295-19.553zm-361.374-25.72c-4.201-1.995-9.088-1.929-13.233.179l-63.267 32.17 20.66-64.866c1.504-4.723.579-9.883-2.473-13.788-19.866-25.43-30.367-55.415-30.367-86.716 0-82.71 74.014-150 164.99-150 36.636 0 71.905 11.099 100.514 31.086-96.348 9.688-173.51 84.942-173.51 178.914 0 29.228 7.492 57.366 21.617 82.576-8.552-2.547-16.881-5.732-24.931-9.555zm287.845 60.178c-4.085-2.077-8.976-2.202-13.233-.178-23.385 11.108-49.772 16.979-76.31 16.979-90.976 0-164.99-67.29-164.99-150s74.014-150 164.99-150 164.99 67.29 164.99 150c0 31.301-10.501 61.286-30.368 86.715-3.051 3.905-3.976 9.065-2.473 13.788l20.66 64.866z"}),r.jsx("circle",{cx:"255.984",cy:"271",r:"15"}),r.jsx("circle",{cx:"315.981",cy:"271",r:"15"}),r.jsx("circle",{cx:"375.977",cy:"271",r:"15"})]})}function M2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"})})}function Z2({className:t="",size:e=l.lg}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z"})})}function S2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z"})})}function z2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M500-482q29-32 44.5-73t15.5-85q0-44-15.5-85T500-798q60 8 100 53t40 105q0 60-40 105t-100 53Zm220 322v-120q0-36-16-68.5T662-406q51 18 94.5 46.5T800-280v120h-80Zm80-280v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Zm-480-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM0-160v-112q0-34 17.5-62.5T64-378q62-31 126-46.5T320-440q66 0 130 15.5T576-378q29 15 46.5 43.5T640-272v112H0Zm320-400q33 0 56.5-23.5T400-640q0-33-23.5-56.5T320-720q-33 0-56.5 23.5T240-640q0 33 23.5 56.5T320-560ZM80-240h480v-32q0-11-5.5-20T540-306q-54-27-109-40.5T320-360q-56 0-111 13.5T100-306q-9 5-14.5 14T80-272v32Zm240-400Zm0 400Z"})})}function H2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M120-680v-160l160 80-160 80Zm600 0v-160l160 80-160 80Zm-280-40v-160l160 80-160 80Zm0 640q-76-2-141.5-12.5t-114-26.5Q136-135 108-156t-28-44v-360q0-25 31.5-46.5t85.5-38q54-16.5 127-26t156-9.5q83 0 156 9.5t127 26q54 16.5 85.5 38T880-560v360q0 23-28 44t-76.5 37q-48.5 16-114 26.5T520-80v-160h-80v160Zm40-440q97 0 167.5-11.5T760-558q0-5-76-23.5T480-600q-128 0-204 18.5T200-558q42 15 112.5 26.5T480-520ZM360-166v-154h240v154q80-8 131-23.5t69-27.5v-271q-55 22-138 35t-182 13q-99 0-182-13t-138-35v271q18 12 69 27.5T360-166Zm120-161Z"})})}function $2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M520-400h80v-120h120v-80H600v-120h-80v120H400v80h120v120ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"})})}function E2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm120-160v-80h320v80H320Zm0-120v-80h320v80H320Zm0-120v-80h320v80H320Zm360-80v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z"})})}function A2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"})})}function N2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm80-80h400v-80H280v80Zm0-320h200v-80H280v80Zm0 160h400v-80H280v80Zm-80-320v160-160 560-560Z"})})}function _2({className:t="",size:e=l.sm}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM360-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm400-160q0 66-47 113t-113 47q-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T440-640q0-33-23.5-56.5T360-720q-33 0-56.5 23.5T280-640q0 33 23.5 56.5T360-560Zm0 320Zm0-400Z"})})}function O2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M0-240v-63q0-43 44-70t116-27q13 0 25 .5t23 2.5q-14 21-21 44t-7 48v65H0Zm240 0v-65q0-32 17.5-58.5T307-410q32-20 76.5-30t96.5-10q53 0 97.5 10t76.5 30q32 20 49 46.5t17 58.5v65H240Zm540 0v-65q0-26-6.5-49T754-397q11-2 22.5-2.5t23.5-.5q72 0 116 26.5t44 70.5v63H780Zm-455-80h311q-10-20-55.5-35T480-370q-55 0-100.5 15T325-320ZM160-440q-33 0-56.5-23.5T80-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T160-440Zm640 0q-33 0-56.5-23.5T720-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T800-440Zm-320-40q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5q51 0 85.5 34.5T600-600q0 50-34.5 85T480-480Zm0-80q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm1 240Zm-1-280Z"})})}function P2({className:t="",size:e=l.md}){return r.jsx("svg",{className:U("stroke-2 text-gray-600",t),height:e,width:e,enableBackground:"new 0 0 512.004 512.004",viewBox:"0 0 512.004 512.004",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{stroke:"currentColor",d:"m507.905 302.062c-1.535-.781-3.08-1.543-4.622-2.31 0 0 3.439-24.286 3.439-24.286 1.955-13.083-5.943-25.129-18.193-29.656l2.496-17.896c1.816-13.021-5.278-25.918-17.252-31.363-11.124-5.058-29.114-12.711-51.648-20.448-12.258-4.208-24.526-7.988-36.754-11.334v-49.244l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v99.146c-14.653-3.591-29.219-6.55-43.608-8.84-23.424-3.727-46.407-5.662-68.375-5.794v-48.625l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v102.59c-19.094.541-38.586 2.282-58.125 5.236-17.92 2.709-35.925 6.413-53.858 11.073v-47.209l62.186-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.137-24.262c-4.806-1.736-10.049 1.95-10.049 7.054v105.133c-24.242 6.586-63.348 21.848-78.643 29.548-11.877 5.634-18.638 18.159-16.823 31.165l2.492 17.873c-1.116.529-2.18 1.038-3.175 1.52-10.641 5.152-16.676 16.481-15.018 28.191l3.482 24.586c-1.542.767-3.087 1.528-4.621 2.31-3.691 1.88-5.16 6.396-3.28 10.087 1.88 3.69 6.396 5.158 10.087 3.28.011-.005.021-.011.032-.016l3.193 22.55c-1.76.872-3.521 1.743-5.271 2.635-3.691 1.879-5.159 6.396-3.28 10.087s6.396 5.159 10.087 3.28c.227-.115.456-.226.682-.341l16.367 115.586c.523 3.699 3.689 6.449 7.426 6.449h365.981c9.856-.31 9.99-14.638 0-15h-44.157l2.601-33.046h105.463l-4.679 33.046h-27.209c-9.922.34-9.931 14.657 0 15h33.722c3.736 0 6.902-2.75 7.426-6.448l16.367-115.587c.227.115.456.226.683.341 3.614 1.862 8.2.447 10.087-3.28 1.879-3.691.411-8.208-3.28-10.087-1.75-.891-3.511-1.763-5.271-2.635l3.193-22.55c.011.006.022.011.032.016 3.614 1.862 8.2.448 10.087-3.28 1.877-3.691.409-8.207-3.283-10.087zm-122.534-229.641 37.57 13.577-37.57 13.577zm-253.967 0 37.569 13.577-37.569 13.577zm344.766 153.422-1.911 13.706c-13.941-5.893-31.896-12.859-52.852-19.618l4.269-26.677c18.032 6.494 32.487 12.677 41.889 16.951 6.066 2.759 9.524 9.043 8.605 15.638zm-69.238-10.395c-23.17-6.877-49.344-13.212-77.361-17.562l2.739-29.708c25.955 4.558 52.456 11.301 78.971 20.096zm-150.93-23.454c-19.26 0-38.895 1.193-58.721 3.549l-2.772-30.046c42.085-5.674 80.582-5.809 122.956.32l-2.764 29.976c-18.96-2.39-38.636-3.799-58.699-3.799zm2.386-137.475 37.57 13.577-37.57 13.577zm-222.594 170.991c-.904-6.484 2.471-12.729 8.396-15.541 9.334-4.427 23.777-10.819 42.058-17.479l4.255 26.618c-21.292 6.868-39.234 13.978-52.829 19.888zm-15.704 47.553c-.74-5.229 1.953-10.289 6.703-12.589 17.005-8.234 52.479-23.87 99.012-36.064 9.517-2.849 5.886-16.696-3.803-14.51-5.849 1.533-11.525 3.119-17.022 4.739l-4.343-27.162c26.132-8.692 52.647-15.314 79.014-19.733l2.748 29.786c-9.815 1.448-19.664 3.168-29.528 5.179-4.059.827-6.679 4.789-5.851 8.847s4.787 6.679 8.847 5.85c110.477-24.098 227.488-4.432 329.096 43.272 4.886 2.262 7.661 7.36 6.907 12.685l-2.774 19.588c-145.659-68.164-320.533-68.164-466.191 0zm21.885 154.55h105.463l2.601 33.046h-103.385zm123.109 33.046-5.688-72.267h193.211l-5.688 72.267zm307.069-48.046h-106.406l2.45-31.133c.338-4.297-3.166-8.088-7.477-8.088h-209.437c-4.31 0-7.815 3.791-7.477 8.088l2.45 31.133h-106.405l-9.333-65.909c140.612-66.935 310.357-66.934 450.968 0zm11.529-81.422c-142.366-66.257-312.996-66.256-455.361 0l-3.218-22.727c143.897-68.846 317.901-68.845 461.798 0z"})})}function R2({className:t="",size:e=l.md}){return r.jsxs("svg",{className:U(t,"fill-none"),width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M19 22V21.5M5 22V21.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M12 21V2",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M15 8V10",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V13C22 16.7712 22 18.6569 20.8284 19.8284C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V10Z",stroke:"currentColor",strokeWidth:1.5}),r.jsx("path",{d:"M2 8H12",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M2 15H22",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M15 18L17 18",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),r.jsx("path",{d:"M7 18L9 18",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"})]})}function B2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z"})})}function D2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z"})})}function I2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",imageRendering:"optimizeQuality",fillRule:"evenodd",clipRule:"evenodd",viewBox:"0 0 471 511.77",children:r.jsx("path",{d:"M235.51 433.34c5 0 9.05 4.05 9.05 9.05 0 5-4.05 9.05-9.05 9.05-5 0-9.05-4.05-9.05-9.05 0-5 4.05-9.05 9.05-9.05zm92.93-249.19-4.69-33.93c-31.46-13.57-61.81-19.16-91.19-18.53-29.22.62-57.61 7.42-85.27 18.62l-4.7 33.78c24.62-13.39 58.71-20.11 92.75-20.11 34.01 0 68.21 6.71 93.1 20.17zm-92.93-123.5c12.47 0 22.58 10.12 22.58 22.59s-10.11 22.59-22.58 22.59c-12.48 0-22.59-10.12-22.59-22.59s10.11-22.59 22.59-22.59zM237.99 0c7.09 0 12.89 5.8 12.89 12.89v4.36c21.53 3.12 41.04 13.08 55.86 27.59 17.54 17.2 28.53 40.79 28.53 67.02l-.87 33.79 8.48 61.43-3.17-2.23c-.79 3.41-1.8 6.58-2.82 9.17l-.03.11c-2.05 5.23-4.79 9.99-7.98 13.5-2.67 2.85-5.67 4.9-8.92 5.7-.63 2.01-1.32 4.1-1.83 6.15-3.62 12.21-6.47 21.83-14.01 31.38-1.64 2.08-3.4 4.09-5.26 5.99-1.29 1.36-2.6 2.64-3.96 3.85.18 1.88.2 15.61.18 23.83 7.51 1.31 13.54 2.28 19.52 3.25 62.65 10.09 122.09 19.67 137.97 98.13l18.34 99.26a5.583 5.583 0 0 1-5.49 6.58l-114.17.01-.39.01-.4-.01-230.65.01H5.6c-3.09 0-5.6-2.51-5.6-5.6 0-.46.06-.9.16-1.32l13.58-82.79c18.25-92.87 65.89-102.15 136.01-115.8 8.1-1.58 16.5-3.22 24.79-4.96.49-.11.98-.14 1.46-.11v-20.38l.05-2.73c-6.95-6.28-12.65-14.63-16.47-23.13-2.67-5.93-4.79-12.33-7.25-19.57l-1.27-3.77c-2.79-.36-5.38-1.65-7.72-3.55-2.93-2.41-5.45-5.92-7.5-9.98-1.6-3.15-3.34-7.91-4.54-13.17l-3.19 2.28 8.52-61.38-1.9-29.83a87.52 87.52 0 0 1-.19-5.64c0-25.31 10.9-48.04 28.14-64.83 16.37-15.94 38.49-26.52 62.41-28.83v-3.79C225.09 5.8 230.9 0 237.99 0zm55.48 315.6c-4.4 13.43-15.09 22.77-28.38 28.13-8.93 3.59-19.07 5.36-29.18 5.32-10.12-.04-20.25-1.89-29.16-5.5-14.49-5.89-25.9-16.4-29.41-31.46-.17.06-.34.1-.52.14-6.65 1.4-12.91 2.65-18.94 3.83.37 24.37 3.27 43.16 14.03 60.26 8.86 14.07 23.14 27.32 45.79 41.95 5.02-3.59 11.17-5.7 17.81-5.7 6.14 0 11.87 1.82 16.68 4.96 16.59-11.04 29.22-22.22 38.57-35.16 12.09-16.74 18.9-36.73 21.93-63.6-6.85-1.11-13.74-2.21-19.22-3.17zm29.96-177.31.64-24.25v-2.18c0-23.1-9.69-43.89-25.16-59.06-15.54-15.22-36.88-24.8-60.12-25.4l-3.82-.01c-2.06 0-4.02.06-5.84.18-22.49 1.43-43.39 11.07-58.66 25.95-15.16 14.75-24.74 34.68-24.74 56.82 0 1.75.05 3.39.15 4.94l1.49 23.28c27.49-10.67 55.76-17.11 84.98-17.73 29.44-.63 59.76 4.65 91.08 17.46zm-182.76 59.98c1.21 5.72 3.53 11.66 5.08 14.8 1.39 2.74 2.96 5.01 4.61 6.36 3 2.38 3.99-.29 7.2 1.43 2.75 1.5 3.37 5.19 4.32 7.94l1.13 3.36c2.2 6.58 4.21 12.44 6.55 17.74 4.87 10.86 11.38 18.62 20.78 25.79 28.09 21.33 65.27 22.24 93.19.07 4.36-3.44 8.34-7.35 11.85-11.82 3.08-3.83 5.27-7.93 7.06-12.43 1.86-4.61 3.37-9.58 5.01-15.18.95-3.21 1.91-6.44 2.93-9.66 1.57-6.1 6.33-2.01 10.46-6.54 2.08-2.38 4.06-6.04 5.66-10.13.63-1.61 2.67-6.59 3.99-11.61-23.31-15.5-59.2-23.22-95.15-23.22-35.98 0-71.71 7.73-94.67 23.1zm46.36 105.21c.3 1.79.5 1.68.61 2.69 1.54 12.94 10.97 22 23.31 27.01 7.63 3.1 16.32 4.68 25 4.72 8.7.03 17.38-1.47 24.98-4.54 12.22-4.92 21.58-13.98 23.23-27.21.11-.92.45-1.77.94-2.49v-15.1c-29.67 18.61-58.62 19.97-90.16 3.62-2.99-1.57-5.99-3.29-9.03-5.23l1.12 16.53zm30.39 125.24c-.46.57-.89 1.15-1.3 1.77-2.4 3.66-3.8 8.04-3.8 12.73 0 12.81 10.38 23.2 23.19 23.2 8.4 0 7.38 11.52 7.37 13.6v8.11h15.62v-41.84a23.71 23.71 0 0 0 0-6.13v-.02h-.01c-.52-3.93-2.03-7.55-4.26-10.61l-.11-.15c-.27-.34-.53-.68-.81-1.02l-.12-.14-.12-.14-.06-.07-.06-.07-.12-.14-.13-.14-.12-.13-.13-.14c-.29-.31-.6-.62-.91-.92l-.14-.13-.41-.38-.13-.12-.14-.12-.15-.12-.11-.1-.03-.02-.14-.12-.29-.24-.14-.11-.15-.11-.05-.04-.09-.08-.15-.11-.15-.11-.02-.01-.13-.1-.15-.11-.13-.09-.02-.02-.16-.1-.15-.11-.09-.06-.06-.04-.16-.11-.16-.1-.05-.04-.1-.06-.16-.1-.16-.09-.16-.1-.16-.1-.14-.08-.02-.01-.16-.09-.17-.09-.16-.09-.16-.09-.17-.09-.06-.03-.1-.06-.17-.08-.17-.09-.02-.01-.15-.07-.17-.08-.17-.08-.17-.08a23.004 23.004 0 0 0-9.58-2.07c-3.9 0-7.57.96-10.79 2.66l-.16.08-.11.06-.05.03-.16.09-.17.09-.11.07-.04.02-.17.1-.15.09-.12.07-.04.03-.16.09-.15.1-.12.08-.04.02-.15.1-.15.1-.13.08-.03.02-.15.11-.15.1-.13.09-.02.02-.15.1-.14.11-.14.1-.01.01-.15.11-.15.12-.13.1-.01.01-.14.11-.15.12-.13.11h-.01l-.14.12-.14.12-.27.24-.14.12-.27.24-.14.13-.13.13-.01.01-.12.11-.13.13-.13.13-.02.02-.11.11-.13.13-.13.13-.02.02-.1.11-.13.14-.61.68-.11.14-.12.14-.12.14-.11.15zm-7.59-2.25c-23.06-15.13-37.88-29.13-47.36-44.2-11.79-18.73-15.17-38.66-15.71-64.04-62.92 12.3-105.68 22.71-122.05 105.97l-4.48 27.31H114v-50.49c0-3.09 2.5-5.6 5.6-5.6 3.08 0 5.59 2.51 5.59 5.6v99.55h220.07v-99.55c0-3.09 2.51-5.6 5.6-5.6s5.59 2.51 5.59 5.6v50.49h93.2l-8.04-43.5c-13.48-66.4-63.32-78.41-117.9-87.45-3.29 28.59-10.71 50.07-23.9 68.33-9.8 13.57-22.69 25.21-39.37 36.54 2.7 3.78 4.56 8.2 5.32 12.98.11.47.18.95.2 1.45.11 1.17.16 2.18.2 3.36-.04 1.17-.09 2.17-.2 3.32v41.59a7.46 7.46 0 0 1-7.46 7.46h-15.62c-4.12 0-7.47-3.34-7.47-7.46v-8.11l.05-.83v-1.38c0-1.38.09-3.93.05-3.93-8.47 0-16.13-3.43-21.68-8.98-5.54-5.55-8.98-13.21-8.98-21.68 0-6.18 1.83-11.93 4.98-16.75zM15.8 478.45l-3.63 22.12H114v-22.12H15.8zm340.65 22.12h102.26l-4.08-22.12h-98.18v22.12z"})})}function V2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z"})})}function W2({className:t="",size:e=l.sm}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"})})}function Y2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z"})})}function G2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"})})}function F2({className:t="fill-gray-600",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"})})}function U2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Zm140-360q25 0 42.5-17.5T400-620q0-25-17.5-42.5T340-680q-25 0-42.5 17.5T280-620q0 25 17.5 42.5T340-560Z"})})}function J2({className:t="",size:e=l.xs}){return r.jsxs("svg",{height:e,width:e,viewBox:"0 0 24 24",className:t,xmlns:"http://www.w3.org/2000/svg","aria-labelledby":"pollIconTitle",strokeWidth:"1",strokeLinecap:"square",strokeLinejoin:"miter",children:[" ",r.jsx("title",{id:"pollIconTitle",children:"Poll"})," ",r.jsx("path",{d:"M4 4V20"})," ",r.jsx("path",{d:"M4 6H15V10H4"})," ",r.jsx("path",{d:"M4 10H19V14H4"})," ",r.jsx("path",{d:"M4 14H12V18H4"})]})}function Q2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"})})}function X2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z"})})}function K2({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-440v-80h560v80H200Z"})})}function t3({className:t="",size:e=l.xs}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M120-120v-560h240v-80l120-120 120 120v240h240v400H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z"})})}function e3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 -960 960 960",children:r.jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h280v80H200Zm440-160-55-58 102-102H360v-80h327L585-622l55-58 200 200-200 200Z"})})}function r3({className:t="",size:e=l.md}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 16 16",children:[r.jsx("path",{d:"M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z"}),r.jsx("path",{fillRule:"evenodd",d:"M6.25 4A2.25 2.25 0 004 6.25v4.534a2.25 2.25 0 002.25 2.25h6.041l2.52 1.824A.75.75 0 0016 14.25v-8A2.25 2.25 0 0013.75 4h-7.5zM5.5 6.25a.75.75 0 01.75-.75h7.5a.75.75 0 01.75.75v6.531l-1.526-1.104a.75.75 0 00-.44-.143H6.25a.75.75 0 01-.75-.75V6.25z",clipRule:"evenodd"})]})}function n3({className:t="fill-blue-500",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:"fill-blue-500",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:r.jsx("path",{d:"M7 17L17 7M17 7H7M17 7V17",stroke:"gray"})})}function o3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,viewBox:"0 0 32 32",height:e,width:e,children:r.jsxs("g",{id:"g1331",transform:"translate(-.012 -.026)",children:[r.jsx("path",{id:"rect1177",d:"m48 42c-1.610617 0-3.072579.964923-3.707031 2.445312l-2.212891 5.160157c-.068789.157032-.080078.278389-.080078.410156v1.384766c0 1.410987.833351 2.629848 2.025391 3.21875v11.78125c0 1.977102 1.622506 3.599609 3.599609 3.599609h11.375c.552285 0 1-.447715 1-1s-.447715-1-1-1h-11.375c-.903697 0-1.599609-.695912-1.599609-1.599609v-11.445313c.847723-.104088 1.610521-.491751 2.173828-1.083984.65782.691024 1.580369 1.128906 2.601562 1.128906 1.021136 0 1.9423-.437842 2.59961-1.128906.657309.691064 1.578473 1.128906 2.599609 1.128906s1.9423-.437842 2.599609-1.128906c.65731.691064 1.578474 1.128906 2.59961 1.128906 1.021194 0 1.943742-.437882 2.601562-1.128906.65731.691064 1.578474 1.128906 2.59961 1.128906 1.976921 0 3.599609-1.622688 3.599609-3.599609v-1.1875c.04465-.204256.02415-.417368-.05859-.609375l-2.230472-5.164063c-.638436-1.47827-2.100696-2.439453-3.710938-2.439453zm0 2h16c.817605 0 1.550834.481826 1.875 1.232422l1.626953 3.767578h-22.984375l1.613281-3.767578c.321445-.750037 1.053125-1.232422 1.869141-1.232422zm-4 7h3.199219v.400391c0 .903878-.695732 1.599609-1.59961 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199219 0h3.201172v.400391c0 .903877-.695732 1.599609-1.59961 1.599609-.903877 0-1.601562-.696635-1.601562-1.599609zm5.201172 0h3.199218v.400391c0 .903878-.695731 1.599609-1.599609 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199218 0h3.201172v.400391c0 .902974-.697684 1.599609-1.601562 1.599609s-1.59961-.695732-1.59961-1.599609zm5.201172 0h3.199219v.400391c0 .903878-.695731 1.599609-1.599609 1.599609-.903879 0-1.59961-.695732-1.59961-1.599609z",transform:"translate(-40 -40)","font-variant-ligatures":"normal","font-variant-position":"normal","font-variant-caps":"normal","font-variant-numeric":"normal","font-variant-alternates":"normal","font-variant-east-asian":"normal","font-feature-settings":"normal","font-variation-settings":"normal","text-indent":"0","text-align":"start","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-color":"rgb(0,0,0)","text-transform":"none","text-orientation":"mixed","white-space":"normal","shape-padding":"0","shape-margin":"0","inline-size":"0","mix-blend-mode":"normal","solid-color":"rgb(0,0,0)","solid-opacity":"1",vectorEffect:"none"}),r.jsx("path",{id:"path1289",d:"m24.609375 16.513672c-2.977321 0-5.392578 2.479593-5.392578 5.486328 0 4.762769 4.826172 7.876953 4.826172 7.876953a1.0001 1.0001 0 0 0 1.132812 0s4.824219-3.114183 4.824219-7.876953c0-3.006736-2.413303-5.486328-5.390625-5.486328zm0 2c1.872992 0 3.390625 1.53752 3.390625 3.486328 0 2.838188-2.558448 5.020104-3.390625 5.691406-.832177-.671302-3.392578-2.853218-3.392578-5.691406 0-1.948809 1.519587-3.486328 3.392578-3.486328z","font-variant-ligatures":"normal","font-variant-position":"normal","font-variant-caps":"normal","font-variant-numeric":"normal","font-variant-alternates":"normal","font-variant-east-asian":"normal","font-feature-settings":"normal","font-variation-settings":"normal","text-indent":"0","text-align":"start","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-color":"rgb(0,0,0)","text-transform":"none","text-orientation":"mixed","white-space":"normal","shape-padding":"0","shape-margin":"0","inline-size":"0","mix-blend-mode":"normal","solid-color":"rgb(0,0,0)","solid-opacity":"1",vectorEffect:"none"}),r.jsx("path",{id:"ellipse1291",d:"m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z"}),r.jsx("path",{id:"rect1319",d:"m9 18a1.0001 1.0001 0 0 0 -1 1v5a1.0001 1.0001 0 0 0 1 1h5.949219a1.0001 1.0001 0 0 0 1-1v-5a1.0001 1.0001 0 0 0 -1-1zm1 2h3.949219v3h-3.949219z","font-variant-ligatures":"normal","font-variant-position":"normal","font-variant-caps":"normal","font-variant-numeric":"normal","font-variant-alternates":"normal","font-variant-east-asian":"normal","font-feature-settings":"normal","font-variation-settings":"normal","text-indent":"0","text-align":"start","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-color":"rgb(0,0,0)","text-transform":"none","text-orientation":"mixed","white-space":"normal","shape-padding":"0","shape-margin":"0","inline-size":"0","mix-blend-mode":"normal","solid-color":"rgb(0,0,0)","solid-opacity":"1",vectorEffect:"none"})]})})}function s3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 256 256",children:r.jsx("g",{style:{stroke:"none",strokeWidth:0,strokeDasharray:"none",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:10,fill:t,fillRule:"nonzero",opacity:1},transform:"translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)",children:r.jsx("path",{d:"M 89.999 3.075 C 90 3.02 90 2.967 89.999 2.912 c -0.004 -0.134 -0.017 -0.266 -0.038 -0.398 c -0.007 -0.041 -0.009 -0.081 -0.018 -0.122 c -0.034 -0.165 -0.082 -0.327 -0.144 -0.484 c -0.018 -0.046 -0.041 -0.089 -0.061 -0.134 c -0.053 -0.119 -0.113 -0.234 -0.182 -0.346 C 89.528 1.382 89.5 1.336 89.469 1.29 c -0.102 -0.147 -0.212 -0.288 -0.341 -0.417 c -0.13 -0.13 -0.273 -0.241 -0.421 -0.344 c -0.042 -0.029 -0.085 -0.056 -0.129 -0.082 c -0.118 -0.073 -0.239 -0.136 -0.364 -0.191 c -0.039 -0.017 -0.076 -0.037 -0.116 -0.053 c -0.161 -0.063 -0.327 -0.113 -0.497 -0.147 c -0.031 -0.006 -0.063 -0.008 -0.094 -0.014 c -0.142 -0.024 -0.285 -0.038 -0.429 -0.041 C 87.03 0 86.983 0 86.936 0.001 c -0.141 0.003 -0.282 0.017 -0.423 0.041 c -0.035 0.006 -0.069 0.008 -0.104 0.015 c -0.154 0.031 -0.306 0.073 -0.456 0.129 L 1.946 31.709 c -1.124 0.422 -1.888 1.473 -1.943 2.673 c -0.054 1.199 0.612 2.316 1.693 2.838 l 34.455 16.628 l 16.627 34.455 C 53.281 89.344 54.334 90 55.481 90 c 0.046 0 0.091 -0.001 0.137 -0.003 c 1.199 -0.055 2.251 -0.819 2.673 -1.943 L 89.815 4.048 c 0.056 -0.149 0.097 -0.3 0.128 -0.453 c 0.008 -0.041 0.011 -0.081 0.017 -0.122 C 89.982 3.341 89.995 3.208 89.999 3.075 z M 75.086 10.672 L 37.785 47.973 L 10.619 34.864 L 75.086 10.672 z M 55.136 79.381 L 42.027 52.216 l 37.302 -37.302 L 55.136 79.381 z",style:{stroke:"none",strokeWidth:1,strokeDasharray:"none",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:10,fill:t,fillRule:"nonzero",opacity:1},transform:" matrix(1 0 0 1 0 0) ",strokeLinecap:"round"})})})}function a3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50",height:e,width:e,className:t,children:r.jsx("path",{d:"M 25 4.0625 C 12.414063 4.0625 2.0625 12.925781 2.0625 24 C 2.0625 30.425781 5.625 36.09375 11 39.71875 C 10.992188 39.933594 11 40.265625 10.71875 41.3125 C 10.371094 42.605469 9.683594 44.4375 8.25 46.46875 L 7.21875 47.90625 L 9 47.9375 C 15.175781 47.964844 18.753906 43.90625 19.3125 43.25 C 21.136719 43.65625 23.035156 43.9375 25 43.9375 C 37.582031 43.9375 47.9375 35.074219 47.9375 24 C 47.9375 12.925781 37.582031 4.0625 25 4.0625 Z M 25 5.9375 C 36.714844 5.9375 46.0625 14.089844 46.0625 24 C 46.0625 33.910156 36.714844 42.0625 25 42.0625 C 22.996094 42.0625 21.050781 41.820313 19.21875 41.375 L 18.65625 41.25 L 18.28125 41.71875 C 18.28125 41.71875 15.390625 44.976563 10.78125 45.75 C 11.613281 44.257813 12.246094 42.871094 12.53125 41.8125 C 12.929688 40.332031 12.9375 39.3125 12.9375 39.3125 L 12.9375 38.8125 L 12.5 38.53125 C 7.273438 35.21875 3.9375 29.941406 3.9375 24 C 3.9375 14.089844 13.28125 5.9375 25 5.9375 Z"})})}function c3({className:t="",size:e=l.md}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,height:e,width:e,viewBox:"0 0 65 30",fill:"none",children:r.jsxs("g",{transform:"translate(1 1)",children:[r.jsx("path",{d:`M60.1,7h-16c-1.1,0-2,0.9-2,2
|
|
232
232
|
v4.083V2c0-1.1-0.9-2-2-2h-20c-1.1,0-2,0.9-2,2v15.583V14c0-1.1-0.9-2-2-2h-14c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h58
|
|
233
233
|
c1.1,0,2-0.9,2-2V9C62.1,7.9,61.2,7,60.1,7L60.1,7z`,stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),r.jsx("path",{d:"M27.1,15l3-3v9",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),r.jsx("path",{d:`M50.1,16c0-1.1,0.9-2,2-2
|
|
234
234
|
c1.1,0,2,0.9,2,2c0,3.3-4,6-4,6h5`,stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),r.jsx("path",{d:`M7.1,21.9c0,1.1,0.9,2,2,2
|
|
@@ -237,4 +237,4 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
|
|
|
237
237
|
c0,8.824-15.319,20.669-17.433,22.261C19.061,39.354,3.741,27.512,3.741,18.684c0-9.612,7.821-17.433,17.434-17.433
|
|
238
238
|
S38.608,9.072,38.608,18.684z`}),r.jsx("path",{d:`M10.692,18.684c0,5.781,4.703,10.484,10.483,10.484c5.781,0,10.484-4.703,10.484-10.484c0-5.78-4.703-10.483-10.484-10.483
|
|
239
239
|
C15.395,8.201,10.692,12.904,10.692,18.684z M30.409,18.684c0,5.091-4.143,9.234-9.234,9.234c-5.091,0-9.233-4.143-9.233-9.234
|
|
240
|
-
c0-5.091,4.142-9.233,9.233-9.233C26.266,9.451,30.409,13.593,30.409,18.684z`})]})})}function h3({className:t="",size:e=l.xs}){return r.jsx("svg",{className:t,width:e,height:e,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M7.97,2.242l-5,20A1,1,0,0,1,2,23a1.025,1.025,0,0,1-.244-.03,1,1,0,0,1-.727-1.212l5-20a1,1,0,1,1,1.94.484Zm10-.484a1,1,0,1,0-1.94.484l5,20A1,1,0,0,0,22,23a1.017,1.017,0,0,0,.243-.03,1,1,0,0,0,.728-1.212ZM12,1a1,1,0,0,0-1,1V6a1,1,0,0,0,2,0V2A1,1,0,0,0,12,1Zm0,7.912a1,1,0,0,0-1,1v4.176a1,1,0,1,0,2,0V9.912A1,1,0,0,0,12,8.912ZM12,17a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17Z"})})}function m3({className:t="",size:e=l.md}){return r.jsxs("svg",{className:t,width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M6 11C6 8.17157 6 6.75736 6.87868 5.87868C7.75736 5 9.17157 5 12 5H15C17.8284 5 19.2426 5 20.1213 5.87868C21 6.75736 21 8.17157 21 11V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H12C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V11Z",stroke:"currentColor",strokeWidth:"2"}),r.jsx("path",{d:"M6 19C4.34315 19 3 17.6569 3 16V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H15C16.6569 2 18 3.34315 18 5",stroke:"currentColor",strokeWidth:"2"})]})}function u3({className:t="",size:e=l.xs}){return r.jsxs("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",className:U("PasswordShow text-gray-600",t),xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M1 12C1 12 5 4 12 4C19 4 23 12 23 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M1 12C1 12 5 20 12 20C19 20 23 12 23 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("circle",{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function v3({className:t="",size:e=l.xs}){return r.jsxs("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",className:U("PasswordHide text-gray-600",t),xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M2 2L22 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M6.71277 6.7226C3.66479 8.79527 2 12 2 12C2 12 5.63636 19 12 19C14.0503 19 15.8174 18.2734 17.2711 17.2884M11 5.05822C11.3254 5.02013 11.6588 5 12 5C18.3636 5 22 12 22 12C22 12 21.3082 13.3317 20 14.8335",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M14 14.2362C13.4692 14.7112 12.7684 15.0001 12 15.0001C10.3431 15.0001 9 13.657 9 12.0001C9 11.1764 9.33193 10.4303 9.86932 9.88818",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}exports.AddSvg=B2;exports.ArenaSvg=P2;exports.Badminton=t0;exports.Baseball=h0;exports.Basketball=X1;exports.Biking=s0;exports.Blackjack=k0;exports.CalendarEventSvg=S2;exports.CalendarSvg=T2;exports.CardGamesInterestSvg=q0;exports.Cat=v0;exports.CategorySvg=f2;exports.ChatSvg=L2;exports.CitySvg=t3;exports.CloseSvg=F2;exports.CoachSvg=I2;exports.CollectionSvg=R2;exports.CommentSvg=a3;exports.CopySvg=m3;exports.CreateArenaSvg=H2;exports.CreateCollectionSvg=$2;exports.CreatePostSvg=E2;exports.CreateSvg=M2;exports.CreateTeamSvg=z2;exports.DiscussionSvg=r3;exports.Dog=u0;exports.EditSvg=Y2;exports.EventSvg=i3;exports.ExploreSvg=A2;exports.Football=n0;exports.GameSvg=l3;exports.Golf=K1;exports.Guitar=p0;exports.Gym=a0;exports.Hiking=U1;exports.Hockey=r0;exports.HomeSvg=
|
|
240
|
+
c0-5.091,4.142-9.233,9.233-9.233C26.266,9.451,30.409,13.593,30.409,18.684z`})]})})}function h3({className:t="",size:e=l.xs}){return r.jsx("svg",{className:t,width:e,height:e,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{d:"M7.97,2.242l-5,20A1,1,0,0,1,2,23a1.025,1.025,0,0,1-.244-.03,1,1,0,0,1-.727-1.212l5-20a1,1,0,1,1,1.94.484Zm10-.484a1,1,0,1,0-1.94.484l5,20A1,1,0,0,0,22,23a1.017,1.017,0,0,0,.243-.03,1,1,0,0,0,.728-1.212ZM12,1a1,1,0,0,0-1,1V6a1,1,0,0,0,2,0V2A1,1,0,0,0,12,1Zm0,7.912a1,1,0,0,0-1,1v4.176a1,1,0,1,0,2,0V9.912A1,1,0,0,0,12,8.912ZM12,17a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17Z"})})}function m3({className:t="",size:e=l.md}){return r.jsxs("svg",{className:t,width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M6 11C6 8.17157 6 6.75736 6.87868 5.87868C7.75736 5 9.17157 5 12 5H15C17.8284 5 19.2426 5 20.1213 5.87868C21 6.75736 21 8.17157 21 11V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H12C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V11Z",stroke:"currentColor",strokeWidth:"2"}),r.jsx("path",{d:"M6 19C4.34315 19 3 17.6569 3 16V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H15C16.6569 2 18 3.34315 18 5",stroke:"currentColor",strokeWidth:"2"})]})}function u3({className:t="",size:e=l.xs}){return r.jsxs("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",className:U("PasswordShow text-gray-600",t),xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M1 12C1 12 5 4 12 4C19 4 23 12 23 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M1 12C1 12 5 20 12 20C19 20 23 12 23 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("circle",{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function v3({className:t="",size:e=l.xs}){return r.jsxs("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",className:U("PasswordHide text-gray-600",t),xmlns:"http://www.w3.org/2000/svg",children:[r.jsx("path",{d:"M2 2L22 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M6.71277 6.7226C3.66479 8.79527 2 12 2 12C2 12 5.63636 19 12 19C14.0503 19 15.8174 18.2734 17.2711 17.2884M11 5.05822C11.3254 5.02013 11.6588 5 12 5C18.3636 5 22 12 22 12C22 12 21.3082 13.3317 20 14.8335",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M14 14.2362C13.4692 14.7112 12.7684 15.0001 12 15.0001C10.3431 15.0001 9 13.657 9 12.0001C9 11.1764 9.33193 10.4303 9.86932 9.88818",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}exports.AddSvg=B2;exports.ArenaSvg=P2;exports.Badminton=t0;exports.Baseball=h0;exports.Basketball=X1;exports.Biking=s0;exports.Blackjack=k0;exports.CalendarEventSvg=S2;exports.CalendarSvg=T2;exports.CardGamesInterestSvg=q0;exports.Cat=v0;exports.CategorySvg=f2;exports.ChatSvg=L2;exports.CitySvg=t3;exports.CloseSvg=F2;exports.CoachSvg=I2;exports.CollectionSvg=R2;exports.CommentSvg=a3;exports.CopySvg=m3;exports.CreateArenaSvg=H2;exports.CreateCollectionSvg=$2;exports.CreatePostSvg=E2;exports.CreateSvg=M2;exports.CreateTeamSvg=z2;exports.DiscussionSvg=r3;exports.Dog=u0;exports.EditSvg=Y2;exports.EventSvg=i3;exports.ExploreSvg=A2;exports.Football=n0;exports.GameSvg=l3;exports.Golf=K1;exports.Guitar=p0;exports.Gym=a0;exports.Hiking=U1;exports.Hockey=r0;exports.HomeSvg=C2;exports.ImageSvg=U2;exports.InterestSvg=y2;exports.LeaderboardSvg=c3;exports.LeftArrowSvg=V2;exports.LocationPointSvg=d3;exports.LogoutSvg=e3;exports.MapSvg=j2;exports.MarketSvg=o3;exports.MenuSvg=G2;exports.MinusSvg=K2;exports.MusicInterestSvg=w0;exports.NewsfeedSvg=N2;exports.NotificationSvg=Z2;exports.Omaha=b0;exports.PartnersSvg=_2;exports.PasswordHideSvg=v3;exports.PasswordShowSvg=u3;exports.PetsInterestSvg=g0;exports.PetsSvg=N1;exports.Pickleball=o0;exports.PollSvg=J2;exports.PrivateSvg=X2;exports.RightArrowSvg=W2;exports.Running=Q1;exports.SendSvg=s3;exports.Singing=f0;exports.Skiing=i0;exports.Soccer=F1;exports.SportsInterestSvg=m0;exports.SportsSvg=A1;exports.StreetSvg=h3;exports.Surfing=d0;exports.SvgSize=l;exports.Swimming=c0;exports.TableTennis=e0;exports.TeamSvg=O2;exports.Tennis=J1;exports.TexasHoldem=x0;exports.TextPostSvg=Q2;exports.UpArrowSvg=n3;exports.UserSvg=D2;exports.Yoga=l0;
|
package/dist/wasvg.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Y1, { useState as y2, useEffect as
|
|
1
|
+
import Y1, { useState as y2, useEffect as C2, useCallback as j2, useRef as L2 } from "react";
|
|
2
2
|
var l = /* @__PURE__ */ ((t) => (t[t.xs = 18] = "xs", t[t.sm = 24] = "sm", t[t.md = 28] = "md", t[t.lg = 32] = "lg", t[t.xl = 50] = "xl", t))(l || {});
|
|
3
3
|
var u1 = { exports: {} }, d1 = {};
|
|
4
4
|
/**
|
|
@@ -120,7 +120,7 @@ function F1() {
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
function d() {
|
|
123
|
-
var n =
|
|
123
|
+
var n = j.A;
|
|
124
124
|
return n === null ? null : n.getOwner();
|
|
125
125
|
}
|
|
126
126
|
function g() {
|
|
@@ -238,7 +238,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
238
238
|
}
|
|
239
239
|
var V = Y1, R = Symbol.for("react.transitional.element"), A = Symbol.for("react.portal"), O = Symbol.for("react.fragment"), X = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler");
|
|
240
240
|
Symbol.for("react.provider");
|
|
241
|
-
var n1 = Symbol.for("react.consumer"), Q = Symbol.for("react.context"), K = Symbol.for("react.forward_ref"), D = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), t1 = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), $ = Symbol.for("react.client.reference"),
|
|
241
|
+
var n1 = Symbol.for("react.consumer"), Q = Symbol.for("react.context"), K = Symbol.for("react.forward_ref"), D = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), t1 = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), $ = Symbol.for("react.client.reference"), j = V.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, G = Object.prototype.hasOwnProperty, s1 = Array.isArray, p = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
244
|
V = {
|
|
@@ -251,7 +251,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
251
251
|
g
|
|
252
252
|
)(), o = p(a(g)), b = {};
|
|
253
253
|
h1.Fragment = O, h1.jsx = function(n, h, x, f, y) {
|
|
254
|
-
var M = 1e4 >
|
|
254
|
+
var M = 1e4 > j.recentlyCreatedOwnerStacks++;
|
|
255
255
|
return S(
|
|
256
256
|
n,
|
|
257
257
|
h,
|
|
@@ -263,7 +263,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
263
263
|
M ? p(a(n)) : o
|
|
264
264
|
);
|
|
265
265
|
}, h1.jsxs = function(n, h, x, f, y) {
|
|
266
|
-
var M = 1e4 >
|
|
266
|
+
var M = 1e4 > j.recentlyCreatedOwnerStacks++;
|
|
267
267
|
return S(
|
|
268
268
|
n,
|
|
269
269
|
h,
|
|
@@ -319,14 +319,14 @@ function Q1({ className: t = "", size: e = l.md }) {
|
|
|
319
319
|
);
|
|
320
320
|
}
|
|
321
321
|
var X1 = Object.defineProperty, K1 = (t, e, s) => e in t ? X1(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, F = (t, e, s) => K1(t, typeof e != "symbol" ? e + "" : e, s);
|
|
322
|
-
const
|
|
322
|
+
const j1 = "-", t0 = (t) => {
|
|
323
323
|
const e = r0(t), {
|
|
324
324
|
conflictingClassGroups: s,
|
|
325
325
|
conflictingClassGroupModifiers: a
|
|
326
326
|
} = t;
|
|
327
327
|
return {
|
|
328
328
|
getClassGroupId: (d) => {
|
|
329
|
-
const g = d.split(
|
|
329
|
+
const g = d.split(j1);
|
|
330
330
|
return g[0] === "" && g.length !== 1 && g.shift(), A1(g, e) || e0(d);
|
|
331
331
|
},
|
|
332
332
|
getConflictingClassGroupIds: (d, g) => {
|
|
@@ -343,7 +343,7 @@ const C1 = "-", t0 = (t) => {
|
|
|
343
343
|
return g;
|
|
344
344
|
if (e.validators.length === 0)
|
|
345
345
|
return;
|
|
346
|
-
const k = t.join(
|
|
346
|
+
const k = t.join(j1);
|
|
347
347
|
return (s = e.validators.find(({
|
|
348
348
|
validator: L
|
|
349
349
|
}) => L(k))) == null ? void 0 : s.classGroupId;
|
|
@@ -388,7 +388,7 @@ const C1 = "-", t0 = (t) => {
|
|
|
388
388
|
});
|
|
389
389
|
}, z1 = (t, e) => {
|
|
390
390
|
let s = t;
|
|
391
|
-
return e.split(
|
|
391
|
+
return e.split(j1).forEach((a) => {
|
|
392
392
|
s.nextPart.has(a) || s.nextPart.set(a, {
|
|
393
393
|
nextPart: /* @__PURE__ */ new Map(),
|
|
394
394
|
validators: []
|
|
@@ -561,12 +561,12 @@ function u0(t, ...e) {
|
|
|
561
561
|
const N = (t) => {
|
|
562
562
|
const e = (s) => s[t] || [];
|
|
563
563
|
return e.isThemeGetter = !0, e;
|
|
564
|
-
}, N1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, O1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, v0 = /^\d+\/\d+$/, g0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, p0 = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, f0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, w0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, x0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, c1 = (t) => v0.test(t),
|
|
564
|
+
}, N1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, O1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, v0 = /^\d+\/\d+$/, g0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, p0 = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, f0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, w0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, x0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, c1 = (t) => v0.test(t), C = (t) => !!t && !Number.isNaN(Number(t)), o1 = (t) => !!t && Number.isInteger(Number(t)), w1 = (t) => t.endsWith("%") && C(t.slice(0, -1)), r1 = (t) => g0.test(t), b0 = () => !0, k0 = (t) => (
|
|
565
565
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
566
566
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
567
567
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
568
568
|
p0.test(t) && !f0.test(t)
|
|
569
|
-
), R1 = () => !1, q0 = (t) => w0.test(t), y0 = (t) => x0.test(t),
|
|
569
|
+
), R1 = () => !1, q0 = (t) => w0.test(t), y0 = (t) => x0.test(t), C0 = (t) => !u(t) && !v(t), j0 = (t) => l1(t, D1, R1), u = (t) => N1.test(t), a1 = (t) => l1(t, I1, k0), x1 = (t) => l1(t, z0, C), S1 = (t) => l1(t, B1, R1), L0 = (t) => l1(t, P1, y0), g1 = (t) => l1(t, V1, q0), v = (t) => O1.test(t), m1 = (t) => i1(t, I1), T0 = (t) => i1(t, S0), H1 = (t) => i1(t, B1), M0 = (t) => i1(t, D1), Z0 = (t) => i1(t, P1), p1 = (t) => i1(t, V1, !0), l1 = (t, e, s) => {
|
|
570
570
|
const a = N1.exec(t);
|
|
571
571
|
return a ? a[1] ? e(a[1]) : s(a[2]) : !1;
|
|
572
572
|
}, i1 = (t, e, s = !1) => {
|
|
@@ -591,13 +591,13 @@ const N = (t) => {
|
|
|
591
591
|
"bottom-left",
|
|
592
592
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
593
593
|
"left-bottom"
|
|
594
|
-
], D = () => [...K(), v, u], B = () => ["auto", "hidden", "clip", "visible", "scroll"], t1 = () => ["auto", "contain", "none"], w = () => [v, u, q], P = () => [c1, "full", "auto", ...w()], $ = () => [o1, "none", "subgrid", v, u],
|
|
594
|
+
], D = () => [...K(), v, u], B = () => ["auto", "hidden", "clip", "visible", "scroll"], t1 = () => ["auto", "contain", "none"], w = () => [v, u, q], P = () => [c1, "full", "auto", ...w()], $ = () => [o1, "none", "subgrid", v, u], j = () => ["auto", {
|
|
595
595
|
span: ["full", o1, v, u]
|
|
596
596
|
}, o1, v, u], G = () => [o1, "auto", v, u], s1 = () => ["auto", "min", "max", "fr", v, u], p = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], i = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], c = () => ["auto", ...w()], m = () => [c1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...w()], o = () => [t, v, u], b = () => [...K(), H1, S1, {
|
|
597
597
|
position: [v, u]
|
|
598
598
|
}], n = () => ["no-repeat", {
|
|
599
599
|
repeat: ["", "x", "y", "space", "round"]
|
|
600
|
-
}], h = () => ["auto", "cover", "contain", M0,
|
|
600
|
+
}], h = () => ["auto", "cover", "contain", M0, j0, {
|
|
601
601
|
size: [v, u]
|
|
602
602
|
}], x = () => [w1, m1, a1], f = () => [
|
|
603
603
|
// Deprecated since Tailwind CSS v4.0.0
|
|
@@ -607,14 +607,14 @@ const N = (t) => {
|
|
|
607
607
|
Z,
|
|
608
608
|
v,
|
|
609
609
|
u
|
|
610
|
-
], y = () => ["",
|
|
610
|
+
], y = () => ["", C, m1, a1], M = () => ["solid", "dashed", "dotted", "double"], W = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], T = () => [C, w1, H1, S1], z = () => [
|
|
611
611
|
// Deprecated since Tailwind CSS v4.0.0
|
|
612
612
|
"",
|
|
613
613
|
"none",
|
|
614
614
|
A,
|
|
615
615
|
v,
|
|
616
616
|
u
|
|
617
|
-
], E = () => ["none",
|
|
617
|
+
], E = () => ["none", C, v, u], _ = () => ["none", C, v, u], I = () => [C, v, u], e1 = () => [c1, "full", ...w()];
|
|
618
618
|
return {
|
|
619
619
|
cacheSize: 500,
|
|
620
620
|
theme: {
|
|
@@ -626,14 +626,14 @@ const N = (t) => {
|
|
|
626
626
|
container: [r1],
|
|
627
627
|
"drop-shadow": [r1],
|
|
628
628
|
ease: ["in", "out", "in-out"],
|
|
629
|
-
font: [
|
|
629
|
+
font: [C0],
|
|
630
630
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
631
631
|
"inset-shadow": [r1],
|
|
632
632
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
633
633
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
634
634
|
radius: [r1],
|
|
635
635
|
shadow: [r1],
|
|
636
|
-
spacing: ["px",
|
|
636
|
+
spacing: ["px", C],
|
|
637
637
|
text: [r1],
|
|
638
638
|
"text-shadow": [r1],
|
|
639
639
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
@@ -660,7 +660,7 @@ const N = (t) => {
|
|
|
660
660
|
* @see https://tailwindcss.com/docs/columns
|
|
661
661
|
*/
|
|
662
662
|
columns: [{
|
|
663
|
-
columns: [
|
|
663
|
+
columns: [C, u, v, L]
|
|
664
664
|
}],
|
|
665
665
|
/**
|
|
666
666
|
* Break After
|
|
@@ -891,21 +891,21 @@ const N = (t) => {
|
|
|
891
891
|
* @see https://tailwindcss.com/docs/flex
|
|
892
892
|
*/
|
|
893
893
|
flex: [{
|
|
894
|
-
flex: [
|
|
894
|
+
flex: [C, c1, "auto", "initial", "none", u]
|
|
895
895
|
}],
|
|
896
896
|
/**
|
|
897
897
|
* Flex Grow
|
|
898
898
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
899
899
|
*/
|
|
900
900
|
grow: [{
|
|
901
|
-
grow: ["",
|
|
901
|
+
grow: ["", C, v, u]
|
|
902
902
|
}],
|
|
903
903
|
/**
|
|
904
904
|
* Flex Shrink
|
|
905
905
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
906
906
|
*/
|
|
907
907
|
shrink: [{
|
|
908
|
-
shrink: ["",
|
|
908
|
+
shrink: ["", C, v, u]
|
|
909
909
|
}],
|
|
910
910
|
/**
|
|
911
911
|
* Order
|
|
@@ -926,7 +926,7 @@ const N = (t) => {
|
|
|
926
926
|
* @see https://tailwindcss.com/docs/grid-column
|
|
927
927
|
*/
|
|
928
928
|
"col-start-end": [{
|
|
929
|
-
col:
|
|
929
|
+
col: j()
|
|
930
930
|
}],
|
|
931
931
|
/**
|
|
932
932
|
* Grid Column Start
|
|
@@ -954,7 +954,7 @@ const N = (t) => {
|
|
|
954
954
|
* @see https://tailwindcss.com/docs/grid-row
|
|
955
955
|
*/
|
|
956
956
|
"row-start-end": [{
|
|
957
|
-
row:
|
|
957
|
+
row: j()
|
|
958
958
|
}],
|
|
959
959
|
/**
|
|
960
960
|
* Grid Row Start
|
|
@@ -1382,7 +1382,7 @@ const N = (t) => {
|
|
|
1382
1382
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1383
1383
|
*/
|
|
1384
1384
|
"line-clamp": [{
|
|
1385
|
-
"line-clamp": [
|
|
1385
|
+
"line-clamp": [C, "none", v, x1]
|
|
1386
1386
|
}],
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Line Height
|
|
@@ -1455,7 +1455,7 @@ const N = (t) => {
|
|
|
1455
1455
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1456
1456
|
*/
|
|
1457
1457
|
"text-decoration-thickness": [{
|
|
1458
|
-
decoration: [
|
|
1458
|
+
decoration: [C, "from-font", "auto", v, a1]
|
|
1459
1459
|
}],
|
|
1460
1460
|
/**
|
|
1461
1461
|
* Text Decoration Color
|
|
@@ -1469,7 +1469,7 @@ const N = (t) => {
|
|
|
1469
1469
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1470
1470
|
*/
|
|
1471
1471
|
"underline-offset": [{
|
|
1472
|
-
"underline-offset": [
|
|
1472
|
+
"underline-offset": [C, "auto", v, u]
|
|
1473
1473
|
}],
|
|
1474
1474
|
/**
|
|
1475
1475
|
* Text Transform
|
|
@@ -1935,14 +1935,14 @@ const N = (t) => {
|
|
|
1935
1935
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1936
1936
|
*/
|
|
1937
1937
|
"outline-offset": [{
|
|
1938
|
-
"outline-offset": [
|
|
1938
|
+
"outline-offset": [C, v, u]
|
|
1939
1939
|
}],
|
|
1940
1940
|
/**
|
|
1941
1941
|
* Outline Width
|
|
1942
1942
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1943
1943
|
*/
|
|
1944
1944
|
"outline-w": [{
|
|
1945
|
-
outline: ["",
|
|
1945
|
+
outline: ["", C, m1, a1]
|
|
1946
1946
|
}],
|
|
1947
1947
|
/**
|
|
1948
1948
|
* Outline Color
|
|
@@ -2017,7 +2017,7 @@ const N = (t) => {
|
|
|
2017
2017
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2018
2018
|
*/
|
|
2019
2019
|
"ring-offset-w": [{
|
|
2020
|
-
"ring-offset": [
|
|
2020
|
+
"ring-offset": [C, a1]
|
|
2021
2021
|
}],
|
|
2022
2022
|
/**
|
|
2023
2023
|
* Ring Offset Color
|
|
@@ -2061,7 +2061,7 @@ const N = (t) => {
|
|
|
2061
2061
|
* @see https://tailwindcss.com/docs/opacity
|
|
2062
2062
|
*/
|
|
2063
2063
|
opacity: [{
|
|
2064
|
-
opacity: [
|
|
2064
|
+
opacity: [C, v, u]
|
|
2065
2065
|
}],
|
|
2066
2066
|
/**
|
|
2067
2067
|
* Mix Blend Mode
|
|
@@ -2096,7 +2096,7 @@ const N = (t) => {
|
|
|
2096
2096
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2097
2097
|
*/
|
|
2098
2098
|
"mask-image-linear-pos": [{
|
|
2099
|
-
"mask-linear": [
|
|
2099
|
+
"mask-linear": [C]
|
|
2100
2100
|
}],
|
|
2101
2101
|
"mask-image-linear-from-pos": [{
|
|
2102
2102
|
"mask-linear-from": T()
|
|
@@ -2210,7 +2210,7 @@ const N = (t) => {
|
|
|
2210
2210
|
"mask-radial-at": K()
|
|
2211
2211
|
}],
|
|
2212
2212
|
"mask-image-conic-pos": [{
|
|
2213
|
-
"mask-conic": [
|
|
2213
|
+
"mask-conic": [C]
|
|
2214
2214
|
}],
|
|
2215
2215
|
"mask-image-conic-from-pos": [{
|
|
2216
2216
|
"mask-conic-from": T()
|
|
@@ -2301,14 +2301,14 @@ const N = (t) => {
|
|
|
2301
2301
|
* @see https://tailwindcss.com/docs/brightness
|
|
2302
2302
|
*/
|
|
2303
2303
|
brightness: [{
|
|
2304
|
-
brightness: [
|
|
2304
|
+
brightness: [C, v, u]
|
|
2305
2305
|
}],
|
|
2306
2306
|
/**
|
|
2307
2307
|
* Contrast
|
|
2308
2308
|
* @see https://tailwindcss.com/docs/contrast
|
|
2309
2309
|
*/
|
|
2310
2310
|
contrast: [{
|
|
2311
|
-
contrast: [
|
|
2311
|
+
contrast: [C, v, u]
|
|
2312
2312
|
}],
|
|
2313
2313
|
/**
|
|
2314
2314
|
* Drop Shadow
|
|
@@ -2336,35 +2336,35 @@ const N = (t) => {
|
|
|
2336
2336
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2337
2337
|
*/
|
|
2338
2338
|
grayscale: [{
|
|
2339
|
-
grayscale: ["",
|
|
2339
|
+
grayscale: ["", C, v, u]
|
|
2340
2340
|
}],
|
|
2341
2341
|
/**
|
|
2342
2342
|
* Hue Rotate
|
|
2343
2343
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2344
2344
|
*/
|
|
2345
2345
|
"hue-rotate": [{
|
|
2346
|
-
"hue-rotate": [
|
|
2346
|
+
"hue-rotate": [C, v, u]
|
|
2347
2347
|
}],
|
|
2348
2348
|
/**
|
|
2349
2349
|
* Invert
|
|
2350
2350
|
* @see https://tailwindcss.com/docs/invert
|
|
2351
2351
|
*/
|
|
2352
2352
|
invert: [{
|
|
2353
|
-
invert: ["",
|
|
2353
|
+
invert: ["", C, v, u]
|
|
2354
2354
|
}],
|
|
2355
2355
|
/**
|
|
2356
2356
|
* Saturate
|
|
2357
2357
|
* @see https://tailwindcss.com/docs/saturate
|
|
2358
2358
|
*/
|
|
2359
2359
|
saturate: [{
|
|
2360
|
-
saturate: [
|
|
2360
|
+
saturate: [C, v, u]
|
|
2361
2361
|
}],
|
|
2362
2362
|
/**
|
|
2363
2363
|
* Sepia
|
|
2364
2364
|
* @see https://tailwindcss.com/docs/sepia
|
|
2365
2365
|
*/
|
|
2366
2366
|
sepia: [{
|
|
2367
|
-
sepia: ["",
|
|
2367
|
+
sepia: ["", C, v, u]
|
|
2368
2368
|
}],
|
|
2369
2369
|
/**
|
|
2370
2370
|
* Backdrop Filter
|
|
@@ -2391,56 +2391,56 @@ const N = (t) => {
|
|
|
2391
2391
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2392
2392
|
*/
|
|
2393
2393
|
"backdrop-brightness": [{
|
|
2394
|
-
"backdrop-brightness": [
|
|
2394
|
+
"backdrop-brightness": [C, v, u]
|
|
2395
2395
|
}],
|
|
2396
2396
|
/**
|
|
2397
2397
|
* Backdrop Contrast
|
|
2398
2398
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2399
2399
|
*/
|
|
2400
2400
|
"backdrop-contrast": [{
|
|
2401
|
-
"backdrop-contrast": [
|
|
2401
|
+
"backdrop-contrast": [C, v, u]
|
|
2402
2402
|
}],
|
|
2403
2403
|
/**
|
|
2404
2404
|
* Backdrop Grayscale
|
|
2405
2405
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2406
2406
|
*/
|
|
2407
2407
|
"backdrop-grayscale": [{
|
|
2408
|
-
"backdrop-grayscale": ["",
|
|
2408
|
+
"backdrop-grayscale": ["", C, v, u]
|
|
2409
2409
|
}],
|
|
2410
2410
|
/**
|
|
2411
2411
|
* Backdrop Hue Rotate
|
|
2412
2412
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2413
2413
|
*/
|
|
2414
2414
|
"backdrop-hue-rotate": [{
|
|
2415
|
-
"backdrop-hue-rotate": [
|
|
2415
|
+
"backdrop-hue-rotate": [C, v, u]
|
|
2416
2416
|
}],
|
|
2417
2417
|
/**
|
|
2418
2418
|
* Backdrop Invert
|
|
2419
2419
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2420
2420
|
*/
|
|
2421
2421
|
"backdrop-invert": [{
|
|
2422
|
-
"backdrop-invert": ["",
|
|
2422
|
+
"backdrop-invert": ["", C, v, u]
|
|
2423
2423
|
}],
|
|
2424
2424
|
/**
|
|
2425
2425
|
* Backdrop Opacity
|
|
2426
2426
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2427
2427
|
*/
|
|
2428
2428
|
"backdrop-opacity": [{
|
|
2429
|
-
"backdrop-opacity": [
|
|
2429
|
+
"backdrop-opacity": [C, v, u]
|
|
2430
2430
|
}],
|
|
2431
2431
|
/**
|
|
2432
2432
|
* Backdrop Saturate
|
|
2433
2433
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2434
2434
|
*/
|
|
2435
2435
|
"backdrop-saturate": [{
|
|
2436
|
-
"backdrop-saturate": [
|
|
2436
|
+
"backdrop-saturate": [C, v, u]
|
|
2437
2437
|
}],
|
|
2438
2438
|
/**
|
|
2439
2439
|
* Backdrop Sepia
|
|
2440
2440
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2441
2441
|
*/
|
|
2442
2442
|
"backdrop-sepia": [{
|
|
2443
|
-
"backdrop-sepia": ["",
|
|
2443
|
+
"backdrop-sepia": ["", C, v, u]
|
|
2444
2444
|
}],
|
|
2445
2445
|
// --------------
|
|
2446
2446
|
// --- Tables ---
|
|
@@ -2509,7 +2509,7 @@ const N = (t) => {
|
|
|
2509
2509
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2510
2510
|
*/
|
|
2511
2511
|
duration: [{
|
|
2512
|
-
duration: [
|
|
2512
|
+
duration: [C, "initial", v, u]
|
|
2513
2513
|
}],
|
|
2514
2514
|
/**
|
|
2515
2515
|
* Transition Timing Function
|
|
@@ -2523,7 +2523,7 @@ const N = (t) => {
|
|
|
2523
2523
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2524
2524
|
*/
|
|
2525
2525
|
delay: [{
|
|
2526
|
-
delay: [
|
|
2526
|
+
delay: [C, v, u]
|
|
2527
2527
|
}],
|
|
2528
2528
|
/**
|
|
2529
2529
|
* Animation
|
|
@@ -2967,7 +2967,7 @@ const N = (t) => {
|
|
|
2967
2967
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2968
2968
|
*/
|
|
2969
2969
|
"stroke-w": [{
|
|
2970
|
-
stroke: [
|
|
2970
|
+
stroke: [C, m1, a1, x1]
|
|
2971
2971
|
}],
|
|
2972
2972
|
/**
|
|
2973
2973
|
* Stroke
|
|
@@ -3077,7 +3077,7 @@ A0.prototype.name = "InvalidTokenError";
|
|
|
3077
3077
|
function E0(t) {
|
|
3078
3078
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3079
3079
|
}
|
|
3080
|
-
var
|
|
3080
|
+
var C1 = { exports: {} }, N0 = C1.exports, _1;
|
|
3081
3081
|
function O0() {
|
|
3082
3082
|
return _1 || (_1 = 1, (function(t, e) {
|
|
3083
3083
|
(function(s, a) {
|
|
@@ -3123,8 +3123,8 @@ function O0() {
|
|
|
3123
3123
|
if (w(p)) return p.clone();
|
|
3124
3124
|
var c = typeof i == "object" ? i : {};
|
|
3125
3125
|
return c.date = p, c.args = arguments, new G(c);
|
|
3126
|
-
},
|
|
3127
|
-
|
|
3126
|
+
}, j = K;
|
|
3127
|
+
j.l = P, j.i = w, j.w = function(p, i) {
|
|
3128
3128
|
return $(p, { locale: i.$L, utc: i.$u, x: i.$x, $offset: i.$offset });
|
|
3129
3129
|
};
|
|
3130
3130
|
var G = (function() {
|
|
@@ -3136,7 +3136,7 @@ function O0() {
|
|
|
3136
3136
|
this.$d = (function(m) {
|
|
3137
3137
|
var o = m.date, b = m.utc;
|
|
3138
3138
|
if (o === null) return /* @__PURE__ */ new Date(NaN);
|
|
3139
|
-
if (
|
|
3139
|
+
if (j.u(o)) return /* @__PURE__ */ new Date();
|
|
3140
3140
|
if (o instanceof Date) return new Date(o);
|
|
3141
3141
|
if (typeof o == "string" && !/Z$/i.test(o)) {
|
|
3142
3142
|
var n = o.match(X);
|
|
@@ -3151,7 +3151,7 @@ function O0() {
|
|
|
3151
3151
|
var c = this.$d;
|
|
3152
3152
|
this.$y = c.getFullYear(), this.$M = c.getMonth(), this.$D = c.getDate(), this.$W = c.getDay(), this.$H = c.getHours(), this.$m = c.getMinutes(), this.$s = c.getSeconds(), this.$ms = c.getMilliseconds();
|
|
3153
3153
|
}, i.$utils = function() {
|
|
3154
|
-
return
|
|
3154
|
+
return j;
|
|
3155
3155
|
}, i.isValid = function() {
|
|
3156
3156
|
return this.$d.toString() !== O;
|
|
3157
3157
|
}, i.isSame = function(c, m) {
|
|
@@ -3162,17 +3162,17 @@ function O0() {
|
|
|
3162
3162
|
}, i.isBefore = function(c, m) {
|
|
3163
3163
|
return this.endOf(m) < $(c);
|
|
3164
3164
|
}, i.$g = function(c, m, o) {
|
|
3165
|
-
return
|
|
3165
|
+
return j.u(c) ? this[m] : this.set(o, c);
|
|
3166
3166
|
}, i.unix = function() {
|
|
3167
3167
|
return Math.floor(this.valueOf() / 1e3);
|
|
3168
3168
|
}, i.valueOf = function() {
|
|
3169
3169
|
return this.$d.getTime();
|
|
3170
3170
|
}, i.startOf = function(c, m) {
|
|
3171
|
-
var o = this, b = !!
|
|
3172
|
-
var I =
|
|
3171
|
+
var o = this, b = !!j.u(m) || m, n = j.p(c), h = function(E, _) {
|
|
3172
|
+
var I = j.w(o.$u ? Date.UTC(o.$y, _, E) : new Date(o.$y, _, E), o);
|
|
3173
3173
|
return b ? I : I.endOf(Z);
|
|
3174
3174
|
}, x = function(E, _) {
|
|
3175
|
-
return
|
|
3175
|
+
return j.w(o.toDate()[E].apply(o.toDate("s"), (b ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(_)), o);
|
|
3176
3176
|
}, f = this.$W, y = this.$M, M = this.$D, W = "set" + (this.$u ? "UTC" : "");
|
|
3177
3177
|
switch (n) {
|
|
3178
3178
|
case R:
|
|
@@ -3197,7 +3197,7 @@ function O0() {
|
|
|
3197
3197
|
}, i.endOf = function(c) {
|
|
3198
3198
|
return this.startOf(c, !1);
|
|
3199
3199
|
}, i.$set = function(c, m) {
|
|
3200
|
-
var o, b =
|
|
3200
|
+
var o, b = j.p(c), n = "set" + (this.$u ? "UTC" : ""), h = (o = {}, o[Z] = n + "Date", o[A] = n + "Date", o[H] = n + "Month", o[R] = n + "FullYear", o[q] = n + "Hours", o[L] = n + "Minutes", o[k] = n + "Seconds", o[g] = n + "Milliseconds", o)[b], x = b === Z ? this.$D + (m - this.$W) : m;
|
|
3201
3201
|
if (b === H || b === R) {
|
|
3202
3202
|
var f = this.clone().set(A, 1);
|
|
3203
3203
|
f.$d[h](x), f.init(), this.$d = f.set(A, Math.min(this.$D, f.daysInMonth())).$d;
|
|
@@ -3206,29 +3206,29 @@ function O0() {
|
|
|
3206
3206
|
}, i.set = function(c, m) {
|
|
3207
3207
|
return this.clone().$set(c, m);
|
|
3208
3208
|
}, i.get = function(c) {
|
|
3209
|
-
return this[
|
|
3209
|
+
return this[j.p(c)]();
|
|
3210
3210
|
}, i.add = function(c, m) {
|
|
3211
3211
|
var o, b = this;
|
|
3212
3212
|
c = Number(c);
|
|
3213
|
-
var n =
|
|
3213
|
+
var n = j.p(m), h = function(y) {
|
|
3214
3214
|
var M = $(b);
|
|
3215
|
-
return
|
|
3215
|
+
return j.w(M.date(M.date() + Math.round(y * c)), b);
|
|
3216
3216
|
};
|
|
3217
3217
|
if (n === H) return this.set(H, this.$M + c);
|
|
3218
3218
|
if (n === R) return this.set(R, this.$y + c);
|
|
3219
3219
|
if (n === Z) return h(1);
|
|
3220
3220
|
if (n === S) return h(7);
|
|
3221
3221
|
var x = (o = {}, o[L] = a, o[q] = d, o[k] = s, o)[n] || 1, f = this.$d.getTime() + c * x;
|
|
3222
|
-
return
|
|
3222
|
+
return j.w(f, this);
|
|
3223
3223
|
}, i.subtract = function(c, m) {
|
|
3224
3224
|
return this.add(-1 * c, m);
|
|
3225
3225
|
}, i.format = function(c) {
|
|
3226
3226
|
var m = this, o = this.$locale();
|
|
3227
3227
|
if (!this.isValid()) return o.invalidDate || O;
|
|
3228
|
-
var b = c || "YYYY-MM-DDTHH:mm:ssZ", n =
|
|
3228
|
+
var b = c || "YYYY-MM-DDTHH:mm:ssZ", n = j.z(this), h = this.$H, x = this.$m, f = this.$M, y = o.weekdays, M = o.months, W = o.meridiem, T = function(_, I, e1, v1) {
|
|
3229
3229
|
return _ && (_[I] || _(m, b)) || e1[I].slice(0, v1);
|
|
3230
3230
|
}, z = function(_) {
|
|
3231
|
-
return
|
|
3231
|
+
return j.s(h % 12 || 12, _, "0");
|
|
3232
3232
|
}, E = W || function(_, I, e1) {
|
|
3233
3233
|
var v1 = _ < 12 ? "AM" : "PM";
|
|
3234
3234
|
return e1 ? v1.toLowerCase() : v1;
|
|
@@ -3239,11 +3239,11 @@ function O0() {
|
|
|
3239
3239
|
case "YY":
|
|
3240
3240
|
return String(m.$y).slice(-2);
|
|
3241
3241
|
case "YYYY":
|
|
3242
|
-
return
|
|
3242
|
+
return j.s(m.$y, 4, "0");
|
|
3243
3243
|
case "M":
|
|
3244
3244
|
return f + 1;
|
|
3245
3245
|
case "MM":
|
|
3246
|
-
return
|
|
3246
|
+
return j.s(f + 1, 2, "0");
|
|
3247
3247
|
case "MMM":
|
|
3248
3248
|
return T(o.monthsShort, f, M, 3);
|
|
3249
3249
|
case "MMMM":
|
|
@@ -3251,7 +3251,7 @@ function O0() {
|
|
|
3251
3251
|
case "D":
|
|
3252
3252
|
return m.$D;
|
|
3253
3253
|
case "DD":
|
|
3254
|
-
return
|
|
3254
|
+
return j.s(m.$D, 2, "0");
|
|
3255
3255
|
case "d":
|
|
3256
3256
|
return String(m.$W);
|
|
3257
3257
|
case "dd":
|
|
@@ -3263,7 +3263,7 @@ function O0() {
|
|
|
3263
3263
|
case "H":
|
|
3264
3264
|
return String(h);
|
|
3265
3265
|
case "HH":
|
|
3266
|
-
return
|
|
3266
|
+
return j.s(h, 2, "0");
|
|
3267
3267
|
case "h":
|
|
3268
3268
|
return z(1);
|
|
3269
3269
|
case "hh":
|
|
@@ -3275,13 +3275,13 @@ function O0() {
|
|
|
3275
3275
|
case "m":
|
|
3276
3276
|
return String(x);
|
|
3277
3277
|
case "mm":
|
|
3278
|
-
return
|
|
3278
|
+
return j.s(x, 2, "0");
|
|
3279
3279
|
case "s":
|
|
3280
3280
|
return String(m.$s);
|
|
3281
3281
|
case "ss":
|
|
3282
|
-
return
|
|
3282
|
+
return j.s(m.$s, 2, "0");
|
|
3283
3283
|
case "SSS":
|
|
3284
|
-
return
|
|
3284
|
+
return j.s(m.$ms, 3, "0");
|
|
3285
3285
|
case "Z":
|
|
3286
3286
|
return n;
|
|
3287
3287
|
}
|
|
@@ -3291,8 +3291,8 @@ function O0() {
|
|
|
3291
3291
|
}, i.utcOffset = function() {
|
|
3292
3292
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
3293
3293
|
}, i.diff = function(c, m, o) {
|
|
3294
|
-
var b, n = this, h =
|
|
3295
|
-
return
|
|
3294
|
+
var b, n = this, h = j.p(m), x = $(c), f = (x.utcOffset() - this.utcOffset()) * a, y = this - x, M = function() {
|
|
3295
|
+
return j.m(n, x);
|
|
3296
3296
|
};
|
|
3297
3297
|
switch (h) {
|
|
3298
3298
|
case R:
|
|
@@ -3322,7 +3322,7 @@ function O0() {
|
|
|
3322
3322
|
default:
|
|
3323
3323
|
b = y;
|
|
3324
3324
|
}
|
|
3325
|
-
return o ? b :
|
|
3325
|
+
return o ? b : j.a(b);
|
|
3326
3326
|
}, i.daysInMonth = function() {
|
|
3327
3327
|
return this.endOf(H).$D;
|
|
3328
3328
|
}, i.$locale = function() {
|
|
@@ -3332,7 +3332,7 @@ function O0() {
|
|
|
3332
3332
|
var o = this.clone(), b = P(c, m, !0);
|
|
3333
3333
|
return b && (o.$L = b), o;
|
|
3334
3334
|
}, i.clone = function() {
|
|
3335
|
-
return
|
|
3335
|
+
return j.w(this.$d, this);
|
|
3336
3336
|
}, i.toDate = function() {
|
|
3337
3337
|
return new Date(this.valueOf());
|
|
3338
3338
|
}, i.toJSON = function() {
|
|
@@ -3353,7 +3353,7 @@ function O0() {
|
|
|
3353
3353
|
return $(1e3 * p);
|
|
3354
3354
|
}, $.en = B[D], $.Ls = B, $.p = {}, $;
|
|
3355
3355
|
});
|
|
3356
|
-
})(
|
|
3356
|
+
})(C1)), C1.exports;
|
|
3357
3357
|
}
|
|
3358
3358
|
var R0 = O0();
|
|
3359
3359
|
const b1 = /* @__PURE__ */ E0(R0);
|
|
@@ -3803,6 +3803,7 @@ function o2({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
|
3803
3803
|
/* @__PURE__ */ r.jsx(
|
|
3804
3804
|
"path",
|
|
3805
3805
|
{
|
|
3806
|
+
stroke: "currentColor",
|
|
3806
3807
|
className: "st0",
|
|
3807
3808
|
d: `M164.011,121.713c1.773,0.195,3.546,0.286,5.301,0.286c24.04,0,44.68-18.064,47.405-42.483l-9.401-1.043
|
|
3808
3809
|
l9.401,1.035c0.194-1.773,0.286-3.538,0.286-5.292c0-24.049-18.073-44.681-42.483-47.405c-1.783-0.194-3.556-0.296-5.301-0.296
|
|
@@ -3815,6 +3816,7 @@ function o2({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
|
3815
3816
|
/* @__PURE__ */ r.jsx(
|
|
3816
3817
|
"path",
|
|
3817
3818
|
{
|
|
3819
|
+
stroke: "currentColor",
|
|
3818
3820
|
className: "st0",
|
|
3819
3821
|
d: `M373.109,0c-11.886,0-79.017,30.966-79.017,259.228c0,159.938,30.91,203.28,49.067,238.724
|
|
3820
3822
|
c1.496,2.918,5.191,8.645,11.24,8.645h37.413c6.048,0,9.742-5.726,11.238-8.645c18.158-35.445,49.068-78.786,49.068-238.724
|
|
@@ -3826,6 +3828,7 @@ function o2({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
|
3826
3828
|
/* @__PURE__ */ r.jsx(
|
|
3827
3829
|
"path",
|
|
3828
3830
|
{
|
|
3831
|
+
stroke: "currentColor",
|
|
3829
3832
|
className: "st0",
|
|
3830
3833
|
d: `M261.675,194.71c-23.079-35.925-43.082-54.285-88.89-55.671c-1.118-0.037-2.263-0.056-3.426-0.056
|
|
3831
3834
|
c-24.271,0-82.195,8.331-96.002,85.492l-0.074,0.415l-0.055,0.416l-13.16,98.55l-0.112,0.804l-0.037,0.804
|