rechtspilot-ui 1.0.2 → 1.1.1
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/README.md +25 -5
- package/dist/chunks-native.cjs +30 -0
- package/dist/chunks-native.js +1737 -0
- package/dist/chunks.cjs +30 -0
- package/dist/icons.cjs +1 -0
- package/dist/icons.es.js +0 -1
- package/dist/icons.native.cjs +1 -0
- package/dist/icons.native.d.ts +1 -0
- package/dist/icons.native.es.js +36 -0
- package/dist/index.cjs +612 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +4698 -3617
- package/dist/index.native.cjs +65 -0
- package/dist/index.native.d.ts +1 -0
- package/dist/index.native.es.js +455 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +2 -0
- package/icons/package.json +7 -0
- package/icons.d.ts +2 -0
- package/package.json +67 -36
package/README.md
CHANGED
|
@@ -15,16 +15,36 @@ yarn add rechtspilot-ui@latest
|
|
|
15
15
|
|
|
16
16
|
## Usage
|
|
17
17
|
|
|
18
|
+
### Web Applications
|
|
18
19
|
|
|
19
20
|
```tsx
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
21
|
+
import { Button } from 'rechtspilot-ui';
|
|
22
|
+
import { UserCircle } from 'rechtspilot-ui/icons';
|
|
22
23
|
|
|
23
24
|
function App() {
|
|
24
25
|
return (
|
|
25
|
-
<
|
|
26
|
-
<
|
|
27
|
-
|
|
26
|
+
<div>
|
|
27
|
+
<Button variant="primary">Click me</Button>
|
|
28
|
+
<UserCircle size={24} />
|
|
29
|
+
</div>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### React Native Applications
|
|
35
|
+
|
|
36
|
+
Due to Metro bundler limitations with subpath imports, use direct paths for icons:
|
|
37
|
+
|
|
38
|
+
```tsx
|
|
39
|
+
import { Button } from 'rechtspilot-ui';
|
|
40
|
+
import { UserCircle } from 'rechtspilot-ui/dist/icons.native.es.js';
|
|
41
|
+
|
|
42
|
+
function App() {
|
|
43
|
+
return (
|
|
44
|
+
<View>
|
|
45
|
+
<Button variant="primary">Click me</Button>
|
|
46
|
+
<UserCircle size={24} />
|
|
47
|
+
</View>
|
|
28
48
|
);
|
|
29
49
|
}
|
|
30
50
|
```
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";const _1=require("react");var n1={exports:{}},W={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-jsx-runtime.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var E1;function q3(){if(E1)return W;E1=1;var n=_1,i=Symbol.for("react.element"),a=Symbol.for("react.fragment"),L=Object.prototype.hasOwnProperty,E=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,F={key:!0,ref:!0,__self:!0,__source:!0};function S(y,g,R){var m,M={},k=null,D=null;R!==void 0&&(k=""+R),g.key!==void 0&&(k=""+g.key),g.ref!==void 0&&(D=g.ref);for(m in g)L.call(g,m)&&!F.hasOwnProperty(m)&&(M[m]=g[m]);if(y&&y.defaultProps)for(m in g=y.defaultProps,g)M[m]===void 0&&(M[m]=g[m]);return{$$typeof:i,type:y,key:k,ref:D,props:M,_owner:E.current}}return W.Fragment=a,W.jsx=S,W.jsxs=S,W}var A={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* react-jsx-runtime.development.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var R1;function G3(){return R1||(R1=1,process.env.NODE_ENV!=="production"&&function(){var n=_1,i=Symbol.for("react.element"),a=Symbol.for("react.portal"),L=Symbol.for("react.fragment"),E=Symbol.for("react.strict_mode"),F=Symbol.for("react.profiler"),S=Symbol.for("react.provider"),y=Symbol.for("react.context"),g=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),M=Symbol.for("react.memo"),k=Symbol.for("react.lazy"),D=Symbol.for("react.offscreen"),i1=Symbol.iterator,f3="@@iterator";function c3(e){if(e===null||typeof e!="object")return null;var t=i1&&e[i1]||e[f3];return typeof t=="function"?t:null}var _=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function p(e){{for(var t=arguments.length,o=new Array(t>1?t-1:0),l=1;l<t;l++)o[l-1]=arguments[l];h3("error",e,o)}}function h3(e,t,o){{var l=_.ReactDebugCurrentFrame,f=l.getStackAddendum();f!==""&&(t+="%s",o=o.concat([f]));var h=o.map(function(u){return String(u)});h.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,h)}}var d3=!1,v3=!1,p3=!1,g3=!1,w3=!1,o1;o1=Symbol.for("react.module.reference");function x3(e){return!!(typeof e=="string"||typeof e=="function"||e===L||e===F||w3||e===E||e===R||e===m||g3||e===D||d3||v3||p3||typeof e=="object"&&e!==null&&(e.$$typeof===k||e.$$typeof===M||e.$$typeof===S||e.$$typeof===y||e.$$typeof===g||e.$$typeof===o1||e.getModuleId!==void 0))}function m3(e,t,o){var l=e.displayName;if(l)return l;var f=t.displayName||t.name||"";return f!==""?o+"("+f+")":o}function a1(e){return e.displayName||"Context"}function j(e){if(e==null)return null;if(typeof e.tag=="number"&&p("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case L:return"Fragment";case a:return"Portal";case F:return"Profiler";case E:return"StrictMode";case R:return"Suspense";case m:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case y:var t=e;return a1(t)+".Consumer";case S:var o=e;return a1(o._context)+".Provider";case g:return m3(e,e.render,"ForwardRef");case M:var l=e.displayName||null;return l!==null?l:j(e.type)||"Memo";case k:{var f=e,h=f._payload,u=f._init;try{return j(u(h))}catch{return null}}}return null}var H=Object.assign,O=0,s1,l1,C1,u1,f1,c1,h1;function d1(){}d1.__reactDisabledLog=!0;function V3(){{if(O===0){s1=console.log,l1=console.info,C1=console.warn,u1=console.error,f1=console.group,c1=console.groupCollapsed,h1=console.groupEnd;var e={configurable:!0,enumerable:!0,value:d1,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}O++}}function L3(){{if(O--,O===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:H({},e,{value:s1}),info:H({},e,{value:l1}),warn:H({},e,{value:C1}),error:H({},e,{value:u1}),group:H({},e,{value:f1}),groupCollapsed:H({},e,{value:c1}),groupEnd:H({},e,{value:h1})})}O<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var N=_.ReactCurrentDispatcher,J;function I(e,t,o){{if(J===void 0)try{throw Error()}catch(f){var l=f.stack.trim().match(/\n( *(at )?)/);J=l&&l[1]||""}return`
|
|
18
|
+
`+J+e}}var q=!1,$;{var j3=typeof WeakMap=="function"?WeakMap:Map;$=new j3}function v1(e,t){if(!e||q)return"";{var o=$.get(e);if(o!==void 0)return o}var l;q=!0;var f=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var h;h=N.current,N.current=null,V3();try{if(t){var u=function(){throw Error()};if(Object.defineProperty(u.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(u,[])}catch(x){l=x}Reflect.construct(e,[],u)}else{try{u.call()}catch(x){l=x}e.call(u.prototype)}}else{try{throw Error()}catch(x){l=x}e()}}catch(x){if(x&&l&&typeof x.stack=="string"){for(var C=x.stack.split(`
|
|
19
|
+
`),w=l.stack.split(`
|
|
20
|
+
`),d=C.length-1,v=w.length-1;d>=1&&v>=0&&C[d]!==w[v];)v--;for(;d>=1&&v>=0;d--,v--)if(C[d]!==w[v]){if(d!==1||v!==1)do if(d--,v--,v<0||C[d]!==w[v]){var V=`
|
|
21
|
+
`+C[d].replace(" at new "," at ");return e.displayName&&V.includes("<anonymous>")&&(V=V.replace("<anonymous>",e.displayName)),typeof e=="function"&&$.set(e,V),V}while(d>=1&&v>=0);break}}}finally{q=!1,N.current=h,L3(),Error.prepareStackTrace=f}var T=e?e.displayName||e.name:"",b=T?I(T):"";return typeof e=="function"&&$.set(e,b),b}function M3(e,t,o){return v1(e,!1)}function y3(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function U(e,t,o){if(e==null)return"";if(typeof e=="function")return v1(e,y3(e));if(typeof e=="string")return I(e);switch(e){case R:return I("Suspense");case m:return I("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case g:return M3(e.render);case M:return U(e.type,t,o);case k:{var l=e,f=l._payload,h=l._init;try{return U(h(f),t,o)}catch{}}}return""}var P=Object.prototype.hasOwnProperty,p1={},g1=_.ReactDebugCurrentFrame;function Y(e){if(e){var t=e._owner,o=U(e.type,e._source,t?t.type:null);g1.setExtraStackFrame(o)}else g1.setExtraStackFrame(null)}function k3(e,t,o,l,f){{var h=Function.call.bind(P);for(var u in e)if(h(e,u)){var C=void 0;try{if(typeof e[u]!="function"){var w=Error((l||"React class")+": "+o+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw w.name="Invariant Violation",w}C=e[u](t,u,l,o,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(d){C=d}C&&!(C instanceof Error)&&(Y(f),p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",l||"React class",o,u,typeof C),Y(null)),C instanceof Error&&!(C.message in p1)&&(p1[C.message]=!0,Y(f),p("Failed %s type: %s",o,C.message),Y(null))}}}var H3=Array.isArray;function G(e){return H3(e)}function b3(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,o=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return o}}function E3(e){try{return w1(e),!1}catch{return!0}}function w1(e){return""+e}function x1(e){if(E3(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",b3(e)),w1(e)}var B=_.ReactCurrentOwner,R3={key:!0,ref:!0,__self:!0,__source:!0},m1,V1,K;K={};function _3(e){if(P.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return e.ref!==void 0}function Z3(e){if(P.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function T3(e,t){if(typeof e.ref=="string"&&B.current&&t&&B.current.stateNode!==t){var o=j(B.current.type);K[o]||(p('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',j(B.current.type),e.ref),K[o]=!0)}}function S3(e,t){{var o=function(){m1||(m1=!0,p("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",t))};o.isReactWarning=!0,Object.defineProperty(e,"key",{get:o,configurable:!0})}}function O3(e,t){{var o=function(){V1||(V1=!0,p("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",t))};o.isReactWarning=!0,Object.defineProperty(e,"ref",{get:o,configurable:!0})}}var P3=function(e,t,o,l,f,h,u){var C={$$typeof:i,type:e,key:t,ref:o,props:u,_owner:h};return C._store={},Object.defineProperty(C._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(C,"_self",{configurable:!1,enumerable:!1,writable:!1,value:l}),Object.defineProperty(C,"_source",{configurable:!1,enumerable:!1,writable:!1,value:f}),Object.freeze&&(Object.freeze(C.props),Object.freeze(C)),C};function B3(e,t,o,l,f){{var h,u={},C=null,w=null;o!==void 0&&(x1(o),C=""+o),Z3(t)&&(x1(t.key),C=""+t.key),_3(t)&&(w=t.ref,T3(t,f));for(h in t)P.call(t,h)&&!R3.hasOwnProperty(h)&&(u[h]=t[h]);if(e&&e.defaultProps){var d=e.defaultProps;for(h in d)u[h]===void 0&&(u[h]=d[h])}if(C||w){var v=typeof e=="function"?e.displayName||e.name||"Unknown":e;C&&S3(u,v),w&&O3(u,v)}return P3(e,C,w,f,l,B.current,u)}}var X=_.ReactCurrentOwner,L1=_.ReactDebugCurrentFrame;function Z(e){if(e){var t=e._owner,o=U(e.type,e._source,t?t.type:null);L1.setExtraStackFrame(o)}else L1.setExtraStackFrame(null)}var Q;Q=!1;function z(e){return typeof e=="object"&&e!==null&&e.$$typeof===i}function j1(){{if(X.current){var e=j(X.current.type);if(e)return`
|
|
22
|
+
|
|
23
|
+
Check the render method of \``+e+"`."}return""}}function W3(e){return""}var M1={};function A3(e){{var t=j1();if(!t){var o=typeof e=="string"?e:e.displayName||e.name;o&&(t=`
|
|
24
|
+
|
|
25
|
+
Check the top-level render call using <`+o+">.")}return t}}function y1(e,t){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var o=A3(t);if(M1[o])return;M1[o]=!0;var l="";e&&e._owner&&e._owner!==X.current&&(l=" It was passed a child from "+j(e._owner.type)+"."),Z(e),p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',o,l),Z(null)}}function k1(e,t){{if(typeof e!="object")return;if(G(e))for(var o=0;o<e.length;o++){var l=e[o];z(l)&&y1(l,t)}else if(z(e))e._store&&(e._store.validated=!0);else if(e){var f=c3(e);if(typeof f=="function"&&f!==e.entries)for(var h=f.call(e),u;!(u=h.next()).done;)z(u.value)&&y1(u.value,t)}}}function F3(e){{var t=e.type;if(t==null||typeof t=="string")return;var o;if(typeof t=="function")o=t.propTypes;else if(typeof t=="object"&&(t.$$typeof===g||t.$$typeof===M))o=t.propTypes;else return;if(o){var l=j(t);k3(o,e.props,"prop",l,e)}else if(t.PropTypes!==void 0&&!Q){Q=!0;var f=j(t);p("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",f||"Unknown")}typeof t.getDefaultProps=="function"&&!t.getDefaultProps.isReactClassApproved&&p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function D3(e){{for(var t=Object.keys(e.props),o=0;o<t.length;o++){var l=t[o];if(l!=="children"&&l!=="key"){Z(e),p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",l),Z(null);break}}e.ref!==null&&(Z(e),p("Invalid attribute `ref` supplied to `React.Fragment`."),Z(null))}}var H1={};function b1(e,t,o,l,f,h){{var u=x3(e);if(!u){var C="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(C+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var w=W3();w?C+=w:C+=j1();var d;e===null?d="null":G(e)?d="array":e!==void 0&&e.$$typeof===i?(d="<"+(j(e.type)||"Unknown")+" />",C=" Did you accidentally export a JSX literal instead of a component?"):d=typeof e,p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",d,C)}var v=B3(e,t,o,f,h);if(v==null)return v;if(u){var V=t.children;if(V!==void 0)if(l)if(G(V)){for(var T=0;T<V.length;T++)k1(V[T],e);Object.freeze&&Object.freeze(V)}else p("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 k1(V,e)}if(P.call(t,"key")){var b=j(e),x=Object.keys(t).filter(function(J3){return J3!=="key"}),e1=x.length>0?"{key: someKey, "+x.join(": ..., ")+": ...}":"{key: someKey}";if(!H1[b+e1]){var N3=x.length>0?"{"+x.join(": ..., ")+": ...}":"{}";p(`A props object containing a "key" prop is being spread into JSX:
|
|
26
|
+
let props = %s;
|
|
27
|
+
<%s {...props} />
|
|
28
|
+
React keys must be passed directly to JSX without using spread:
|
|
29
|
+
let props = %s;
|
|
30
|
+
<%s key={someKey} {...props} />`,e1,b,N3,b),H1[b+e1]=!0}}return e===L?D3(v):F3(v),v}}function I3(e,t,o){return b1(e,t,o,!0)}function $3(e,t,o){return b1(e,t,o,!1)}var U3=$3,Y3=I3;A.Fragment=L,A.jsx=U3,A.jsxs=Y3}()),A}process.env.NODE_ENV==="production"?n1.exports=q3():n1.exports=G3();var r=n1.exports;const r1={25:"hsla(100, 71%, 96%, 1)",50:"hsla(100, 31%, 92%, 1)",100:"hsla(100, 71%, 88%, 1)",200:"hsla(100, 71%, 84%, 1)",300:"hsla(100, 70%, 75%, 1)",400:"hsla(100, 71%, 67%, 1)",500:"hsla(100, 71%, 58%, 1)",600:"hsla(110, 51%, 47%, 1)","600-A08":"hsla(110, 51%, 47%, .08)",700:"hsla(110, 51%, 35%, 1)",800:"hsla(120, 50%, 24%, 1)",900:"hsla(130, 52%, 18%, 1)",950:"hsla(130, 52%, 14%, 1)"},t1={"0-A8":"hsla(0, 0%, 100%, 0.8)",25:"hsla(180, 7%, 97%, 1)",50:"hsla(150, 7%, 95%, 1)",100:"hsla(156, 5%, 82%, 1)",200:"hsla(150, 5%, 76%, 1)",300:"hsla(150, 5%, 64%, 1)",400:"hsla(150, 5%, 51%, 1)",500:"hsla(150, 8%, 39%, 1)",600:"hsla(150, 7%, 31%, 1)",700:"hsla(150, 8%, 24%, 1)",800:"hsla(150, 7%, 16%, 1)","800-A04":"hsla(150, 7%, 16%, .04)","800-A08":"hsla(150, 7%, 16%, .08)","800-A8":"hsla(150, 7%, 16%, .8)","800-A16":"hsla(150, 7%, 16%, .16)",900:"hsla(150, 7%, 12%, 1)",950:"hsla(150, 10%, 8%, 1)"},c={primary:r1,neutral:t1,fg:{primary:"hsla(130, 52%, 18%, 1)",secondary:"hsla(150, 8%, 39%, 1)",tertiary:"hsla(150, 5%, 64%, 1)",accent:{action:"hsla(110, 51%, 35%, 1)",error:"hsla(18, 100%, 50%, 1)",warning:"hsla(40, 100%, 42%, 1)"},base:"hsla(150, 7%, 16%, 1)",disabled:"hsla(130, 52%, 18%, 0.4)"},bg:{base:"hsla(0, 0%, 100%, 1)",primary:r1[50],secondary:"hsla(180, 7%, 97%, 1)",elevated:"hsla(0, 0%, 100%, 0.6)",tertiary:t1[50]},sf:{primary:"hsla(100, 71%, 58%, 1)",secondary:"hsla(150, 7%, 12%, 1)",tertiary:"hsla(180, 7%, 97%, 1)",tertiaryHover:"hsla(180, 7%, 94%, 1)",light:{action:r1[25],error:"hsla(17, 100%, 97%, 1)",tertiary:t1[50],warning:"hsla(40, 100%, 97%, 1)"},base:"hsla(150, 7%, 16%, 0.04)",disabled:"hsla(100, 71%, 58%, 0.4)",inverseBase:"hsla(0, 0%, 100%, 0.08)"},border:{default:"hsla(150, 5%, 91%, 1)",action:"hsla(110, 51%, 35%, 1)",error:"hsla(18, 100%, 50%, 1)"},white:"hsla(0, 0%, 100%, 1)",black:"hsla(0, 0%, 0%, 1)",darkGreen:"hsla(154, 60%, 19%, 1)",palePeach:"hsla(18, 100%, 90%, 1)",cream:"hsla(17, 100%, 97%, 1)",coralTint:"hsla(17, 100%, 85%, 1)"},K3={title:{fontFamily:"Lora",fontWeight:500},label:{fontFamily:"Inter",fontWeight:500},body:{fontFamily:"Inter",fontWeight:400},caption:{fontFamily:"Inter",fontWeight:600}},s=n=>n==="small"?"24":n==="large"?"64":isNaN(Number(n))?"24":`${n}`;function Z1({color:n="#E6F0E2",size:i="large",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 64 64",fill:"none",...a,children:r.jsx("path",{d:"M16.3092 50.1609C19.855 45.5848 25.3348 42.6667 32 42.6667C38.6652 42.6667 44.145 45.5848 47.6908 50.1609M16.3092 50.1609C20.5165 53.7992 26.0012 56 32 56C37.9988 56 43.4835 53.7992 47.6908 50.1609M16.3092 50.1609C11.2201 45.76 8 39.2561 8 32C8 18.7452 18.7452 8 32 8C45.2548 8 56 18.7452 56 32C56 39.2561 52.7799 45.76 47.6908 50.1609M40 26.6667C40 31.0849 36.4183 34.6667 32 34.6667C27.5817 34.6667 24 31.0849 24 26.6667C24 22.2484 27.5817 18.6667 32 18.6667C36.4183 18.6667 40 22.2484 40 26.6667Z",stroke:n,strokeWidth:"2",strokeLinejoin:"round"})})}function T1({color:n=c.primary[800]}){return r.jsx("svg",{width:"14",height:"18",viewBox:"0 0 14 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("path",{id:"Icon",d:"M1 7L6.99998 1M6.99998 1L13 7M6.99998 1V17",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function S1({color:n=c.fg.tertiary,size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M14 2C11.2386 2 9 4.23858 9 7V15C9 16.6569 10.3431 18 12 18C13.6569 18 15 16.6569 15 15V7C15 6.44772 14.5523 6 14 6C13.4477 6 13 6.44772 13 7V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V7C11 5.34315 12.3431 4 14 4C15.6569 4 17 5.34315 17 7V15C17 17.7614 14.7614 20 12 20C9.23858 20 7 17.7614 7 15V11C7 10.4477 6.55228 10 6 10C5.44772 10 5 10.4477 5 11V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15V7C19 4.23858 16.7614 2 14 2Z",fill:n})})}function O1({color:n=c.fg.tertiary,size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M4 10H20M8 5V3M16 5V3M6 20H18C19.1046 20 20 19.1046 20 18V7C20 5.89543 19.1046 5 18 5H6C4.89543 5 4 5.89543 4 7V18C4 19.1046 4.89543 20 6 20Z",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function P1({color:n=c.primary[900],size:i="small",direction:a="right",...L}){const E=()=>{switch(a){case"right":return"rotate(180deg)";case"up":return"rotate(90deg)";case"down":return"rotate(-90deg)";default:return"rotate(0deg)"}};return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",style:{transform:`${E()}`},...L,children:r.jsx("path",{d:"M14.2929 19.7071C14.6834 20.0976 15.3166 20.0976 15.7071 19.7071C16.0976 19.3166 16.0976 18.6834 15.7071 18.2929L14.2929 19.7071ZM8 12L7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12C7 12.2652 7.10536 12.5196 7.29289 12.7071L8 12ZM15.7071 5.70711C16.0976 5.31658 16.0976 4.68342 15.7071 4.29289C15.3166 3.90237 14.6834 3.90237 14.2929 4.29289L15.7071 5.70711ZM15.7071 18.2929L8.70711 11.2929L7.29289 12.7071L14.2929 19.7071L15.7071 18.2929ZM8.70711 12.7071L15.7071 5.70711L14.2929 4.29289L7.29289 11.2929L8.70711 12.7071Z",fill:n})})}function B1({color:n=c.sf.primary,size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M7 12L11 16L17 7",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function W1({size:n="small",color:i=c.primary[600],...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M15 9.5L10.5 15L8.5 13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function A1({color:n=c.primary[900],size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M7 7.00003L17 17M17 7.00003L7 17",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function F1({size:n="small",color:i=c.primary[900],...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M12 12V18.5M12 18.5L14.5 16M12 18.5L9.5 16M7 19C4.23858 19 2 16.7614 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C15.3137 5 18 7.68629 18 11C20.2091 11 22 12.7909 22 15C22 17.2091 20.2091 19 18 19",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function D1({color:n=c.primary[900],size:i="small",...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:[r.jsx("path",{d:"M17.1923 3.70714C17.5828 3.31661 18.216 3.31661 18.6065 3.70714L20.0207 5.12135C20.4113 5.51188 20.4113 6.14504 20.0207 6.53556L12.2426 14.3137H9.41413V11.4853L17.1923 3.70714Z",stroke:n,strokeWidth:"2"}),r.jsx("path",{d:"M11 4.00003H6C4.89543 4.00003 4 4.89546 4 6.00003V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V13",stroke:n,strokeWidth:"2",strokeLinecap:"round"})]})}function I1({size:n="small",color:i=c.primary[900],...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M9 9V5.25C9 4.00736 10.0074 3 11.25 3H18.75C19.9926 3 21 4.00736 21 5.25V12.75C21 13.9926 19.9926 15 18.75 15H15M12.75 9H5.25C4.00736 9 3 10.0074 3 11.25V18.75C3 19.9926 4.00736 21 5.25 21H12.75C13.9926 21 15 19.9926 15 18.75V11.25C15 10.0074 13.9926 9 12.75 9Z",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function $1({color:n=c.primary[900],size:i="small",...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:[r.jsx("path",{d:"M13 3.50003V7.00003C13 8.1046 13.8954 9.00003 15 9.00003H18.5M9 13H12M9 17H15.5",stroke:n,strokeWidth:"2",strokeLinecap:"round"}),r.jsx("path",{d:"M5 5.00003C5 3.89546 5.89543 3.00003 7 3.00003H13L19 9.00003V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V5.00003Z",stroke:n,strokeWidth:"2"})]})}function U1({color:n=c.primary[900],size:i="small",direction:a="right",...L}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",style:{transform:`${a==="left"&&"rotate(180deg)"}`},...L,children:r.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.2929 7.29289C12.9024 7.68342 12.9024 8.31658 13.2929 8.70711L16.5858 12L13.2929 15.2929C12.9024 15.6834 12.9024 16.3166 13.2929 16.7071C13.6834 17.0976 14.3166 17.0976 14.7071 16.7071L18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L14.7071 7.29289C14.3166 6.90237 13.6834 6.90237 13.2929 7.29289ZM6.29289 7.29289C5.90237 7.68342 5.90237 8.31658 6.29289 8.70711L9.58579 12L6.29289 15.2929C5.90237 15.6834 5.90237 16.3166 6.29289 16.7071C6.68342 17.0976 7.31658 17.0976 7.70711 16.7071L11.7071 12.7071C12.0976 12.3166 12.0976 11.6834 11.7071 11.2929L7.70711 7.29289C7.31658 6.90237 6.68342 6.90237 6.29289 7.29289Z",fill:n})})}function Y1({size:n="small",color:i=c.fg.accent.action,...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M13 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H7.5M13 3L19 9M13 3V8C13 8.55228 13.4477 9 14 9H19M19 9V20C19 20.5523 18.5523 21 18 21H16.5M12 14V20M12 20L14.5 17.5M12 20L9.5 17.5",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function N1({size:n="small",color:i=c.fg.tertiary,...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 20 20",fill:"none",...a,children:[r.jsx("path",{d:"M11 16H17",stroke:i,strokeWidth:"1.5",strokeLinecap:"round"}),r.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.9493 4.63606C14.5588 4.24554 13.9256 4.24554 13.5351 4.63606L12.1209 6.05028L14.9493 8.8787L16.3635 7.46449C16.754 7.07396 16.754 6.4408 16.3635 6.05028L14.9493 4.63606ZM14.2422 9.58581L11.4138 6.75738L4.63559 13.5356C4.44805 13.7231 4.34269 13.9774 4.34269 14.2427L4.34269 16.6569L6.75691 16.6569C7.02212 16.6569 7.27648 16.5515 7.46401 16.364L14.2422 9.58581Z",fill:i})]})}function J1({color:n=c.primary[900],size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M21 5H22C22 4.44772 21.5523 4 21 4V5ZM21 19V20C21.5523 20 22 19.5523 22 19H21ZM3 19H2C2 19.5523 2.44772 20 3 20V19ZM3 5V4C2.44772 4 2 4.44772 2 5H3ZM12 13L11.3668 13.774C11.7351 14.0754 12.2649 14.0754 12.6332 13.774L12 13ZM20 5V19H22V5H20ZM21 18H3V20H21V18ZM4 19V5H2V19H4ZM3 6H21V4H3V6ZM20.3668 4.86241L11.3668 12.226L12.6332 13.774L21.6332 6.41033L20.3668 4.86241ZM12.6332 12.226L3.63324 4.86241L2.36676 6.41033L11.3668 13.774L12.6332 12.226Z",fill:n})})}function q1({color:n=c.fg.tertiary,...i}){return r.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:r.jsx("g",{id:"icon / 24 / Options",children:r.jsx("path",{id:"Union",fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 11.5C4.5 10.9477 4.94772 10.5 5.5 10.5H6.5C7.05228 10.5 7.5 10.9477 7.5 11.5V12.5C7.5 13.0523 7.05228 13.5 6.5 13.5H5.5C4.94772 13.5 4.5 13.0523 4.5 12.5V11.5ZM10.5 11.5C10.5 10.9477 10.9477 10.5 11.5 10.5H12.5C13.0523 10.5 13.5 10.9477 13.5 11.5V12.5C13.5 13.0523 13.0523 13.5 12.5 13.5H11.5C10.9477 13.5 10.5 13.0523 10.5 12.5V11.5ZM17.5 10.5C16.9477 10.5 16.5 10.9477 16.5 11.5V12.5C16.5 13.0523 16.9477 13.5 17.5 13.5H18.5C19.0523 13.5 19.5 13.0523 19.5 12.5V11.5C19.5 10.9477 19.0523 10.5 18.5 10.5H17.5Z",fill:n})})})}function G1({color:n=c.fg.tertiary,size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M20 5V15H4M4 15L8 11M4 15L8 19",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function K1({size:n="small",color:i=c.primary[600],...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:[r.jsx("path",{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M9 9L15 15M15 9L9 15",stroke:i,strokeWidth:"2",strokeLinecap:"round"})]})}function X1({color:n=c.white,size:i="small",...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 32 32",fill:"none",...a,children:[r.jsx("path",{d:"M5.33334 11.6667L16 3L26.6667 11.6667V26.6667H5.33334V11.6667Z",stroke:n,strokeWidth:"2",strokeLinejoin:"round"}),r.jsx("path",{d:"M12 17.3333H20V26.6667H12V17.3333Z",stroke:n,strokeWidth:"2",strokeLinejoin:"round"})]})}function Q1({color:n="#7D8983",...i}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",...i,children:[r.jsx("path",{d:"M9.16667 9.16667H10L10 13.3333M17.5 10C17.5 14.1421 14.1421 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C14.1421 2.5 17.5 5.85786 17.5 10Z",stroke:n,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("rect",{x:"9.37504",y:"6.04167",width:"1.25",height:"1.25",rx:"0.625",fill:n,stroke:n,strokeWidth:"0.416667"})]})}function z1({color:n=c.fg.accent.error,size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M15 4.00012L19 4.00012C19.5523 4.00012 20 4.44784 20 5.00012L20 19.0001C20 19.5524 19.5523 20.0001 19 20.0001H15M14.5 12.0001H4M14.5 12.0001L11 15.5001M14.5 12.0001L11 8.50012",stroke:n,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function e3({full:n=!0}){const i=()=>n?{width:"135",height:"40",viewBox:"0 0 135 40"}:{width:"28.7",height:"32",viewBox:"0 0 28.7 32"};return r.jsxs("svg",{...i(),fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n&&r.jsxs(r.Fragment,{children:[r.jsx("path",{d:"M47.9119 32.4545V33.4773H44.3366V32.4545H47.9119ZM45.2955 30.8864H46.5696V37.0781C46.5696 37.3253 46.6065 37.5114 46.6804 37.6364C46.7543 37.7585 46.8494 37.8423 46.9659 37.8878C47.0852 37.9304 47.2145 37.9517 47.3537 37.9517C47.456 37.9517 47.5455 37.9446 47.6222 37.9304C47.6989 37.9162 47.7585 37.9048 47.8011 37.8963L48.0312 38.9489C47.9574 38.9773 47.8523 39.0057 47.7159 39.0341C47.5795 39.0653 47.4091 39.0824 47.2045 39.0852C46.8693 39.0909 46.5568 39.0312 46.267 38.9062C45.9773 38.7812 45.7429 38.5881 45.5639 38.3267C45.3849 38.0653 45.2955 37.7372 45.2955 37.3423V30.8864ZM51.5921 39.1321C50.9472 39.1321 50.3918 38.9943 49.9259 38.7188C49.4628 38.4403 49.1049 38.0497 48.852 37.5469C48.602 37.0412 48.477 36.4489 48.477 35.7699C48.477 35.0994 48.602 34.5085 48.852 33.9972C49.1049 33.4858 49.4571 33.0866 49.9088 32.7997C50.3634 32.5128 50.8946 32.3693 51.5026 32.3693C51.8719 32.3693 52.2299 32.4304 52.5765 32.5526C52.9231 32.6747 53.2341 32.8665 53.5097 33.1278C53.7853 33.3892 54.0026 33.7287 54.1617 34.1463C54.3208 34.5611 54.4003 35.0653 54.4003 35.6591V36.1108H49.1972V35.1562H53.1517C53.1517 34.821 53.0836 34.5241 52.9472 34.2656C52.8108 34.0043 52.6191 33.7983 52.3719 33.6477C52.1276 33.4972 51.8407 33.4219 51.5111 33.4219C51.1532 33.4219 50.8407 33.5099 50.5736 33.6861C50.3094 33.8594 50.1049 34.0866 49.96 34.3679C49.8179 34.6463 49.7469 34.9489 49.7469 35.2756V36.0213C49.7469 36.4588 49.8236 36.831 49.977 37.1378C50.1333 37.4446 50.3506 37.679 50.629 37.8409C50.9074 38 51.2327 38.0795 51.6049 38.0795C51.8463 38.0795 52.0665 38.0455 52.2654 37.9773C52.4642 37.9062 52.6361 37.8011 52.781 37.6619C52.9259 37.5227 53.0367 37.3509 53.1134 37.1463L54.3194 37.3636C54.2228 37.7187 54.0495 38.0298 53.7995 38.2969C53.5523 38.5611 53.2412 38.767 52.8662 38.9148C52.4941 39.0597 52.0694 39.1321 51.5921 39.1321ZM55.334 39V32.4545H56.6082V39H55.334ZM55.9775 31.4446C55.7559 31.4446 55.5656 31.3707 55.4065 31.223C55.2502 31.0724 55.1721 30.8935 55.1721 30.6861C55.1721 30.4759 55.2502 30.2969 55.4065 30.1491C55.5656 29.9986 55.7559 29.9233 55.9775 29.9233C56.1991 29.9233 56.388 29.9986 56.5443 30.1491C56.7034 30.2969 56.7829 30.4759 56.7829 30.6861C56.7829 30.8935 56.7034 31.0724 56.5443 31.223C56.388 31.3707 56.1991 31.4446 55.9775 31.4446ZM59.1165 30.2727V39H57.8423V30.2727H59.1165ZM68.6458 32.4545L66.2722 39H64.9086L62.5308 32.4545H63.8987L65.5563 37.4915H65.6245L67.2779 32.4545H68.6458ZM71.8977 39.1321C71.2841 39.1321 70.7486 38.9915 70.2912 38.7102C69.8338 38.429 69.4787 38.0355 69.2258 37.5298C68.973 37.0241 68.8466 36.4332 68.8466 35.7571C68.8466 35.0781 68.973 34.4844 69.2258 33.9759C69.4787 33.4673 69.8338 33.0724 70.2912 32.7912C70.7486 32.5099 71.2841 32.3693 71.8977 32.3693C72.5113 32.3693 73.0468 32.5099 73.5042 32.7912C73.9616 33.0724 74.3167 33.4673 74.5696 33.9759C74.8224 34.4844 74.9488 35.0781 74.9488 35.7571C74.9488 36.4332 74.8224 37.0241 74.5696 37.5298C74.3167 38.0355 73.9616 38.429 73.5042 38.7102C73.0468 38.9915 72.5113 39.1321 71.8977 39.1321ZM71.902 38.0625C72.2997 38.0625 72.6292 37.9574 72.8906 37.7472C73.152 37.5369 73.3451 37.2571 73.4701 36.9077C73.598 36.5582 73.6619 36.1733 73.6619 35.7528C73.6619 35.3352 73.598 34.9517 73.4701 34.6023C73.3451 34.25 73.152 33.9673 72.8906 33.7543C72.6292 33.5412 72.2997 33.4347 71.902 33.4347C71.5014 33.4347 71.169 33.5412 70.9048 33.7543C70.6434 33.9673 70.4488 34.25 70.321 34.6023C70.196 34.9517 70.1335 35.3352 70.1335 35.7528C70.1335 36.1733 70.196 36.5582 70.321 36.9077C70.4488 37.2571 70.6434 37.5369 70.9048 37.7472C71.169 37.9574 71.5014 38.0625 71.902 38.0625ZM77.1652 35.1136V39H75.8911V32.4545H77.1141V33.5199H77.195C77.3456 33.1733 77.5814 32.8949 77.9024 32.6847C78.2263 32.4744 78.634 32.3693 79.1254 32.3693C79.5715 32.3693 79.9621 32.4631 80.2973 32.6506C80.6325 32.8352 80.8925 33.1108 81.0771 33.4773C81.2618 33.8437 81.3541 34.2969 81.3541 34.8366V39H80.08V34.9901C80.08 34.5156 79.9564 34.1449 79.7092 33.8778C79.4621 33.608 79.1226 33.473 78.6908 33.473C78.3953 33.473 78.1325 33.5369 77.9024 33.6648C77.6752 33.7926 77.4948 33.9801 77.3612 34.2273C77.2306 34.4716 77.1652 34.767 77.1652 35.1136ZM87.1836 39.1449C86.7688 39.1449 86.3938 39.0682 86.0586 38.9148C85.7233 38.7585 85.4577 38.5327 85.2617 38.2372C85.0685 37.9418 84.9719 37.5795 84.9719 37.1506C84.9719 36.7812 85.0429 36.4773 85.185 36.2386C85.327 36 85.5188 35.8111 85.7603 35.6719C86.0017 35.5327 86.2716 35.4276 86.5699 35.3565C86.8682 35.2855 87.1722 35.2315 87.4818 35.1946C87.8739 35.1491 88.1921 35.1122 88.4364 35.0838C88.6807 35.0526 88.8583 35.0028 88.9691 34.9347C89.0799 34.8665 89.1353 34.7557 89.1353 34.6023V34.5724C89.1353 34.2003 89.0301 33.9119 88.8199 33.7074C88.6125 33.5028 88.3029 33.4006 87.8909 33.4006C87.462 33.4006 87.1239 33.4957 86.8767 33.6861C86.6324 33.8736 86.4634 34.0824 86.3696 34.3125L85.1722 34.0398C85.3142 33.642 85.5216 33.321 85.7943 33.0767C86.0699 32.8295 86.3867 32.6506 86.7446 32.5398C87.1026 32.4261 87.479 32.3693 87.8739 32.3693C88.1353 32.3693 88.4122 32.4006 88.7049 32.4631C89.0003 32.5227 89.2759 32.6335 89.5316 32.7955C89.7901 32.9574 90.0017 33.1889 90.1665 33.4901C90.3313 33.7884 90.4137 34.1761 90.4137 34.6534V39H89.1693V38.1051H89.1182C89.0358 38.2699 88.9122 38.4318 88.7475 38.5909C88.5827 38.75 88.3711 38.8821 88.1125 38.9872C87.854 39.0923 87.5443 39.1449 87.1836 39.1449ZM87.4605 38.1222C87.8128 38.1222 88.1139 38.0526 88.3639 37.9134C88.6168 37.7741 88.8086 37.5923 88.9392 37.3679C89.0728 37.1406 89.1395 36.8977 89.1395 36.6392V35.7955C89.0941 35.8409 89.006 35.8835 88.8753 35.9233C88.7475 35.9602 88.6012 35.9929 88.4364 36.0213C88.2716 36.0469 88.1111 36.071 87.9549 36.0938C87.7986 36.1136 87.6679 36.1307 87.5628 36.1449C87.3157 36.1761 87.0898 36.2287 86.8853 36.3026C86.6836 36.3764 86.5216 36.483 86.3995 36.6222C86.2801 36.7585 86.2205 36.9403 86.2205 37.1676C86.2205 37.483 86.337 37.7216 86.5699 37.8835C86.8029 38.0426 87.0997 38.1222 87.4605 38.1222ZM91.733 39V30.2727H93.0072V33.5156H93.0839C93.1577 33.3793 93.2643 33.2216 93.4035 33.0426C93.5427 32.8636 93.7359 32.7074 93.983 32.5739C94.2302 32.4375 94.5569 32.3693 94.9631 32.3693C95.4915 32.3693 95.9631 32.5028 96.3779 32.7699C96.7927 33.0369 97.118 33.4219 97.3538 33.9247C97.5924 34.4276 97.7117 35.0327 97.7117 35.7401C97.7117 36.4474 97.5938 37.054 97.358 37.5597C97.1222 38.0625 96.7984 38.4503 96.3864 38.723C95.9745 38.9929 95.5043 39.1278 94.9759 39.1278C94.5782 39.1278 94.2529 39.0611 94.0001 38.9276C93.7501 38.794 93.554 38.6378 93.412 38.4588C93.27 38.2798 93.1606 38.1207 93.0839 37.9815H92.9773V39H91.733ZM92.9816 35.7273C92.9816 36.1875 93.0484 36.5909 93.1819 36.9375C93.3154 37.2841 93.5086 37.5554 93.7614 37.7514C94.0143 37.9446 94.3239 38.0412 94.6904 38.0412C95.0711 38.0412 95.3893 37.9403 95.645 37.7386C95.9006 37.5341 96.0938 37.2571 96.2245 36.9077C96.358 36.5582 96.4248 36.1648 96.4248 35.7273C96.4248 35.2955 96.3594 34.9077 96.2288 34.5639C96.1009 34.2202 95.9077 33.9489 95.6492 33.75C95.3935 33.5511 95.0739 33.4517 94.6904 33.4517C94.3211 33.4517 94.0086 33.5469 93.7529 33.7372C93.5001 33.9276 93.3083 34.1932 93.1776 34.5341C93.0469 34.875 92.9816 35.2727 92.9816 35.7273ZM101.42 39.1321C100.806 39.1321 100.27 38.9915 99.813 38.7102C99.3557 38.429 99.0005 38.0355 98.7477 37.5298C98.4949 37.0241 98.3684 36.4332 98.3684 35.7571C98.3684 35.0781 98.4949 34.4844 98.7477 33.9759C99.0005 33.4673 99.3557 33.0724 99.813 32.7912C100.27 32.5099 100.806 32.3693 101.42 32.3693C102.033 32.3693 102.569 32.5099 103.026 32.7912C103.483 33.0724 103.839 33.4673 104.091 33.9759C104.344 34.4844 104.471 35.0781 104.471 35.7571C104.471 36.4332 104.344 37.0241 104.091 37.5298C103.839 38.0355 103.483 38.429 103.026 38.7102C102.569 38.9915 102.033 39.1321 101.42 39.1321ZM101.424 38.0625C101.822 38.0625 102.151 37.9574 102.412 37.7472C102.674 37.5369 102.867 37.2571 102.992 36.9077C103.12 36.5582 103.184 36.1733 103.184 35.7528C103.184 35.3352 103.12 34.9517 102.992 34.6023C102.867 34.25 102.674 33.9673 102.412 33.7543C102.151 33.5412 101.822 33.4347 101.424 33.4347C101.023 33.4347 100.691 33.5412 100.427 33.7543C100.165 33.9673 99.9707 34.25 99.8429 34.6023C99.7179 34.9517 99.6554 35.3352 99.6554 35.7528C99.6554 36.1733 99.7179 36.5582 99.8429 36.9077C99.9707 37.2571 100.165 37.5369 100.427 37.7472C100.691 37.9574 101.023 38.0625 101.424 38.0625ZM107.318 39.1449C106.903 39.1449 106.528 39.0682 106.193 38.9148C105.858 38.7585 105.592 38.5327 105.396 38.2372C105.203 37.9418 105.106 37.5795 105.106 37.1506C105.106 36.7812 105.177 36.4773 105.319 36.2386C105.461 36 105.653 35.8111 105.894 35.6719C106.136 35.5327 106.406 35.4276 106.704 35.3565C107.002 35.2855 107.306 35.2315 107.616 35.1946C108.008 35.1491 108.326 35.1122 108.571 35.0838C108.815 35.0526 108.992 35.0028 109.103 34.9347C109.214 34.8665 109.269 34.7557 109.269 34.6023V34.5724C109.269 34.2003 109.164 33.9119 108.954 33.7074C108.747 33.5028 108.437 33.4006 108.025 33.4006C107.596 33.4006 107.258 33.4957 107.011 33.6861C106.767 33.8736 106.598 34.0824 106.504 34.3125L105.306 34.0398C105.448 33.642 105.656 33.321 105.929 33.0767C106.204 32.8295 106.521 32.6506 106.879 32.5398C107.237 32.4261 107.613 32.3693 108.008 32.3693C108.269 32.3693 108.546 32.4006 108.839 32.4631C109.135 32.5227 109.41 32.6335 109.666 32.7955C109.924 32.9574 110.136 33.1889 110.301 33.4901C110.465 33.7884 110.548 34.1761 110.548 34.6534V39H109.304V38.1051H109.252C109.17 38.2699 109.046 38.4318 108.882 38.5909C108.717 38.75 108.505 38.8821 108.247 38.9872C107.988 39.0923 107.679 39.1449 107.318 39.1449ZM107.595 38.1222C107.947 38.1222 108.248 38.0526 108.498 37.9134C108.751 37.7741 108.943 37.5923 109.073 37.3679C109.207 37.1406 109.274 36.8977 109.274 36.6392V35.7955C109.228 35.8409 109.14 35.8835 109.01 35.9233C108.882 35.9602 108.735 35.9929 108.571 36.0213C108.406 36.0469 108.245 36.071 108.089 36.0938C107.933 36.1136 107.802 36.1307 107.697 36.1449C107.45 36.1761 107.224 36.2287 107.019 36.3026C106.818 36.3764 106.656 36.483 106.534 36.6222C106.414 36.7585 106.355 36.9403 106.355 37.1676C106.355 37.483 106.471 37.7216 106.704 37.8835C106.937 38.0426 107.234 38.1222 107.595 38.1222ZM113.039 30.2727V39H111.765V30.2727H113.039ZM116.178 39.1449C115.763 39.1449 115.388 39.0682 115.053 38.9148C114.718 38.7585 114.452 38.5327 114.256 38.2372C114.063 37.9418 113.966 37.5795 113.966 37.1506C113.966 36.7812 114.037 36.4773 114.18 36.2386C114.322 36 114.513 35.8111 114.755 35.6719C114.996 35.5327 115.266 35.4276 115.564 35.3565C115.863 35.2855 116.167 35.2315 116.476 35.1946C116.868 35.1491 117.187 35.1122 117.431 35.0838C117.675 35.0526 117.853 35.0028 117.964 34.9347C118.074 34.8665 118.13 34.7557 118.13 34.6023V34.5724C118.13 34.2003 118.025 33.9119 117.814 33.7074C117.607 33.5028 117.297 33.4006 116.885 33.4006C116.456 33.4006 116.118 33.4957 115.871 33.6861C115.627 33.8736 115.458 34.0824 115.364 34.3125L114.167 34.0398C114.309 33.642 114.516 33.321 114.789 33.0767C115.064 32.8295 115.381 32.6506 115.739 32.5398C116.097 32.4261 116.474 32.3693 116.868 32.3693C117.13 32.3693 117.407 32.4006 117.699 32.4631C117.995 32.5227 118.27 32.6335 118.526 32.7955C118.785 32.9574 118.996 33.1889 119.161 33.4901C119.326 33.7884 119.408 34.1761 119.408 34.6534V39H118.164V38.1051H118.113C118.03 38.2699 117.907 38.4318 117.742 38.5909C117.577 38.75 117.366 38.8821 117.107 38.9872C116.849 39.0923 116.539 39.1449 116.178 39.1449ZM116.455 38.1222C116.807 38.1222 117.108 38.0526 117.358 37.9134C117.611 37.7741 117.803 37.5923 117.934 37.3679C118.067 37.1406 118.134 36.8977 118.134 36.6392V35.7955C118.089 35.8409 118.001 35.8835 117.87 35.9233C117.742 35.9602 117.596 35.9929 117.431 36.0213C117.266 36.0469 117.106 36.071 116.949 36.0938C116.793 36.1136 116.662 36.1307 116.557 36.1449C116.31 36.1761 116.084 36.2287 115.88 36.3026C115.678 36.3764 115.516 36.483 115.394 36.6222C115.275 36.7585 115.215 36.9403 115.215 37.1676C115.215 37.483 115.331 37.7216 115.564 37.8835C115.797 38.0426 116.094 38.1222 116.455 38.1222ZM120.625 39V32.4545H121.857V33.4943H121.925C122.044 33.142 122.255 32.8651 122.556 32.6634C122.86 32.4588 123.203 32.3565 123.587 32.3565C123.666 32.3565 123.76 32.3594 123.868 32.3651C123.979 32.3707 124.066 32.3778 124.128 32.3864V33.6051C124.077 33.5909 123.986 33.5753 123.855 33.5582C123.725 33.5384 123.594 33.5284 123.463 33.5284C123.162 33.5284 122.894 33.5923 122.658 33.7202C122.425 33.8452 122.24 34.0199 122.104 34.2443C121.968 34.4659 121.899 34.7187 121.899 35.0028V39H120.625ZM124.751 39V32.4545H125.974V33.5199H126.055C126.191 33.1591 126.414 32.8778 126.724 32.6761C127.033 32.4716 127.404 32.3693 127.836 32.3693C128.273 32.3693 128.64 32.4716 128.935 32.6761C129.234 32.8807 129.454 33.1619 129.596 33.5199H129.664C129.82 33.1705 130.069 32.892 130.41 32.6847C130.751 32.4744 131.157 32.3693 131.629 32.3693C132.222 32.3693 132.707 32.5554 133.082 32.9276C133.46 33.2997 133.648 33.8608 133.648 34.6108V39H132.374V34.7301C132.374 34.2869 132.254 33.9659 132.012 33.767C131.771 33.5682 131.482 33.4688 131.147 33.4688C130.732 33.4688 130.41 33.5966 130.18 33.8523C129.95 34.1051 129.835 34.4304 129.835 34.8281V39H128.565V34.6491C128.565 34.294 128.454 34.0085 128.232 33.7926C128.011 33.5767 127.722 33.4688 127.367 33.4688C127.126 33.4688 126.903 33.5327 126.698 33.6605C126.496 33.7855 126.333 33.9602 126.208 34.1847C126.086 34.4091 126.025 34.669 126.025 34.9645V39H124.751Z",fill:"#134B33",fillOpacity:"0.6"}),r.jsx("path",{d:"M42.8828 24.6605L38.5744 19.8648H37.1901V24.6605H34.5391V11.5986H40.7971C43.6039 11.5986 45.4759 13.256 45.4759 15.7317C45.4759 17.9157 44.0141 19.4747 41.7329 19.8069L46.1195 24.661H42.8834L42.8828 24.6605ZM40.7971 17.4666C42.0252 17.4666 42.8435 16.7647 42.8435 15.7311C42.8435 14.6976 42.0252 13.9962 40.7971 13.9962H37.1901V17.4666H40.7971Z",fill:"#134B33"}),r.jsx("path",{d:"M55.6923 20.4886H48.2843C48.5372 21.892 49.532 22.7502 50.7212 22.7502C51.4811 22.7502 52.4365 22.6524 53.1384 21.4631L55.4393 21.951C54.5817 23.9782 52.8462 24.9533 50.7212 24.9533C47.9718 24.9533 45.7305 22.8676 45.7305 19.8068C45.7305 16.7461 47.9724 14.6408 50.76 14.6408C53.3526 14.6408 55.595 16.6483 55.6923 19.6118V20.4897V20.4886ZM48.3619 18.6755H53.0603C52.7287 17.4278 51.7935 16.8816 50.76 16.8816C49.7849 16.8816 48.6743 17.4666 48.3619 18.6755Z",fill:"#134B33"}),r.jsx("path",{d:"M64.1299 20.7033L66.5084 21.3075C65.9627 23.5302 63.9546 24.9533 61.6346 24.9533C58.7879 24.9533 56.4297 22.8676 56.4297 19.8068C56.4297 16.7461 58.7885 14.6408 61.6346 14.6408C63.8961 14.6408 65.8649 16.0441 66.5084 18.2276L64.0327 18.9295C63.6814 17.565 62.7653 16.9996 61.6346 16.9996C60.016 16.9996 58.9251 18.15 58.9251 19.8074C58.9251 21.4648 60.0165 22.5945 61.6346 22.5945C62.7653 22.5945 63.6814 22.0487 64.1299 20.7038V20.7033Z",fill:"#134B33"}),r.jsx("path",{d:"M77.2127 18.7334V24.6605H74.6392V19.2797C74.6392 17.9151 73.8596 16.9985 72.6704 16.9985C71.2086 16.9985 70.2532 17.9736 70.2532 20.352V24.6605H67.6797V10.624H70.2532V15.8092C71.013 15.0488 72.0269 14.6397 73.3139 14.6397C75.6531 14.6397 77.2127 16.3162 77.2127 18.7334Z",fill:"#134B33"}),r.jsx("path",{d:"M88.6166 21.5609C88.7526 22.5551 89.6108 22.8862 90.6241 22.8862C91.5796 22.8862 92.1444 22.4574 92.1444 21.9111C92.1444 21.5609 91.9112 21.2097 91.0721 21.0343L89.0836 20.6246C87.329 20.2548 86.3354 19.26 86.3354 17.8567C86.3354 15.9851 87.8556 14.6402 90.3128 14.6402C92.6131 14.6402 94.2115 15.8295 94.5431 17.5256L92.0865 18.0129C91.9893 17.2334 91.307 16.668 90.2346 16.668C89.1623 16.668 88.9094 17.1749 88.9094 17.6234C88.9094 17.9359 89.0257 18.2669 89.7862 18.4423L92.1062 18.9492C93.822 19.319 94.66 20.3914 94.66 21.6975C94.66 23.8416 92.925 24.9533 90.3903 24.9533C88.2462 24.9533 86.2769 24.1153 86.0234 22.087L88.6166 21.5609Z",fill:"#134B33"}),r.jsx("path",{d:"M106.434 19.8063C106.434 22.8671 104.133 24.9527 101.657 24.9527C100.331 24.9527 99.259 24.5627 98.4407 23.8995V27.9747H95.8672V14.9325H98.4407V15.712C99.259 15.0297 100.331 14.6397 101.657 14.6397C104.133 14.6397 106.434 16.745 106.434 19.8058V19.8063ZM103.938 19.8063C103.938 18.0123 102.768 16.8816 101.208 16.8816C99.8238 16.8816 98.4401 18.0123 98.4401 19.8063C98.4401 21.6003 99.8238 22.7108 101.208 22.7108C102.767 22.7108 103.938 21.5997 103.938 19.8063Z",fill:"#134B33"}),r.jsx("path",{d:"M110.588 12.0274C110.588 12.885 109.925 13.528 109.029 13.528C108.132 13.528 107.469 12.885 107.469 12.0274C107.469 11.1698 108.112 10.4869 109.029 10.4869C109.946 10.4869 110.588 11.208 110.588 12.0274ZM107.742 24.6605V14.9325H110.315V24.6605H107.742Z",fill:"#134B33"}),r.jsx("path",{d:"M112.402 24.6605V10.624H114.976V24.6605H112.402Z",fill:"#134B33"}),r.jsx("path",{d:"M126.692 19.8063C126.692 22.8671 124.294 24.9139 121.447 24.9139C118.601 24.9139 116.145 22.8671 116.145 19.8063C116.145 16.7455 118.542 14.6987 121.447 14.6987C124.352 14.6987 126.692 16.7455 126.692 19.8063ZM124.197 19.8063C124.197 17.9932 122.793 16.9012 121.447 16.9012C120.102 16.9012 118.64 17.9932 118.64 19.8063C118.64 21.6194 120.044 22.7108 121.447 22.7108C122.851 22.7108 124.197 21.6194 124.197 19.8063Z",fill:"#134B33"}),r.jsx("path",{d:"M83.6447 22.5546C82.787 22.5464 82.2216 22.0477 82.2216 20.8781V17.0373H85.3993V14.9325H82.2216V11.9881H79.6482V14.9325H77.5625V17.0373H79.6482V21.0731C79.6482 23.7438 81.1684 24.9527 83.4693 24.9527C84.2876 24.9527 84.9896 24.7774 86.0035 24.2316L85.2939 22.1766C85.2939 22.1766 84.2488 22.5601 83.6447 22.5546Z",fill:"#134B33"}),r.jsx("path",{d:"M132.578 22.5546C131.721 22.5464 131.155 22.0477 131.155 20.8781V17.0373H134.333V14.9325H131.155V11.9881H128.582V14.9325H126.496V17.0373H128.582V21.0731C128.582 23.7438 130.102 24.9527 132.403 24.9527C133.221 24.9527 133.923 24.7774 134.937 24.2316L134.227 22.1766C134.227 22.1766 133.182 22.5601 132.578 22.5546Z",fill:"#134B33"})]}),r.jsx("path",{d:"M24.3321 14.5687H24.0901V12.3879C25.039 11.9001 26.663 10.9649 27.0307 10.1122C27.4584 9.11742 27.264 8.19422 26.4527 7.36772C25.1521 6.04301 23.6072 5.06464 22.1126 4.11905L22.0383 4.07206C20.3673 3.01448 18.8028 2.32891 17.2563 1.97602C17.2328 1.96947 17.2082 1.96455 17.2033 1.96401C17.1929 1.96127 17.1825 1.95854 17.1716 1.95636C16.9913 1.91648 16.7564 1.86622 16.5401 1.83126C15.7256 1.66847 15.0215 1.59309 14.3239 1.59309C13.6263 1.59309 12.9178 1.66957 12.1312 1.82689C11.8919 1.86677 11.6592 1.91648 11.4636 1.95964C11.4363 1.9651 11.4237 1.96783 11.4172 1.97001C9.8532 2.32728 8.28049 3.01503 6.60945 4.07261L6.53406 4.12068C5.04056 5.06628 3.4957 6.0441 2.19558 7.36881C1.38437 8.19532 1.19044 9.11906 1.61817 10.1138C1.98581 10.9655 3.60987 11.9007 4.55875 12.3885V14.5692H4.31729C2.53973 14.5692 1.09375 16.0152 1.09375 17.7922V21.001C1.09375 22.7786 2.53973 24.2245 4.31729 24.2245H4.84117C5.33554 25.9934 6.78425 27.3765 7.9489 28.4887L8.06526 28.6002C10.0417 30.4897 11.9722 31.4086 13.9672 31.4086H14.6806C16.675 31.4086 18.6056 30.4903 20.5825 28.6002L20.6989 28.4887C21.8641 27.3765 23.3122 25.9934 23.8066 24.2245H24.331C26.1086 24.2245 27.5546 22.7786 27.5546 21.001V17.7922C27.5546 16.0152 26.1086 14.5692 24.331 14.5692L24.3321 14.5687Z",fill:"#134C33"}),r.jsx("path",{d:"M22.6438 11.7597V13.6476C20.6936 13.0304 17.6809 12.3022 14.3219 12.3022C10.9629 12.3022 7.94909 13.0304 6 13.6476V11.7597C8.76632 10.7273 11.5146 10.2039 14.1689 10.2039C14.1952 10.2039 14.2208 10.205 14.2465 10.2061C14.2957 10.2083 14.347 10.2083 14.3978 10.2061C14.4235 10.205 14.4492 10.2039 14.4754 10.2039C17.1297 10.2039 19.878 10.7273 22.6443 11.7597H22.6438Z",fill:"white"}),r.jsx("path",{d:"M15.6827 25.6569C14.7027 25.6569 13.9051 26.2037 13.9051 26.8756C13.9051 27.5475 14.7021 28.0943 15.6827 28.0943C16.3087 28.0943 16.8927 27.8654 17.2122 27.4967C18.4539 27.3558 19.5656 27.0706 20.5199 26.6494C20.2615 26.9106 19.995 27.1662 19.7032 27.4448L19.5863 27.5562C17.8672 29.1994 16.3087 29.9648 14.6814 29.9648H13.9679C12.3406 29.9648 10.7821 29.1994 9.06298 27.5562L8.94608 27.4443C7.61427 26.1731 6.10547 24.732 6.10547 22.9326V20.3701C6.10711 20.3493 6.1082 20.328 6.1082 20.3067V15.3274C8.14907 16.5259 11.1388 17.2132 14.3247 17.2132C17.5105 17.2132 20.4997 16.5265 22.5411 15.3274V20.3067C22.5411 20.3296 22.5422 20.3515 22.5438 20.3706V22.9326C22.5438 23.2014 22.5045 23.5259 22.4439 23.7591C22.4193 23.8542 22.3718 23.9421 22.3035 24.0208C21.1798 25.3133 19.5454 26.0841 17.3062 26.3774C17.02 25.9393 16.3863 25.6574 15.6827 25.6574V25.6569Z",fill:"white"}),r.jsx("path",{d:"M9.76685 21.3091C10.6369 21.3091 11.3423 20.6037 11.3423 19.7336C11.3423 18.8636 10.6369 18.1582 9.76685 18.1582C8.89676 18.1582 8.19141 18.8636 8.19141 19.7336C8.19141 20.6037 8.89676 21.3091 9.76685 21.3091Z",fill:"#134C33"}),r.jsx("path",{d:"M18.8762 21.3091C19.7463 21.3091 20.4517 20.6037 20.4517 19.7336C20.4517 18.8636 19.7463 18.1582 18.8762 18.1582C18.0061 18.1582 17.3008 18.8636 17.3008 19.7336C17.3008 20.6037 18.0061 21.3091 18.8762 21.3091Z",fill:"#134C33"})]})}function r3({size:n="large"}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:n==="small"?"28":"36",height:n==="small"?"28":"36",viewBox:"0 0 36 36",fill:"none",children:[r.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9665 34C15.6771 34 13.4997 32.9823 11.3097 30.889L11.1938 30.7786C10.1002 29.7342 8.77495 28.4685 8.06699 26.8089C5.80215 26.6794 4 24.7959 4 22.4999V19.2911C4 17.2027 5.49132 15.4557 7.46554 15.0597V14.5418C5.13133 13.2417 4.7473 12.3524 4.61455 12.0454C4.01093 10.6431 4.29553 9.24355 5.41484 8.10239C6.80456 6.68646 8.40349 5.67476 9.94943 4.69639L10.021 4.6505C11.8018 3.52409 13.4849 2.78991 15.1701 2.40479C15.1887 2.40042 15.2133 2.39495 15.245 2.3884C15.4318 2.34688 15.6749 2.29444 15.9344 2.25128C16.786 2.08194 17.5672 2 18.3238 2C19.0804 2 19.8561 2.08139 20.735 2.25565C20.9797 2.29608 21.2354 2.35125 21.408 2.38949L21.4282 2.39441C21.4544 2.39987 21.4839 2.40642 21.5167 2.41462C23.1807 2.79646 24.8512 3.52737 26.6227 4.64887L26.697 4.69585C28.2451 5.67586 29.8435 6.68755 31.2321 8.10184C32.352 9.243 32.6366 10.6426 32.0341 12.0437C31.9008 12.3524 31.5168 13.2417 29.182 14.5418V15.0597C31.1562 15.4557 32.6481 17.2027 32.6481 19.2911V22.4999C32.6481 24.7964 30.8454 26.6794 28.5806 26.8089C27.8726 28.4685 26.5473 29.7336 25.4537 30.7781L25.3368 30.8895C23.1473 32.9823 20.9694 34 18.6805 34H17.9671H17.9665Z",fill:"white"}),r.jsx("path",{d:"M9.37891 15.7972H9.37945L9.37891 15.7966V15.7972Z",fill:"#B6FF9C"}),r.jsx("path",{d:"M28.3321 16.0687H28.0901V13.8879C29.039 13.4001 30.663 12.4649 31.0307 11.6122C31.4584 10.6174 31.264 9.69422 30.4527 8.86771C29.1521 7.543 27.6072 6.56463 26.1126 5.61904L26.0383 5.57206C24.3673 4.51448 22.8028 3.82891 21.2563 3.47602C21.2328 3.46946 21.2082 3.46454 21.2033 3.464C21.1929 3.46127 21.1825 3.45854 21.1716 3.45635C20.9913 3.41647 20.7564 3.36622 20.5401 3.33126C19.7256 3.16847 19.0215 3.09308 18.3239 3.09308C17.6263 3.09308 16.9178 3.16956 16.1312 3.32688C15.8919 3.36676 15.6592 3.41647 15.4636 3.45963C15.4363 3.46509 15.4237 3.46782 15.4172 3.47001C13.8532 3.82727 12.2805 4.51502 10.6094 5.5726L10.5341 5.62068C9.04056 6.56627 7.4957 7.5441 6.19558 8.8688C5.38437 9.69531 5.19044 10.6191 5.61817 11.6138C5.98581 12.4655 7.60987 13.4007 8.55875 13.8885V16.0692H8.31729C6.53973 16.0692 5.09375 17.5152 5.09375 19.2922V22.501C5.09375 24.2786 6.53973 25.7245 8.31729 25.7245H8.84117C9.33554 27.4934 10.7843 28.8765 11.9489 29.9887L12.0653 30.1002C14.0417 31.9897 15.9722 32.9085 17.9672 32.9085H18.6806C20.675 32.9085 22.6056 31.9903 24.5825 30.1002L24.6989 29.9887C25.8641 28.8765 27.3122 27.4934 27.8066 25.7245H28.331C30.1086 25.7245 31.5546 24.2786 31.5546 22.501V19.2922C31.5546 17.5152 30.1086 16.0692 28.331 16.0692L28.3321 16.0687Z",fill:"#134C33"}),r.jsx("path",{d:"M26.6438 13.2597V15.1476C24.6936 14.5304 21.6809 13.8022 18.3219 13.8022C14.9629 13.8022 11.9491 14.5304 10 15.1476V13.2597C12.7663 12.2273 15.5146 11.7039 18.1689 11.7039C18.1952 11.7039 18.2208 11.705 18.2465 11.7061C18.2957 11.7083 18.347 11.7083 18.3978 11.7061C18.4235 11.705 18.4492 11.7039 18.4754 11.7039C21.1297 11.7039 23.878 12.2273 26.6443 13.2597H26.6438Z",fill:"white"}),r.jsx("path",{d:"M19.6827 27.1569C18.7027 27.1569 17.9051 27.7037 17.9051 28.3756C17.9051 29.0475 18.7021 29.5943 19.6827 29.5943C20.3087 29.5943 20.8927 29.3654 21.2122 28.9967C22.4539 28.8558 23.5656 28.5706 24.5199 28.1494C24.2615 28.4106 23.995 28.6662 23.7032 28.9448L23.5863 29.0562C21.8672 30.6994 20.3087 31.4647 18.6814 31.4647H17.9679C16.3406 31.4647 14.7821 30.6994 13.063 29.0562L12.9461 28.9443C11.6143 27.6731 10.1055 26.232 10.1055 24.4326V21.87C10.1071 21.8493 10.1082 21.828 10.1082 21.8067V16.8274C12.1491 18.0259 15.1388 18.7131 18.3247 18.7131C21.5105 18.7131 24.4997 18.0265 26.5411 16.8274V21.8067C26.5411 21.8296 26.5422 21.8515 26.5438 21.8706V24.4326C26.5438 24.7014 26.5045 25.0259 26.4439 25.2591C26.4193 25.3542 26.3718 25.4421 26.3035 25.5208C25.1798 26.8133 23.5454 27.584 21.3062 27.8774C21.02 27.4393 20.3863 27.1574 19.6827 27.1574V27.1569Z",fill:"white"}),r.jsx("path",{d:"M13.7669 22.8091C14.6369 22.8091 15.3423 22.1037 15.3423 21.2336C15.3423 20.3636 14.6369 19.6582 13.7669 19.6582C12.8968 19.6582 12.1914 20.3636 12.1914 21.2336C12.1914 22.1037 12.8968 22.8091 13.7669 22.8091Z",fill:"#134C33"}),r.jsx("path",{d:"M22.8762 22.8091C23.7463 22.8091 24.4517 22.1037 24.4517 21.2336C24.4517 20.3636 23.7463 19.6582 22.8762 19.6582C22.0061 19.6582 21.3008 20.3636 21.3008 21.2336C21.3008 22.1037 22.0061 22.8091 22.8762 22.8091Z",fill:"#134C33"})]})}function t3({color:n=c.primary[900],size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M3 12H21M3 6H21M3 18H11",stroke:n,strokeWidth:"2",strokeLinecap:"round"})})}function n3({color:n=c.white,size:i="small",...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 32 32",fill:"none",...a,children:r.jsx("path",{d:"M20 13.3335H12M16 18.6668H12M4 26.6668H21.3333C25.0152 26.6668 28 23.6821 28 20.0002V12.0002C28 8.31826 25.0152 5.3335 21.3333 5.3335H10.6667C6.98477 5.3335 4 8.31826 4 12.0002V26.6668Z",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function i3({color:n=c.darkGreen,size:i="small",...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:i==="small"?"20":"29",height:i==="large"?"36":"40",viewBox:"0 0 29 33",fill:"none",...a,children:[r.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.9665 32.5C11.6771 32.5 9.49965 31.4823 7.30965 29.389L7.19384 29.2786C6.10021 28.2342 4.77495 26.9685 4.06699 25.3089C1.80215 25.1794 0 23.2959 0 20.9999V17.7911C0 15.7027 1.49132 13.9557 3.46554 13.5597V13.0418C1.13133 11.7417 0.747299 10.8524 0.614555 10.5454C0.0109254 9.1431 0.295534 7.74355 1.41484 6.60239C2.80456 5.18646 4.40349 4.17476 5.94943 3.19639L6.021 3.1505C7.80184 2.02409 9.4849 1.28991 11.1701 0.904785C11.1887 0.900415 11.2133 0.894953 11.245 0.888398C11.4318 0.846881 11.6749 0.794439 11.9344 0.751283C12.786 0.581939 13.5672 0.5 14.3238 0.5C15.0804 0.5 15.8561 0.581394 16.735 0.755654C16.9797 0.796078 17.2354 0.851252 17.408 0.889491L17.4282 0.894406C17.4544 0.899869 17.4839 0.906424 17.5167 0.914618C19.1807 1.29646 20.8512 2.02737 22.6227 3.14887L22.697 3.19585C24.2451 4.17586 25.8435 5.18755 27.2321 6.60184C28.352 7.743 28.6366 9.14255 28.0341 10.5437C27.9008 10.8524 27.5168 11.7417 25.182 13.0418V13.5597C27.1562 13.9557 28.6481 15.7027 28.6481 17.7911V20.9999C28.6481 23.2964 26.8454 25.1794 24.5806 25.3089C23.8726 26.9685 22.5473 28.2336 21.4537 29.2781L21.3368 29.3895C19.1473 31.4823 16.9694 32.5 14.6805 32.5H13.9671H13.9665Z",fill:"white"}),r.jsx("path",{d:"M5.37793 14.2972H5.37848L5.37793 14.2966V14.2972Z",fill:"#B6FF9C"}),r.jsx("path",{d:"M24.3311 14.5687H24.0891V12.3879C25.038 11.9001 26.6621 10.9649 27.0297 10.1122C27.4574 9.11741 27.263 8.19422 26.4518 7.36771C25.1511 6.043 23.6062 5.06463 22.1116 4.11904L22.0373 4.07206C20.3663 3.01448 18.8018 2.32891 17.2553 1.97602C17.2318 1.96946 17.2072 1.96454 17.2023 1.964C17.1919 1.96127 17.1815 1.95854 17.1706 1.95635C16.9903 1.91647 16.7555 1.86622 16.5391 1.83126C15.7246 1.66847 15.0205 1.59308 14.3229 1.59308C13.6253 1.59308 12.9168 1.66956 12.1302 1.82688C11.8909 1.86676 11.6582 1.91647 11.4626 1.95963C11.4353 1.96509 11.4228 1.96782 11.4162 1.97001C9.85223 2.32727 8.27951 3.01502 6.60847 4.0726L6.53309 4.12068C5.03958 5.06627 3.49473 6.0441 2.1946 7.3688C1.38339 8.19531 1.18946 9.11905 1.61719 10.1138C1.98483 10.9655 3.6089 11.9007 4.55777 12.3885V14.5692H4.31632C2.53875 14.5692 1.09277 16.0152 1.09277 17.7922V21.001C1.09277 22.7786 2.53875 24.2245 4.31632 24.2245H4.84019C5.33457 25.9934 6.78328 27.3765 7.94793 28.4887L8.06428 28.6002C10.0407 30.4897 11.9712 31.4085 13.9662 31.4085H14.6796C16.6741 31.4085 18.6046 30.4903 20.5815 28.6002L20.6979 28.4887C21.8631 27.3765 23.3112 25.9934 23.8056 24.2245H24.33C26.1076 24.2245 27.5536 22.7786 27.5536 21.001V17.7922C27.5536 16.0152 26.1076 14.5692 24.33 14.5692L24.3311 14.5687Z",fill:n}),r.jsx("path",{d:"M22.6448 11.7597V13.6476C20.6946 13.0304 17.6819 12.3022 14.3229 12.3022C10.9638 12.3022 7.95007 13.0304 6.00098 13.6476V11.7597C8.76729 10.7273 11.5156 10.2039 14.1699 10.2039C14.1961 10.2039 14.2218 10.205 14.2475 10.2061C14.2966 10.2083 14.348 10.2083 14.3988 10.2061C14.4245 10.205 14.4501 10.2039 14.4764 10.2039C17.1307 10.2039 19.879 10.7273 22.6453 11.7597H22.6448Z",fill:"white"}),r.jsx("path",{d:"M15.6817 25.6569C14.7017 25.6569 13.9041 26.2037 13.9041 26.8756C13.9041 27.5475 14.7012 28.0943 15.6817 28.0943C16.3077 28.0943 16.8917 27.8654 17.2113 27.4967C18.4529 27.3558 19.5646 27.0706 20.5189 26.6494C20.2606 26.9106 19.994 27.1662 19.7023 27.4448L19.5854 27.5562C17.8662 29.1994 16.3077 29.9647 14.6804 29.9647H13.967C12.3396 29.9647 10.7811 29.1994 9.062 27.5562L8.9451 27.4443C7.61329 26.1731 6.10449 24.732 6.10449 22.9326V20.37C6.10613 20.3493 6.10722 20.328 6.10722 20.3067V15.3274C8.14809 16.5259 11.1378 17.2131 14.3237 17.2131C17.5095 17.2131 20.4987 16.5265 22.5401 15.3274V20.3067C22.5401 20.3296 22.5412 20.3515 22.5429 20.3706V22.9326C22.5429 23.2014 22.5035 23.5259 22.4429 23.7591C22.4183 23.8542 22.3708 23.9421 22.3025 24.0208C21.1788 25.3133 19.5444 26.084 17.3052 26.3774C17.019 25.9393 16.3853 25.6574 15.6817 25.6574V25.6569Z",fill:"white"}),r.jsx("path",{d:"M9.76783 21.3091C10.6379 21.3091 11.3433 20.6037 11.3433 19.7336C11.3433 18.8636 10.6379 18.1582 9.76783 18.1582C8.89774 18.1582 8.19238 18.8636 8.19238 19.7336C8.19238 20.6037 8.89774 21.3091 9.76783 21.3091Z",fill:n}),r.jsx("path",{d:"M18.8782 21.3091C19.7483 21.3091 20.4536 20.6037 20.4536 19.7336C20.4536 18.8636 19.7483 18.1582 18.8782 18.1582C18.0081 18.1582 17.3027 18.8636 17.3027 19.7336C17.3027 20.6037 18.0081 21.3091 18.8782 21.3091Z",fill:n})]})}function o3({color:n=c.fg.accent.action,...i}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",...i,children:r.jsx("path",{d:"M16.2638 12.2224C15.3486 14.8117 12.8792 16.6668 9.97648 16.6668C6.29458 16.6668 3.30981 13.6821 3.30981 10.0002C3.30981 6.31826 6.29458 3.3335 9.97648 3.3335C12.5564 3.3335 14.1667 4.5835 15.8334 6.66683M15.8334 6.66683V3.3335M15.8334 6.66683H12.5001",stroke:n,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function a3({size:n="small",color:i=c.primary[600],...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M5 20V16M5 16H9M5 16C6.38324 18.3912 9.03887 20 12 20C16.4183 20 20 16.4183 20 12M19.0118 4V8H15.0118M4 12C4 7.58172 7.58172 4 12 4C14.9611 4 17.6168 5.60879 19 8",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function s3({size:n="small",color:i=c.fg.accent.action,...a}){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:r.jsx("path",{d:"M6.00049 12H9.00049M6.00049 12L3.82205 4.5933C3.69916 4.17549 4.13207 3.81122 4.52273 4.00372L19.8403 11.5515C20.2123 11.7348 20.2123 12.2652 19.8403 12.4485L4.52273 19.9963C4.13207 20.1888 3.69916 19.8245 3.82205 19.4067L6.00049 12Z",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function l3({size:n="small",color:i=c.primary[600],...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(n),height:s(n),viewBox:"0 0 24 24",fill:"none",...a,children:[r.jsxs("g",{clipPath:"url(#clip0_8172_9230)",children:[r.jsx("path",{d:"M0.833008 6.04168C2.34815 6.04168 3.29645 6.37685 3.87631 6.95671C4.45617 7.53657 4.79134 8.48487 4.79134 10H6.04134C6.04134 8.48487 6.37651 7.53657 6.95637 6.95671C7.53623 6.37685 8.48453 6.04168 9.99967 6.04168V4.79168C8.48453 4.79168 7.53623 4.45651 6.95637 3.87664C6.37651 3.29678 6.04134 2.34848 6.04134 0.833344H4.79134C4.79134 2.34848 4.45617 3.29678 3.87631 3.87664C3.29645 4.45651 2.34815 4.79168 0.833008 4.79168V6.04168Z",fill:i}),r.jsx("path",{d:"M5.83301 13.125C8.07153 13.125 9.54066 13.6193 10.4605 14.5392C11.3804 15.459 11.8747 16.9282 11.8747 19.1667H13.1247C13.1247 16.9282 13.619 15.459 14.5388 14.5392C15.4587 13.6193 16.9278 13.125 19.1663 13.125V11.875C16.9278 11.875 15.4587 11.3807 14.5388 10.4608C13.619 9.541 13.1247 8.07186 13.1247 5.83334H11.8747C11.8747 8.07186 11.3804 9.541 10.4605 10.4608C9.54066 11.3807 8.07153 11.875 5.83301 11.875V13.125Z",fill:i})]}),r.jsx("defs",{children:r.jsx("clipPath",{id:"clip0_8172_9230",children:r.jsx("rect",{width:s(n),height:s(n),fill:"white"})})})]})}function C3({color:n=c.primary[900],size:i="small",...a}){return r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:s(i),height:s(i),viewBox:"0 0 24 24",fill:"none",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...a,children:[r.jsx("path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}),r.jsx("circle",{cx:"12",cy:"7",r:"4"})]})}function u3({color:n=c.white,size:i="small",...a}){return i==="small"?r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",...a,children:r.jsx("path",{d:"M8.15458 25.0804C9.9275 22.7924 12.6674 21.3333 16 21.3333C19.3326 21.3333 22.0725 22.7924 23.8454 25.0804M8.15458 25.0804C10.2582 26.8996 13.0006 28 16 28C18.9994 28 21.7418 26.8996 23.8454 25.0804M8.15458 25.0804C5.61003 22.88 4 19.628 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16C28 19.628 26.39 22.88 23.8454 25.0804M20 13.3333C20 15.5425 18.2091 17.3333 16 17.3333C13.7909 17.3333 12 15.5425 12 13.3333C12 11.1242 13.7909 9.33333 16 9.33333C18.2091 9.33333 20 11.1242 20 13.3333Z",stroke:n,strokeWidth:"2",strokeLinejoin:"round"})}):r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",children:r.jsx("path",{d:"M16.3092 50.1609C19.855 45.5848 25.3348 42.6667 32 42.6667C38.6652 42.6667 44.145 45.5848 47.6908 50.1609M16.3092 50.1609C20.5165 53.7992 26.0012 56 32 56C37.9988 56 43.4835 53.7992 47.6908 50.1609M16.3092 50.1609C11.2201 45.76 8 39.2561 8 32C8 18.7452 18.7452 8 32 8C45.2548 8 56 18.7452 56 32C56 39.2561 52.7799 45.76 47.6908 50.1609M40 26.6667C40 31.0849 36.4183 34.6667 32 34.6667C27.5817 34.6667 24 31.0849 24 26.6667C24 22.2484 27.5817 18.6667 32 18.6667C36.4183 18.6667 40 22.2484 40 26.6667Z",stroke:"#E6F0E2",strokeWidth:"2",strokeLinejoin:"round"})})}const X3=Object.freeze(Object.defineProperty({__proto__:null,Account:Z1,ArrowUp:T1,Attach:S1,Calendar:O1,Check:B1,CheckCircle:W1,Chevron:P1,Close:A1,Cloud:F1,Compose:D1,Copy:I1,Data:$1,DoubleChevron:U1,Download:Y1,Edit:N1,Ellipses:q1,Email:J1,Enter:G1,ErrorCircle:K1,Home:X1,Info:Q1,Login:z1,Logo:e3,LogoOutlined:r3,Menu:t3,Message:n3,Pilot:i3,Retry:o3,Rotate:a3,Send:s3,Sparkles:l3,User:C3,UserCircle:u3},Symbol.toStringTag,{value:"Module"}));exports.Account=Z1;exports.ArrowUp=T1;exports.Attach=S1;exports.Calendar=O1;exports.Check=B1;exports.CheckCircle=W1;exports.Chevron=P1;exports.Close=A1;exports.Cloud=F1;exports.Compose=D1;exports.Copy=I1;exports.Data=$1;exports.DoubleChevron=U1;exports.Download=Y1;exports.Edit=N1;exports.Ellipses=q1;exports.Email=J1;exports.Enter=G1;exports.ErrorCircle=K1;exports.Home=X1;exports.Info=Q1;exports.Login=z1;exports.Logo=e3;exports.LogoOutlined=r3;exports.Menu=t3;exports.Message=n3;exports.Pilot=i3;exports.Rotate=a3;exports.Send=o3;exports.Send$1=s3;exports.Sparkles=l3;exports.User=C3;exports.UserCircle=u3;exports.colors=c;exports.index_native=X3;exports.jsxRuntimeExports=r;exports.typography=K3;
|