@bloomreach/react-banana-ui 1.6.0 → 1.7.0

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.
Files changed (27) hide show
  1. package/dist/bloomreach-react-banana-ui.es.js +3628 -3131
  2. package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
  3. package/dist/bloomreach-react-banana-ui.umd.js +17 -17
  4. package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
  5. package/dist/components/inputs/base-input/base-input.d.ts +6 -2
  6. package/dist/components/inputs/internal.d.ts +1 -0
  7. package/dist/components/inputs/select/index.d.ts +2 -0
  8. package/dist/components/inputs/select/select.d.ts +37 -0
  9. package/dist/components/inputs/select/select.types.d.ts +66 -0
  10. package/dist/components/inputs/select-field/index.d.ts +1 -0
  11. package/dist/components/inputs/select-field/select-field.d.ts +34 -0
  12. package/dist/components/inputs/select-field/select-field.qa.stories.d.ts +15 -0
  13. package/dist/components/inputs/select-field/select-field.stories.d.ts +20 -0
  14. package/dist/components/inputs/select-field/select-field.types.d.ts +38 -0
  15. package/dist/components/inputs/select-option/index.d.ts +2 -0
  16. package/dist/components/inputs/select-option/select-option.d.ts +4 -0
  17. package/dist/components/inputs/select-option/select-option.types.d.ts +30 -0
  18. package/dist/components/internal.d.ts +1 -0
  19. package/dist/components/lists/internal.d.ts +2 -0
  20. package/dist/components/lists/listbox/index.d.ts +2 -0
  21. package/dist/components/lists/listbox/listbox.d.ts +26 -0
  22. package/dist/components/lists/listbox/listbox.types.d.ts +16 -0
  23. package/dist/components/lists/listbox-item/index.d.ts +2 -0
  24. package/dist/components/lists/listbox-item/listbox-item.d.ts +27 -0
  25. package/dist/components/lists/listbox-item/listbox-item.types.d.ts +28 -0
  26. package/dist/style.css +1 -1
  27. package/package.json +1 -1
@@ -1,44 +1,44 @@
1
- (function(g,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],l):(g=typeof globalThis<"u"?globalThis:g||self,l(g["bloomreach-react-banana-ui"]={},g["react/jsx-runtime"],g.React,g.ReactDOM))})(this,function(g,l,s,N0){"use strict";var i9=Object.defineProperty;var s9=(g,l,s)=>l in g?i9(g,l,{enumerable:!0,configurable:!0,writable:!0,value:s}):g[l]=s;var D=(g,l,s)=>(s9(g,typeof l!="symbol"?l+"":l,s),s);function k1(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=k1(s),L0=k1(N0),d9="";function U(){return U=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},U.apply(this,arguments)}function q2(e){return typeof e=="string"}function K2(e,t,r){return e===void 0||q2(e)?t:U({},t,{ownerState:U({},t.ownerState,r)})}function R1(e,t,r=(n,a)=>n===a){return e.length===t.length&&e.every((n,a)=>r(n,t[a]))}const G2={disableDefaultClasses:!1},U1=o.createContext(G2);process.env.NODE_ENV!=="production"&&(U1.displayName="ClassNameConfiguratorContext");function W1(e){const{disableDefaultClasses:t}=o.useContext(U1);return r=>t?"":e(r)}function we(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function X2(e,t,r){return typeof e=="function"?e(t,r):e}function Q2(e){const{rootElementName:t="",componentName:r}=e,[n,a]=o.useState(t.toUpperCase());process.env.NODE_ENV!=="production"&&o.useEffect(()=>{t&&n!==t.toUpperCase()&&console.error(`useRootElementName: the \`rootElementName\` prop of ${r?`the ${r} component`:"a component"} expected the '${t}' element, but a '${n.toLowerCase()}' was rendered instead`,"This may cause hydration issues in an SSR context, e.g. in a Next.js app")},[t,n,r]);const c=o.useCallback(i=>{var d;a((d=i==null?void 0:i.tagName)!=null?d:"")},[]);return[n,c]}function De(e,t){if(e==null)return{};var r={},n=Object.keys(e),a,c;for(c=0;c<n.length;c++)a=n[c],!(t.indexOf(a)>=0)&&(r[a]=e[a]);return r}function z1(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...n){return e(...n)||t(...n)}}function j1(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var F0={exports:{}},Xe={exports:{}},oe={};/** @license React v16.13.1
1
+ (function(v,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],l):(v=typeof globalThis<"u"?globalThis:v||self,l(v["bloomreach-react-banana-ui"]={},v["react/jsx-runtime"],v.React,v.ReactDOM))})(this,function(v,l,c,R0){"use strict";var O9=Object.defineProperty;var D9=(v,l,c)=>l in v?O9(v,l,{enumerable:!0,configurable:!0,writable:!0,value:c}):v[l]=c;var k=(v,l,c)=>(D9(v,typeof l!="symbol"?l+"":l,c),c);function r1(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=r1(c),U0=r1(R0),$9="";function _(){return _=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_.apply(this,arguments)}function ll(e){return typeof e=="string"}function il(e,t,r){return e===void 0||ll(e)?t:_({},t,{ownerState:_({},t.ownerState,r)})}function n1(e,t,r=(n,a)=>n===a){return e.length===t.length&&e.every((n,a)=>r(n,t[a]))}const sl={disableDefaultClasses:!1},o1=o.createContext(sl);process.env.NODE_ENV!=="production"&&(o1.displayName="ClassNameConfiguratorContext");function a1(e){const{disableDefaultClasses:t}=o.useContext(o1);return r=>t?"":e(r)}function pe(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function cl(e,t,r){return typeof e=="function"?e(t,r):e}function dl(e){const{rootElementName:t="",componentName:r}=e,[n,a]=o.useState(t.toUpperCase());process.env.NODE_ENV!=="production"&&o.useEffect(()=>{t&&n!==t.toUpperCase()&&console.error(`useRootElementName: the \`rootElementName\` prop of ${r?`the ${r} component`:"a component"} expected the '${t}' element, but a '${n.toLowerCase()}' was rendered instead`,"This may cause hydration issues in an SSR context, e.g. in a Next.js app")},[t,n,r]);const i=o.useCallback(s=>{var d;a((d=s==null?void 0:s.tagName)!=null?d:"")},[]);return[n,i]}function We(e,t){if(e==null)return{};var r={},n=Object.keys(e),a,i;for(i=0;i<n.length;i++)a=n[i],!(t.indexOf(a)>=0)&&(r[a]=e[a]);return r}function l1(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...n){return e(...n)||t(...n)}}function i1(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var W0={exports:{}},o0={exports:{}},ie={};/** @license React v16.13.1
2
2
  * react-is.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
5
5
  *
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
- */var Y1;function J2(){if(Y1)return oe;Y1=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,c=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,f=e?Symbol.for("react.async_mode"):60111,h=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,w=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,E=e?Symbol.for("react.block"):60121,C=e?Symbol.for("react.fundamental"):60117,S=e?Symbol.for("react.responder"):60118,M=e?Symbol.for("react.scope"):60119;function I(y){if(typeof y=="object"&&y!==null){var L=y.$$typeof;switch(L){case t:switch(y=y.type,y){case f:case h:case n:case c:case a:case w:return y;default:switch(y=y&&y.$$typeof,y){case d:case u:case m:case v:case i:return y;default:return L}}case r:return L}}}function Z(y){return I(y)===h}return oe.AsyncMode=f,oe.ConcurrentMode=h,oe.ContextConsumer=d,oe.ContextProvider=i,oe.Element=t,oe.ForwardRef=u,oe.Fragment=n,oe.Lazy=m,oe.Memo=v,oe.Portal=r,oe.Profiler=c,oe.StrictMode=a,oe.Suspense=w,oe.isAsyncMode=function(y){return Z(y)||I(y)===f},oe.isConcurrentMode=Z,oe.isContextConsumer=function(y){return I(y)===d},oe.isContextProvider=function(y){return I(y)===i},oe.isElement=function(y){return typeof y=="object"&&y!==null&&y.$$typeof===t},oe.isForwardRef=function(y){return I(y)===u},oe.isFragment=function(y){return I(y)===n},oe.isLazy=function(y){return I(y)===m},oe.isMemo=function(y){return I(y)===v},oe.isPortal=function(y){return I(y)===r},oe.isProfiler=function(y){return I(y)===c},oe.isStrictMode=function(y){return I(y)===a},oe.isSuspense=function(y){return I(y)===w},oe.isValidElementType=function(y){return typeof y=="string"||typeof y=="function"||y===n||y===h||y===c||y===a||y===w||y===p||typeof y=="object"&&y!==null&&(y.$$typeof===m||y.$$typeof===v||y.$$typeof===i||y.$$typeof===d||y.$$typeof===u||y.$$typeof===C||y.$$typeof===S||y.$$typeof===M||y.$$typeof===E)},oe.typeOf=I,oe}var ae={};/** @license React v16.13.1
8
+ */var s1;function ul(){if(s1)return ie;s1=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,h=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,w=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,g=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,E=e?Symbol.for("react.block"):60121,S=e?Symbol.for("react.fundamental"):60117,I=e?Symbol.for("react.responder"):60118,M=e?Symbol.for("react.scope"):60119;function C(y){if(typeof y=="object"&&y!==null){var P=y.$$typeof;switch(P){case t:switch(y=y.type,y){case h:case u:case n:case i:case a:case w:return y;default:switch(y=y&&y.$$typeof,y){case d:case f:case m:case g:case s:return y;default:return P}}case r:return P}}}function Z(y){return C(y)===u}return ie.AsyncMode=h,ie.ConcurrentMode=u,ie.ContextConsumer=d,ie.ContextProvider=s,ie.Element=t,ie.ForwardRef=f,ie.Fragment=n,ie.Lazy=m,ie.Memo=g,ie.Portal=r,ie.Profiler=i,ie.StrictMode=a,ie.Suspense=w,ie.isAsyncMode=function(y){return Z(y)||C(y)===h},ie.isConcurrentMode=Z,ie.isContextConsumer=function(y){return C(y)===d},ie.isContextProvider=function(y){return C(y)===s},ie.isElement=function(y){return typeof y=="object"&&y!==null&&y.$$typeof===t},ie.isForwardRef=function(y){return C(y)===f},ie.isFragment=function(y){return C(y)===n},ie.isLazy=function(y){return C(y)===m},ie.isMemo=function(y){return C(y)===g},ie.isPortal=function(y){return C(y)===r},ie.isProfiler=function(y){return C(y)===i},ie.isStrictMode=function(y){return C(y)===a},ie.isSuspense=function(y){return C(y)===w},ie.isValidElementType=function(y){return typeof y=="string"||typeof y=="function"||y===n||y===u||y===i||y===a||y===w||y===p||typeof y=="object"&&y!==null&&(y.$$typeof===m||y.$$typeof===g||y.$$typeof===s||y.$$typeof===d||y.$$typeof===f||y.$$typeof===S||y.$$typeof===I||y.$$typeof===M||y.$$typeof===E)},ie.typeOf=C,ie}var se={};/** @license React v16.13.1
9
9
  * react-is.development.js
10
10
  *
11
11
  * Copyright (c) Facebook, Inc. and its affiliates.
12
12
  *
13
13
  * This source code is licensed under the MIT license found in the
14
14
  * LICENSE file in the root directory of this source tree.
15
- */var q1;function e7(){return q1||(q1=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,c=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,f=e?Symbol.for("react.async_mode"):60111,h=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,w=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,v=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,E=e?Symbol.for("react.block"):60121,C=e?Symbol.for("react.fundamental"):60117,S=e?Symbol.for("react.responder"):60118,M=e?Symbol.for("react.scope"):60119;function I(k){return typeof k=="string"||typeof k=="function"||k===n||k===h||k===c||k===a||k===w||k===p||typeof k=="object"&&k!==null&&(k.$$typeof===m||k.$$typeof===v||k.$$typeof===i||k.$$typeof===d||k.$$typeof===u||k.$$typeof===C||k.$$typeof===S||k.$$typeof===M||k.$$typeof===E)}function Z(k){if(typeof k=="object"&&k!==null){var Ee=k.$$typeof;switch(Ee){case t:var T0=k.type;switch(T0){case f:case h:case n:case c:case a:case w:return T0;default:var Y2=T0&&T0.$$typeof;switch(Y2){case d:case u:case m:case v:case i:return Y2;default:return Ee}}case r:return Ee}}}var y=f,L=h,P=d,F=i,B=t,_=u,q=n,O=m,W=v,R=r,N=c,x=a,A=w,$=!1;function z(k){return $||($=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),T(k)||Z(k)===f}function T(k){return Z(k)===h}function H(k){return Z(k)===d}function G(k){return Z(k)===i}function Q(k){return typeof k=="object"&&k!==null&&k.$$typeof===t}function J(k){return Z(k)===u}function ne(k){return Z(k)===n}function ee(k){return Z(k)===m}function Y(k){return Z(k)===v}function j(k){return Z(k)===r}function X(k){return Z(k)===c}function K(k){return Z(k)===a}function se(k){return Z(k)===w}ae.AsyncMode=y,ae.ConcurrentMode=L,ae.ContextConsumer=P,ae.ContextProvider=F,ae.Element=B,ae.ForwardRef=_,ae.Fragment=q,ae.Lazy=O,ae.Memo=W,ae.Portal=R,ae.Profiler=N,ae.StrictMode=x,ae.Suspense=A,ae.isAsyncMode=z,ae.isConcurrentMode=T,ae.isContextConsumer=H,ae.isContextProvider=G,ae.isElement=Q,ae.isForwardRef=J,ae.isFragment=ne,ae.isLazy=ee,ae.isMemo=Y,ae.isPortal=j,ae.isProfiler=X,ae.isStrictMode=K,ae.isSuspense=se,ae.isValidElementType=I,ae.typeOf=Z}()),ae}var K1;function G1(){return K1||(K1=1,process.env.NODE_ENV==="production"?Xe.exports=J2():Xe.exports=e7()),Xe.exports}/*
15
+ */var c1;function hl(){return c1||(c1=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,h=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,w=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,g=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,E=e?Symbol.for("react.block"):60121,S=e?Symbol.for("react.fundamental"):60117,I=e?Symbol.for("react.responder"):60118,M=e?Symbol.for("react.scope"):60119;function C(U){return typeof U=="string"||typeof U=="function"||U===n||U===u||U===i||U===a||U===w||U===p||typeof U=="object"&&U!==null&&(U.$$typeof===m||U.$$typeof===g||U.$$typeof===s||U.$$typeof===d||U.$$typeof===f||U.$$typeof===S||U.$$typeof===I||U.$$typeof===M||U.$$typeof===E)}function Z(U){if(typeof U=="object"&&U!==null){var we=U.$$typeof;switch(we){case t:var Ae=U.type;switch(Ae){case h:case u:case n:case i:case a:case w:return Ae;default:var _0=Ae&&Ae.$$typeof;switch(_0){case d:case f:case m:case g:case s:return _0;default:return we}}case r:return we}}}var y=h,P=u,F=d,L=s,B=t,$=f,K=n,H=m,z=g,R=r,A=i,x=a,T=w,D=!1;function W(U){return D||(D=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),N(U)||Z(U)===h}function N(U){return Z(U)===u}function V(U){return Z(U)===d}function te(U){return Z(U)===s}function re(U){return typeof U=="object"&&U!==null&&U.$$typeof===t}function ee(U){return Z(U)===f}function oe(U){return Z(U)===n}function J(U){return Z(U)===m}function q(U){return Z(U)===g}function Y(U){return Z(U)===r}function X(U){return Z(U)===i}function Q(U){return Z(U)===a}function de(U){return Z(U)===w}se.AsyncMode=y,se.ConcurrentMode=P,se.ContextConsumer=F,se.ContextProvider=L,se.Element=B,se.ForwardRef=$,se.Fragment=K,se.Lazy=H,se.Memo=z,se.Portal=R,se.Profiler=A,se.StrictMode=x,se.Suspense=T,se.isAsyncMode=W,se.isConcurrentMode=N,se.isContextConsumer=V,se.isContextProvider=te,se.isElement=re,se.isForwardRef=ee,se.isFragment=oe,se.isLazy=J,se.isMemo=q,se.isPortal=Y,se.isProfiler=X,se.isStrictMode=Q,se.isSuspense=de,se.isValidElementType=C,se.typeOf=Z}()),se}var d1;function u1(){return d1||(d1=1,process.env.NODE_ENV==="production"?o0.exports=ul():o0.exports=hl()),o0.exports}/*
16
16
  object-assign
17
17
  (c) Sindre Sorhus
18
18
  @license MIT
19
- */var P0,X1;function t7(){if(X1)return P0;X1=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(c){if(c==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(c)}function a(){try{if(!Object.assign)return!1;var c=new String("abc");if(c[5]="de",Object.getOwnPropertyNames(c)[0]==="5")return!1;for(var i={},d=0;d<10;d++)i["_"+String.fromCharCode(d)]=d;var f=Object.getOwnPropertyNames(i).map(function(u){return i[u]});if(f.join("")!=="0123456789")return!1;var h={};return"abcdefghijklmnopqrst".split("").forEach(function(u){h[u]=u}),Object.keys(Object.assign({},h)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return P0=a()?Object.assign:function(c,i){for(var d,f=n(c),h,u=1;u<arguments.length;u++){d=Object(arguments[u]);for(var w in d)t.call(d,w)&&(f[w]=d[w]);if(e){h=e(d);for(var p=0;p<h.length;p++)r.call(d,h[p])&&(f[h[p]]=d[h[p]])}}return f},P0}var B0,Q1;function H0(){if(Q1)return B0;Q1=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return B0=e,B0}var V0,J1;function et(){return J1||(J1=1,V0=Function.call.bind(Object.prototype.hasOwnProperty)),V0}var O0,tt;function r7(){if(tt)return O0;tt=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=H0(),r={},n=et();e=function(c){var i="Warning: "+c;typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}}}function a(c,i,d,f,h){if(process.env.NODE_ENV!=="production"){for(var u in c)if(n(c,u)){var w;try{if(typeof c[u]!="function"){var p=Error((f||"React class")+": "+d+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof c[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}w=c[u](i,u,f,d,null,t)}catch(m){w=m}if(w&&!(w instanceof Error)&&e((f||"React class")+": type specification of "+d+" `"+u+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof w+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),w instanceof Error&&!(w.message in r)){r[w.message]=!0;var v=h?h():"";e("Failed "+d+" type: "+w.message+(v??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},O0=a,O0}var D0,rt;function n7(){if(rt)return D0;rt=1;var e=G1(),t=t7(),r=H0(),n=et(),a=r7(),c=function(){};process.env.NODE_ENV!=="production"&&(c=function(d){var f="Warning: "+d;typeof console<"u"&&console.error(f);try{throw new Error(f)}catch{}});function i(){return null}return D0=function(d,f){var h=typeof Symbol=="function"&&Symbol.iterator,u="@@iterator";function w(T){var H=T&&(h&&T[h]||T[u]);if(typeof H=="function")return H}var p="<<anonymous>>",v={array:S("array"),bigint:S("bigint"),bool:S("boolean"),func:S("function"),number:S("number"),object:S("object"),string:S("string"),symbol:S("symbol"),any:M(),arrayOf:I,element:Z(),elementType:y(),instanceOf:L,node:_(),objectOf:F,oneOf:P,oneOfType:B,shape:O,exact:W};function m(T,H){return T===H?T!==0||1/T===1/H:T!==T&&H!==H}function E(T,H){this.message=T,this.data=H&&typeof H=="object"?H:{},this.stack=""}E.prototype=Error.prototype;function C(T){if(process.env.NODE_ENV!=="production")var H={},G=0;function Q(ne,ee,Y,j,X,K,se){if(j=j||p,K=K||Y,se!==r){if(f){var k=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw k.name="Invariant Violation",k}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var Ee=j+":"+Y;!H[Ee]&&G<3&&(c("You are manually calling a React.PropTypes validation function for the `"+K+"` prop on `"+j+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),H[Ee]=!0,G++)}}return ee[Y]==null?ne?ee[Y]===null?new E("The "+X+" `"+K+"` is marked as required "+("in `"+j+"`, but its value is `null`.")):new E("The "+X+" `"+K+"` is marked as required in "+("`"+j+"`, but its value is `undefined`.")):null:T(ee,Y,j,X,K)}var J=Q.bind(null,!1);return J.isRequired=Q.bind(null,!0),J}function S(T){function H(G,Q,J,ne,ee,Y){var j=G[Q],X=x(j);if(X!==T){var K=A(j);return new E("Invalid "+ne+" `"+ee+"` of type "+("`"+K+"` supplied to `"+J+"`, expected ")+("`"+T+"`."),{expectedType:T})}return null}return C(H)}function M(){return C(i)}function I(T){function H(G,Q,J,ne,ee){if(typeof T!="function")return new E("Property `"+ee+"` of component `"+J+"` has invalid PropType notation inside arrayOf.");var Y=G[Q];if(!Array.isArray(Y)){var j=x(Y);return new E("Invalid "+ne+" `"+ee+"` of type "+("`"+j+"` supplied to `"+J+"`, expected an array."))}for(var X=0;X<Y.length;X++){var K=T(Y,X,J,ne,ee+"["+X+"]",r);if(K instanceof Error)return K}return null}return C(H)}function Z(){function T(H,G,Q,J,ne){var ee=H[G];if(!d(ee)){var Y=x(ee);return new E("Invalid "+J+" `"+ne+"` of type "+("`"+Y+"` supplied to `"+Q+"`, expected a single ReactElement."))}return null}return C(T)}function y(){function T(H,G,Q,J,ne){var ee=H[G];if(!e.isValidElementType(ee)){var Y=x(ee);return new E("Invalid "+J+" `"+ne+"` of type "+("`"+Y+"` supplied to `"+Q+"`, expected a single ReactElement type."))}return null}return C(T)}function L(T){function H(G,Q,J,ne,ee){if(!(G[Q]instanceof T)){var Y=T.name||p,j=z(G[Q]);return new E("Invalid "+ne+" `"+ee+"` of type "+("`"+j+"` supplied to `"+J+"`, expected ")+("instance of `"+Y+"`."))}return null}return C(H)}function P(T){if(!Array.isArray(T))return process.env.NODE_ENV!=="production"&&(arguments.length>1?c("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):c("Invalid argument supplied to oneOf, expected an array.")),i;function H(G,Q,J,ne,ee){for(var Y=G[Q],j=0;j<T.length;j++)if(m(Y,T[j]))return null;var X=JSON.stringify(T,function(se,k){var Ee=A(k);return Ee==="symbol"?String(k):k});return new E("Invalid "+ne+" `"+ee+"` of value `"+String(Y)+"` "+("supplied to `"+J+"`, expected one of "+X+"."))}return C(H)}function F(T){function H(G,Q,J,ne,ee){if(typeof T!="function")return new E("Property `"+ee+"` of component `"+J+"` has invalid PropType notation inside objectOf.");var Y=G[Q],j=x(Y);if(j!=="object")return new E("Invalid "+ne+" `"+ee+"` of type "+("`"+j+"` supplied to `"+J+"`, expected an object."));for(var X in Y)if(n(Y,X)){var K=T(Y,X,J,ne,ee+"."+X,r);if(K instanceof Error)return K}return null}return C(H)}function B(T){if(!Array.isArray(T))return process.env.NODE_ENV!=="production"&&c("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var H=0;H<T.length;H++){var G=T[H];if(typeof G!="function")return c("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+$(G)+" at index "+H+"."),i}function Q(J,ne,ee,Y,j){for(var X=[],K=0;K<T.length;K++){var se=T[K],k=se(J,ne,ee,Y,j,r);if(k==null)return null;k.data&&n(k.data,"expectedType")&&X.push(k.data.expectedType)}var Ee=X.length>0?", expected one of type ["+X.join(", ")+"]":"";return new E("Invalid "+Y+" `"+j+"` supplied to "+("`"+ee+"`"+Ee+"."))}return C(Q)}function _(){function T(H,G,Q,J,ne){return R(H[G])?null:new E("Invalid "+J+" `"+ne+"` supplied to "+("`"+Q+"`, expected a ReactNode."))}return C(T)}function q(T,H,G,Q,J){return new E((T||"React class")+": "+H+" type `"+G+"."+Q+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+J+"`.")}function O(T){function H(G,Q,J,ne,ee){var Y=G[Q],j=x(Y);if(j!=="object")return new E("Invalid "+ne+" `"+ee+"` of type `"+j+"` "+("supplied to `"+J+"`, expected `object`."));for(var X in T){var K=T[X];if(typeof K!="function")return q(J,ne,ee,X,A(K));var se=K(Y,X,J,ne,ee+"."+X,r);if(se)return se}return null}return C(H)}function W(T){function H(G,Q,J,ne,ee){var Y=G[Q],j=x(Y);if(j!=="object")return new E("Invalid "+ne+" `"+ee+"` of type `"+j+"` "+("supplied to `"+J+"`, expected `object`."));var X=t({},G[Q],T);for(var K in X){var se=T[K];if(n(T,K)&&typeof se!="function")return q(J,ne,ee,K,A(se));if(!se)return new E("Invalid "+ne+" `"+ee+"` key `"+K+"` supplied to `"+J+"`.\nBad object: "+JSON.stringify(G[Q],null," ")+`
20
- Valid keys: `+JSON.stringify(Object.keys(T),null," "));var k=se(Y,K,J,ne,ee+"."+K,r);if(k)return k}return null}return C(H)}function R(T){switch(typeof T){case"number":case"string":case"undefined":return!0;case"boolean":return!T;case"object":if(Array.isArray(T))return T.every(R);if(T===null||d(T))return!0;var H=w(T);if(H){var G=H.call(T),Q;if(H!==T.entries){for(;!(Q=G.next()).done;)if(!R(Q.value))return!1}else for(;!(Q=G.next()).done;){var J=Q.value;if(J&&!R(J[1]))return!1}}else return!1;return!0;default:return!1}}function N(T,H){return T==="symbol"?!0:H?H["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&H instanceof Symbol:!1}function x(T){var H=typeof T;return Array.isArray(T)?"array":T instanceof RegExp?"object":N(H,T)?"symbol":H}function A(T){if(typeof T>"u"||T===null)return""+T;var H=x(T);if(H==="object"){if(T instanceof Date)return"date";if(T instanceof RegExp)return"regexp"}return H}function $(T){var H=A(T);switch(H){case"array":case"object":return"an "+H;case"boolean":case"date":case"regexp":return"a "+H;default:return H}}function z(T){return!T.constructor||!T.constructor.name?p:T.constructor.name}return v.checkPropTypes=a,v.resetWarningCache=a.resetWarningCache,v.PropTypes=v,v},D0}var $0,nt;function o7(){if(nt)return $0;nt=1;var e=H0();function t(){}function r(){}return r.resetWarningCache=t,$0=function(){function n(i,d,f,h,u,w){if(w!==e){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}}n.isRequired=n;function a(){return n}var c={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:a,element:n,elementType:n,instanceOf:a,node:n,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:r,resetWarningCache:t};return c.PropTypes=c,c},$0}if(process.env.NODE_ENV!=="production"){var a7=G1(),l7=!0;F0.exports=n7()(a7.isElement,l7)}else F0.exports=o7()();var c7=F0.exports;const V=j1(c7);function i7(e){const{prototype:t={}}=e;return!!t.isReactComponent}function ot(e,t,r,n,a){const c=e[t],i=a||t;if(c==null||typeof window>"u")return null;let d;const f=c.type;return typeof f=="function"&&!i7(f)&&(d="Did you accidentally use a plain function component for an element instead?"),d!==void 0?new Error(`Invalid ${n} \`${i}\` supplied to \`${r}\`. Expected an element that can hold a ref. ${d} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const at=z1(V.element,ot);at.isRequired=z1(V.element.isRequired,ot);const lt=at,s7="exact-prop: ​";function ct(e){return process.env.NODE_ENV==="production"?e:U({},e,{[s7]:t=>{const r=Object.keys(t).filter(n=>!e.hasOwnProperty(n));return r.length>0?new Error(`The following props are not supported: ${r.map(n=>`\`${n}\``).join(", ")}. Please remove them.`):null}})}function d7(e){let t="https://mui.com/production-error/?code="+e;for(let r=1;r<arguments.length;r+=1)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}function Qe(e,t,r,n,a){if(process.env.NODE_ENV==="production")return null;const c=e[t],i=a||t;return c==null?null:c&&c.nodeType!==1?new Error(`Invalid ${n} \`${i}\` supplied to \`${r}\`. Expected an HTMLElement.`):null}function it(...e){return e.reduce((t,r)=>r==null?t:function(...a){t.apply(this,a),r.apply(this,a)},()=>{})}function h7(e,t=166){let r;function n(...a){const c=()=>{e.apply(this,a)};clearTimeout(r),r=setTimeout(c,t)}return n.clear=()=>{clearTimeout(r)},n}function Ce(e){return e&&e.ownerDocument||document}function $e(e){return Ce(e).defaultView||window}function _0(e,t){typeof e=="function"?e(t):e&&(e.current=t)}const ye=typeof window<"u"?o.useLayoutEffect:o.useEffect;let st=0;function f7(e){const[t,r]=o.useState(e),n=e||t;return o.useEffect(()=>{t==null&&(st+=1,r(`mui-${st}`))},[t]),n}const dt=o["useId".toString()];function ht(e){if(dt!==void 0){const t=dt();return e??t}return f7(e)}function u7({controlled:e,default:t,name:r,state:n="value"}){const{current:a}=o.useRef(e!==void 0),[c,i]=o.useState(t),d=a?e:c;if(process.env.NODE_ENV!=="production"){o.useEffect(()=>{a!==(e!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${n} state of ${r} to be ${a?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
21
- `))},[n,r,e]);const{current:h}=o.useRef(t);o.useEffect(()=>{!a&&h!==t&&console.error([`MUI: A component is changing the default ${n} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
22
- `))},[JSON.stringify(t)])}const f=o.useCallback(h=>{a||i(h)},[]);return[d,f]}function ft(e){const t=o.useRef(e);return ye(()=>{t.current=e}),o.useRef((...r)=>(0,t.current)(...r)).current}function ue(...e){return o.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(r=>{_0(r,t)})},e)}class k0{constructor(){this.currentId=0,this.clear=()=>{this.currentId!==0&&(clearTimeout(this.currentId),this.currentId=0)},this.disposeEffect=()=>this.clear}static create(){return new k0}start(t,r){this.clear(),this.currentId=setTimeout(()=>{this.currentId=0,r()},t)}}let Je=!0,R0=!1;const w7=new k0,p7={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function g7(e){const{type:t,tagName:r}=e;return!!(r==="INPUT"&&p7[t]&&!e.readOnly||r==="TEXTAREA"&&!e.readOnly||e.isContentEditable)}function v7(e){e.metaKey||e.altKey||e.ctrlKey||(Je=!0)}function U0(){Je=!1}function m7(){this.visibilityState==="hidden"&&R0&&(Je=!0)}function b7(e){e.addEventListener("keydown",v7,!0),e.addEventListener("mousedown",U0,!0),e.addEventListener("pointerdown",U0,!0),e.addEventListener("touchstart",U0,!0),e.addEventListener("visibilitychange",m7,!0)}function E7(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch{}return Je||g7(t)}function ut(){const e=o.useCallback(a=>{a!=null&&b7(a.ownerDocument)},[]),t=o.useRef(!1);function r(){return t.current?(R0=!0,w7.start(100,()=>{R0=!1}),t.current=!1,!0):!1}function n(a){return E7(a)?(t.current=!0,!0):!1}return{isFocusVisibleRef:t,onFocus:n,onBlur:r,ref:e}}function y7(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}function wt(e,t,r=void 0){const n={};return Object.keys(e).forEach(a=>{n[a]=e[a].reduce((c,i)=>{if(i){const d=t(i);d!==""&&c.push(d),r&&r[i]&&c.push(r[i])}return c},[]).join(" ")}),n}const I7={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function pt(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=pt(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function gt(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=pt(e))&&(n&&(n+=" "),n+=t);return n}function vt(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(r=>!(r.match(/^on[A-Z]/)&&typeof e[r]=="function")).forEach(r=>{t[r]=e[r]}),t}function S7(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:a,className:c}=e;if(!t){const v=gt(r==null?void 0:r.className,c,a==null?void 0:a.className,n==null?void 0:n.className),m=U({},r==null?void 0:r.style,a==null?void 0:a.style,n==null?void 0:n.style),E=U({},r,a,n);return v.length>0&&(E.className=v),Object.keys(m).length>0&&(E.style=m),{props:E,internalRef:void 0}}const i=we(U({},a,n)),d=vt(n),f=vt(a),h=t(i),u=gt(h==null?void 0:h.className,r==null?void 0:r.className,c,a==null?void 0:a.className,n==null?void 0:n.className),w=U({},h==null?void 0:h.style,r==null?void 0:r.style,a==null?void 0:a.style,n==null?void 0:n.style),p=U({},h,r,f,d);return u.length>0&&(p.className=u),Object.keys(w).length>0&&(p.style=w),{props:p,internalRef:h.ref}}const C7=["elementType","externalSlotProps","ownerState","skipResolvingSlotProps"];function _e(e){var t;const{elementType:r,externalSlotProps:n,ownerState:a,skipResolvingSlotProps:c=!1}=e,i=De(e,C7),d=c?{}:X2(n,a),{props:f,internalRef:h}=S7(U({},i,{externalSlotProps:d})),u=ue(h,d==null?void 0:d.ref,(t=e.additionalProps)==null?void 0:t.ref);return K2(r,U({},f,{ref:u}),a)}const M7=["ownerState"];function x7(e){return o.forwardRef(function(r,n){const a=De(r,M7);return o.createElement(e,U({},a,{ref:n}))})}const mt="base";function Z7(e){return`${mt}--${e}`}function A7(e,t){return`${mt}-${e}-${t}`}function W0(e,t){const r=I7[t];return r?Z7(r):A7(e,t)}function bt(e,t){const r={};return t.forEach(n=>{r[n]=W0(e,n)}),r}function z0(e={}){const{disabled:t=!1,focusableWhenDisabled:r,href:n,rootRef:a,tabIndex:c,to:i,type:d,rootElementName:f}=e,h=o.useRef(),[u,w]=o.useState(!1),{isFocusVisibleRef:p,onFocus:v,onBlur:m,ref:E}=ut(),[C,S]=o.useState(!1);t&&!r&&C&&S(!1),o.useEffect(()=>{p.current=C},[C,p]);const[M,I]=Q2({rootElementName:f??(n||i?"a":void 0),componentName:"Button"}),Z=N=>x=>{var A;C&&x.preventDefault(),(A=N.onMouseLeave)==null||A.call(N,x)},y=N=>x=>{var A;m(x),p.current===!1&&S(!1),(A=N.onBlur)==null||A.call(N,x)},L=N=>x=>{var A;if(h.current||(h.current=x.currentTarget),v(x),p.current===!0){var $;S(!0),($=N.onFocusVisible)==null||$.call(N,x)}(A=N.onFocus)==null||A.call(N,x)},P=()=>{const N=h.current;return M==="BUTTON"||M==="INPUT"&&["button","submit","reset"].includes(N==null?void 0:N.type)||M==="A"&&(N==null?void 0:N.href)},F=N=>x=>{if(!t){var A;(A=N.onClick)==null||A.call(N,x)}},B=N=>x=>{var A;t||(w(!0),document.addEventListener("mouseup",()=>{w(!1)},{once:!0})),(A=N.onMouseDown)==null||A.call(N,x)},_=N=>x=>{var A;if((A=N.onKeyDown)==null||A.call(N,x),!x.defaultMuiPrevented&&(x.target===x.currentTarget&&!P()&&x.key===" "&&x.preventDefault(),x.target===x.currentTarget&&x.key===" "&&!t&&w(!0),x.target===x.currentTarget&&!P()&&x.key==="Enter"&&!t)){var $;($=N.onClick)==null||$.call(N,x),x.preventDefault()}},q=N=>x=>{var A;if(x.target===x.currentTarget&&w(!1),(A=N.onKeyUp)==null||A.call(N,x),x.target===x.currentTarget&&!P()&&!t&&x.key===" "&&!x.defaultMuiPrevented){var $;($=N.onClick)==null||$.call(N,x)}},O=ue(I,a,E,h),W={};return c!==void 0&&(W.tabIndex=c),M==="BUTTON"?(W.type=d??"button",r?W["aria-disabled"]=t:W.disabled=t):M==="INPUT"?d&&["button","submit","reset"].includes(d)&&(r?W["aria-disabled"]=t:W.disabled=t):M!==""&&(!n&&!i&&(W.role="button",W.tabIndex=c??0),t&&(W["aria-disabled"]=t,W.tabIndex=r?c??0:-1)),{getRootProps:(N={})=>{const x=U({},we(e),we(N)),A=U({type:d},x,W,N,{onBlur:y(x),onClick:F(x),onFocus:L(x),onKeyDown:_(x),onKeyUp:q(x),onMouseDown:B(x),onMouseLeave:Z(x),ref:O});return delete A.onFocusVisible,A},focusVisible:C,setFocusVisible:S,active:u,rootRef:O}}const ke=o.createContext(null);process.env.NODE_ENV!=="production"&&(ke.displayName="DropdownContext");function T7(e,t){return e===t}const j0={},Et=()=>{};function Y0(e,t){const r=U({},e);return Object.keys(t).forEach(n=>{t[n]!==void 0&&(r[n]=t[n])}),r}function N7(e){const{nextState:t,initialState:r,stateComparers:n,onStateChange:a,controlledProps:c,lastActionRef:i}=e,d=o.useRef(r);o.useEffect(()=>{if(i.current===null)return;const f=Y0(d.current,c);Object.keys(t).forEach(h=>{var u;const w=(u=n[h])!=null?u:T7,p=t[h],v=f[h];if(v==null&&p!=null||v!=null&&p==null||v!=null&&p!=null&&!w(p,v)){var m,E;a==null||a((m=i.current.event)!=null?m:null,h,p,(E=i.current.type)!=null?E:"",t)}}),d.current=t,i.current=null},[d,t,i,a,n,c])}function yt(e){const t=o.useRef(null),{reducer:r,initialState:n,controlledProps:a=j0,stateComparers:c=j0,onStateChange:i=Et,actionContext:d,componentName:f=""}=e,h=o.useRef(a);process.env.NODE_ENV!=="production"&&o.useEffect(()=>{Object.keys(a).forEach(m=>{h.current[m]!==void 0&&a[m]===void 0&&console.error(`useControllableReducer: ${f?`The ${f} component`:"A component"} is changing a controlled prop to be uncontrolled: ${m}`),h.current[m]===void 0&&a[m]!==void 0&&console.error(`useControllableReducer: ${f?`The ${f} component`:"A component"} is changing an uncontrolled prop to be controlled: ${m}`)})},[a,f]);const u=o.useCallback((m,E)=>{t.current=E;const C=Y0(m,a);return r(C,E)},[a,r]),[w,p]=o.useReducer(u,n),v=o.useCallback(m=>{p(U({},m,{context:d}))},[d]);return N7({nextState:w,initialState:n,stateComparers:c??j0,onStateChange:i??Et,controlledProps:a,lastActionRef:t}),[Y0(w,a),v]}const ve={blur:"dropdown:blur",escapeKeyDown:"dropdown:escapeKeyDown",toggle:"dropdown:toggle",open:"dropdown:open",close:"dropdown:close"};function L7(e,t){switch(t.type){case ve.blur:return{open:!1,changeReason:t.event};case ve.escapeKeyDown:return{open:!1,changeReason:t.event};case ve.toggle:return{open:!e.open,changeReason:t.event};case ve.open:return{open:!0,changeReason:t.event};case ve.close:return{open:!1,changeReason:t.event};default:throw new Error("Unhandled action")}}function F7(e={}){const{defaultOpen:t,onOpenChange:r,open:n,componentName:a="useDropdown"}=e,[c,i]=o.useState(""),[d,f]=o.useState(null),h=o.useRef(null),u=o.useCallback((E,C,S,M)=>{C==="open"&&(r==null||r(E,S)),h.current=M},[r]),w=o.useMemo(()=>n!==void 0?{open:n}:{},[n]),[p,v]=yt({controlledProps:w,initialState:t?{open:!0,changeReason:null}:{open:!1,changeReason:null},onStateChange:u,reducer:L7,componentName:a});return o.useEffect(()=>{!p.open&&h.current!==null&&h.current!==ve.blur&&(d==null||d.focus())},[p.open,d]),{contextValue:{state:p,dispatch:v,popupId:c,registerPopup:i,registerTrigger:f,triggerElement:d},open:p.open}}const P7=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function B7(e){const t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?e.contentEditable==="true"||(e.nodeName==="AUDIO"||e.nodeName==="VIDEO"||e.nodeName==="DETAILS")&&e.getAttribute("tabindex")===null?0:e.tabIndex:t}function H7(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=n=>e.ownerDocument.querySelector(`input[type="radio"]${n}`);let r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}function V7(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||H7(e))}function O7(e){const t=[],r=[];return Array.from(e.querySelectorAll(P7)).forEach((n,a)=>{const c=B7(n);c===-1||!V7(n)||(c===0?t.push(n):r.push({documentOrder:a,tabIndex:c,node:n}))}),r.sort((n,a)=>n.tabIndex===a.tabIndex?n.documentOrder-a.documentOrder:n.tabIndex-a.tabIndex).map(n=>n.node).concat(t)}function D7(){return!0}function e0(e){const{children:t,disableAutoFocus:r=!1,disableEnforceFocus:n=!1,disableRestoreFocus:a=!1,getTabbable:c=O7,isEnabled:i=D7,open:d}=e,f=o.useRef(!1),h=o.useRef(null),u=o.useRef(null),w=o.useRef(null),p=o.useRef(null),v=o.useRef(!1),m=o.useRef(null),E=ue(t.ref,m),C=o.useRef(null);o.useEffect(()=>{!d||!m.current||(v.current=!r)},[r,d]),o.useEffect(()=>{if(!d||!m.current)return;const I=Ce(m.current);return m.current.contains(I.activeElement)||(m.current.hasAttribute("tabIndex")||(process.env.NODE_ENV!=="production"&&console.error(["MUI: The modal content node does not accept focus.",'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
23
- `)),m.current.setAttribute("tabIndex","-1")),v.current&&m.current.focus()),()=>{a||(w.current&&w.current.focus&&(f.current=!0,w.current.focus()),w.current=null)}},[d]),o.useEffect(()=>{if(!d||!m.current)return;const I=Ce(m.current),Z=P=>{C.current=P,!(n||!i()||P.key!=="Tab")&&I.activeElement===m.current&&P.shiftKey&&(f.current=!0,u.current&&u.current.focus())},y=()=>{const P=m.current;if(P===null)return;if(!I.hasFocus()||!i()||f.current){f.current=!1;return}if(P.contains(I.activeElement)||n&&I.activeElement!==h.current&&I.activeElement!==u.current)return;if(I.activeElement!==p.current)p.current=null;else if(p.current!==null)return;if(!v.current)return;let F=[];if((I.activeElement===h.current||I.activeElement===u.current)&&(F=c(m.current)),F.length>0){var B,_;const q=!!((B=C.current)!=null&&B.shiftKey&&((_=C.current)==null?void 0:_.key)==="Tab"),O=F[0],W=F[F.length-1];typeof O!="string"&&typeof W!="string"&&(q?W.focus():O.focus())}else P.focus()};I.addEventListener("focusin",y),I.addEventListener("keydown",Z,!0);const L=setInterval(()=>{I.activeElement&&I.activeElement.tagName==="BODY"&&y()},50);return()=>{clearInterval(L),I.removeEventListener("focusin",y),I.removeEventListener("keydown",Z,!0)}},[r,n,a,i,d,c]);const S=I=>{w.current===null&&(w.current=I.relatedTarget),v.current=!0,p.current=I.target;const Z=t.props.onFocus;Z&&Z(I)},M=I=>{w.current===null&&(w.current=I.relatedTarget),v.current=!0};return l.jsxs(o.Fragment,{children:[l.jsx("div",{tabIndex:d?0:-1,onFocus:M,ref:h,"data-testid":"sentinelStart"}),o.cloneElement(t,{ref:E,onFocus:S}),l.jsx("div",{tabIndex:d?0:-1,onFocus:M,ref:u,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(e0.propTypes={children:lt,disableAutoFocus:V.bool,disableEnforceFocus:V.bool,disableRestoreFocus:V.bool,getTabbable:V.func,isEnabled:V.func,open:V.bool.isRequired}),process.env.NODE_ENV!=="production"&&(e0["propTypes"]=ct(e0.propTypes));const It=o.createContext(void 0);process.env.NODE_ENV!=="production"&&(It.displayName="FormControlContext");function $7(){return o.useContext(It)}function _7(e={}){const{defaultValue:t,disabled:r=!1,error:n=!1,onBlur:a,onChange:c,onFocus:i,required:d=!1,value:f,inputRef:h}=e,u=$7();let w,p,v,m,E;if(u){var C,S,M;if(w=void 0,p=(C=u.disabled)!=null?C:!1,v=(S=u.error)!=null?S:!1,m=(M=u.required)!=null?M:!1,E=u.value,process.env.NODE_ENV!=="production"){const N=["defaultValue","disabled","error","required","value"].filter(x=>e[x]!==void 0);N.length>0&&console.warn(["MUI: You have set props on an input that is inside a FormControl.","Set these props on a FormControl instead. Otherwise they will be ignored.",`Ignored props: ${N.join(", ")}`].join(`
24
- `))}}else w=t,p=r,v=n,m=d,E=f;const{current:I}=o.useRef(E!=null),Z=o.useCallback(N=>{process.env.NODE_ENV!=="production"&&N&&N.nodeName!=="INPUT"&&!N.focus&&console.error(["MUI: You have provided a `slots.input` to the input component","that does not correctly handle the `ref` prop.","Make sure the `ref` prop is called with a HTMLInputElement."].join(`
25
- `))},[]),y=o.useRef(null),L=ue(y,h,Z),[P,F]=o.useState(!1);o.useEffect(()=>{!u&&p&&P&&(F(!1),a==null||a())},[u,p,P,a]);const B=N=>x=>{var A;if(u!=null&&u.disabled){x.stopPropagation();return}if((A=N.onFocus)==null||A.call(N,x),u&&u.onFocus){var $;u==null||($=u.onFocus)==null||$.call(u)}else F(!0)},_=N=>x=>{var A;(A=N.onBlur)==null||A.call(N,x),u&&u.onBlur?u.onBlur():F(!1)},q=N=>(x,...A)=>{var $,z;if(!I&&(x.target||y.current)==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI: Expected valid input target. Did you use a custom `slots.input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":d7(17));u==null||($=u.onChange)==null||$.call(u,x),(z=N.onChange)==null||z.call(N,x,...A)},O=N=>x=>{var A;y.current&&x.currentTarget===x.target&&y.current.focus(),(A=N.onClick)==null||A.call(N,x)};return{disabled:p,error:v,focused:P,formControlContext:u,getInputProps:(N={})=>{const A=U({},{onBlur:a,onChange:c,onFocus:i},we(N)),$=U({},A,{onBlur:_(A),onChange:q(A),onFocus:B(A)});return U({},$,{"aria-invalid":v||void 0,defaultValue:w,value:E,required:m,disabled:p},N,{ref:L},$)},getRootProps:(N={})=>{const x=we(e,["onBlur","onChange","onFocus"]),A=U({},x,we(N));return U({},N,A,{onClick:O(A)})},inputRef:L,required:m,value:E}}const le={blur:"list:blur",focus:"list:focus",itemClick:"list:itemClick",itemHover:"list:itemHover",itemsChange:"list:itemsChange",keyDown:"list:keyDown",resetHighlight:"list:resetHighlight",highlightLast:"list:highlightLast",textNavigation:"list:textNavigation",clearSelection:"list:clearSelection"};function k7(e,t,r,n,a,c){if(r.length===0||!n&&r.every((d,f)=>a(d,f)))return-1;let i=e;for(;;){if(!c&&t==="next"&&i===r.length||!c&&t==="previous"&&i===-1)return-1;if(n?!1:a(r[i],i))i+=t==="next"?1:-1,c&&(i=(i+r.length)%r.length);else return i}}function de(e,t,r){var n;const{items:a,isItemDisabled:c,disableListWrap:i,disabledItemsFocusable:d,itemComparer:f,focusManagement:h}=r,u=h==="DOM"?0:-1,w=a.length-1,p=e==null?-1:a.findIndex(S=>f(S,e));let v,m,E=!i;switch(t){case"reset":if(u===-1)return null;v=0,m="next",E=!1;break;case"start":v=0,m="next",E=!1;break;case"end":v=w,m="previous",E=!1;break;default:{const S=p+t;S<0?!E&&p!==-1||Math.abs(t)>1?(v=0,m="next"):(v=w,m="previous"):S>w?!E||Math.abs(t)>1?(v=w,m="previous"):(v=0,m="next"):(v=S,m=t>=0?"next":"previous")}}const C=k7(v,m,a,d,c,E);return C===-1&&e!==null&&!c(e,p)?e:(n=a[C])!=null?n:null}function R7(e,t,r,n){return r==="none"?[]:r==="single"?n(t[0],e)?t:[e]:t.some(a=>n(a,e))?t.filter(a=>!n(a,e)):[...t,e]}function St(e,t,r){const{itemComparer:n,isItemDisabled:a,selectionMode:c,items:i}=r,{selectedValues:d}=t,f=i.findIndex(u=>n(e,u));if(a(e,f))return t;const h=R7(e,d,c,n);return U({},t,{selectedValues:h,highlightedValue:e})}function U7(e,t,r){const n=t.highlightedValue,{orientation:a,pageSize:c}=r;switch(e){case"Home":return U({},t,{highlightedValue:de(n,"start",r)});case"End":return U({},t,{highlightedValue:de(n,"end",r)});case"PageUp":return U({},t,{highlightedValue:de(n,-c,r)});case"PageDown":return U({},t,{highlightedValue:de(n,c,r)});case"ArrowUp":if(a!=="vertical")break;return U({},t,{highlightedValue:de(n,-1,r)});case"ArrowDown":if(a!=="vertical")break;return U({},t,{highlightedValue:de(n,1,r)});case"ArrowLeft":{if(a==="vertical")break;return U({},t,{highlightedValue:de(n,a==="horizontal-ltr"?-1:1,r)})}case"ArrowRight":{if(a==="vertical")break;return U({},t,{highlightedValue:de(n,a==="horizontal-ltr"?1:-1,r)})}case"Enter":case" ":return t.highlightedValue===null?t:St(t.highlightedValue,t,r)}return t}function W7(e,t){return t.focusManagement==="DOM"?e:U({},e,{highlightedValue:null})}function z7(e,t,r){var n;const a=(n=r(e))==null?void 0:n.trim().toLowerCase();return!a||a.length===0?!1:a.indexOf(t)===0}function j7(e,t,r){const{items:n,isItemDisabled:a,disabledItemsFocusable:c,getItemAsString:i}=r,d=t.length>1;let f=d?e.highlightedValue:de(e.highlightedValue,1,r);for(let h=0;h<n.length;h+=1){if(!f||!d&&e.highlightedValue===f)return e;if(z7(f,t,i)&&(!a(f,n.indexOf(f))||c))return U({},e,{highlightedValue:f});f=de(f,1,r)}return e}function Y7(e,t,r,n){var a;const{itemComparer:c,focusManagement:i}=n;let d=null;if(r.highlightedValue!=null){var f;d=(f=e.find(w=>c(w,r.highlightedValue)))!=null?f:null}else i==="DOM"&&t.length===0&&(d=de(null,"reset",n));const u=((a=r.selectedValues)!=null?a:[]).filter(w=>e.some(p=>c(p,w)));return U({},r,{highlightedValue:d,selectedValues:u})}function q7(e,t){return U({},e,{highlightedValue:de(null,"reset",t)})}function K7(e,t){return U({},e,{highlightedValue:de(null,"end",t)})}function G7(e,t){return U({},e,{selectedValues:[],highlightedValue:de(null,"reset",t)})}function Ct(e,t){const{type:r,context:n}=t;switch(r){case le.keyDown:return U7(t.key,e,n);case le.itemClick:return St(t.item,e,n);case le.blur:return W7(e,n);case le.textNavigation:return j7(e,t.searchString,n);case le.itemsChange:return Y7(t.items,t.previousItems,e,n);case le.resetHighlight:return q7(e,n);case le.highlightLast:return K7(e,n);case le.clearSelection:return G7(e,n);default:return e}}const X7=500;function Q7(e){const t=o.useRef({searchString:"",lastTime:null});return o.useCallback(r=>{if(r.key.length===1&&r.key!==" "){const n=t.current,a=r.key.toLowerCase(),c=performance.now();n.searchString.length>0&&n.lastTime&&c-n.lastTime>X7?n.searchString=a:(n.searchString.length!==1||a!==n.searchString)&&(n.searchString+=a),n.lastTime=c,e(n.searchString,r)}},[e])}const Mt={},J7=()=>{},el=(e,t)=>e===t,tl=()=>!1,rl=e=>typeof e=="string"?e:String(e),nl=()=>({highlightedValue:null,selectedValues:[]});function ol(e){const{controlledProps:t=Mt,disabledItemsFocusable:r=!1,disableListWrap:n=!1,focusManagement:a="activeDescendant",getInitialState:c=nl,getItemDomElement:i,getItemId:d,isItemDisabled:f=tl,rootRef:h,onStateChange:u=J7,items:w,itemComparer:p=el,getItemAsString:v=rl,onChange:m,onHighlightChange:E,onItemsChange:C,orientation:S="vertical",pageSize:M=5,reducerActionContext:I=Mt,selectionMode:Z="single",stateReducer:y,componentName:L="useList"}=e;if(process.env.NODE_ENV!=="production"){if(a==="DOM"&&i==null)throw new Error("useList: The `getItemDomElement` prop is required when using the `DOM` focus management.");if(a==="activeDescendant"&&d==null)throw new Error("useList: The `getItemId` prop is required when using the `activeDescendant` focus management.")}const P=o.useRef(null),F=ue(h,P),B=o.useCallback((Y,j,X)=>{if(E==null||E(Y,j,X),a==="DOM"&&j!=null&&(X===le.itemClick||X===le.keyDown||X===le.textNavigation)){var K;i==null||(K=i(j))==null||K.focus()}},[i,E,a]),_=o.useMemo(()=>({highlightedValue:p,selectedValues:(Y,j)=>R1(Y,j,p)}),[p]),q=o.useCallback((Y,j,X,K,se)=>{switch(u==null||u(Y,j,X,K,se),j){case"highlightedValue":B(Y,X,K);break;case"selectedValues":m==null||m(Y,X,K);break}},[B,m,u]),O=o.useMemo(()=>({disabledItemsFocusable:r,disableListWrap:n,focusManagement:a,isItemDisabled:f,itemComparer:p,items:w,getItemAsString:v,onHighlightChange:B,orientation:S,pageSize:M,selectionMode:Z,stateComparers:_}),[r,n,a,f,p,w,v,B,S,M,Z,_]),W=c(),R=y??Ct,N=o.useMemo(()=>U({},I,O),[I,O]),[x,A]=yt({reducer:R,actionContext:N,initialState:W,controlledProps:t,stateComparers:_,onStateChange:q,componentName:L}),{highlightedValue:$,selectedValues:z}=x,T=Q7((Y,j)=>A({type:le.textNavigation,event:j,searchString:Y})),H=o.useRef([]);o.useEffect(()=>{R1(H.current,w,p)||(A({type:le.itemsChange,event:null,items:w,previousItems:H.current}),H.current=w,C==null||C(w))},[w,p,A,C]);const G=Y=>j=>{var X;if((X=Y.onKeyDown)==null||X.call(Y,j),j.defaultMuiPrevented)return;const K=["Home","End","PageUp","PageDown"];S==="vertical"?K.push("ArrowUp","ArrowDown"):K.push("ArrowLeft","ArrowRight"),a==="activeDescendant"&&K.push(" ","Enter"),K.includes(j.key)&&j.preventDefault(),A({type:le.keyDown,key:j.key,event:j}),T(j)},Q=Y=>j=>{var X,K;(X=Y.onBlur)==null||X.call(Y,j),!j.defaultMuiPrevented&&((K=P.current)!=null&&K.contains(j.relatedTarget)||A({type:le.blur,event:j}))},J=(Y={})=>{const j=we(Y);return U({},Y,{"aria-activedescendant":a==="activeDescendant"&&$!=null?d($):void 0,tabIndex:a==="DOM"?-1:0,ref:F},j,{onBlur:Q(j),onKeyDown:G(j)})},ne=o.useCallback(Y=>{const j=(z??[]).some(se=>se!=null&&p(Y,se)),X=$!=null&&p(Y,$);return{focusable:a==="DOM",highlighted:X,selected:j}},[p,z,$,a]),ee=o.useMemo(()=>({dispatch:A,getItemState:ne}),[A,ne]);return o.useDebugValue({state:x}),{contextValue:ee,dispatch:A,getRootProps:J,rootRef:F,state:x}}const q0=o.createContext(null);process.env.NODE_ENV!=="production"&&(q0.displayName="ListContext");function al(e){const{handlePointerOverEvents:t=!1,item:r}=e,n=o.useContext(q0);if(!n)throw new Error("useListItem must be used within a ListProvider");const{dispatch:a,getItemState:c}=n,{highlighted:i,selected:d,focusable:f}=c(r),h=o.useCallback(v=>m=>{var E;if((E=v.onClick)==null||E.call(v,m),!m.defaultPrevented){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
26
- `));a({type:le.itemClick,item:r,event:m})}},[a,r]),u=o.useCallback(v=>m=>{var E;if((E=v.onMouseOver)==null||E.call(v,m),!m.defaultPrevented){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
27
- `));a({type:le.itemHover,item:r,event:m})}},[a,r]);let w;return f&&(w=i?0:-1),{getRootProps:(v={})=>{const m=we(v);return U({},v,{onClick:h(m),onPointerOver:t?u(m):void 0,tabIndex:w})},highlighted:i,selected:d}}function ll(e,t){if(t.type===le.itemHover)return U({},e,{highlightedValue:t.item});const r=Ct(e,t);if(r.highlightedValue===null&&t.context.items.length>0)return U({},r,{highlightedValue:t.context.items[0]});if(t.type===le.keyDown&&t.event.key==="Escape")return U({},r,{open:!1});if(t.type===le.blur){var n;if(!((n=t.context.listboxRef.current)!=null&&n.contains(t.event.relatedTarget))){var a,c;const i=(a=t.context.listboxRef.current)==null?void 0:a.getAttribute("id"),d=(c=t.event.relatedTarget)==null?void 0:c.getAttribute("aria-controls");return i&&d&&i===d?r:U({},r,{open:!1,highlightedValue:t.context.items[0]})}}return r}const K0=o.createContext(null);process.env.NODE_ENV!=="production"&&(K0.displayName="CompoundComponentContext");function cl(e){const t=Array.from(e.keys()).map(r=>{const n=e.get(r);return{key:r,subitem:n}});return t.sort((r,n)=>{const a=r.subitem.ref.current,c=n.subitem.ref.current;return a===null||c===null||a===c?0:a.compareDocumentPosition(c)&Node.DOCUMENT_POSITION_PRECEDING?1:-1}),new Map(t.map(r=>[r.key,r.subitem]))}function il(){const[e,t]=o.useState(new Map),r=o.useRef(new Set),n=o.useCallback(function(h){r.current.delete(h),t(u=>{const w=new Map(u);return w.delete(h),w})},[]),a=o.useCallback(function(h,u){let w;return typeof h=="function"?w=h(r.current):w=h,r.current.add(w),t(p=>{const v=new Map(p);return v.set(w,u),v}),{id:w,deregister:()=>n(w)}},[n]),c=o.useMemo(()=>cl(e),[e]),i=o.useCallback(function(h){return Array.from(c.keys()).indexOf(h)},[c]);return{contextValue:o.useMemo(()=>({getItemIndex:i,registerItem:a,totalSubitemCount:e.size}),[i,a,e.size]),subitems:c}}function sl(e,t){const r=o.useContext(K0);if(r===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:n}=r,[a,c]=o.useState(typeof e=="function"?void 0:e);return ye(()=>{const{id:i,deregister:d}=n(e,t);return c(i),d},[n,t,e]),{id:a,index:a!==void 0?r.getItemIndex(a):-1,totalItemCount:r.totalSubitemCount}}function t0(e,t){return function(n={}){const a=U({},n,e(n));return U({},a,t(a))}}const dl={dispatch:()=>{},popupId:"",registerPopup:()=>{},registerTrigger:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function hl(e={}){var t,r;const{listboxRef:n,onItemsChange:a,id:c,disabledItemsFocusable:i=!0,disableListWrap:d=!1,autoFocus:f=!0,componentName:h="useMenu"}=e,u=o.useRef(null),w=ue(u,n),p=(t=ht(c))!=null?t:"",{state:{open:v,changeReason:m},dispatch:E,triggerElement:C,registerPopup:S}=(r=o.useContext(ke))!=null?r:dl,M=o.useRef(v),{subitems:I,contextValue:Z}=il(),y=o.useMemo(()=>Array.from(I.keys()),[I]),L=o.useCallback(z=>{var T,H;return z==null?null:(T=(H=I.get(z))==null?void 0:H.ref.current)!=null?T:null},[I]),P=o.useCallback(z=>{var T;return(I==null||(T=I.get(z))==null?void 0:T.disabled)||!1},[I]),F=o.useCallback(z=>{var T,H;return((T=I.get(z))==null?void 0:T.label)||((H=I.get(z))==null||(H=H.ref.current)==null?void 0:H.innerText)},[I]),B=o.useMemo(()=>({listboxRef:u}),[u]),{dispatch:_,getRootProps:q,contextValue:O,state:{highlightedValue:W},rootRef:R}=ol({disabledItemsFocusable:i,disableListWrap:d,focusManagement:"DOM",getItemDomElement:L,getInitialState:()=>({selectedValues:[],highlightedValue:null}),isItemDisabled:P,items:y,getItemAsString:F,rootRef:w,onItemsChange:a,reducerActionContext:B,selectionMode:"none",stateReducer:ll,componentName:h});ye(()=>{S(p)},[p,S]),ye(()=>{v&&(m==null?void 0:m.type)==="keydown"&&m.key==="ArrowUp"&&_({type:le.highlightLast,event:m})},[v,m,_]),o.useEffect(()=>{if(v&&f&&W&&!M.current){var z;(z=I.get(W))==null||(z=z.ref)==null||(z=z.current)==null||z.focus()}},[v,f,W,I,y]),o.useEffect(()=>{var z;if((z=u.current)!=null&&z.contains(document.activeElement)&&W!==null){var T;I==null||(T=I.get(W))==null||(T=T.ref.current)==null||T.focus()}},[W,I]);const N=z=>T=>{var H,G;(H=z.onBlur)==null||H.call(z,T),!T.defaultMuiPrevented&&((G=u.current)!=null&&G.contains(T.relatedTarget)||T.relatedTarget===C||E({type:ve.blur,event:T}))},x=z=>T=>{var H;(H=z.onKeyDown)==null||H.call(z,T),!T.defaultMuiPrevented&&T.key==="Escape"&&E({type:ve.escapeKeyDown,event:T})},A=(z={})=>({onBlur:N(z),onKeyDown:x(z)}),$=(z={})=>{const T=t0(A,q),H=we(z);return U({},z,H,T(H),{id:p,role:"menu"})};return o.useDebugValue({subitems:I,highlightedValue:W}),{contextValue:U({},Z,O),dispatch:_,getListboxProps:$,highlightedValue:W,listboxRef:R,menuItems:I,open:v,triggerElement:C}}function fl(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:c,registerItem:i,totalSubitemCount:d}=t,f=o.useMemo(()=>({dispatch:n,getItemState:c,getItemIndex:a}),[n,a,c]),h=o.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:d}),[i,a,d]);return l.jsx(K0.Provider,{value:h,children:l.jsx(q0.Provider,{value:f,children:r})})}const Pe=Math.min,Ae=Math.max,r0=Math.round,n0=Math.floor,Me=e=>({x:e,y:e}),ul={left:"right",right:"left",bottom:"top",top:"bottom"},wl={start:"end",end:"start"};function G0(e,t,r){return Ae(e,Pe(t,r))}function Re(e,t){return typeof e=="function"?e(t):e}function Te(e){return e.split("-")[0]}function Ue(e){return e.split("-")[1]}function xt(e){return e==="x"?"y":"x"}function X0(e){return e==="y"?"height":"width"}function o0(e){return["top","bottom"].includes(Te(e))?"y":"x"}function Q0(e){return xt(o0(e))}function pl(e,t,r){r===void 0&&(r=!1);const n=Ue(e),a=Q0(e),c=X0(a);let i=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[c]>t.floating[c]&&(i=a0(i)),[i,a0(i)]}function gl(e){const t=a0(e);return[J0(e),t,J0(t)]}function J0(e){return e.replace(/start|end/g,t=>wl[t])}function vl(e,t,r){const n=["left","right"],a=["right","left"],c=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return r?t?a:n:t?n:a;case"left":case"right":return t?c:i;default:return[]}}function ml(e,t,r,n){const a=Ue(e);let c=vl(Te(e),r==="start",n);return a&&(c=c.map(i=>i+"-"+a),t&&(c=c.concat(c.map(J0)))),c}function a0(e){return e.replace(/left|right|bottom|top/g,t=>ul[t])}function bl(e){return{top:0,right:0,bottom:0,left:0,...e}}function Zt(e){return typeof e!="number"?bl(e):{top:e,right:e,bottom:e,left:e}}function l0(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function At(e,t,r){let{reference:n,floating:a}=e;const c=o0(t),i=Q0(t),d=X0(i),f=Te(t),h=c==="y",u=n.x+n.width/2-a.width/2,w=n.y+n.height/2-a.height/2,p=n[d]/2-a[d]/2;let v;switch(f){case"top":v={x:u,y:n.y-a.height};break;case"bottom":v={x:u,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:w};break;case"left":v={x:n.x-a.width,y:w};break;default:v={x:n.x,y:n.y}}switch(Ue(t)){case"start":v[i]-=p*(r&&h?-1:1);break;case"end":v[i]+=p*(r&&h?-1:1);break}return v}const El=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:c=[],platform:i}=r,d=c.filter(Boolean),f=await(i.isRTL==null?void 0:i.isRTL(t));let h=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:u,y:w}=At(h,n,f),p=n,v={},m=0;for(let E=0;E<d.length;E++){const{name:C,fn:S}=d[E],{x:M,y:I,data:Z,reset:y}=await S({x:u,y:w,initialPlacement:n,placement:p,strategy:a,middlewareData:v,rects:h,platform:i,elements:{reference:e,floating:t}});u=M??u,w=I??w,v={...v,[C]:{...v[C],...Z}},y&&m<=50&&(m++,typeof y=="object"&&(y.placement&&(p=y.placement),y.rects&&(h=y.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:u,y:w}=At(h,p,f)),E=-1)}return{x:u,y:w,placement:p,strategy:a,middlewareData:v}};async function Tt(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:c,rects:i,elements:d,strategy:f}=e,{boundary:h="clippingAncestors",rootBoundary:u="viewport",elementContext:w="floating",altBoundary:p=!1,padding:v=0}=Re(t,e),m=Zt(v),C=d[p?w==="floating"?"reference":"floating":w],S=l0(await c.getClippingRect({element:(r=await(c.isElement==null?void 0:c.isElement(C)))==null||r?C:C.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(d.floating)),boundary:h,rootBoundary:u,strategy:f})),M=w==="floating"?{...i.floating,x:n,y:a}:i.reference,I=await(c.getOffsetParent==null?void 0:c.getOffsetParent(d.floating)),Z=await(c.isElement==null?void 0:c.isElement(I))?await(c.getScale==null?void 0:c.getScale(I))||{x:1,y:1}:{x:1,y:1},y=l0(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:M,offsetParent:I,strategy:f}):M);return{top:(S.top-y.top+m.top)/Z.y,bottom:(y.bottom-S.bottom+m.bottom)/Z.y,left:(S.left-y.left+m.left)/Z.x,right:(y.right-S.right+m.right)/Z.x}}const yl=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:a,rects:c,platform:i,elements:d,middlewareData:f}=t,{element:h,padding:u=0}=Re(e,t)||{};if(h==null)return{};const w=Zt(u),p={x:r,y:n},v=Q0(a),m=X0(v),E=await i.getDimensions(h),C=v==="y",S=C?"top":"left",M=C?"bottom":"right",I=C?"clientHeight":"clientWidth",Z=c.reference[m]+c.reference[v]-p[v]-c.floating[m],y=p[v]-c.reference[v],L=await(i.getOffsetParent==null?void 0:i.getOffsetParent(h));let P=L?L[I]:0;(!P||!await(i.isElement==null?void 0:i.isElement(L)))&&(P=d.floating[I]||c.floating[m]);const F=Z/2-y/2,B=P/2-E[m]/2-1,_=Pe(w[S],B),q=Pe(w[M],B),O=_,W=P-E[m]-q,R=P/2-E[m]/2+F,N=G0(O,R,W),x=!f.arrow&&Ue(a)!=null&&R!==N&&c.reference[m]/2-(R<O?_:q)-E[m]/2<0,A=x?R<O?R-O:R-W:0;return{[v]:p[v]+A,data:{[v]:N,centerOffset:R-N-A,...x&&{alignmentOffset:A}},reset:x}}}),Il=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:c,rects:i,initialPlacement:d,platform:f,elements:h}=t,{mainAxis:u=!0,crossAxis:w=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:E=!0,...C}=Re(e,t);if((r=c.arrow)!=null&&r.alignmentOffset)return{};const S=Te(a),M=Te(d)===d,I=await(f.isRTL==null?void 0:f.isRTL(h.floating)),Z=p||(M||!E?[a0(d)]:gl(d));!p&&m!=="none"&&Z.push(...ml(d,E,m,I));const y=[d,...Z],L=await Tt(t,C),P=[];let F=((n=c.flip)==null?void 0:n.overflows)||[];if(u&&P.push(L[S]),w){const O=pl(a,i,I);P.push(L[O[0]],L[O[1]])}if(F=[...F,{placement:a,overflows:P}],!P.every(O=>O<=0)){var B,_;const O=(((B=c.flip)==null?void 0:B.index)||0)+1,W=y[O];if(W)return{data:{index:O,overflows:F},reset:{placement:W}};let R=(_=F.filter(N=>N.overflows[0]<=0).sort((N,x)=>N.overflows[1]-x.overflows[1])[0])==null?void 0:_.placement;if(!R)switch(v){case"bestFit":{var q;const N=(q=F.map(x=>[x.placement,x.overflows.filter(A=>A>0).reduce((A,$)=>A+$,0)]).sort((x,A)=>x[1]-A[1])[0])==null?void 0:q[0];N&&(R=N);break}case"initialPlacement":R=d;break}if(a!==R)return{reset:{placement:R}}}return{}}}};async function Sl(e,t){const{placement:r,platform:n,elements:a}=e,c=await(n.isRTL==null?void 0:n.isRTL(a.floating)),i=Te(r),d=Ue(r),f=o0(r)==="y",h=["left","top"].includes(i)?-1:1,u=c&&f?-1:1,w=Re(t,e);let{mainAxis:p,crossAxis:v,alignmentAxis:m}=typeof w=="number"?{mainAxis:w,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...w};return d&&typeof m=="number"&&(v=d==="end"?m*-1:m),f?{x:v*u,y:p*h}:{x:p*h,y:v*u}}const c0=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:c,placement:i,middlewareData:d}=t,f=await Sl(t,e);return i===((r=d.offset)==null?void 0:r.placement)&&(n=d.arrow)!=null&&n.alignmentOffset?{}:{x:a+f.x,y:c+f.y,data:{...f,placement:i}}}}},Cl=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:a}=t,{mainAxis:c=!0,crossAxis:i=!1,limiter:d={fn:C=>{let{x:S,y:M}=C;return{x:S,y:M}}},...f}=Re(e,t),h={x:r,y:n},u=await Tt(t,f),w=o0(Te(a)),p=xt(w);let v=h[p],m=h[w];if(c){const C=p==="y"?"top":"left",S=p==="y"?"bottom":"right",M=v+u[C],I=v-u[S];v=G0(M,v,I)}if(i){const C=w==="y"?"top":"left",S=w==="y"?"bottom":"right",M=m+u[C],I=m-u[S];m=G0(M,m,I)}const E=d.fn({...t,[p]:v,[w]:m});return{...E,data:{x:E.x-r,y:E.y-n}}}}};function xe(e){return Nt(e)?(e.nodeName||"").toLowerCase():"#document"}function he(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ie(e){var t;return(t=(Nt(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Nt(e){return e instanceof Node||e instanceof he(e).Node}function ce(e){return e instanceof Element||e instanceof he(e).Element}function pe(e){return e instanceof HTMLElement||e instanceof he(e).HTMLElement}function e1(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof he(e).ShadowRoot}function We(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=ge(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(a)}function Ml(e){return["table","td","th"].includes(xe(e))}function t1(e){const t=r1(),r=ge(e);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function xl(e){let t=Be(e);for(;pe(t)&&!i0(t);){if(t1(t))return t;t=Be(t)}return null}function r1(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function i0(e){return["html","body","#document"].includes(xe(e))}function ge(e){return he(e).getComputedStyle(e)}function s0(e){return ce(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Be(e){if(xe(e)==="html")return e;const t=e.assignedSlot||e.parentNode||e1(e)&&e.host||Ie(e);return e1(t)?t.host:t}function Lt(e){const t=Be(e);return i0(t)?e.ownerDocument?e.ownerDocument.body:e.body:pe(t)&&We(t)?t:Lt(t)}function ze(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=Lt(e),c=a===((n=e.ownerDocument)==null?void 0:n.body),i=he(a);return c?t.concat(i,i.visualViewport||[],We(a)?a:[],i.frameElement&&r?ze(i.frameElement):[]):t.concat(a,ze(a,[],r))}function Ft(e){const t=ge(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=pe(e),c=a?e.offsetWidth:r,i=a?e.offsetHeight:n,d=r0(r)!==c||r0(n)!==i;return d&&(r=c,n=i),{width:r,height:n,$:d}}function n1(e){return ce(e)?e:e.contextElement}function He(e){const t=n1(e);if(!pe(t))return Me(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:c}=Ft(t);let i=(c?r0(r.width):r.width)/n,d=(c?r0(r.height):r.height)/a;return(!i||!Number.isFinite(i))&&(i=1),(!d||!Number.isFinite(d))&&(d=1),{x:i,y:d}}const Zl=Me(0);function Pt(e){const t=he(e);return!r1()||!t.visualViewport?Zl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Al(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==he(e)?!1:t}function Ne(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),c=n1(e);let i=Me(1);t&&(n?ce(n)&&(i=He(n)):i=He(e));const d=Al(c,r,n)?Pt(c):Me(0);let f=(a.left+d.x)/i.x,h=(a.top+d.y)/i.y,u=a.width/i.x,w=a.height/i.y;if(c){const p=he(c),v=n&&ce(n)?he(n):n;let m=p,E=m.frameElement;for(;E&&n&&v!==m;){const C=He(E),S=E.getBoundingClientRect(),M=ge(E),I=S.left+(E.clientLeft+parseFloat(M.paddingLeft))*C.x,Z=S.top+(E.clientTop+parseFloat(M.paddingTop))*C.y;f*=C.x,h*=C.y,u*=C.x,w*=C.y,f+=I,h+=Z,m=he(E),E=m.frameElement}}return l0({width:u,height:w,x:f,y:h})}const Tl=[":popover-open",":modal"];function Bt(e){return Tl.some(t=>{try{return e.matches(t)}catch{return!1}})}function Nl(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const c=a==="fixed",i=Ie(n),d=t?Bt(t.floating):!1;if(n===i||d&&c)return r;let f={scrollLeft:0,scrollTop:0},h=Me(1);const u=Me(0),w=pe(n);if((w||!w&&!c)&&((xe(n)!=="body"||We(i))&&(f=s0(n)),pe(n))){const p=Ne(n);h=He(n),u.x=p.x+n.clientLeft,u.y=p.y+n.clientTop}return{width:r.width*h.x,height:r.height*h.y,x:r.x*h.x-f.scrollLeft*h.x+u.x,y:r.y*h.y-f.scrollTop*h.y+u.y}}function Ll(e){return Array.from(e.getClientRects())}function Ht(e){return Ne(Ie(e)).left+s0(e).scrollLeft}function Fl(e){const t=Ie(e),r=s0(e),n=e.ownerDocument.body,a=Ae(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),c=Ae(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let i=-r.scrollLeft+Ht(e);const d=-r.scrollTop;return ge(n).direction==="rtl"&&(i+=Ae(t.clientWidth,n.clientWidth)-a),{width:a,height:c,x:i,y:d}}function Pl(e,t){const r=he(e),n=Ie(e),a=r.visualViewport;let c=n.clientWidth,i=n.clientHeight,d=0,f=0;if(a){c=a.width,i=a.height;const h=r1();(!h||h&&t==="fixed")&&(d=a.offsetLeft,f=a.offsetTop)}return{width:c,height:i,x:d,y:f}}function Bl(e,t){const r=Ne(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,c=pe(e)?He(e):Me(1),i=e.clientWidth*c.x,d=e.clientHeight*c.y,f=a*c.x,h=n*c.y;return{width:i,height:d,x:f,y:h}}function Vt(e,t,r){let n;if(t==="viewport")n=Pl(e,r);else if(t==="document")n=Fl(Ie(e));else if(ce(t))n=Bl(t,r);else{const a=Pt(e);n={...t,x:t.x-a.x,y:t.y-a.y}}return l0(n)}function Ot(e,t){const r=Be(e);return r===t||!ce(r)||i0(r)?!1:ge(r).position==="fixed"||Ot(r,t)}function Hl(e,t){const r=t.get(e);if(r)return r;let n=ze(e,[],!1).filter(d=>ce(d)&&xe(d)!=="body"),a=null;const c=ge(e).position==="fixed";let i=c?Be(e):e;for(;ce(i)&&!i0(i);){const d=ge(i),f=t1(i);!f&&d.position==="fixed"&&(a=null),(c?!f&&!a:!f&&d.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||We(i)&&!f&&Ot(e,i))?n=n.filter(u=>u!==i):a=d,i=Be(i)}return t.set(e,n),n}function Vl(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const i=[...r==="clippingAncestors"?Hl(t,this._c):[].concat(r),n],d=i[0],f=i.reduce((h,u)=>{const w=Vt(t,u,a);return h.top=Ae(w.top,h.top),h.right=Pe(w.right,h.right),h.bottom=Pe(w.bottom,h.bottom),h.left=Ae(w.left,h.left),h},Vt(t,d,a));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function Ol(e){const{width:t,height:r}=Ft(e);return{width:t,height:r}}function Dl(e,t,r){const n=pe(t),a=Ie(t),c=r==="fixed",i=Ne(e,!0,c,t);let d={scrollLeft:0,scrollTop:0};const f=Me(0);if(n||!n&&!c)if((xe(t)!=="body"||We(a))&&(d=s0(t)),n){const w=Ne(t,!0,c,t);f.x=w.x+t.clientLeft,f.y=w.y+t.clientTop}else a&&(f.x=Ht(a));const h=i.left+d.scrollLeft-f.x,u=i.top+d.scrollTop-f.y;return{x:h,y:u,width:i.width,height:i.height}}function Dt(e,t){return!pe(e)||ge(e).position==="fixed"?null:t?t(e):e.offsetParent}function $t(e,t){const r=he(e);if(!pe(e)||Bt(e))return r;let n=Dt(e,t);for(;n&&Ml(n)&&ge(n).position==="static";)n=Dt(n,t);return n&&(xe(n)==="html"||xe(n)==="body"&&ge(n).position==="static"&&!t1(n))?r:n||xl(e)||r}const $l=async function(e){const t=this.getOffsetParent||$t,r=this.getDimensions;return{reference:Dl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,...await r(e.floating)}}};function _l(e){return ge(e).direction==="rtl"}const _t={convertOffsetParentRelativeRectToViewportRelativeRect:Nl,getDocumentElement:Ie,getClippingRect:Vl,getOffsetParent:$t,getElementRects:$l,getClientRects:Ll,getDimensions:Ol,getScale:He,isElement:ce,isRTL:_l};function kl(e,t){let r=null,n;const a=Ie(e);function c(){var d;clearTimeout(n),(d=r)==null||d.disconnect(),r=null}function i(d,f){d===void 0&&(d=!1),f===void 0&&(f=1),c();const{left:h,top:u,width:w,height:p}=e.getBoundingClientRect();if(d||t(),!w||!p)return;const v=n0(u),m=n0(a.clientWidth-(h+w)),E=n0(a.clientHeight-(u+p)),C=n0(h),M={rootMargin:-v+"px "+-m+"px "+-E+"px "+-C+"px",threshold:Ae(0,Pe(1,f))||1};let I=!0;function Z(y){const L=y[0].intersectionRatio;if(L!==f){if(!I)return i();L?i(!1,L):n=setTimeout(()=>{i(!1,1e-7)},100)}I=!1}try{r=new IntersectionObserver(Z,{...M,root:a.ownerDocument})}catch{r=new IntersectionObserver(Z,M)}r.observe(e)}return i(!0),c}function o1(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:c=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:f=!1}=n,h=n1(e),u=a||c?[...h?ze(h):[],...ze(t)]:[];u.forEach(S=>{a&&S.addEventListener("scroll",r,{passive:!0}),c&&S.addEventListener("resize",r)});const w=h&&d?kl(h,r):null;let p=-1,v=null;i&&(v=new ResizeObserver(S=>{let[M]=S;M&&M.target===h&&v&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var I;(I=v)==null||I.observe(t)})),r()}),h&&!f&&v.observe(h),v.observe(t));let m,E=f?Ne(e):null;f&&C();function C(){const S=Ne(e);E&&(S.x!==E.x||S.y!==E.y||S.width!==E.width||S.height!==E.height)&&r(),E=S,m=requestAnimationFrame(C)}return r(),()=>{var S;u.forEach(M=>{a&&M.removeEventListener("scroll",r),c&&M.removeEventListener("resize",r)}),w==null||w(),(S=v)==null||S.disconnect(),v=null,f&&cancelAnimationFrame(m)}}const kt=Cl,a1=Il,Rt=yl,Rl=(e,t,r)=>{const n=new Map,a={platform:_t,...r},c={...a.platform,_c:n};return El(e,t,{...a,platform:c})},Ul=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:a}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?Rt({element:n.current,padding:a}).fn(r):{}:n?Rt({element:n,padding:a}).fn(r):{}}}};var d0=typeof document<"u"?s.useLayoutEffect:s.useEffect;function h0(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!h0(e[n],t[n]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){const c=a[n];if(!(c==="_owner"&&e.$$typeof)&&!h0(e[c],t[c]))return!1}return!0}return e!==e&&t!==t}function Ut(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Wt(e,t){const r=Ut(e);return Math.round(t*r)/r}function zt(e){const t=o.useRef(e);return d0(()=>{t.current=e}),t}function jt(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:c,floating:i}={},transform:d=!0,whileElementsMounted:f,open:h}=e,[u,w]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=o.useState(n);h0(p,n)||v(n);const[m,E]=o.useState(null),[C,S]=o.useState(null),M=o.useCallback(A=>{A!==L.current&&(L.current=A,E(A))},[]),I=o.useCallback(A=>{A!==P.current&&(P.current=A,S(A))},[]),Z=c||m,y=i||C,L=o.useRef(null),P=o.useRef(null),F=o.useRef(u),B=f!=null,_=zt(f),q=zt(a),O=o.useCallback(()=>{if(!L.current||!P.current)return;const A={placement:t,strategy:r,middleware:p};q.current&&(A.platform=q.current),Rl(L.current,P.current,A).then($=>{const z={...$,isPositioned:!0};W.current&&!h0(F.current,z)&&(F.current=z,L0.flushSync(()=>{w(z)}))})},[p,t,r,q]);d0(()=>{h===!1&&F.current.isPositioned&&(F.current.isPositioned=!1,w(A=>({...A,isPositioned:!1})))},[h]);const W=o.useRef(!1);d0(()=>(W.current=!0,()=>{W.current=!1}),[]),d0(()=>{if(Z&&(L.current=Z),y&&(P.current=y),Z&&y){if(_.current)return _.current(Z,y,O);O()}},[Z,y,O,_,B]);const R=o.useMemo(()=>({reference:L,floating:P,setReference:M,setFloating:I}),[M,I]),N=o.useMemo(()=>({reference:Z,floating:y}),[Z,y]),x=o.useMemo(()=>{const A={position:r,left:0,top:0};if(!N.floating)return A;const $=Wt(N.floating,u.x),z=Wt(N.floating,u.y);return d?{...A,transform:"translate("+$+"px, "+z+"px)",...Ut(N.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:$,top:z}},[r,d,N.floating,u.x,u.y]);return o.useMemo(()=>({...u,update:O,refs:R,elements:N,floatingStyles:x}),[u,O,R,N,x])}function Wl(e){return typeof e=="function"?e():e}const je=o.forwardRef(function(t,r){const{children:n,container:a,disablePortal:c=!1}=t,[i,d]=o.useState(null),f=ue(o.isValidElement(n)?n.ref:null,r);if(ye(()=>{c||d(Wl(a)||document.body)},[a,c]),ye(()=>{if(i&&!c)return _0(r,i),()=>{_0(r,null)}},[r,i,c]),c){if(o.isValidElement(n)){const h={ref:f};return o.cloneElement(n,h)}return l.jsx(o.Fragment,{children:n})}return l.jsx(o.Fragment,{children:i&&L0.createPortal(n,i)})});process.env.NODE_ENV!=="production"&&(je.propTypes={children:V.node,container:V.oneOfType([Qe,V.func]),disablePortal:V.bool}),process.env.NODE_ENV!=="production"&&(je["propTypes"]=ct(je.propTypes));const Yt="Popup";function zl(e){return W0(Yt,e)}bt(Yt,["root","open"]);const qt=o.createContext(null);process.env.NODE_ENV!=="production"&&(qt.displayName="TransitionContext");function jl(e){const[t,r]=o.useState(!0),n=o.useRef(!1),a=o.useRef(0),[c,i]=o.useState(!1),d=o.useRef(e);o.useEffect(()=>{!e&&a.current>0&&d.current!==e&&(n.current=!0,r(!1)),d.current=e},[e]);const f=o.useCallback(()=>{n.current=!1,r(!0)},[]),h=o.useCallback(()=>(a.current+=1,i(!0),()=>{a.current-=1,a.current===0&&i(!1)}),[]);let u;return c?e?u=!1:u=!n.current&&t:u=!e,{contextValue:o.useMemo(()=>({requestedEnter:e,onExited:f,registerTransition:h,hasExited:u}),[f,e,h,u]),hasExited:u}}const Kt=o.createContext(null);process.env.NODE_ENV!=="production"&&(Kt.displayName="PopupContext");const Yl=["anchor","children","container","disablePortal","keepMounted","middleware","offset","open","placement","slotProps","slots","strategy"];function ql(e){const{open:t}=e;return wt({root:["root",t&&"open"]},W1(zl))}function Kl(e){return typeof e=="function"?e():e}const Gt=o.forwardRef(function(t,r){var n;const{anchor:a,children:c,container:i,disablePortal:d=!1,keepMounted:f=!1,middleware:h,offset:u=0,open:w=!1,placement:p="bottom",slotProps:v={},slots:m={},strategy:E="absolute"}=t,C=De(t,Yl),{refs:S,elements:M,floatingStyles:I,update:Z,placement:y}=jt({elements:{reference:Kl(a)},open:w,middleware:h??[c0(u??0),a1(),kt()],placement:p,strategy:E,whileElementsMounted:f?void 0:o1}),L=ue(S.setFloating,r);ye(()=>{if(f&&w&&M.reference&&M.floating)return o1(M.reference,M.floating,Z)},[f,w,M,Z]);const P=U({},t,{disablePortal:d,keepMounted:f,offset:c0,open:w,placement:p,finalPlacement:y,strategy:E}),{contextValue:F,hasExited:B}=jl(w),_=f&&B?"hidden":void 0,q=ql(P),O=(n=m==null?void 0:m.root)!=null?n:"div",W=_e({elementType:O,externalSlotProps:v.root,externalForwardedProps:C,ownerState:P,className:q.root,additionalProps:{ref:L,role:"tooltip",style:U({},I,{visibility:_})}}),R=o.useMemo(()=>({placement:y}),[y]);return f||!B?l.jsx(je,{disablePortal:d,container:i,children:l.jsx(Kt.Provider,{value:R,children:l.jsx(qt.Provider,{value:F,children:l.jsx(O,U({},W,{children:c}))})})}):null});process.env.NODE_ENV!=="production"&&(Gt.propTypes={anchor:V.oneOfType([Qe,V.object,V.func]),children:V.oneOfType([V.node,V.func]),container:V.oneOfType([Qe,V.func]),disablePortal:V.bool,keepMounted:V.bool,middleware:V.arrayOf(V.oneOfType([V.oneOf([!1]),V.shape({fn:V.func.isRequired,name:V.string.isRequired,options:V.any})])),offset:V.oneOfType([V.func,V.number,V.shape({alignmentAxis:V.number,crossAxis:V.number,mainAxis:V.number})]),open:V.bool,placement:V.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:V.shape({root:V.oneOfType([V.func,V.object])}),slots:V.shape({root:V.elementType}),strategy:V.oneOf(["absolute","fixed"])});function Gl(e={}){const{disabled:t=!1,focusableWhenDisabled:r,rootRef:n}=e,a=o.useContext(ke);if(a===null)throw new Error("useMenuButton: no menu context available.");const{state:c,dispatch:i,registerTrigger:d,popupId:f}=a,{getRootProps:h,rootRef:u,active:w}=z0({disabled:t,focusableWhenDisabled:r,rootRef:n}),p=ue(u,d),v=S=>M=>{var I;(I=S.onClick)==null||I.call(S,M),!M.defaultMuiPrevented&&i({type:ve.toggle,event:M})},m=S=>M=>{var I;(I=S.onKeyDown)==null||I.call(S,M),!M.defaultMuiPrevented&&(M.key==="ArrowDown"||M.key==="ArrowUp")&&(M.preventDefault(),i({type:ve.open,event:M}))},E=(S={})=>({onClick:v(S),onKeyDown:m(S)});return{active:w,getRootProps:(S={})=>{const M=we(S),I=t0(E,h);return U({"aria-haspopup":"menu","aria-expanded":c.open,"aria-controls":f},S,M,I(M),{tabIndex:0,ref:p})},open:c.open,rootRef:p}}function Xl(e){return`menu-item-${e.size}`}const Ql={dispatch:()=>{},popupId:"",registerPopup:()=>{},registerTrigger:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function Jl(e){var t;const{disabled:r=!1,id:n,rootRef:a,label:c,disableFocusOnHover:i=!1}=e,d=ht(n),f=o.useRef(null),h=o.useMemo(()=>({disabled:r,id:d??"",label:c,ref:f}),[r,d,c]),{dispatch:u}=(t=o.useContext(ke))!=null?t:Ql,{getRootProps:w,highlighted:p}=al({item:d,handlePointerOverEvents:!i}),{index:v,totalItemCount:m}=sl(d??Xl,h),{getRootProps:E,focusVisible:C,rootRef:S}=z0({disabled:r,focusableWhenDisabled:!0}),M=ue(S,a,f);o.useDebugValue({id:d,highlighted:p,disabled:r,label:c});const I=L=>P=>{var F;(F=L.onClick)==null||F.call(L,P),!P.defaultMuiPrevented&&u({type:ve.close,event:P})},Z=(L={})=>U({},L,{onClick:I(L)});function y(L={}){const P=we(L),F=t0(Z,t0(E,w));return U({},L,P,F(P),{id:d,ref:M,role:"menuitem"})}return d===void 0?{getRootProps:y,disabled:!1,focusVisible:C,highlighted:!1,index:-1,totalItemCount:0,rootRef:M}:{getRootProps:y,disabled:r,focusVisible:C,highlighted:p,index:v,totalItemCount:m,rootRef:M}}function ec(e){const t=Ce(e);return t.body===e?$e(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function Ye(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function Xt(e){return parseInt($e(e).getComputedStyle(e).paddingRight,10)||0}function tc(e){const r=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].indexOf(e.tagName)!==-1,n=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return r||n}function Qt(e,t,r,n,a){const c=[t,r,...n];[].forEach.call(e.children,i=>{const d=c.indexOf(i)===-1,f=!tc(i);d&&f&&Ye(i,a)})}function l1(e,t){let r=-1;return e.some((n,a)=>t(n)?(r=a,!0):!1),r}function rc(e,t){const r=[],n=e.container;if(!t.disableScrollLock){if(ec(n)){const i=y7(Ce(n));r.push({value:n.style.paddingRight,property:"padding-right",el:n}),n.style.paddingRight=`${Xt(n)+i}px`;const d=Ce(n).querySelectorAll(".mui-fixed");[].forEach.call(d,f=>{r.push({value:f.style.paddingRight,property:"padding-right",el:f}),f.style.paddingRight=`${Xt(f)+i}px`})}let c;if(n.parentNode instanceof DocumentFragment)c=Ce(n).body;else{const i=n.parentElement,d=$e(n);c=(i==null?void 0:i.nodeName)==="HTML"&&d.getComputedStyle(i).overflowY==="scroll"?i:n}r.push({value:c.style.overflow,property:"overflow",el:c},{value:c.style.overflowX,property:"overflow-x",el:c},{value:c.style.overflowY,property:"overflow-y",el:c}),c.style.overflow="hidden"}return()=>{r.forEach(({value:c,el:i,property:d})=>{c?i.style.setProperty(d,c):i.style.removeProperty(d)})}}function nc(e){const t=[];return[].forEach.call(e.children,r=>{r.getAttribute("aria-hidden")==="true"&&t.push(r)}),t}class oc{constructor(){this.containers=void 0,this.modals=void 0,this.modals=[],this.containers=[]}add(t,r){let n=this.modals.indexOf(t);if(n!==-1)return n;n=this.modals.length,this.modals.push(t),t.modalRef&&Ye(t.modalRef,!1);const a=nc(r);Qt(r,t.mount,t.modalRef,a,!0);const c=l1(this.containers,i=>i.container===r);return c!==-1?(this.containers[c].modals.push(t),n):(this.containers.push({modals:[t],container:r,restore:null,hiddenSiblings:a}),n)}mount(t,r){const n=l1(this.containers,c=>c.modals.indexOf(t)!==-1),a=this.containers[n];a.restore||(a.restore=rc(a,r))}remove(t,r=!0){const n=this.modals.indexOf(t);if(n===-1)return n;const a=l1(this.containers,i=>i.modals.indexOf(t)!==-1),c=this.containers[a];if(c.modals.splice(c.modals.indexOf(t),1),this.modals.splice(n,1),c.modals.length===0)c.restore&&c.restore(),t.modalRef&&Ye(t.modalRef,r),Qt(c.container,t.mount,t.modalRef,c.hiddenSiblings,!1),this.containers.splice(a,1);else{const i=c.modals[c.modals.length-1];i.modalRef&&Ye(i.modalRef,!1)}return n}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function ac(e){return typeof e=="function"?e():e}function lc(e){return e?e.props.hasOwnProperty("in"):!1}const cc=new oc;function ic(e){const{container:t,disableEscapeKeyDown:r=!1,disableScrollLock:n=!1,manager:a=cc,closeAfterTransition:c=!1,onTransitionEnter:i,onTransitionExited:d,children:f,onClose:h,open:u,rootRef:w}=e,p=o.useRef({}),v=o.useRef(null),m=o.useRef(null),E=ue(m,w),[C,S]=o.useState(!u),M=lc(f);let I=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(I=!1);const Z=()=>Ce(v.current),y=()=>(p.current.modalRef=m.current,p.current.mount=v.current,p.current),L=()=>{a.mount(y(),{disableScrollLock:n}),m.current&&(m.current.scrollTop=0)},P=ft(()=>{const x=ac(t)||Z().body;a.add(y(),x),m.current&&L()}),F=o.useCallback(()=>a.isTopModal(y()),[a]),B=ft(x=>{v.current=x,x&&(u&&F()?L():m.current&&Ye(m.current,I))}),_=o.useCallback(()=>{a.remove(y(),I)},[I,a]);o.useEffect(()=>()=>{_()},[_]),o.useEffect(()=>{u?P():(!M||!c)&&_()},[u,_,M,c,P]);const q=x=>A=>{var $;($=x.onKeyDown)==null||$.call(x,A),!(A.key!=="Escape"||A.which===229||!F())&&(r||(A.stopPropagation(),h&&h(A,"escapeKeyDown")))},O=x=>A=>{var $;($=x.onClick)==null||$.call(x,A),A.target===A.currentTarget&&h&&h(A,"backdropClick")};return{getRootProps:(x={})=>{const A=we(e);delete A.onTransitionEnter,delete A.onTransitionExited;const $=U({},A,x);return U({role:"presentation"},$,{onKeyDown:q($),ref:E})},getBackdropProps:(x={})=>{const A=x;return U({"aria-hidden":!0},A,{onClick:O(A),open:u})},getTransitionProps:()=>{const x=()=>{S(!1),i&&i()},A=()=>{S(!0),d&&d(),c&&_()};return{onEnter:it(x,f==null?void 0:f.props.onEnter),onExited:it(A,f==null?void 0:f.props.onExited)}},rootRef:E,portalRef:B,isTopModal:F,exited:C,hasTransition:M}}const Jt="Modal";function sc(e){return W0(Jt,e)}bt(Jt,["root","hidden","backdrop"]);const dc=["children","closeAfterTransition","container","disableAutoFocus","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","onBackdropClick","onClose","onKeyDown","open","onTransitionEnter","onTransitionExited","slotProps","slots"],hc=e=>{const{open:t,exited:r}=e;return wt({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},W1(sc))},er=o.forwardRef(function(t,r){var n;const{children:a,closeAfterTransition:c=!1,container:i,disableAutoFocus:d=!1,disableEnforceFocus:f=!1,disableEscapeKeyDown:h=!1,disablePortal:u=!1,disableRestoreFocus:w=!1,disableScrollLock:p=!1,hideBackdrop:v=!1,keepMounted:m=!1,onBackdropClick:E,open:C,slotProps:S={},slots:M={}}=t,I=De(t,dc),Z=U({},t,{closeAfterTransition:c,disableAutoFocus:d,disableEnforceFocus:f,disableEscapeKeyDown:h,disablePortal:u,disableRestoreFocus:w,disableScrollLock:p,hideBackdrop:v,keepMounted:m}),{getRootProps:y,getBackdropProps:L,getTransitionProps:P,portalRef:F,isTopModal:B,exited:_,hasTransition:q}=ic(U({},Z,{rootRef:r})),O=U({},Z,{exited:_,hasTransition:q}),W=hc(O),R={};if(a.props.tabIndex===void 0&&(R.tabIndex="-1"),q){const{onEnter:z,onExited:T}=P();R.onEnter=z,R.onExited=T}const N=(n=M.root)!=null?n:"div",x=_e({elementType:N,externalSlotProps:S.root,externalForwardedProps:I,getSlotProps:y,className:W.root,ownerState:O}),A=M.backdrop,$=_e({elementType:A,externalSlotProps:S.backdrop,getSlotProps:z=>L(U({},z,{onClick:T=>{E&&E(T),z!=null&&z.onClick&&z.onClick(T)}})),className:W.backdrop,ownerState:O});return!m&&!C&&(!q||_)?null:l.jsx(je,{ref:F,container:i,disablePortal:u,children:l.jsxs(N,U({},x,{children:[!v&&A?l.jsx(A,U({},$)):null,l.jsx(e0,{disableEnforceFocus:f,disableAutoFocus:d,disableRestoreFocus:w,isEnabled:B,open:C,children:o.cloneElement(a,R)})]}))})});process.env.NODE_ENV!=="production"&&(er.propTypes={children:lt.isRequired,closeAfterTransition:V.bool,container:V.oneOfType([Qe,V.func]),disableAutoFocus:V.bool,disableEnforceFocus:V.bool,disableEscapeKeyDown:V.bool,disablePortal:V.bool,disableRestoreFocus:V.bool,disableScrollLock:V.bool,hideBackdrop:V.bool,keepMounted:V.bool,onBackdropClick:V.func,onClose:V.func,onTransitionEnter:V.func,onTransitionExited:V.func,open:V.bool.isRequired,slotProps:V.shape({backdrop:V.oneOfType([V.func,V.object]),root:V.oneOfType([V.func,V.object])}),slots:V.shape({backdrop:V.elementType,root:V.elementType})});function fc(e){const{checked:t,defaultChecked:r,disabled:n,onBlur:a,onChange:c,onFocus:i,onFocusVisible:d,readOnly:f,required:h}=e,[u,w]=u7({controlled:t,default:!!r,name:"Switch",state:"checked"}),p=F=>B=>{var _;B.nativeEvent.defaultPrevented||(w(B.target.checked),c==null||c(B),(_=F.onChange)==null||_.call(F,B))},{isFocusVisibleRef:v,onBlur:m,onFocus:E,ref:C}=ut(),[S,M]=o.useState(!1);n&&S&&M(!1),o.useEffect(()=>{v.current=S},[S,v]);const I=o.useRef(null),Z=F=>B=>{var _;I.current||(I.current=B.currentTarget),E(B),v.current===!0&&(M(!0),d==null||d(B)),i==null||i(B),(_=F.onFocus)==null||_.call(F,B)},y=F=>B=>{var _;m(B),v.current===!1&&M(!1),a==null||a(B),(_=F.onBlur)==null||_.call(F,B)},L=ue(C,I);return{checked:u,disabled:!!n,focusVisible:S,getInputProps:(F={})=>U({checked:t,defaultChecked:r,disabled:n,readOnly:f,ref:L,required:h,type:"checkbox",role:"switch","aria-checked":t},F,{onChange:p(F),onFocus:Z(F),onBlur:y(F)}),inputRef:L,readOnly:!!f}}const uc=["onChange","maxRows","minRows","style","value"];function f0(e){return parseInt(e,10)||0}const wc={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function pc(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflowing}const tr=o.forwardRef(function(t,r){const{onChange:n,maxRows:a,minRows:c=1,style:i,value:d}=t,f=De(t,uc),{current:h}=o.useRef(d!=null),u=o.useRef(null),w=ue(r,u),p=o.useRef(null),v=o.useCallback(()=>{const C=u.current,M=$e(C).getComputedStyle(C);if(M.width==="0px")return{outerHeightStyle:0,overflowing:!1};const I=p.current;I.style.width=M.width,I.value=C.value||t.placeholder||"x",I.value.slice(-1)===`
28
- `&&(I.value+=" ");const Z=M.boxSizing,y=f0(M.paddingBottom)+f0(M.paddingTop),L=f0(M.borderBottomWidth)+f0(M.borderTopWidth),P=I.scrollHeight;I.value="x";const F=I.scrollHeight;let B=P;c&&(B=Math.max(Number(c)*F,B)),a&&(B=Math.min(Number(a)*F,B)),B=Math.max(B,F);const _=B+(Z==="border-box"?y+L:0),q=Math.abs(B-P)<=1;return{outerHeightStyle:_,overflowing:q}},[a,c,t.placeholder]),m=o.useCallback(()=>{const C=v();if(pc(C))return;const S=u.current;S.style.height=`${C.outerHeightStyle}px`,S.style.overflow=C.overflowing?"hidden":""},[v]);ye(()=>{const C=()=>{m()};let S;const M=()=>{cancelAnimationFrame(S),S=requestAnimationFrame(()=>{C()})},I=h7(C),Z=u.current,y=$e(Z);y.addEventListener("resize",I);let L;return typeof ResizeObserver<"u"&&(L=new ResizeObserver(process.env.NODE_ENV==="test"?M:C),L.observe(Z)),()=>{I.clear(),cancelAnimationFrame(S),y.removeEventListener("resize",I),L&&L.disconnect()}},[v,m]),ye(()=>{m()});const E=C=>{h||m(),n&&n(C)};return l.jsxs(o.Fragment,{children:[l.jsx("textarea",U({value:d,onChange:E,ref:w,rows:c},f)),l.jsx("textarea",{"aria-hidden":!0,className:t.className,readOnly:!0,ref:p,tabIndex:-1,style:U({},wc.shadow,i,{paddingTop:0,paddingBottom:0})})]})});process.env.NODE_ENV!=="production"&&(tr.propTypes={className:V.string,maxRows:V.oneOfType([V.number,V.string]),minRows:V.oneOfType([V.number,V.string]),onChange:V.func,placeholder:V.string,style:V.object,value:V.oneOfType([V.arrayOf(V.string),V.number,V.string])});var rr={exports:{}};/*!
19
+ */var z0,h1;function fl(){if(h1)return z0;h1=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function a(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var s={},d=0;d<10;d++)s["_"+String.fromCharCode(d)]=d;var h=Object.getOwnPropertyNames(s).map(function(f){return s[f]});if(h.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(f){u[f]=f}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return z0=a()?Object.assign:function(i,s){for(var d,h=n(i),u,f=1;f<arguments.length;f++){d=Object(arguments[f]);for(var w in d)t.call(d,w)&&(h[w]=d[w]);if(e){u=e(d);for(var p=0;p<u.length;p++)r.call(d,u[p])&&(h[u[p]]=d[u[p]])}}return h},z0}var j0,f1;function q0(){if(f1)return j0;f1=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return j0=e,j0}var Y0,w1;function p1(){return w1||(w1=1,Y0=Function.call.bind(Object.prototype.hasOwnProperty)),Y0}var K0,g1;function wl(){if(g1)return K0;g1=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=q0(),r={},n=p1();e=function(i){var s="Warning: "+i;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function a(i,s,d,h,u){if(process.env.NODE_ENV!=="production"){for(var f in i)if(n(i,f)){var w;try{if(typeof i[f]!="function"){var p=Error((h||"React class")+": "+d+" type `"+f+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[f]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}w=i[f](s,f,h,d,null,t)}catch(m){w=m}if(w&&!(w instanceof Error)&&e((h||"React class")+": type specification of "+d+" `"+f+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof w+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),w instanceof Error&&!(w.message in r)){r[w.message]=!0;var g=u?u():"";e("Failed "+d+" type: "+w.message+(g??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},K0=a,K0}var G0,v1;function pl(){if(v1)return G0;v1=1;var e=u1(),t=fl(),r=q0(),n=p1(),a=wl(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(d){var h="Warning: "+d;typeof console<"u"&&console.error(h);try{throw new Error(h)}catch{}});function s(){return null}return G0=function(d,h){var u=typeof Symbol=="function"&&Symbol.iterator,f="@@iterator";function w(N){var V=N&&(u&&N[u]||N[f]);if(typeof V=="function")return V}var p="<<anonymous>>",g={array:I("array"),bigint:I("bigint"),bool:I("boolean"),func:I("function"),number:I("number"),object:I("object"),string:I("string"),symbol:I("symbol"),any:M(),arrayOf:C,element:Z(),elementType:y(),instanceOf:P,node:$(),objectOf:L,oneOf:F,oneOfType:B,shape:H,exact:z};function m(N,V){return N===V?N!==0||1/N===1/V:N!==N&&V!==V}function E(N,V){this.message=N,this.data=V&&typeof V=="object"?V:{},this.stack=""}E.prototype=Error.prototype;function S(N){if(process.env.NODE_ENV!=="production")var V={},te=0;function re(oe,J,q,Y,X,Q,de){if(Y=Y||p,Q=Q||q,de!==r){if(h){var U=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw U.name="Invariant Violation",U}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var we=Y+":"+q;!V[we]&&te<3&&(i("You are manually calling a React.PropTypes validation function for the `"+Q+"` prop on `"+Y+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),V[we]=!0,te++)}}return J[q]==null?oe?J[q]===null?new E("The "+X+" `"+Q+"` is marked as required "+("in `"+Y+"`, but its value is `null`.")):new E("The "+X+" `"+Q+"` is marked as required in "+("`"+Y+"`, but its value is `undefined`.")):null:N(J,q,Y,X,Q)}var ee=re.bind(null,!1);return ee.isRequired=re.bind(null,!0),ee}function I(N){function V(te,re,ee,oe,J,q){var Y=te[re],X=x(Y);if(X!==N){var Q=T(Y);return new E("Invalid "+oe+" `"+J+"` of type "+("`"+Q+"` supplied to `"+ee+"`, expected ")+("`"+N+"`."),{expectedType:N})}return null}return S(V)}function M(){return S(s)}function C(N){function V(te,re,ee,oe,J){if(typeof N!="function")return new E("Property `"+J+"` of component `"+ee+"` has invalid PropType notation inside arrayOf.");var q=te[re];if(!Array.isArray(q)){var Y=x(q);return new E("Invalid "+oe+" `"+J+"` of type "+("`"+Y+"` supplied to `"+ee+"`, expected an array."))}for(var X=0;X<q.length;X++){var Q=N(q,X,ee,oe,J+"["+X+"]",r);if(Q instanceof Error)return Q}return null}return S(V)}function Z(){function N(V,te,re,ee,oe){var J=V[te];if(!d(J)){var q=x(J);return new E("Invalid "+ee+" `"+oe+"` of type "+("`"+q+"` supplied to `"+re+"`, expected a single ReactElement."))}return null}return S(N)}function y(){function N(V,te,re,ee,oe){var J=V[te];if(!e.isValidElementType(J)){var q=x(J);return new E("Invalid "+ee+" `"+oe+"` of type "+("`"+q+"` supplied to `"+re+"`, expected a single ReactElement type."))}return null}return S(N)}function P(N){function V(te,re,ee,oe,J){if(!(te[re]instanceof N)){var q=N.name||p,Y=W(te[re]);return new E("Invalid "+oe+" `"+J+"` of type "+("`"+Y+"` supplied to `"+ee+"`, expected ")+("instance of `"+q+"`."))}return null}return S(V)}function F(N){if(!Array.isArray(N))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),s;function V(te,re,ee,oe,J){for(var q=te[re],Y=0;Y<N.length;Y++)if(m(q,N[Y]))return null;var X=JSON.stringify(N,function(de,U){var we=T(U);return we==="symbol"?String(U):U});return new E("Invalid "+oe+" `"+J+"` of value `"+String(q)+"` "+("supplied to `"+ee+"`, expected one of "+X+"."))}return S(V)}function L(N){function V(te,re,ee,oe,J){if(typeof N!="function")return new E("Property `"+J+"` of component `"+ee+"` has invalid PropType notation inside objectOf.");var q=te[re],Y=x(q);if(Y!=="object")return new E("Invalid "+oe+" `"+J+"` of type "+("`"+Y+"` supplied to `"+ee+"`, expected an object."));for(var X in q)if(n(q,X)){var Q=N(q,X,ee,oe,J+"."+X,r);if(Q instanceof Error)return Q}return null}return S(V)}function B(N){if(!Array.isArray(N))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var V=0;V<N.length;V++){var te=N[V];if(typeof te!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+D(te)+" at index "+V+"."),s}function re(ee,oe,J,q,Y){for(var X=[],Q=0;Q<N.length;Q++){var de=N[Q],U=de(ee,oe,J,q,Y,r);if(U==null)return null;U.data&&n(U.data,"expectedType")&&X.push(U.data.expectedType)}var we=X.length>0?", expected one of type ["+X.join(", ")+"]":"";return new E("Invalid "+q+" `"+Y+"` supplied to "+("`"+J+"`"+we+"."))}return S(re)}function $(){function N(V,te,re,ee,oe){return R(V[te])?null:new E("Invalid "+ee+" `"+oe+"` supplied to "+("`"+re+"`, expected a ReactNode."))}return S(N)}function K(N,V,te,re,ee){return new E((N||"React class")+": "+V+" type `"+te+"."+re+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+ee+"`.")}function H(N){function V(te,re,ee,oe,J){var q=te[re],Y=x(q);if(Y!=="object")return new E("Invalid "+oe+" `"+J+"` of type `"+Y+"` "+("supplied to `"+ee+"`, expected `object`."));for(var X in N){var Q=N[X];if(typeof Q!="function")return K(ee,oe,J,X,T(Q));var de=Q(q,X,ee,oe,J+"."+X,r);if(de)return de}return null}return S(V)}function z(N){function V(te,re,ee,oe,J){var q=te[re],Y=x(q);if(Y!=="object")return new E("Invalid "+oe+" `"+J+"` of type `"+Y+"` "+("supplied to `"+ee+"`, expected `object`."));var X=t({},te[re],N);for(var Q in X){var de=N[Q];if(n(N,Q)&&typeof de!="function")return K(ee,oe,J,Q,T(de));if(!de)return new E("Invalid "+oe+" `"+J+"` key `"+Q+"` supplied to `"+ee+"`.\nBad object: "+JSON.stringify(te[re],null," ")+`
20
+ Valid keys: `+JSON.stringify(Object.keys(N),null," "));var U=de(q,Q,ee,oe,J+"."+Q,r);if(U)return U}return null}return S(V)}function R(N){switch(typeof N){case"number":case"string":case"undefined":return!0;case"boolean":return!N;case"object":if(Array.isArray(N))return N.every(R);if(N===null||d(N))return!0;var V=w(N);if(V){var te=V.call(N),re;if(V!==N.entries){for(;!(re=te.next()).done;)if(!R(re.value))return!1}else for(;!(re=te.next()).done;){var ee=re.value;if(ee&&!R(ee[1]))return!1}}else return!1;return!0;default:return!1}}function A(N,V){return N==="symbol"?!0:V?V["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&V instanceof Symbol:!1}function x(N){var V=typeof N;return Array.isArray(N)?"array":N instanceof RegExp?"object":A(V,N)?"symbol":V}function T(N){if(typeof N>"u"||N===null)return""+N;var V=x(N);if(V==="object"){if(N instanceof Date)return"date";if(N instanceof RegExp)return"regexp"}return V}function D(N){var V=T(N);switch(V){case"array":case"object":return"an "+V;case"boolean":case"date":case"regexp":return"a "+V;default:return V}}function W(N){return!N.constructor||!N.constructor.name?p:N.constructor.name}return g.checkPropTypes=a,g.resetWarningCache=a.resetWarningCache,g.PropTypes=g,g},G0}var X0,m1;function gl(){if(m1)return X0;m1=1;var e=q0();function t(){}function r(){}return r.resetWarningCache=t,X0=function(){function n(s,d,h,u,f,w){if(w!==e){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}}n.isRequired=n;function a(){return n}var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:a,element:n,elementType:n,instanceOf:a,node:n,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i},X0}if(process.env.NODE_ENV!=="production"){var vl=u1(),ml=!0;W0.exports=pl()(vl.isElement,ml)}else W0.exports=gl()();var bl=W0.exports;const O=i1(bl);function El(e){const{prototype:t={}}=e;return!!t.isReactComponent}function b1(e,t,r,n,a){const i=e[t],s=a||t;if(i==null||typeof window>"u")return null;let d;const h=i.type;return typeof h=="function"&&!El(h)&&(d="Did you accidentally use a plain function component for an element instead?"),d!==void 0?new Error(`Invalid ${n} \`${s}\` supplied to \`${r}\`. Expected an element that can hold a ref. ${d} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const E1=l1(O.element,b1);E1.isRequired=l1(O.element.isRequired,b1);const y1=E1,yl="exact-prop: ​";function I1(e){return process.env.NODE_ENV==="production"?e:_({},e,{[yl]:t=>{const r=Object.keys(t).filter(n=>!e.hasOwnProperty(n));return r.length>0?new Error(`The following props are not supported: ${r.map(n=>`\`${n}\``).join(", ")}. Please remove them.`):null}})}function Il(e){let t="https://mui.com/production-error/?code="+e;for(let r=1;r<arguments.length;r+=1)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}function a0(e,t,r,n,a){if(process.env.NODE_ENV==="production")return null;const i=e[t],s=a||t;return i==null?null:i&&i.nodeType!==1?new Error(`Invalid ${n} \`${s}\` supplied to \`${r}\`. Expected an HTMLElement.`):null}function C1(...e){return e.reduce((t,r)=>r==null?t:function(...a){t.apply(this,a),r.apply(this,a)},()=>{})}function Cl(e,t=166){let r;function n(...a){const i=()=>{e.apply(this,a)};clearTimeout(r),r=setTimeout(i,t)}return n.clear=()=>{clearTimeout(r)},n}function Te(e){return e&&e.ownerDocument||document}function ze(e){return Te(e).defaultView||window}function Q0(e,t){typeof e=="function"?e(t):e&&(e.current=t)}const Me=typeof window<"u"?o.useLayoutEffect:o.useEffect;let S1=0;function Sl(e){const[t,r]=o.useState(e),n=e||t;return o.useEffect(()=>{t==null&&(S1+=1,r(`mui-${S1}`))},[t]),n}const M1=o["useId".toString()];function J0(e){if(M1!==void 0){const t=M1();return e??t}return Sl(e)}function Ml({controlled:e,default:t,name:r,state:n="value"}){const{current:a}=o.useRef(e!==void 0),[i,s]=o.useState(t),d=a?e:i;if(process.env.NODE_ENV!=="production"){o.useEffect(()=>{a!==(e!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${n} state of ${r} to be ${a?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
21
+ `))},[n,r,e]);const{current:u}=o.useRef(t);o.useEffect(()=>{!a&&u!==t&&console.error([`MUI: A component is changing the default ${n} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
22
+ `))},[JSON.stringify(t)])}const h=o.useCallback(u=>{a||s(u)},[]);return[d,h]}function x1(e){const t=o.useRef(e);return Me(()=>{t.current=e}),o.useRef((...r)=>(0,t.current)(...r)).current}function ge(...e){return o.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(r=>{Q0(r,t)})},e)}class et{constructor(){this.currentId=0,this.clear=()=>{this.currentId!==0&&(clearTimeout(this.currentId),this.currentId=0)},this.disposeEffect=()=>this.clear}static create(){return new et}start(t,r){this.clear(),this.currentId=setTimeout(()=>{this.currentId=0,r()},t)}}let l0=!0,tt=!1;const xl=new et,Zl={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function Al(e){const{type:t,tagName:r}=e;return!!(r==="INPUT"&&Zl[t]&&!e.readOnly||r==="TEXTAREA"&&!e.readOnly||e.isContentEditable)}function Tl(e){e.metaKey||e.altKey||e.ctrlKey||(l0=!0)}function rt(){l0=!1}function Nl(){this.visibilityState==="hidden"&&tt&&(l0=!0)}function Pl(e){e.addEventListener("keydown",Tl,!0),e.addEventListener("mousedown",rt,!0),e.addEventListener("pointerdown",rt,!0),e.addEventListener("touchstart",rt,!0),e.addEventListener("visibilitychange",Nl,!0)}function Ll(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch{}return l0||Al(t)}function Z1(){const e=o.useCallback(a=>{a!=null&&Pl(a.ownerDocument)},[]),t=o.useRef(!1);function r(){return t.current?(tt=!0,xl.start(100,()=>{tt=!1}),t.current=!1,!0):!1}function n(a){return Ll(a)?(t.current=!0,!0):!1}return{isFocusVisibleRef:t,onFocus:n,onBlur:r,ref:e}}function Fl(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}const Bl={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:-1,overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function A1(e,t,r=void 0){const n={};return Object.keys(e).forEach(a=>{n[a]=e[a].reduce((i,s)=>{if(s){const d=t(s);d!==""&&i.push(d),r&&r[s]&&i.push(r[s])}return i},[]).join(" ")}),n}const Hl={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function T1(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=T1(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function N1(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=T1(e))&&(n&&(n+=" "),n+=t);return n}function P1(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(r=>!(r.match(/^on[A-Z]/)&&typeof e[r]=="function")).forEach(r=>{t[r]=e[r]}),t}function Vl(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:a,className:i}=e;if(!t){const g=N1(r==null?void 0:r.className,i,a==null?void 0:a.className,n==null?void 0:n.className),m=_({},r==null?void 0:r.style,a==null?void 0:a.style,n==null?void 0:n.style),E=_({},r,a,n);return g.length>0&&(E.className=g),Object.keys(m).length>0&&(E.style=m),{props:E,internalRef:void 0}}const s=pe(_({},a,n)),d=P1(n),h=P1(a),u=t(s),f=N1(u==null?void 0:u.className,r==null?void 0:r.className,i,a==null?void 0:a.className,n==null?void 0:n.className),w=_({},u==null?void 0:u.style,r==null?void 0:r.style,a==null?void 0:a.style,n==null?void 0:n.style),p=_({},u,r,h,d);return f.length>0&&(p.className=f),Object.keys(w).length>0&&(p.style=w),{props:p,internalRef:u.ref}}const Ol=["elementType","externalSlotProps","ownerState","skipResolvingSlotProps"];function je(e){var t;const{elementType:r,externalSlotProps:n,ownerState:a,skipResolvingSlotProps:i=!1}=e,s=We(e,Ol),d=i?{}:cl(n,a),{props:h,internalRef:u}=Vl(_({},s,{externalSlotProps:d})),f=ge(u,d==null?void 0:d.ref,(t=e.additionalProps)==null?void 0:t.ref);return il(r,_({},h,{ref:f}),a)}const Dl=["ownerState"];function $l(e){return o.forwardRef(function(r,n){const a=We(r,Dl);return o.createElement(e,_({},a,{ref:n}))})}const L1="base";function kl(e){return`${L1}--${e}`}function _l(e,t){return`${L1}-${e}-${t}`}function nt(e,t){const r=Hl[t];return r?kl(r):_l(e,t)}function F1(e,t){const r={};return t.forEach(n=>{r[n]=nt(e,n)}),r}function i0(e={}){const{disabled:t=!1,focusableWhenDisabled:r,href:n,rootRef:a,tabIndex:i,to:s,type:d,rootElementName:h}=e,u=o.useRef(),[f,w]=o.useState(!1),{isFocusVisibleRef:p,onFocus:g,onBlur:m,ref:E}=Z1(),[S,I]=o.useState(!1);t&&!r&&S&&I(!1),o.useEffect(()=>{p.current=S},[S,p]);const[M,C]=dl({rootElementName:h??(n||s?"a":void 0),componentName:"Button"}),Z=A=>x=>{var T;S&&x.preventDefault(),(T=A.onMouseLeave)==null||T.call(A,x)},y=A=>x=>{var T;m(x),p.current===!1&&I(!1),(T=A.onBlur)==null||T.call(A,x)},P=A=>x=>{var T;if(u.current||(u.current=x.currentTarget),g(x),p.current===!0){var D;I(!0),(D=A.onFocusVisible)==null||D.call(A,x)}(T=A.onFocus)==null||T.call(A,x)},F=()=>{const A=u.current;return M==="BUTTON"||M==="INPUT"&&["button","submit","reset"].includes(A==null?void 0:A.type)||M==="A"&&(A==null?void 0:A.href)},L=A=>x=>{if(!t){var T;(T=A.onClick)==null||T.call(A,x)}},B=A=>x=>{var T;t||(w(!0),document.addEventListener("mouseup",()=>{w(!1)},{once:!0})),(T=A.onMouseDown)==null||T.call(A,x)},$=A=>x=>{var T;if((T=A.onKeyDown)==null||T.call(A,x),!x.defaultMuiPrevented&&(x.target===x.currentTarget&&!F()&&x.key===" "&&x.preventDefault(),x.target===x.currentTarget&&x.key===" "&&!t&&w(!0),x.target===x.currentTarget&&!F()&&x.key==="Enter"&&!t)){var D;(D=A.onClick)==null||D.call(A,x),x.preventDefault()}},K=A=>x=>{var T;if(x.target===x.currentTarget&&w(!1),(T=A.onKeyUp)==null||T.call(A,x),x.target===x.currentTarget&&!F()&&!t&&x.key===" "&&!x.defaultMuiPrevented){var D;(D=A.onClick)==null||D.call(A,x)}},H=ge(C,a,E,u),z={};return i!==void 0&&(z.tabIndex=i),M==="BUTTON"?(z.type=d??"button",r?z["aria-disabled"]=t:z.disabled=t):M==="INPUT"?d&&["button","submit","reset"].includes(d)&&(r?z["aria-disabled"]=t:z.disabled=t):M!==""&&(!n&&!s&&(z.role="button",z.tabIndex=i??0),t&&(z["aria-disabled"]=t,z.tabIndex=r?i??0:-1)),{getRootProps:(A={})=>{const x=_({},pe(e),pe(A)),T=_({type:d},x,z,A,{onBlur:y(x),onClick:L(x),onFocus:P(x),onKeyDown:$(x),onKeyUp:K(x),onMouseDown:B(x),onMouseLeave:Z(x),ref:H});return delete T.onFocusVisible,T},focusVisible:S,setFocusVisible:I,active:f,rootRef:H}}const qe=o.createContext(null);process.env.NODE_ENV!=="production"&&(qe.displayName="DropdownContext");function Rl(e,t){return e===t}const ot={},B1=()=>{};function at(e,t){const r=_({},e);return Object.keys(t).forEach(n=>{t[n]!==void 0&&(r[n]=t[n])}),r}function Ul(e){const{nextState:t,initialState:r,stateComparers:n,onStateChange:a,controlledProps:i,lastActionRef:s}=e,d=o.useRef(r);o.useEffect(()=>{if(s.current===null)return;const h=at(d.current,i);Object.keys(t).forEach(u=>{var f;const w=(f=n[u])!=null?f:Rl,p=t[u],g=h[u];if(g==null&&p!=null||g!=null&&p==null||g!=null&&p!=null&&!w(p,g)){var m,E;a==null||a((m=s.current.event)!=null?m:null,u,p,(E=s.current.type)!=null?E:"",t)}}),d.current=t,s.current=null},[d,t,s,a,n,i])}function H1(e){const t=o.useRef(null),{reducer:r,initialState:n,controlledProps:a=ot,stateComparers:i=ot,onStateChange:s=B1,actionContext:d,componentName:h=""}=e,u=o.useRef(a);process.env.NODE_ENV!=="production"&&o.useEffect(()=>{Object.keys(a).forEach(m=>{u.current[m]!==void 0&&a[m]===void 0&&console.error(`useControllableReducer: ${h?`The ${h} component`:"A component"} is changing a controlled prop to be uncontrolled: ${m}`),u.current[m]===void 0&&a[m]!==void 0&&console.error(`useControllableReducer: ${h?`The ${h} component`:"A component"} is changing an uncontrolled prop to be controlled: ${m}`)})},[a,h]);const f=o.useCallback((m,E)=>{t.current=E;const S=at(m,a);return r(S,E)},[a,r]),[w,p]=o.useReducer(f,n),g=o.useCallback(m=>{p(_({},m,{context:d}))},[d]);return Ul({nextState:w,initialState:n,stateComparers:i??ot,onStateChange:s??B1,controlledProps:a,lastActionRef:t}),[at(w,a),g]}const Ie={blur:"dropdown:blur",escapeKeyDown:"dropdown:escapeKeyDown",toggle:"dropdown:toggle",open:"dropdown:open",close:"dropdown:close"};function Wl(e,t){switch(t.type){case Ie.blur:return{open:!1,changeReason:t.event};case Ie.escapeKeyDown:return{open:!1,changeReason:t.event};case Ie.toggle:return{open:!e.open,changeReason:t.event};case Ie.open:return{open:!0,changeReason:t.event};case Ie.close:return{open:!1,changeReason:t.event};default:throw new Error("Unhandled action")}}function zl(e={}){const{defaultOpen:t,onOpenChange:r,open:n,componentName:a="useDropdown"}=e,[i,s]=o.useState(""),[d,h]=o.useState(null),u=o.useRef(null),f=o.useCallback((E,S,I,M)=>{S==="open"&&(r==null||r(E,I)),u.current=M},[r]),w=o.useMemo(()=>n!==void 0?{open:n}:{},[n]),[p,g]=H1({controlledProps:w,initialState:t?{open:!0,changeReason:null}:{open:!1,changeReason:null},onStateChange:f,reducer:Wl,componentName:a});return o.useEffect(()=>{!p.open&&u.current!==null&&u.current!==Ie.blur&&(d==null||d.focus())},[p.open,d]),{contextValue:{state:p,dispatch:g,popupId:i,registerPopup:s,registerTrigger:h,triggerElement:d},open:p.open}}const jl=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function ql(e){const t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?e.contentEditable==="true"||(e.nodeName==="AUDIO"||e.nodeName==="VIDEO"||e.nodeName==="DETAILS")&&e.getAttribute("tabindex")===null?0:e.tabIndex:t}function Yl(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=n=>e.ownerDocument.querySelector(`input[type="radio"]${n}`);let r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}function Kl(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||Yl(e))}function Gl(e){const t=[],r=[];return Array.from(e.querySelectorAll(jl)).forEach((n,a)=>{const i=ql(n);i===-1||!Kl(n)||(i===0?t.push(n):r.push({documentOrder:a,tabIndex:i,node:n}))}),r.sort((n,a)=>n.tabIndex===a.tabIndex?n.documentOrder-a.documentOrder:n.tabIndex-a.tabIndex).map(n=>n.node).concat(t)}function Xl(){return!0}function s0(e){const{children:t,disableAutoFocus:r=!1,disableEnforceFocus:n=!1,disableRestoreFocus:a=!1,getTabbable:i=Gl,isEnabled:s=Xl,open:d}=e,h=o.useRef(!1),u=o.useRef(null),f=o.useRef(null),w=o.useRef(null),p=o.useRef(null),g=o.useRef(!1),m=o.useRef(null),E=ge(t.ref,m),S=o.useRef(null);o.useEffect(()=>{!d||!m.current||(g.current=!r)},[r,d]),o.useEffect(()=>{if(!d||!m.current)return;const C=Te(m.current);return m.current.contains(C.activeElement)||(m.current.hasAttribute("tabIndex")||(process.env.NODE_ENV!=="production"&&console.error(["MUI: The modal content node does not accept focus.",'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
23
+ `)),m.current.setAttribute("tabIndex","-1")),g.current&&m.current.focus()),()=>{a||(w.current&&w.current.focus&&(h.current=!0,w.current.focus()),w.current=null)}},[d]),o.useEffect(()=>{if(!d||!m.current)return;const C=Te(m.current),Z=F=>{S.current=F,!(n||!s()||F.key!=="Tab")&&C.activeElement===m.current&&F.shiftKey&&(h.current=!0,f.current&&f.current.focus())},y=()=>{const F=m.current;if(F===null)return;if(!C.hasFocus()||!s()||h.current){h.current=!1;return}if(F.contains(C.activeElement)||n&&C.activeElement!==u.current&&C.activeElement!==f.current)return;if(C.activeElement!==p.current)p.current=null;else if(p.current!==null)return;if(!g.current)return;let L=[];if((C.activeElement===u.current||C.activeElement===f.current)&&(L=i(m.current)),L.length>0){var B,$;const K=!!((B=S.current)!=null&&B.shiftKey&&(($=S.current)==null?void 0:$.key)==="Tab"),H=L[0],z=L[L.length-1];typeof H!="string"&&typeof z!="string"&&(K?z.focus():H.focus())}else F.focus()};C.addEventListener("focusin",y),C.addEventListener("keydown",Z,!0);const P=setInterval(()=>{C.activeElement&&C.activeElement.tagName==="BODY"&&y()},50);return()=>{clearInterval(P),C.removeEventListener("focusin",y),C.removeEventListener("keydown",Z,!0)}},[r,n,a,s,d,i]);const I=C=>{w.current===null&&(w.current=C.relatedTarget),g.current=!0,p.current=C.target;const Z=t.props.onFocus;Z&&Z(C)},M=C=>{w.current===null&&(w.current=C.relatedTarget),g.current=!0};return l.jsxs(o.Fragment,{children:[l.jsx("div",{tabIndex:d?0:-1,onFocus:M,ref:u,"data-testid":"sentinelStart"}),o.cloneElement(t,{ref:E,onFocus:I}),l.jsx("div",{tabIndex:d?0:-1,onFocus:M,ref:f,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(s0.propTypes={children:y1,disableAutoFocus:O.bool,disableEnforceFocus:O.bool,disableRestoreFocus:O.bool,getTabbable:O.func,isEnabled:O.func,open:O.bool.isRequired}),process.env.NODE_ENV!=="production"&&(s0["propTypes"]=I1(s0.propTypes));const V1=o.createContext(void 0);process.env.NODE_ENV!=="production"&&(V1.displayName="FormControlContext");function Ql(){return o.useContext(V1)}function Jl(e={}){const{defaultValue:t,disabled:r=!1,error:n=!1,onBlur:a,onChange:i,onFocus:s,required:d=!1,value:h,inputRef:u}=e,f=Ql();let w,p,g,m,E;if(f){var S,I,M;if(w=void 0,p=(S=f.disabled)!=null?S:!1,g=(I=f.error)!=null?I:!1,m=(M=f.required)!=null?M:!1,E=f.value,process.env.NODE_ENV!=="production"){const A=["defaultValue","disabled","error","required","value"].filter(x=>e[x]!==void 0);A.length>0&&console.warn(["MUI: You have set props on an input that is inside a FormControl.","Set these props on a FormControl instead. Otherwise they will be ignored.",`Ignored props: ${A.join(", ")}`].join(`
24
+ `))}}else w=t,p=r,g=n,m=d,E=h;const{current:C}=o.useRef(E!=null),Z=o.useCallback(A=>{process.env.NODE_ENV!=="production"&&A&&A.nodeName!=="INPUT"&&!A.focus&&console.error(["MUI: You have provided a `slots.input` to the input component","that does not correctly handle the `ref` prop.","Make sure the `ref` prop is called with a HTMLInputElement."].join(`
25
+ `))},[]),y=o.useRef(null),P=ge(y,u,Z),[F,L]=o.useState(!1);o.useEffect(()=>{!f&&p&&F&&(L(!1),a==null||a())},[f,p,F,a]);const B=A=>x=>{var T;if(f!=null&&f.disabled){x.stopPropagation();return}if((T=A.onFocus)==null||T.call(A,x),f&&f.onFocus){var D;f==null||(D=f.onFocus)==null||D.call(f)}else L(!0)},$=A=>x=>{var T;(T=A.onBlur)==null||T.call(A,x),f&&f.onBlur?f.onBlur():L(!1)},K=A=>(x,...T)=>{var D,W;if(!C&&(x.target||y.current)==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI: Expected valid input target. Did you use a custom `slots.input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":Il(17));f==null||(D=f.onChange)==null||D.call(f,x),(W=A.onChange)==null||W.call(A,x,...T)},H=A=>x=>{var T;y.current&&x.currentTarget===x.target&&y.current.focus(),(T=A.onClick)==null||T.call(A,x)};return{disabled:p,error:g,focused:F,formControlContext:f,getInputProps:(A={})=>{const T=_({},{onBlur:a,onChange:i,onFocus:s},pe(A)),D=_({},T,{onBlur:$(T),onChange:K(T),onFocus:B(T)});return _({},D,{"aria-invalid":g||void 0,defaultValue:w,value:E,required:m,disabled:p},A,{ref:P},D)},getRootProps:(A={})=>{const x=pe(e,["onBlur","onChange","onFocus"]),T=_({},x,pe(A));return _({},A,T,{onClick:H(T)})},inputRef:P,required:m,value:E}}const ce={blur:"list:blur",focus:"list:focus",itemClick:"list:itemClick",itemHover:"list:itemHover",itemsChange:"list:itemsChange",keyDown:"list:keyDown",resetHighlight:"list:resetHighlight",highlightLast:"list:highlightLast",textNavigation:"list:textNavigation",clearSelection:"list:clearSelection"};function e7(e,t,r,n,a,i){if(r.length===0||!n&&r.every((d,h)=>a(d,h)))return-1;let s=e;for(;;){if(!i&&t==="next"&&s===r.length||!i&&t==="previous"&&s===-1)return-1;if(n?!1:a(r[s],s))s+=t==="next"?1:-1,i&&(s=(s+r.length)%r.length);else return s}}function fe(e,t,r){var n;const{items:a,isItemDisabled:i,disableListWrap:s,disabledItemsFocusable:d,itemComparer:h,focusManagement:u}=r,f=u==="DOM"?0:-1,w=a.length-1,p=e==null?-1:a.findIndex(I=>h(I,e));let g,m,E=!s;switch(t){case"reset":if(f===-1)return null;g=0,m="next",E=!1;break;case"start":g=0,m="next",E=!1;break;case"end":g=w,m="previous",E=!1;break;default:{const I=p+t;I<0?!E&&p!==-1||Math.abs(t)>1?(g=0,m="next"):(g=w,m="previous"):I>w?!E||Math.abs(t)>1?(g=w,m="previous"):(g=0,m="next"):(g=I,m=t>=0?"next":"previous")}}const S=e7(g,m,a,d,i,E);return S===-1&&e!==null&&!i(e,p)?e:(n=a[S])!=null?n:null}function t7(e,t,r,n){return r==="none"?[]:r==="single"?n(t[0],e)?t:[e]:t.some(a=>n(a,e))?t.filter(a=>!n(a,e)):[...t,e]}function lt(e,t,r){const{itemComparer:n,isItemDisabled:a,selectionMode:i,items:s}=r,{selectedValues:d}=t,h=s.findIndex(f=>n(e,f));if(a(e,h))return t;const u=t7(e,d,i,n);return _({},t,{selectedValues:u,highlightedValue:e})}function r7(e,t,r){const n=t.highlightedValue,{orientation:a,pageSize:i}=r;switch(e){case"Home":return _({},t,{highlightedValue:fe(n,"start",r)});case"End":return _({},t,{highlightedValue:fe(n,"end",r)});case"PageUp":return _({},t,{highlightedValue:fe(n,-i,r)});case"PageDown":return _({},t,{highlightedValue:fe(n,i,r)});case"ArrowUp":if(a!=="vertical")break;return _({},t,{highlightedValue:fe(n,-1,r)});case"ArrowDown":if(a!=="vertical")break;return _({},t,{highlightedValue:fe(n,1,r)});case"ArrowLeft":{if(a==="vertical")break;return _({},t,{highlightedValue:fe(n,a==="horizontal-ltr"?-1:1,r)})}case"ArrowRight":{if(a==="vertical")break;return _({},t,{highlightedValue:fe(n,a==="horizontal-ltr"?1:-1,r)})}case"Enter":case" ":return t.highlightedValue===null?t:lt(t.highlightedValue,t,r)}return t}function n7(e,t){return t.focusManagement==="DOM"?e:_({},e,{highlightedValue:null})}function o7(e,t,r){var n;const a=(n=r(e))==null?void 0:n.trim().toLowerCase();return!a||a.length===0?!1:a.indexOf(t)===0}function a7(e,t,r){const{items:n,isItemDisabled:a,disabledItemsFocusable:i,getItemAsString:s}=r,d=t.length>1;let h=d?e.highlightedValue:fe(e.highlightedValue,1,r);for(let u=0;u<n.length;u+=1){if(!h||!d&&e.highlightedValue===h)return e;if(o7(h,t,s)&&(!a(h,n.indexOf(h))||i))return _({},e,{highlightedValue:h});h=fe(h,1,r)}return e}function l7(e,t,r,n){var a;const{itemComparer:i,focusManagement:s}=n;let d=null;if(r.highlightedValue!=null){var h;d=(h=e.find(w=>i(w,r.highlightedValue)))!=null?h:null}else s==="DOM"&&t.length===0&&(d=fe(null,"reset",n));const f=((a=r.selectedValues)!=null?a:[]).filter(w=>e.some(p=>i(p,w)));return _({},r,{highlightedValue:d,selectedValues:f})}function i7(e,t){return _({},e,{highlightedValue:fe(null,"reset",t)})}function s7(e,t){return _({},e,{highlightedValue:fe(null,"end",t)})}function c7(e,t){return _({},e,{selectedValues:[],highlightedValue:fe(null,"reset",t)})}function it(e,t){const{type:r,context:n}=t;switch(r){case ce.keyDown:return r7(t.key,e,n);case ce.itemClick:return lt(t.item,e,n);case ce.blur:return n7(e,n);case ce.textNavigation:return a7(e,t.searchString,n);case ce.itemsChange:return l7(t.items,t.previousItems,e,n);case ce.resetHighlight:return i7(e,n);case ce.highlightLast:return s7(e,n);case ce.clearSelection:return c7(e,n);default:return e}}const d7=500;function u7(e){const t=o.useRef({searchString:"",lastTime:null});return o.useCallback(r=>{if(r.key.length===1&&r.key!==" "){const n=t.current,a=r.key.toLowerCase(),i=performance.now();n.searchString.length>0&&n.lastTime&&i-n.lastTime>d7?n.searchString=a:(n.searchString.length!==1||a!==n.searchString)&&(n.searchString+=a),n.lastTime=i,e(n.searchString,r)}},[e])}const O1={},h7=()=>{},f7=(e,t)=>e===t,w7=()=>!1,p7=e=>typeof e=="string"?e:String(e),g7=()=>({highlightedValue:null,selectedValues:[]});function D1(e){const{controlledProps:t=O1,disabledItemsFocusable:r=!1,disableListWrap:n=!1,focusManagement:a="activeDescendant",getInitialState:i=g7,getItemDomElement:s,getItemId:d,isItemDisabled:h=w7,rootRef:u,onStateChange:f=h7,items:w,itemComparer:p=f7,getItemAsString:g=p7,onChange:m,onHighlightChange:E,onItemsChange:S,orientation:I="vertical",pageSize:M=5,reducerActionContext:C=O1,selectionMode:Z="single",stateReducer:y,componentName:P="useList"}=e;if(process.env.NODE_ENV!=="production"){if(a==="DOM"&&s==null)throw new Error("useList: The `getItemDomElement` prop is required when using the `DOM` focus management.");if(a==="activeDescendant"&&d==null)throw new Error("useList: The `getItemId` prop is required when using the `activeDescendant` focus management.")}const F=o.useRef(null),L=ge(u,F),B=o.useCallback((q,Y,X)=>{if(E==null||E(q,Y,X),a==="DOM"&&Y!=null&&(X===ce.itemClick||X===ce.keyDown||X===ce.textNavigation)){var Q;s==null||(Q=s(Y))==null||Q.focus()}},[s,E,a]),$=o.useMemo(()=>({highlightedValue:p,selectedValues:(q,Y)=>n1(q,Y,p)}),[p]),K=o.useCallback((q,Y,X,Q,de)=>{switch(f==null||f(q,Y,X,Q,de),Y){case"highlightedValue":B(q,X,Q);break;case"selectedValues":m==null||m(q,X,Q);break}},[B,m,f]),H=o.useMemo(()=>({disabledItemsFocusable:r,disableListWrap:n,focusManagement:a,isItemDisabled:h,itemComparer:p,items:w,getItemAsString:g,onHighlightChange:B,orientation:I,pageSize:M,selectionMode:Z,stateComparers:$}),[r,n,a,h,p,w,g,B,I,M,Z,$]),z=i(),R=y??it,A=o.useMemo(()=>_({},C,H),[C,H]),[x,T]=H1({reducer:R,actionContext:A,initialState:z,controlledProps:t,stateComparers:$,onStateChange:K,componentName:P}),{highlightedValue:D,selectedValues:W}=x,N=u7((q,Y)=>T({type:ce.textNavigation,event:Y,searchString:q})),V=o.useRef([]);o.useEffect(()=>{n1(V.current,w,p)||(T({type:ce.itemsChange,event:null,items:w,previousItems:V.current}),V.current=w,S==null||S(w))},[w,p,T,S]);const te=q=>Y=>{var X;if((X=q.onKeyDown)==null||X.call(q,Y),Y.defaultMuiPrevented)return;const Q=["Home","End","PageUp","PageDown"];I==="vertical"?Q.push("ArrowUp","ArrowDown"):Q.push("ArrowLeft","ArrowRight"),a==="activeDescendant"&&Q.push(" ","Enter"),Q.includes(Y.key)&&Y.preventDefault(),T({type:ce.keyDown,key:Y.key,event:Y}),N(Y)},re=q=>Y=>{var X,Q;(X=q.onBlur)==null||X.call(q,Y),!Y.defaultMuiPrevented&&((Q=F.current)!=null&&Q.contains(Y.relatedTarget)||T({type:ce.blur,event:Y}))},ee=(q={})=>{const Y=pe(q);return _({},q,{"aria-activedescendant":a==="activeDescendant"&&D!=null?d(D):void 0,tabIndex:a==="DOM"?-1:0,ref:L},Y,{onBlur:re(Y),onKeyDown:te(Y)})},oe=o.useCallback(q=>{const Y=(W??[]).some(de=>de!=null&&p(q,de)),X=D!=null&&p(q,D);return{focusable:a==="DOM",highlighted:X,selected:Y}},[p,W,D,a]),J=o.useMemo(()=>({dispatch:T,getItemState:oe}),[T,oe]);return o.useDebugValue({state:x}),{contextValue:J,dispatch:T,getRootProps:ee,rootRef:L,state:x}}const c0=o.createContext(null);process.env.NODE_ENV!=="production"&&(c0.displayName="ListContext");function v7(e){const{handlePointerOverEvents:t=!1,item:r}=e,n=o.useContext(c0);if(!n)throw new Error("useListItem must be used within a ListProvider");const{dispatch:a,getItemState:i}=n,{highlighted:s,selected:d,focusable:h}=i(r),u=o.useCallback(g=>m=>{var E;if((E=g.onClick)==null||E.call(g,m),!m.defaultPrevented){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
26
+ `));a({type:ce.itemClick,item:r,event:m})}},[a,r]),f=o.useCallback(g=>m=>{var E;if((E=g.onMouseOver)==null||E.call(g,m),!m.defaultPrevented){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
27
+ `));a({type:ce.itemHover,item:r,event:m})}},[a,r]);let w;return h&&(w=s?0:-1),{getRootProps:(g={})=>{const m=pe(g);return _({},g,{onClick:u(m),onPointerOver:t?f(m):void 0,tabIndex:w})},highlighted:s,selected:d}}function m7(e,t){if(t.type===ce.itemHover)return _({},e,{highlightedValue:t.item});const r=it(e,t);if(r.highlightedValue===null&&t.context.items.length>0)return _({},r,{highlightedValue:t.context.items[0]});if(t.type===ce.keyDown&&t.event.key==="Escape")return _({},r,{open:!1});if(t.type===ce.blur){var n;if(!((n=t.context.listboxRef.current)!=null&&n.contains(t.event.relatedTarget))){var a,i;const s=(a=t.context.listboxRef.current)==null?void 0:a.getAttribute("id"),d=(i=t.event.relatedTarget)==null?void 0:i.getAttribute("aria-controls");return s&&d&&s===d?r:_({},r,{open:!1,highlightedValue:t.context.items[0]})}}return r}const d0=o.createContext(null);process.env.NODE_ENV!=="production"&&(d0.displayName="CompoundComponentContext");function b7(e){const t=Array.from(e.keys()).map(r=>{const n=e.get(r);return{key:r,subitem:n}});return t.sort((r,n)=>{const a=r.subitem.ref.current,i=n.subitem.ref.current;return a===null||i===null||a===i?0:a.compareDocumentPosition(i)&Node.DOCUMENT_POSITION_PRECEDING?1:-1}),new Map(t.map(r=>[r.key,r.subitem]))}function $1(){const[e,t]=o.useState(new Map),r=o.useRef(new Set),n=o.useCallback(function(u){r.current.delete(u),t(f=>{const w=new Map(f);return w.delete(u),w})},[]),a=o.useCallback(function(u,f){let w;return typeof u=="function"?w=u(r.current):w=u,r.current.add(w),t(p=>{const g=new Map(p);return g.set(w,f),g}),{id:w,deregister:()=>n(w)}},[n]),i=o.useMemo(()=>b7(e),[e]),s=o.useCallback(function(u){return Array.from(i.keys()).indexOf(u)},[i]);return{contextValue:o.useMemo(()=>({getItemIndex:s,registerItem:a,totalSubitemCount:e.size}),[s,a,e.size]),subitems:i}}function E7(e,t){const r=o.useContext(d0);if(r===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:n}=r,[a,i]=o.useState(typeof e=="function"?void 0:e);return Me(()=>{const{id:s,deregister:d}=n(e,t);return i(s),d},[n,t,e]),{id:a,index:a!==void 0?r.getItemIndex(a):-1,totalItemCount:r.totalSubitemCount}}function De(e,t){return function(n={}){const a=_({},n,e(n));return _({},a,t(a))}}const y7={dispatch:()=>{},popupId:"",registerPopup:()=>{},registerTrigger:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function I7(e={}){var t,r;const{listboxRef:n,onItemsChange:a,id:i,disabledItemsFocusable:s=!0,disableListWrap:d=!1,autoFocus:h=!0,componentName:u="useMenu"}=e,f=o.useRef(null),w=ge(f,n),p=(t=J0(i))!=null?t:"",{state:{open:g,changeReason:m},dispatch:E,triggerElement:S,registerPopup:I}=(r=o.useContext(qe))!=null?r:y7,M=o.useRef(g),{subitems:C,contextValue:Z}=$1(),y=o.useMemo(()=>Array.from(C.keys()),[C]),P=o.useCallback(W=>{var N,V;return W==null?null:(N=(V=C.get(W))==null?void 0:V.ref.current)!=null?N:null},[C]),F=o.useCallback(W=>{var N;return(C==null||(N=C.get(W))==null?void 0:N.disabled)||!1},[C]),L=o.useCallback(W=>{var N,V;return((N=C.get(W))==null?void 0:N.label)||((V=C.get(W))==null||(V=V.ref.current)==null?void 0:V.innerText)},[C]),B=o.useMemo(()=>({listboxRef:f}),[f]),{dispatch:$,getRootProps:K,contextValue:H,state:{highlightedValue:z},rootRef:R}=D1({disabledItemsFocusable:s,disableListWrap:d,focusManagement:"DOM",getItemDomElement:P,getInitialState:()=>({selectedValues:[],highlightedValue:null}),isItemDisabled:F,items:y,getItemAsString:L,rootRef:w,onItemsChange:a,reducerActionContext:B,selectionMode:"none",stateReducer:m7,componentName:u});Me(()=>{I(p)},[p,I]),Me(()=>{g&&(m==null?void 0:m.type)==="keydown"&&m.key==="ArrowUp"&&$({type:ce.highlightLast,event:m})},[g,m,$]),o.useEffect(()=>{if(g&&h&&z&&!M.current){var W;(W=C.get(z))==null||(W=W.ref)==null||(W=W.current)==null||W.focus()}},[g,h,z,C,y]),o.useEffect(()=>{var W;if((W=f.current)!=null&&W.contains(document.activeElement)&&z!==null){var N;C==null||(N=C.get(z))==null||(N=N.ref.current)==null||N.focus()}},[z,C]);const A=W=>N=>{var V,te;(V=W.onBlur)==null||V.call(W,N),!N.defaultMuiPrevented&&((te=f.current)!=null&&te.contains(N.relatedTarget)||N.relatedTarget===S||E({type:Ie.blur,event:N}))},x=W=>N=>{var V;(V=W.onKeyDown)==null||V.call(W,N),!N.defaultMuiPrevented&&N.key==="Escape"&&E({type:Ie.escapeKeyDown,event:N})},T=(W={})=>({onBlur:A(W),onKeyDown:x(W)}),D=(W={})=>{const N=De(T,K),V=pe(W);return _({},W,V,N(V),{id:p,role:"menu"})};return o.useDebugValue({subitems:C,highlightedValue:z}),{contextValue:_({},Z,H),dispatch:$,getListboxProps:D,highlightedValue:z,listboxRef:R,menuItems:C,open:g,triggerElement:S}}function C7(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:i,registerItem:s,totalSubitemCount:d}=t,h=o.useMemo(()=>({dispatch:n,getItemState:i,getItemIndex:a}),[n,a,i]),u=o.useMemo(()=>({getItemIndex:a,registerItem:s,totalSubitemCount:d}),[s,a,d]);return l.jsx(d0.Provider,{value:u,children:l.jsx(c0.Provider,{value:h,children:r})})}const $e=Math.min,Fe=Math.max,u0=Math.round,h0=Math.floor,Ne=e=>({x:e,y:e}),S7={left:"right",right:"left",bottom:"top",top:"bottom"},M7={start:"end",end:"start"};function st(e,t,r){return Fe(e,$e(t,r))}function Ye(e,t){return typeof e=="function"?e(t):e}function Be(e){return e.split("-")[0]}function Ke(e){return e.split("-")[1]}function k1(e){return e==="x"?"y":"x"}function ct(e){return e==="y"?"height":"width"}function f0(e){return["top","bottom"].includes(Be(e))?"y":"x"}function dt(e){return k1(f0(e))}function x7(e,t,r){r===void 0&&(r=!1);const n=Ke(e),a=dt(e),i=ct(a);let s=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=w0(s)),[s,w0(s)]}function Z7(e){const t=w0(e);return[ut(e),t,ut(t)]}function ut(e){return e.replace(/start|end/g,t=>M7[t])}function A7(e,t,r){const n=["left","right"],a=["right","left"],i=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return r?t?a:n:t?n:a;case"left":case"right":return t?i:s;default:return[]}}function T7(e,t,r,n){const a=Ke(e);let i=A7(Be(e),r==="start",n);return a&&(i=i.map(s=>s+"-"+a),t&&(i=i.concat(i.map(ut)))),i}function w0(e){return e.replace(/left|right|bottom|top/g,t=>S7[t])}function N7(e){return{top:0,right:0,bottom:0,left:0,...e}}function _1(e){return typeof e!="number"?N7(e):{top:e,right:e,bottom:e,left:e}}function p0(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function R1(e,t,r){let{reference:n,floating:a}=e;const i=f0(t),s=dt(t),d=ct(s),h=Be(t),u=i==="y",f=n.x+n.width/2-a.width/2,w=n.y+n.height/2-a.height/2,p=n[d]/2-a[d]/2;let g;switch(h){case"top":g={x:f,y:n.y-a.height};break;case"bottom":g={x:f,y:n.y+n.height};break;case"right":g={x:n.x+n.width,y:w};break;case"left":g={x:n.x-a.width,y:w};break;default:g={x:n.x,y:n.y}}switch(Ke(t)){case"start":g[s]-=p*(r&&u?-1:1);break;case"end":g[s]+=p*(r&&u?-1:1);break}return g}const P7=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,d=i.filter(Boolean),h=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:f,y:w}=R1(u,n,h),p=n,g={},m=0;for(let E=0;E<d.length;E++){const{name:S,fn:I}=d[E],{x:M,y:C,data:Z,reset:y}=await I({x:f,y:w,initialPlacement:n,placement:p,strategy:a,middlewareData:g,rects:u,platform:s,elements:{reference:e,floating:t}});f=M??f,w=C??w,g={...g,[S]:{...g[S],...Z}},y&&m<=50&&(m++,typeof y=="object"&&(y.placement&&(p=y.placement),y.rects&&(u=y.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:f,y:w}=R1(u,p,h)),E=-1)}return{x:f,y:w,placement:p,strategy:a,middlewareData:g}};async function U1(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:i,rects:s,elements:d,strategy:h}=e,{boundary:u="clippingAncestors",rootBoundary:f="viewport",elementContext:w="floating",altBoundary:p=!1,padding:g=0}=Ye(t,e),m=_1(g),S=d[p?w==="floating"?"reference":"floating":w],I=p0(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(S)))==null||r?S:S.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(d.floating)),boundary:u,rootBoundary:f,strategy:h})),M=w==="floating"?{...s.floating,x:n,y:a}:s.reference,C=await(i.getOffsetParent==null?void 0:i.getOffsetParent(d.floating)),Z=await(i.isElement==null?void 0:i.isElement(C))?await(i.getScale==null?void 0:i.getScale(C))||{x:1,y:1}:{x:1,y:1},y=p0(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:M,offsetParent:C,strategy:h}):M);return{top:(I.top-y.top+m.top)/Z.y,bottom:(y.bottom-I.bottom+m.bottom)/Z.y,left:(I.left-y.left+m.left)/Z.x,right:(y.right-I.right+m.right)/Z.x}}const L7=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:a,rects:i,platform:s,elements:d,middlewareData:h}=t,{element:u,padding:f=0}=Ye(e,t)||{};if(u==null)return{};const w=_1(f),p={x:r,y:n},g=dt(a),m=ct(g),E=await s.getDimensions(u),S=g==="y",I=S?"top":"left",M=S?"bottom":"right",C=S?"clientHeight":"clientWidth",Z=i.reference[m]+i.reference[g]-p[g]-i.floating[m],y=p[g]-i.reference[g],P=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u));let F=P?P[C]:0;(!F||!await(s.isElement==null?void 0:s.isElement(P)))&&(F=d.floating[C]||i.floating[m]);const L=Z/2-y/2,B=F/2-E[m]/2-1,$=$e(w[I],B),K=$e(w[M],B),H=$,z=F-E[m]-K,R=F/2-E[m]/2+L,A=st(H,R,z),x=!h.arrow&&Ke(a)!=null&&R!==A&&i.reference[m]/2-(R<H?$:K)-E[m]/2<0,T=x?R<H?R-H:R-z:0;return{[g]:p[g]+T,data:{[g]:A,centerOffset:R-A-T,...x&&{alignmentOffset:T}},reset:x}}}),F7=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:i,rects:s,initialPlacement:d,platform:h,elements:u}=t,{mainAxis:f=!0,crossAxis:w=!0,fallbackPlacements:p,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:E=!0,...S}=Ye(e,t);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const I=Be(a),M=Be(d)===d,C=await(h.isRTL==null?void 0:h.isRTL(u.floating)),Z=p||(M||!E?[w0(d)]:Z7(d));!p&&m!=="none"&&Z.push(...T7(d,E,m,C));const y=[d,...Z],P=await U1(t,S),F=[];let L=((n=i.flip)==null?void 0:n.overflows)||[];if(f&&F.push(P[I]),w){const H=x7(a,s,C);F.push(P[H[0]],P[H[1]])}if(L=[...L,{placement:a,overflows:F}],!F.every(H=>H<=0)){var B,$;const H=(((B=i.flip)==null?void 0:B.index)||0)+1,z=y[H];if(z)return{data:{index:H,overflows:L},reset:{placement:z}};let R=($=L.filter(A=>A.overflows[0]<=0).sort((A,x)=>A.overflows[1]-x.overflows[1])[0])==null?void 0:$.placement;if(!R)switch(g){case"bestFit":{var K;const A=(K=L.map(x=>[x.placement,x.overflows.filter(T=>T>0).reduce((T,D)=>T+D,0)]).sort((x,T)=>x[1]-T[1])[0])==null?void 0:K[0];A&&(R=A);break}case"initialPlacement":R=d;break}if(a!==R)return{reset:{placement:R}}}return{}}}};async function B7(e,t){const{placement:r,platform:n,elements:a}=e,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),s=Be(r),d=Ke(r),h=f0(r)==="y",u=["left","top"].includes(s)?-1:1,f=i&&h?-1:1,w=Ye(t,e);let{mainAxis:p,crossAxis:g,alignmentAxis:m}=typeof w=="number"?{mainAxis:w,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...w};return d&&typeof m=="number"&&(g=d==="end"?m*-1:m),h?{x:g*f,y:p*u}:{x:p*u,y:g*f}}const g0=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:i,placement:s,middlewareData:d}=t,h=await B7(t,e);return s===((r=d.offset)==null?void 0:r.placement)&&(n=d.arrow)!=null&&n.alignmentOffset?{}:{x:a+h.x,y:i+h.y,data:{...h,placement:s}}}}},H7=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:a}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:d={fn:S=>{let{x:I,y:M}=S;return{x:I,y:M}}},...h}=Ye(e,t),u={x:r,y:n},f=await U1(t,h),w=f0(Be(a)),p=k1(w);let g=u[p],m=u[w];if(i){const S=p==="y"?"top":"left",I=p==="y"?"bottom":"right",M=g+f[S],C=g-f[I];g=st(M,g,C)}if(s){const S=w==="y"?"top":"left",I=w==="y"?"bottom":"right",M=m+f[S],C=m-f[I];m=st(M,m,C)}const E=d.fn({...t,[p]:g,[w]:m});return{...E,data:{x:E.x-r,y:E.y-n}}}}};function Pe(e){return W1(e)?(e.nodeName||"").toLowerCase():"#document"}function me(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function xe(e){var t;return(t=(W1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function W1(e){return e instanceof Node||e instanceof me(e).Node}function ue(e){return e instanceof Element||e instanceof me(e).Element}function Ee(e){return e instanceof HTMLElement||e instanceof me(e).HTMLElement}function ht(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof me(e).ShadowRoot}function Ge(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=ye(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(a)}function V7(e){return["table","td","th"].includes(Pe(e))}function ft(e){const t=wt(),r=ye(e);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function O7(e){let t=ke(e);for(;Ee(t)&&!v0(t);){if(ft(t))return t;t=ke(t)}return null}function wt(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function v0(e){return["html","body","#document"].includes(Pe(e))}function ye(e){return me(e).getComputedStyle(e)}function m0(e){return ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ke(e){if(Pe(e)==="html")return e;const t=e.assignedSlot||e.parentNode||ht(e)&&e.host||xe(e);return ht(t)?t.host:t}function z1(e){const t=ke(e);return v0(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ee(t)&&Ge(t)?t:z1(t)}function Xe(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=z1(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),s=me(a);return i?t.concat(s,s.visualViewport||[],Ge(a)?a:[],s.frameElement&&r?Xe(s.frameElement):[]):t.concat(a,Xe(a,[],r))}function j1(e){const t=ye(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=Ee(e),i=a?e.offsetWidth:r,s=a?e.offsetHeight:n,d=u0(r)!==i||u0(n)!==s;return d&&(r=i,n=s),{width:r,height:n,$:d}}function pt(e){return ue(e)?e:e.contextElement}function _e(e){const t=pt(e);if(!Ee(t))return Ne(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:i}=j1(t);let s=(i?u0(r.width):r.width)/n,d=(i?u0(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!d||!Number.isFinite(d))&&(d=1),{x:s,y:d}}const D7=Ne(0);function q1(e){const t=me(e);return!wt()||!t.visualViewport?D7:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $7(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==me(e)?!1:t}function He(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),i=pt(e);let s=Ne(1);t&&(n?ue(n)&&(s=_e(n)):s=_e(e));const d=$7(i,r,n)?q1(i):Ne(0);let h=(a.left+d.x)/s.x,u=(a.top+d.y)/s.y,f=a.width/s.x,w=a.height/s.y;if(i){const p=me(i),g=n&&ue(n)?me(n):n;let m=p,E=m.frameElement;for(;E&&n&&g!==m;){const S=_e(E),I=E.getBoundingClientRect(),M=ye(E),C=I.left+(E.clientLeft+parseFloat(M.paddingLeft))*S.x,Z=I.top+(E.clientTop+parseFloat(M.paddingTop))*S.y;h*=S.x,u*=S.y,f*=S.x,w*=S.y,h+=C,u+=Z,m=me(E),E=m.frameElement}}return p0({width:f,height:w,x:h,y:u})}const k7=[":popover-open",":modal"];function Y1(e){return k7.some(t=>{try{return e.matches(t)}catch{return!1}})}function _7(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const i=a==="fixed",s=xe(n),d=t?Y1(t.floating):!1;if(n===s||d&&i)return r;let h={scrollLeft:0,scrollTop:0},u=Ne(1);const f=Ne(0),w=Ee(n);if((w||!w&&!i)&&((Pe(n)!=="body"||Ge(s))&&(h=m0(n)),Ee(n))){const p=He(n);u=_e(n),f.x=p.x+n.clientLeft,f.y=p.y+n.clientTop}return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-h.scrollLeft*u.x+f.x,y:r.y*u.y-h.scrollTop*u.y+f.y}}function R7(e){return Array.from(e.getClientRects())}function K1(e){return He(xe(e)).left+m0(e).scrollLeft}function U7(e){const t=xe(e),r=m0(e),n=e.ownerDocument.body,a=Fe(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=Fe(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let s=-r.scrollLeft+K1(e);const d=-r.scrollTop;return ye(n).direction==="rtl"&&(s+=Fe(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:s,y:d}}function W7(e,t){const r=me(e),n=xe(e),a=r.visualViewport;let i=n.clientWidth,s=n.clientHeight,d=0,h=0;if(a){i=a.width,s=a.height;const u=wt();(!u||u&&t==="fixed")&&(d=a.offsetLeft,h=a.offsetTop)}return{width:i,height:s,x:d,y:h}}function z7(e,t){const r=He(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=Ee(e)?_e(e):Ne(1),s=e.clientWidth*i.x,d=e.clientHeight*i.y,h=a*i.x,u=n*i.y;return{width:s,height:d,x:h,y:u}}function G1(e,t,r){let n;if(t==="viewport")n=W7(e,r);else if(t==="document")n=U7(xe(e));else if(ue(t))n=z7(t,r);else{const a=q1(e);n={...t,x:t.x-a.x,y:t.y-a.y}}return p0(n)}function X1(e,t){const r=ke(e);return r===t||!ue(r)||v0(r)?!1:ye(r).position==="fixed"||X1(r,t)}function j7(e,t){const r=t.get(e);if(r)return r;let n=Xe(e,[],!1).filter(d=>ue(d)&&Pe(d)!=="body"),a=null;const i=ye(e).position==="fixed";let s=i?ke(e):e;for(;ue(s)&&!v0(s);){const d=ye(s),h=ft(s);!h&&d.position==="fixed"&&(a=null),(i?!h&&!a:!h&&d.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||Ge(s)&&!h&&X1(e,s))?n=n.filter(f=>f!==s):a=d,s=ke(s)}return t.set(e,n),n}function q7(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const s=[...r==="clippingAncestors"?j7(t,this._c):[].concat(r),n],d=s[0],h=s.reduce((u,f)=>{const w=G1(t,f,a);return u.top=Fe(w.top,u.top),u.right=$e(w.right,u.right),u.bottom=$e(w.bottom,u.bottom),u.left=Fe(w.left,u.left),u},G1(t,d,a));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}}function Y7(e){const{width:t,height:r}=j1(e);return{width:t,height:r}}function K7(e,t,r){const n=Ee(t),a=xe(t),i=r==="fixed",s=He(e,!0,i,t);let d={scrollLeft:0,scrollTop:0};const h=Ne(0);if(n||!n&&!i)if((Pe(t)!=="body"||Ge(a))&&(d=m0(t)),n){const w=He(t,!0,i,t);h.x=w.x+t.clientLeft,h.y=w.y+t.clientTop}else a&&(h.x=K1(a));const u=s.left+d.scrollLeft-h.x,f=s.top+d.scrollTop-h.y;return{x:u,y:f,width:s.width,height:s.height}}function Q1(e,t){return!Ee(e)||ye(e).position==="fixed"?null:t?t(e):e.offsetParent}function J1(e,t){const r=me(e);if(!Ee(e)||Y1(e))return r;let n=Q1(e,t);for(;n&&V7(n)&&ye(n).position==="static";)n=Q1(n,t);return n&&(Pe(n)==="html"||Pe(n)==="body"&&ye(n).position==="static"&&!ft(n))?r:n||O7(e)||r}const G7=async function(e){const t=this.getOffsetParent||J1,r=this.getDimensions;return{reference:K7(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,...await r(e.floating)}}};function X7(e){return ye(e).direction==="rtl"}const er={convertOffsetParentRelativeRectToViewportRelativeRect:_7,getDocumentElement:xe,getClippingRect:q7,getOffsetParent:J1,getElementRects:G7,getClientRects:R7,getDimensions:Y7,getScale:_e,isElement:ue,isRTL:X7};function Q7(e,t){let r=null,n;const a=xe(e);function i(){var d;clearTimeout(n),(d=r)==null||d.disconnect(),r=null}function s(d,h){d===void 0&&(d=!1),h===void 0&&(h=1),i();const{left:u,top:f,width:w,height:p}=e.getBoundingClientRect();if(d||t(),!w||!p)return;const g=h0(f),m=h0(a.clientWidth-(u+w)),E=h0(a.clientHeight-(f+p)),S=h0(u),M={rootMargin:-g+"px "+-m+"px "+-E+"px "+-S+"px",threshold:Fe(0,$e(1,h))||1};let C=!0;function Z(y){const P=y[0].intersectionRatio;if(P!==h){if(!C)return s();P?s(!1,P):n=setTimeout(()=>{s(!1,1e-7)},100)}C=!1}try{r=new IntersectionObserver(Z,{...M,root:a.ownerDocument})}catch{r=new IntersectionObserver(Z,M)}r.observe(e)}return s(!0),i}function gt(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:h=!1}=n,u=pt(e),f=a||i?[...u?Xe(u):[],...Xe(t)]:[];f.forEach(I=>{a&&I.addEventListener("scroll",r,{passive:!0}),i&&I.addEventListener("resize",r)});const w=u&&d?Q7(u,r):null;let p=-1,g=null;s&&(g=new ResizeObserver(I=>{let[M]=I;M&&M.target===u&&g&&(g.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var C;(C=g)==null||C.observe(t)})),r()}),u&&!h&&g.observe(u),g.observe(t));let m,E=h?He(e):null;h&&S();function S(){const I=He(e);E&&(I.x!==E.x||I.y!==E.y||I.width!==E.width||I.height!==E.height)&&r(),E=I,m=requestAnimationFrame(S)}return r(),()=>{var I;f.forEach(M=>{a&&M.removeEventListener("scroll",r),i&&M.removeEventListener("resize",r)}),w==null||w(),(I=g)==null||I.disconnect(),g=null,h&&cancelAnimationFrame(m)}}const tr=H7,vt=F7,rr=L7,J7=(e,t,r)=>{const n=new Map,a={platform:er,...r},i={...a.platform,_c:n};return P7(e,t,{...a,platform:i})},ei=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:a}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?rr({element:n.current,padding:a}).fn(r):{}:n?rr({element:n,padding:a}).fn(r):{}}}};var b0=typeof document<"u"?c.useLayoutEffect:c.useEffect;function E0(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!E0(e[n],t[n]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){const i=a[n];if(!(i==="_owner"&&e.$$typeof)&&!E0(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function nr(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function or(e,t){const r=nr(e);return Math.round(t*r)/r}function ar(e){const t=o.useRef(e);return b0(()=>{t.current=e}),t}function lr(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:i,floating:s}={},transform:d=!0,whileElementsMounted:h,open:u}=e,[f,w]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,g]=o.useState(n);E0(p,n)||g(n);const[m,E]=o.useState(null),[S,I]=o.useState(null),M=o.useCallback(T=>{T!==P.current&&(P.current=T,E(T))},[]),C=o.useCallback(T=>{T!==F.current&&(F.current=T,I(T))},[]),Z=i||m,y=s||S,P=o.useRef(null),F=o.useRef(null),L=o.useRef(f),B=h!=null,$=ar(h),K=ar(a),H=o.useCallback(()=>{if(!P.current||!F.current)return;const T={placement:t,strategy:r,middleware:p};K.current&&(T.platform=K.current),J7(P.current,F.current,T).then(D=>{const W={...D,isPositioned:!0};z.current&&!E0(L.current,W)&&(L.current=W,U0.flushSync(()=>{w(W)}))})},[p,t,r,K]);b0(()=>{u===!1&&L.current.isPositioned&&(L.current.isPositioned=!1,w(T=>({...T,isPositioned:!1})))},[u]);const z=o.useRef(!1);b0(()=>(z.current=!0,()=>{z.current=!1}),[]),b0(()=>{if(Z&&(P.current=Z),y&&(F.current=y),Z&&y){if($.current)return $.current(Z,y,H);H()}},[Z,y,H,$,B]);const R=o.useMemo(()=>({reference:P,floating:F,setReference:M,setFloating:C}),[M,C]),A=o.useMemo(()=>({reference:Z,floating:y}),[Z,y]),x=o.useMemo(()=>{const T={position:r,left:0,top:0};if(!A.floating)return T;const D=or(A.floating,f.x),W=or(A.floating,f.y);return d?{...T,transform:"translate("+D+"px, "+W+"px)",...nr(A.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:D,top:W}},[r,d,A.floating,f.x,f.y]);return o.useMemo(()=>({...f,update:H,refs:R,elements:A,floatingStyles:x}),[f,H,R,A,x])}function ti(e){return typeof e=="function"?e():e}const Qe=o.forwardRef(function(t,r){const{children:n,container:a,disablePortal:i=!1}=t,[s,d]=o.useState(null),h=ge(o.isValidElement(n)?n.ref:null,r);if(Me(()=>{i||d(ti(a)||document.body)},[a,i]),Me(()=>{if(s&&!i)return Q0(r,s),()=>{Q0(r,null)}},[r,s,i]),i){if(o.isValidElement(n)){const u={ref:h};return o.cloneElement(n,u)}return l.jsx(o.Fragment,{children:n})}return l.jsx(o.Fragment,{children:s&&U0.createPortal(n,s)})});process.env.NODE_ENV!=="production"&&(Qe.propTypes={children:O.node,container:O.oneOfType([a0,O.func]),disablePortal:O.bool}),process.env.NODE_ENV!=="production"&&(Qe["propTypes"]=I1(Qe.propTypes));const ir="Popup";function ri(e){return nt(ir,e)}F1(ir,["root","open"]);const sr=o.createContext(null);process.env.NODE_ENV!=="production"&&(sr.displayName="TransitionContext");function ni(e){const[t,r]=o.useState(!0),n=o.useRef(!1),a=o.useRef(0),[i,s]=o.useState(!1),d=o.useRef(e);o.useEffect(()=>{!e&&a.current>0&&d.current!==e&&(n.current=!0,r(!1)),d.current=e},[e]);const h=o.useCallback(()=>{n.current=!1,r(!0)},[]),u=o.useCallback(()=>(a.current+=1,s(!0),()=>{a.current-=1,a.current===0&&s(!1)}),[]);let f;return i?e?f=!1:f=!n.current&&t:f=!e,{contextValue:o.useMemo(()=>({requestedEnter:e,onExited:h,registerTransition:u,hasExited:f}),[h,e,u,f]),hasExited:f}}const cr=o.createContext(null);process.env.NODE_ENV!=="production"&&(cr.displayName="PopupContext");const oi=["anchor","children","container","disablePortal","keepMounted","middleware","offset","open","placement","slotProps","slots","strategy"];function ai(e){const{open:t}=e;return A1({root:["root",t&&"open"]},a1(ri))}function li(e){return typeof e=="function"?e():e}const mt=o.forwardRef(function(t,r){var n;const{anchor:a,children:i,container:s,disablePortal:d=!1,keepMounted:h=!1,middleware:u,offset:f=0,open:w=!1,placement:p="bottom",slotProps:g={},slots:m={},strategy:E="absolute"}=t,S=We(t,oi),{refs:I,elements:M,floatingStyles:C,update:Z,placement:y}=lr({elements:{reference:li(a)},open:w,middleware:u??[g0(f??0),vt(),tr()],placement:p,strategy:E,whileElementsMounted:h?void 0:gt}),P=ge(I.setFloating,r);Me(()=>{if(h&&w&&M.reference&&M.floating)return gt(M.reference,M.floating,Z)},[h,w,M,Z]);const F=_({},t,{disablePortal:d,keepMounted:h,offset:g0,open:w,placement:p,finalPlacement:y,strategy:E}),{contextValue:L,hasExited:B}=ni(w),$=h&&B?"hidden":void 0,K=ai(F),H=(n=m==null?void 0:m.root)!=null?n:"div",z=je({elementType:H,externalSlotProps:g.root,externalForwardedProps:S,ownerState:F,className:K.root,additionalProps:{ref:P,role:"tooltip",style:_({},C,{visibility:$})}}),R=o.useMemo(()=>({placement:y}),[y]);return h||!B?l.jsx(Qe,{disablePortal:d,container:s,children:l.jsx(cr.Provider,{value:R,children:l.jsx(sr.Provider,{value:L,children:l.jsx(H,_({},z,{children:i}))})})}):null});process.env.NODE_ENV!=="production"&&(mt.propTypes={anchor:O.oneOfType([a0,O.object,O.func]),children:O.oneOfType([O.node,O.func]),container:O.oneOfType([a0,O.func]),disablePortal:O.bool,keepMounted:O.bool,middleware:O.arrayOf(O.oneOfType([O.oneOf([!1]),O.shape({fn:O.func.isRequired,name:O.string.isRequired,options:O.any})])),offset:O.oneOfType([O.func,O.number,O.shape({alignmentAxis:O.number,crossAxis:O.number,mainAxis:O.number})]),open:O.bool,placement:O.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:O.shape({root:O.oneOfType([O.func,O.object])}),slots:O.shape({root:O.elementType}),strategy:O.oneOf(["absolute","fixed"])});function ii(e={}){const{disabled:t=!1,focusableWhenDisabled:r,rootRef:n}=e,a=o.useContext(qe);if(a===null)throw new Error("useMenuButton: no menu context available.");const{state:i,dispatch:s,registerTrigger:d,popupId:h}=a,{getRootProps:u,rootRef:f,active:w}=i0({disabled:t,focusableWhenDisabled:r,rootRef:n}),p=ge(f,d),g=I=>M=>{var C;(C=I.onClick)==null||C.call(I,M),!M.defaultMuiPrevented&&s({type:Ie.toggle,event:M})},m=I=>M=>{var C;(C=I.onKeyDown)==null||C.call(I,M),!M.defaultMuiPrevented&&(M.key==="ArrowDown"||M.key==="ArrowUp")&&(M.preventDefault(),s({type:Ie.open,event:M}))},E=(I={})=>({onClick:g(I),onKeyDown:m(I)});return{active:w,getRootProps:(I={})=>{const M=pe(I),C=De(E,u);return _({"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":h},I,M,C(M),{tabIndex:0,ref:p})},open:i.open,rootRef:p}}function si(e){return`menu-item-${e.size}`}const ci={dispatch:()=>{},popupId:"",registerPopup:()=>{},registerTrigger:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function di(e){var t;const{disabled:r=!1,id:n,rootRef:a,label:i,disableFocusOnHover:s=!1}=e,d=J0(n),h=o.useRef(null),u=o.useMemo(()=>({disabled:r,id:d??"",label:i,ref:h}),[r,d,i]),{dispatch:f}=(t=o.useContext(qe))!=null?t:ci,{getRootProps:w,highlighted:p}=v7({item:d,handlePointerOverEvents:!s}),{index:g,totalItemCount:m}=E7(d??si,u),{getRootProps:E,focusVisible:S,rootRef:I}=i0({disabled:r,focusableWhenDisabled:!0}),M=ge(I,a,h);o.useDebugValue({id:d,highlighted:p,disabled:r,label:i});const C=P=>F=>{var L;(L=P.onClick)==null||L.call(P,F),!F.defaultMuiPrevented&&f({type:Ie.close,event:F})},Z=(P={})=>_({},P,{onClick:C(P)});function y(P={}){const F=pe(P),L=De(Z,De(E,w));return _({},P,F,L(F),{id:d,ref:M,role:"menuitem"})}return d===void 0?{getRootProps:y,disabled:!1,focusVisible:S,highlighted:!1,index:-1,totalItemCount:0,rootRef:M}:{getRootProps:y,disabled:r,focusVisible:S,highlighted:p,index:g,totalItemCount:m,rootRef:M}}function ui(e){const t=Te(e);return t.body===e?ze(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function Je(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function dr(e){return parseInt(ze(e).getComputedStyle(e).paddingRight,10)||0}function hi(e){const r=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].indexOf(e.tagName)!==-1,n=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return r||n}function ur(e,t,r,n,a){const i=[t,r,...n];[].forEach.call(e.children,s=>{const d=i.indexOf(s)===-1,h=!hi(s);d&&h&&Je(s,a)})}function bt(e,t){let r=-1;return e.some((n,a)=>t(n)?(r=a,!0):!1),r}function fi(e,t){const r=[],n=e.container;if(!t.disableScrollLock){if(ui(n)){const s=Fl(Te(n));r.push({value:n.style.paddingRight,property:"padding-right",el:n}),n.style.paddingRight=`${dr(n)+s}px`;const d=Te(n).querySelectorAll(".mui-fixed");[].forEach.call(d,h=>{r.push({value:h.style.paddingRight,property:"padding-right",el:h}),h.style.paddingRight=`${dr(h)+s}px`})}let i;if(n.parentNode instanceof DocumentFragment)i=Te(n).body;else{const s=n.parentElement,d=ze(n);i=(s==null?void 0:s.nodeName)==="HTML"&&d.getComputedStyle(s).overflowY==="scroll"?s:n}r.push({value:i.style.overflow,property:"overflow",el:i},{value:i.style.overflowX,property:"overflow-x",el:i},{value:i.style.overflowY,property:"overflow-y",el:i}),i.style.overflow="hidden"}return()=>{r.forEach(({value:i,el:s,property:d})=>{i?s.style.setProperty(d,i):s.style.removeProperty(d)})}}function wi(e){const t=[];return[].forEach.call(e.children,r=>{r.getAttribute("aria-hidden")==="true"&&t.push(r)}),t}class pi{constructor(){this.containers=void 0,this.modals=void 0,this.modals=[],this.containers=[]}add(t,r){let n=this.modals.indexOf(t);if(n!==-1)return n;n=this.modals.length,this.modals.push(t),t.modalRef&&Je(t.modalRef,!1);const a=wi(r);ur(r,t.mount,t.modalRef,a,!0);const i=bt(this.containers,s=>s.container===r);return i!==-1?(this.containers[i].modals.push(t),n):(this.containers.push({modals:[t],container:r,restore:null,hiddenSiblings:a}),n)}mount(t,r){const n=bt(this.containers,i=>i.modals.indexOf(t)!==-1),a=this.containers[n];a.restore||(a.restore=fi(a,r))}remove(t,r=!0){const n=this.modals.indexOf(t);if(n===-1)return n;const a=bt(this.containers,s=>s.modals.indexOf(t)!==-1),i=this.containers[a];if(i.modals.splice(i.modals.indexOf(t),1),this.modals.splice(n,1),i.modals.length===0)i.restore&&i.restore(),t.modalRef&&Je(t.modalRef,r),ur(i.container,t.mount,t.modalRef,i.hiddenSiblings,!1),this.containers.splice(a,1);else{const s=i.modals[i.modals.length-1];s.modalRef&&Je(s.modalRef,!1)}return n}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function gi(e){return typeof e=="function"?e():e}function vi(e){return e?e.props.hasOwnProperty("in"):!1}const mi=new pi;function bi(e){const{container:t,disableEscapeKeyDown:r=!1,disableScrollLock:n=!1,manager:a=mi,closeAfterTransition:i=!1,onTransitionEnter:s,onTransitionExited:d,children:h,onClose:u,open:f,rootRef:w}=e,p=o.useRef({}),g=o.useRef(null),m=o.useRef(null),E=ge(m,w),[S,I]=o.useState(!f),M=vi(h);let C=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(C=!1);const Z=()=>Te(g.current),y=()=>(p.current.modalRef=m.current,p.current.mount=g.current,p.current),P=()=>{a.mount(y(),{disableScrollLock:n}),m.current&&(m.current.scrollTop=0)},F=x1(()=>{const x=gi(t)||Z().body;a.add(y(),x),m.current&&P()}),L=o.useCallback(()=>a.isTopModal(y()),[a]),B=x1(x=>{g.current=x,x&&(f&&L()?P():m.current&&Je(m.current,C))}),$=o.useCallback(()=>{a.remove(y(),C)},[C,a]);o.useEffect(()=>()=>{$()},[$]),o.useEffect(()=>{f?F():(!M||!i)&&$()},[f,$,M,i,F]);const K=x=>T=>{var D;(D=x.onKeyDown)==null||D.call(x,T),!(T.key!=="Escape"||T.which===229||!L())&&(r||(T.stopPropagation(),u&&u(T,"escapeKeyDown")))},H=x=>T=>{var D;(D=x.onClick)==null||D.call(x,T),T.target===T.currentTarget&&u&&u(T,"backdropClick")};return{getRootProps:(x={})=>{const T=pe(e);delete T.onTransitionEnter,delete T.onTransitionExited;const D=_({},T,x);return _({role:"presentation"},D,{onKeyDown:K(D),ref:E})},getBackdropProps:(x={})=>{const T=x;return _({"aria-hidden":!0},T,{onClick:H(T),open:f})},getTransitionProps:()=>{const x=()=>{I(!1),s&&s()},T=()=>{I(!0),d&&d(),i&&$()};return{onEnter:C1(x,h==null?void 0:h.props.onEnter),onExited:C1(T,h==null?void 0:h.props.onExited)}},rootRef:E,portalRef:B,isTopModal:L,exited:S,hasTransition:M}}const hr="Modal";function Ei(e){return nt(hr,e)}F1(hr,["root","hidden","backdrop"]);const yi=["children","closeAfterTransition","container","disableAutoFocus","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","onBackdropClick","onClose","onKeyDown","open","onTransitionEnter","onTransitionExited","slotProps","slots"],Ii=e=>{const{open:t,exited:r}=e;return A1({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},a1(Ei))},fr=o.forwardRef(function(t,r){var n;const{children:a,closeAfterTransition:i=!1,container:s,disableAutoFocus:d=!1,disableEnforceFocus:h=!1,disableEscapeKeyDown:u=!1,disablePortal:f=!1,disableRestoreFocus:w=!1,disableScrollLock:p=!1,hideBackdrop:g=!1,keepMounted:m=!1,onBackdropClick:E,open:S,slotProps:I={},slots:M={}}=t,C=We(t,yi),Z=_({},t,{closeAfterTransition:i,disableAutoFocus:d,disableEnforceFocus:h,disableEscapeKeyDown:u,disablePortal:f,disableRestoreFocus:w,disableScrollLock:p,hideBackdrop:g,keepMounted:m}),{getRootProps:y,getBackdropProps:P,getTransitionProps:F,portalRef:L,isTopModal:B,exited:$,hasTransition:K}=bi(_({},Z,{rootRef:r})),H=_({},Z,{exited:$,hasTransition:K}),z=Ii(H),R={};if(a.props.tabIndex===void 0&&(R.tabIndex="-1"),K){const{onEnter:W,onExited:N}=F();R.onEnter=W,R.onExited=N}const A=(n=M.root)!=null?n:"div",x=je({elementType:A,externalSlotProps:I.root,externalForwardedProps:C,getSlotProps:y,className:z.root,ownerState:H}),T=M.backdrop,D=je({elementType:T,externalSlotProps:I.backdrop,getSlotProps:W=>P(_({},W,{onClick:N=>{E&&E(N),W!=null&&W.onClick&&W.onClick(N)}})),className:z.backdrop,ownerState:H});return!m&&!S&&(!K||$)?null:l.jsx(Qe,{ref:L,container:s,disablePortal:f,children:l.jsxs(A,_({},x,{children:[!g&&T?l.jsx(T,_({},D)):null,l.jsx(s0,{disableEnforceFocus:h,disableAutoFocus:d,disableRestoreFocus:w,isEnabled:B,open:S,children:o.cloneElement(a,R)})]}))})});process.env.NODE_ENV!=="production"&&(fr.propTypes={children:y1.isRequired,closeAfterTransition:O.bool,container:O.oneOfType([a0,O.func]),disableAutoFocus:O.bool,disableEnforceFocus:O.bool,disableEscapeKeyDown:O.bool,disablePortal:O.bool,disableRestoreFocus:O.bool,disableScrollLock:O.bool,hideBackdrop:O.bool,keepMounted:O.bool,onBackdropClick:O.func,onClose:O.func,onTransitionEnter:O.func,onTransitionExited:O.func,open:O.bool.isRequired,slotProps:O.shape({backdrop:O.oneOfType([O.func,O.object]),root:O.oneOfType([O.func,O.object])}),slots:O.shape({backdrop:O.elementType,root:O.elementType})});const y0={buttonClick:"buttonClick",browserAutoFill:"browserAutoFill"},Ci=e=>{const{label:t,value:r}=e;return typeof t=="string"?t:typeof r=="string"?r:String(e)};function Si(e,t){const{open:r}=e,{context:{selectionMode:n}}=t;if(t.type===y0.buttonClick){var a;const h=(a=e.selectedValues[0])!=null?a:fe(null,"start",t.context);return _({},e,{open:!r,highlightedValue:r?null:h})}if(t.type===y0.browserAutoFill)return lt(t.item,e,t.context);const i=it(e,t);switch(t.type){case ce.keyDown:if(e.open){if(t.event.key==="Escape")return _({},i,{open:!1})}else{if(t.event.key==="ArrowDown"){var s;return _({},e,{open:!0,highlightedValue:(s=e.selectedValues[0])!=null?s:fe(null,"start",t.context)})}if(t.event.key==="ArrowUp"){var d;return _({},e,{open:!0,highlightedValue:(d=e.selectedValues[0])!=null?d:fe(null,"end",t.context)})}}break;case ce.itemClick:if(n==="single")return _({},i,{open:!1});break;case ce.blur:return _({},i,{open:!1});default:return i}return i}function Mi(e){return Array.isArray(e)?e.length===0?"":JSON.stringify(e.map(t=>t.value)):(e==null?void 0:e.value)==null?"":typeof e.value=="string"||typeof e.value=="number"?e.value:JSON.stringify(e.value)}function xi(e){const{areOptionsEqual:t,buttonRef:r,defaultOpen:n=!1,defaultValue:a,disabled:i=!1,listboxId:s,listboxRef:d,multiple:h=!1,name:u,required:f,onChange:w,onHighlightChange:p,onOpenChange:g,open:m,options:E,getOptionAsString:S=Ci,getSerializedValue:I=Mi,value:M,componentName:C="useSelect"}=e,Z=o.useRef(null),y=ge(r,Z),P=o.useRef(null),F=J0(s);let L;M===void 0&&a===void 0?L=[]:a!==void 0&&(h?L=a:L=a==null?[]:[a]);const B=o.useMemo(()=>{if(M!==void 0)return h?M:M==null?[]:[M]},[M,h]),{subitems:$,contextValue:K}=$1(),H=o.useMemo(()=>E!=null?new Map(E.map((j,G)=>[j.value,{value:j.value,label:j.label,disabled:j.disabled,ref:o.createRef(),id:`${F}_${G}`}])):$,[E,$,F]),z=ge(d,P),{getRootProps:R,active:A,focusVisible:x,rootRef:T}=i0({disabled:i,rootRef:y}),D=o.useMemo(()=>Array.from(H.keys()),[H]),W=o.useCallback(j=>{if(t!==void 0){const G=D.find(le=>t(le,j));return H.get(G)}return H.get(j)},[H,t,D]),N=o.useCallback(j=>{var G;const le=W(j);return(G=le==null?void 0:le.disabled)!=null?G:!1},[W]),V=o.useCallback(j=>{const G=W(j);return G?S(G):""},[W,S]),te=o.useMemo(()=>({selectedValues:B,open:m}),[B,m]),re=o.useCallback(j=>{var G;return(G=H.get(j))==null?void 0:G.id},[H]),ee=o.useCallback((j,G)=>{if(h)w==null||w(j,G);else{var le;w==null||w(j,(le=G[0])!=null?le:null)}},[h,w]),oe=o.useCallback((j,G)=>{p==null||p(j,G??null)},[p]),J=o.useCallback((j,G,le)=>{if(G==="open"&&(g==null||g(le),le===!1&&(j==null?void 0:j.type)!=="blur")){var ve;(ve=Z.current)==null||ve.focus()}},[g]),q=o.useCallback(j=>{var G,le;return j==null?null:(G=(le=$.get(j))==null?void 0:le.ref.current)!=null?G:null},[$]),Y={getInitialState:()=>{var j;return{highlightedValue:null,selectedValues:(j=L)!=null?j:[],open:n}},getItemId:re,controlledProps:te,focusManagement:"DOM",getItemDomElement:q,itemComparer:t,isItemDisabled:N,rootRef:z,onChange:ee,onHighlightChange:oe,onStateChange:J,reducerActionContext:o.useMemo(()=>({multiple:h}),[h]),items:D,getItemAsString:V,selectionMode:h?"multiple":"single",stateReducer:Si,componentName:C},{dispatch:X,getRootProps:Q,contextValue:de,state:{open:U,highlightedValue:we,selectedValues:Ae},rootRef:_0}=D1(Y),x9=o.useRef(U);Me(()=>{if(U&&we!==null){var j;const G=(j=W(we))==null?void 0:j.ref;if(!P.current||!(G!=null&&G.current))return;x9.current||G.current.focus({preventScroll:!0});const le=P.current.getBoundingClientRect(),ve=G.current.getBoundingClientRect();ve.top<le.top?P.current.scrollTop-=le.top-ve.top:ve.bottom>le.bottom&&(P.current.scrollTop+=ve.bottom-le.bottom)}},[U,we,W]);const e1=o.useCallback(j=>W(j),[W]),Z9=j=>G=>{var le;if(j==null||(le=j.onClick)==null||le.call(j,G),!G.defaultMuiPrevented){const ve={type:y0.buttonClick,event:G};X(ve)}},A9=j=>G=>{var le;(le=j.onKeyDown)==null||le.call(j,G),!G.defaultMuiPrevented&&(G.key==="ArrowDown"||G.key==="ArrowUp")&&(G.preventDefault(),X({type:ce.keyDown,key:G.key,event:G}))},T9=(j={})=>({onClick:Z9(j),onKeyDown:A9(j)}),N9=(j={})=>_({},j,T9(j),{role:"combobox","aria-expanded":U,"aria-controls":F}),P9=(j={})=>{const G=pe(j),le=De(N9,R);return _({},j,le(G))},L9=j=>G=>{var le,ve;(le=j.onBlur)==null||le.call(j,G),!G.defaultMuiPrevented&&((ve=P.current)!=null&&ve.contains(G.relatedTarget)||G.relatedTarget===Z.current)&&(G.defaultMuiPrevented=!0)},F9=(j={})=>({onBlur:L9(j)}),B9=(j={})=>{const G=pe(j),le=De(F9,Q);return _({id:F,role:"listbox","aria-multiselectable":h?"true":void 0},j,le(G))};o.useDebugValue({selectedOptions:Ae,highlightedOption:we,open:U});const H9=o.useMemo(()=>_({},de,K),[de,K]);let n0;e.multiple?n0=Ae:n0=Ae.length>0?Ae[0]:null;let t1;if(h)t1=n0.map(j=>e1(j)).filter(j=>j!==void 0);else{var al;t1=(al=e1(n0))!=null?al:null}const V9=j=>G=>{var le;if(j==null||(le=j.onChange)==null||le.call(j,G),G.defaultMuiPrevented)return;const ve=H.get(G.target.value);G.target.value===""?X({type:ce.clearSelection}):ve!==void 0&&X({type:y0.browserAutoFill,item:ve.value,event:G})};return{buttonActive:A,buttonFocusVisible:x,buttonRef:T,contextValue:H9,disabled:i,dispatch:X,getButtonProps:P9,getHiddenInputProps:(j={})=>{const G=pe(j);return _({name:u,tabIndex:-1,"aria-hidden":!0,required:f?!0:void 0,value:I(t1),style:Bl},j,{onChange:V9(G)})},getListboxProps:B9,getOptionMetadata:e1,listboxRef:_0,open:U,options:D,value:n0,highlightedOption:we}}function Zi(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:i,registerItem:s,totalSubitemCount:d}=t,h=o.useMemo(()=>({dispatch:n,getItemState:i,getItemIndex:a}),[n,a,i]),u=o.useMemo(()=>({getItemIndex:a,registerItem:s,totalSubitemCount:d}),[s,a,d]);return l.jsx(d0.Provider,{value:u,children:l.jsx(c0.Provider,{value:h,children:r})})}function Ai(e){const{checked:t,defaultChecked:r,disabled:n,onBlur:a,onChange:i,onFocus:s,onFocusVisible:d,readOnly:h,required:u}=e,[f,w]=Ml({controlled:t,default:!!r,name:"Switch",state:"checked"}),p=L=>B=>{var $;B.nativeEvent.defaultPrevented||(w(B.target.checked),i==null||i(B),($=L.onChange)==null||$.call(L,B))},{isFocusVisibleRef:g,onBlur:m,onFocus:E,ref:S}=Z1(),[I,M]=o.useState(!1);n&&I&&M(!1),o.useEffect(()=>{g.current=I},[I,g]);const C=o.useRef(null),Z=L=>B=>{var $;C.current||(C.current=B.currentTarget),E(B),g.current===!0&&(M(!0),d==null||d(B)),s==null||s(B),($=L.onFocus)==null||$.call(L,B)},y=L=>B=>{var $;m(B),g.current===!1&&M(!1),a==null||a(B),($=L.onBlur)==null||$.call(L,B)},P=ge(S,C);return{checked:f,disabled:!!n,focusVisible:I,getInputProps:(L={})=>_({checked:t,defaultChecked:r,disabled:n,readOnly:h,ref:P,required:u,type:"checkbox",role:"switch","aria-checked":t},L,{onChange:p(L),onFocus:Z(L),onBlur:y(L)}),inputRef:P,readOnly:!!h}}const Ti=["onChange","maxRows","minRows","style","value"];function I0(e){return parseInt(e,10)||0}const Ni={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function Pi(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflowing}const wr=o.forwardRef(function(t,r){const{onChange:n,maxRows:a,minRows:i=1,style:s,value:d}=t,h=We(t,Ti),{current:u}=o.useRef(d!=null),f=o.useRef(null),w=ge(r,f),p=o.useRef(null),g=o.useCallback(()=>{const S=f.current,M=ze(S).getComputedStyle(S);if(M.width==="0px")return{outerHeightStyle:0,overflowing:!1};const C=p.current;C.style.width=M.width,C.value=S.value||t.placeholder||"x",C.value.slice(-1)===`
28
+ `&&(C.value+=" ");const Z=M.boxSizing,y=I0(M.paddingBottom)+I0(M.paddingTop),P=I0(M.borderBottomWidth)+I0(M.borderTopWidth),F=C.scrollHeight;C.value="x";const L=C.scrollHeight;let B=F;i&&(B=Math.max(Number(i)*L,B)),a&&(B=Math.min(Number(a)*L,B)),B=Math.max(B,L);const $=B+(Z==="border-box"?y+P:0),K=Math.abs(B-F)<=1;return{outerHeightStyle:$,overflowing:K}},[a,i,t.placeholder]),m=o.useCallback(()=>{const S=g();if(Pi(S))return;const I=f.current;I.style.height=`${S.outerHeightStyle}px`,I.style.overflow=S.overflowing?"hidden":""},[g]);Me(()=>{const S=()=>{m()};let I;const M=()=>{cancelAnimationFrame(I),I=requestAnimationFrame(()=>{S()})},C=Cl(S),Z=f.current,y=ze(Z);y.addEventListener("resize",C);let P;return typeof ResizeObserver<"u"&&(P=new ResizeObserver(process.env.NODE_ENV==="test"?M:S),P.observe(Z)),()=>{C.clear(),cancelAnimationFrame(I),y.removeEventListener("resize",C),P&&P.disconnect()}},[g,m]),Me(()=>{m()});const E=S=>{u||m(),n&&n(S)};return l.jsxs(o.Fragment,{children:[l.jsx("textarea",_({value:d,onChange:E,ref:w,rows:i},h)),l.jsx("textarea",{"aria-hidden":!0,className:t.className,readOnly:!0,ref:p,tabIndex:-1,style:_({},Ni.shadow,s,{paddingTop:0,paddingBottom:0})})]})});process.env.NODE_ENV!=="production"&&(wr.propTypes={className:O.string,maxRows:O.oneOfType([O.number,O.string]),minRows:O.oneOfType([O.number,O.string]),onChange:O.func,placeholder:O.string,style:O.object,value:O.oneOfType([O.arrayOf(O.string),O.number,O.string])});var pr={exports:{}};/*!
29
29
  Copyright (c) 2018 Jed Watson.
30
30
  Licensed under the MIT License (MIT), see
31
31
  http://jedwatson.github.io/classnames
32
- */(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var c="",i=0;i<arguments.length;i++){var d=arguments[i];d&&(c=a(c,n(d)))}return c}function n(c){if(typeof c=="string"||typeof c=="number")return c;if(typeof c!="object")return"";if(Array.isArray(c))return r.apply(null,c);if(c.toString!==Object.prototype.toString&&!c.toString.toString().includes("[native code]"))return c.toString();var i="";for(var d in c)t.call(c,d)&&c[d]&&(i=a(i,d));return i}function a(c,i){return i?c?c+" "+i:c+i:c}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(rr);var gc=rr.exports;const te=j1(gc),vc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M0 .75A.75.75 0 0 1 .75 0h7a.75.75 0 0 1 0 1.5H7.5v11.25a3.25 3.25 0 0 1-6.5 0V1.5H.75A.75.75 0 0 1 0 .75Zm2.5 5v7a1.75 1.75 0 1 0 3.5 0v-7H2.5Zm0-1.5H6v-2.5H2.5v2.5ZM11.16.659A2.25 2.25 0 0 1 15 2.25v4.499a.75.75 0 0 1-1.5 0V5.5H12v1.25a.75.75 0 0 1-1.5 0v-4.5c0-.597.237-1.169.66-1.591ZM13.5 4V2.25a.75.75 0 1 0-1.5 0V4h1.5Zm-2.25 4.5a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h1.5a2.25 2.25 0 0 0 1.677-3.75A2.25 2.25 0 0 0 12.75 8.5h-1.5Zm1.5 3H12V10h.75a.75.75 0 0 1 0 1.5Zm-.75 3V13h.75a.75.75 0 0 1 0 1.5H12Z"})),mc=s.forwardRef(vc),b=s.forwardRef((e,t)=>{const{children:r,size:n,color:a,...c}=e,i={...n?{width:n,height:n}:{},...a?{fill:a}:{},ref:t,...c};return s.isValidElement(r)?s.cloneElement(r,i):null});b.displayName="Icon";const nr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(mc,{})}));nr.displayName="AbTestIcon";const bc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2.33 1.665A.75.75 0 0 1 3 1.25h10a.75.75 0 0 1 0 1.5H4.5l3.6 4.8c.2.267.2.633 0 .9l-3.6 4.8H13a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.6-1.2L6.563 8 2.4 2.45a.75.75 0 0 1-.07-.785Z"})),Ec=s.forwardRef(bc),or=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ec,{})}));or.displayName="AggregateIcon";const yc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M9 .25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75A6.75 6.75 0 0 0 9 .25Zm.75 6V1.804a5.25 5.25 0 0 1 4.447 4.446H9.75ZM7 2.25A6.75 6.75 0 1 0 13.75 9a.75.75 0 0 0-.75-.75H7.75V3A.75.75 0 0 0 7 2.25ZM4.084 4.635a5.25 5.25 0 0 1 2.166-.831V9c0 .414.336.75.75.75h5.197a5.249 5.249 0 0 1-8.909 2.962 5.25 5.25 0 0 1 .796-8.077Z"})),Ic=s.forwardRef(yc),ar=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ic,{})}));ar.displayName="AnalyticsIcon";const Sc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.25 9.25v6.25c0 .073.021.135.063.188a.29.29 0 0 0 .188.062h9c.072 0 .13-.02.171-.063a.256.256 0 0 0 .079-.187V9.25h-9.5Zm11-1.39a2.63 2.63 0 0 1 1.438.984c.375.49.563 1.041.563 1.656v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.198-.047-.385-.141-.563a1.132 1.132 0 0 0-.36-.437v6c0 .23-.046.453-.14.672a1.632 1.632 0 0 1-.375.578c-.167.156-.36.276-.578.36-.209.093-.427.14-.656.14h-9a1.72 1.72 0 0 1-.875-.234 1.756 1.756 0 0 1-.641-.625 1.75 1.75 0 0 1-.234-.891v-6c-.157.115-.282.26-.375.438a1.305 1.305 0 0 0-.125.562v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.625.187-1.177.562-1.656.375-.49.854-.818 1.438-.985.02-.875.213-1.708.578-2.5a6.226 6.226 0 0 1 1.547-2.046L3.89 1.937a.698.698 0 0 1-.14-.546.74.74 0 0 1 .312-.485.698.698 0 0 1 .547-.14c.208.03.375.13.5.296l1 1.391A6.204 6.204 0 0 1 9 1.75c1.021 0 1.985.234 2.891.703l1-1.39a.73.73 0 0 1 .485-.297.677.677 0 0 1 .562.125.74.74 0 0 1 .297.5c.042.198 0 .38-.125.546l-.984 1.375a6.043 6.043 0 0 1 1.53 2.047c.376.792.574 1.625.595 2.5Zm-3.53-3.75-.094-.063A4.61 4.61 0 0 0 9 3.25a4.616 4.616 0 0 0-2.719.86 4.591 4.591 0 0 0-1.438 1.593A4.702 4.702 0 0 0 4.25 7.75h9.5a4.702 4.702 0 0 0-.594-2.047 4.59 4.59 0 0 0-1.438-1.594ZM6 5.5c0-.208.074-.385.22-.531a.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Zm4.5 0a.72.72 0 0 1 .22-.531.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Z"})),Cc=s.forwardRef(Sc),lr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Cc,{})}));lr.displayName="AndroidIcon";const Mc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M5.941.408a1.551 1.551 0 0 0-.466.065c-.15.046-.314.122-.457.246a.984.984 0 0 0-.333.578l-.817 4.795H1.5a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-2.367l-.817-4.795a.983.983 0 0 0-.333-.578 1.254 1.254 0 0 0-.457-.246 1.552 1.552 0 0 0-.933.013L9 1.356 6.408.485A1.534 1.534 0 0 0 5.94.408Zm6.671 5.684H5.39l.097-.57c.096.045.203.07.315.07h6.4a.747.747 0 0 0 .314-.069l.097.569Zm-.704-4.13.364 2.133a.76.76 0 0 0-.07-.003h-6.4a.758.758 0 0 0-.073.003l.364-2.133 2.67.896a.75.75 0 0 0 .476 0l2.67-.896ZM8.176 11.2a3.751 3.751 0 0 0-7.425.75 3.75 3.75 0 0 0 7.425.75h1.65a3.751 3.751 0 0 0 7.425-.75 3.75 3.75 0 0 0-7.425-.75h-1.65Zm-5.925.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm9 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"})),xc=s.forwardRef(Mc),cr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xc,{})}));cr.displayName="AnonymizeIcon";const Zc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M13.5 4.703a.867.867 0 0 0-.53-.265c-.188-.032-.38.026-.579.171-.187.136-.291.303-.312.5-.01.188.062.386.219.594.312.406.526.99.64 1.75a6.814 6.814 0 0 1-.03 2.344c-.168 1.02-.407 1.927-.72 2.719-.302.791-.65 1.422-1.047 1.89-.395.459-.807.724-1.234.797h-.11L8.502 14.5a1.557 1.557 0 0 0-1.594 0l-1.203.5h-.11c-.427-.062-.838-.328-1.234-.797-.396-.468-.75-1.099-1.062-1.89-.302-.792-.537-1.698-.703-2.72a8.62 8.62 0 0 1-.047-2.124c.083-.75.265-1.339.547-1.766.322-.479.724-.729 1.203-.75.541-.031 1.244.219 2.109.75.188.094.396.167.625.219.24.052.464.078.672.078h.203l.39-.406V2.797c.094-.24.09-.432-.015-.578C8.178 2.073 8.016 2 7.798 2c-.25 0-.448.073-.594.219-.135.135-.203.328-.203.578v1.61c-1.136-.699-2.162-.99-3.078-.876-.907.115-1.615.605-2.125 1.47-.386.582-.641 1.322-.766 2.218a9.754 9.754 0 0 0 .063 2.687c.312 1.865.833 3.375 1.562 4.532.76 1.229 1.677 1.916 2.75 2.062.25 0 .427-.01.531-.031a1.02 1.02 0 0 0 .47-.172l1.296-.594h.203l1.297.703c.198.063.349.105.453.125.167.042.313.063.438.063 1.072-.146 1.99-.834 2.75-2.063.729-1.156 1.25-2.666 1.562-4.53a10.02 10.02 0 0 0 0-2.954c-.167-.98-.469-1.76-.906-2.344Zm-2.905.203c.645-.093 1.312-.427 2-1 .583-.698.916-1.4 1-2.109.052-.25.052-.49 0-.719A1.137 1.137 0 0 0 13.298.5c-.146-.24-.334-.39-.563-.453a1.064 1.064 0 0 0-.734.047c-.646.094-1.313.427-2 1-.281.292-.516.62-.703.984a5.237 5.237 0 0 0-.391 1.125 1.75 1.75 0 0 0 0 .735c.052.229.151.416.297.562.198.208.432.354.703.438.27.073.5.062.688-.032ZM11 2.203c.302-.302.703-.505 1.203-.61-.104.5-.307.902-.61 1.204-.291.302-.687.505-1.187.61.094-.5.292-.902.594-1.204Z"})),Ac=s.forwardRef(Zc),ir=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ac,{})}));ir.displayName="AppleIcon";const Tc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.44l1.282-1.026a.75.75 0 1 1 .937 1.172L8.473 8.583a.747.747 0 0 1-.947-.002L5.032 6.586a.75.75 0 0 1 .938-1.172L7.25 6.44V1A.75.75 0 0 1 8 .25ZM.764 9.763A1.75 1.75 0 0 1 2 9.25h2.555a.75.75 0 0 1 .651.378 3.217 3.217 0 0 0 5.588 0 .75.75 0 0 1 .651-.378H14A1.75 1.75 0 0 1 15.75 11v3A1.75 1.75 0 0 1 14 15.75H2A1.75 1.75 0 0 1 .251 14v-3c0-.464.184-.91.513-1.237ZM2 10.75a.25.25 0 0 0-.25.25v3a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25h-2.144a4.717 4.717 0 0 1-7.712 0H2Z"})),Nc=s.forwardRef(Tc),sr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nc,{})}));sr.displayName="ArchiveAltIcon";const Lc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.263 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v2a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v1.25h13.5V2.5a.25.25 0 0 0-.25-.25h-13ZM2.5 5.75a.75.75 0 0 1 .75.75v6a1.25 1.25 0 0 0 1.25 1.25h9a1.25 1.25 0 0 0 1.25-1.25v-6a.75.75 0 0 1 1.5 0v6a2.75 2.75 0 0 1-2.75 2.75h-9a2.75 2.75 0 0 1-2.75-2.75v-6a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"M8 5.75a1.75 1.75 0 1 0 0 3.5h2a1.75 1.75 0 0 0 0-3.5H8Zm-.176 1.573a.25.25 0 0 1 .177-.073h2a.25.25 0 0 1 0 .5H8a.25.25 0 0 1-.177-.427Z"})),Fc=s.forwardRef(Lc),dr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Fc,{})}));dr.displayName="ArchiveIcon";const Pc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5.531 1.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8 3.94 5.53 1.47Zm0 13.06a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06L8 12.06l-2.47 2.47Z"})),Bc=s.forwardRef(Pc),hr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bc,{})}));hr.displayName="ArrowCollapseIcon";const Hc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M6.99 13.78a.75.75 0 0 0 1.062 0l4.32-4.32a.75.75 0 1 0-1.061-1.061l-3.04 3.04V2.69c0-.382-.336-.691-.75-.691s-.75.31-.75.691v8.747l-3.04-3.04a.75.75 0 0 0-1.06 1.061l4.32 4.32Z"})),Vc=s.forwardRef(Hc),fr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vc,{})}));fr.displayName="ArrowDownIcon";const Oc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M5.532 5.03A.75.75 0 0 1 4.47 3.97l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06L8 2.56 5.53 5.03Zm0 5.94a.75.75 0 0 0-1.061 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-2.47 2.47-2.47-2.47Z"})),Dc=s.forwardRef(Oc),ur=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dc,{})}));ur.displayName="ArrowExpandIcon";const $c=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M17.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm-6.78 3.97a.75.75 0 0 1 1.06 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 0 1 0-1.5h10.19l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),_c=s.forwardRef($c),wr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(_c,{})}));wr.displayName="ArrowKeyboardNextIcon";const kc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm5.281 3.97a.75.75 0 0 1 0 1.06l-1.22 1.22h10.19a.75.75 0 0 1 0 1.5H6.312l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5A.748.748 0 0 1 3.751 8v-.004c0-.191.073-.382.22-.528l2.5-2.5a.75.75 0 0 1 1.06 0Z"})),Rc=s.forwardRef(kc),pr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rc,{})}));pr.displayName="ArrowKeyboardPreviousIcon";const Uc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M15 2.248a.75.75 0 0 0 0-1.5H1a.75.75 0 1 0 0 1.5h14Zm-3.97 5.28a.75.75 0 0 1-1.06 0l-1.22-1.22v10.19a.75.75 0 1 1-1.5 0V6.308l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.748.748 0 0 1 .528-.22h.004c.191 0 .382.074.528.22l2.5 2.5a.75.75 0 0 1 0 1.06Z"})),Wc=s.forwardRef(Uc),gr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wc,{})}));gr.displayName="ArrowKeyboardUpIcon";const zc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1.74 7.47a.75.75 0 0 0 0 1.06l4.32 4.32a.75.75 0 1 0 1.06-1.06L4.082 8.75h8.747c.382 0 .692-.336.692-.75 0-.415-.31-.75-.692-.75H4.081l3.04-3.04a.75.75 0 0 0-1.06-1.06L1.74 7.47Z"})),jc=s.forwardRef(zc),vr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(jc,{})}));vr.displayName="ArrowLeftIcon";const Yc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.3 8.53a.75.75 0 0 0 0-1.06L8.98 3.15a.75.75 0 0 0-1.06 1.06l3.039 3.04H2.212c-.382 0-.691.335-.691.75 0 .414.31.75.69.75h8.748l-3.04 3.04a.75.75 0 0 0 1.061 1.06l4.32-4.32Z"})),qc=s.forwardRef(Yc),mr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(qc,{})}));mr.displayName="ArrowRightIcon";const Kc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.05 2.22a.75.75 0 0 0-1.06 0L2.67 6.54A.75.75 0 1 0 3.73 7.6l3.04-3.04v8.748c0 .382.336.691.75.691.415 0 .75-.31.75-.691V4.56l3.04 3.04a.75.75 0 1 0 1.06-1.061L8.05 2.22Z"})),Gc=s.forwardRef(Kc),br=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gc,{})}));br.displayName="ArrowUpIcon";const Xc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),o.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),o.createElement("path",{d:"M6.5 3a.7.7 0 0 1 .7.7v2.1h2.1a.7.7 0 1 1 0 1.4H7.2v2.1a.7.7 0 1 1-1.4 0V7.2H3.7a.7.7 0 1 1 0-1.4h2.1V3.7a.7.7 0 0 1 .7-.7Z"})))),Qc=s.forwardRef(Xc),Er=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qc,{})}));Er.displayName="AttributeSlotIcon";const Jc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M7.47.97a.748.748 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-.22-.22v10.44h4.44l-.22-.22a.75.75 0 1 1 1.06-1.06l1.5 1.5a.748.748 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H8.75v1.25a.75.75 0 0 1-1.5 0v-1.25H2.811l.22.22a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.748.748 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 1.06l-.22.22h4.44V3.31l-.22.22a.75.75 0 0 1-1.06-1.06l1.5-1.5Z"})),ei=s.forwardRef(Jc),yr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ei,{})}));yr.displayName="AxisIcon";const ti=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1 .75A.75.75 0 0 1 1.75 0h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 1 .75Zm2.78 2.47a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 1 0 1.06 1.06l.22-.22V12H.75a.75.75 0 0 0 0 1.5H2.5v1.75a.75.75 0 0 0 1.5 0V13.5h6.44l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H4V5.56l.22.22a.75.75 0 0 0 1.06-1.06l-1.5-1.5ZM16 11.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Z"})),ri=s.forwardRef(ti),Ir=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ri,{})}));Ir.displayName="AxisLimtIcon";const ni=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M8 .75A1.25 1.25 0 0 0 6.75 2v11.75h-.5V8A1.25 1.25 0 0 0 5 6.75H3A1.25 1.25 0 0 0 1.75 8v5.75H1.5a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-.25V5A1.25 1.25 0 0 0 15 3.75h-2A1.25 1.25 0 0 0 11.75 5v8.75h-.5V2A1.25 1.25 0 0 0 10 .75H8Zm1.75 13h-1.5V2.25h1.5v11.5Zm3.5 0v-8.5h1.5v8.5h-1.5Zm-10 0v-5.5h1.5v5.5h-1.5Z"})),oi=s.forwardRef(ni),Sr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(oi,{})}));Sr.displayName="BarChartIcon";const ai=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.5 7.797a.832.832 0 0 0-.562.219.754.754 0 0 0-.234.578v1a.85.85 0 0 0 .219.578.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.219.146-.145.219-.343.219-.593v-1c-.053-.25-.152-.443-.297-.578a.656.656 0 0 0-.5-.22Zm1-3c-.322 0-.624.083-.906.25-.27.156-.49.375-.656.656a1.75 1.75 0 0 0-.234.89c0 .22.073.412.219.579a.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.218.146-.146.219-.344.219-.594 0-.042.02-.084.062-.125a.194.194 0 0 1 .14-.063.782.782 0 0 0 .548-.218.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.547-.22Zm3 0h-1a.832.832 0 0 0-.562.219c-.156.145-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.218a.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm0 7h-1a.832.832 0 0 0-.562.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.219a.779.779 0 0 0 .25-.593.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm6-7h-2.203V2.5c0-.323-.083-.62-.25-.89a1.657 1.657 0 0 0-.656-.657 1.667 1.667 0 0 0-.89-.25h-9c-.323 0-.625.083-.907.25a1.69 1.69 0 0 0-.64.656c-.167.271-.25.568-.25.891v9c0 .323.083.625.25.906.156.271.37.49.64.656.282.157.584.235.907.235h2.203V15.5c0 .323.078.625.234.906.167.271.386.485.656.64.282.168.584.25.907.25h9c.323 0 .62-.082.89-.25.282-.155.5-.369.657-.64.166-.281.25-.583.25-.906v-9c-.052-.5-.24-.906-.563-1.219-.323-.323-.734-.484-1.234-.484Zm.297 10.703a.19.19 0 0 1-.062.14.194.194 0 0 1-.14.063h-9c-.042 0-.084-.02-.126-.062a.194.194 0 0 1-.062-.141v-2.203h.187a.795.795 0 0 0 .563-.219.73.73 0 0 0 .25-.578c0-.25-.073-.443-.219-.578-.146-.146-.344-.219-.594-.219h-.39V11.5a.776.776 0 0 0-.219-.547.751.751 0 0 0-.594-.25c-.24 0-.432.073-.578.219-.146.135-.219.328-.219.578v.203H2.501a.194.194 0 0 1-.14-.062.194.194 0 0 1-.063-.141v-9a.19.19 0 0 1 .062-.14.194.194 0 0 1 .14-.063h9c.053 0 .1.02.141.062a.194.194 0 0 1 .063.141v2.203H11.5a.832.832 0 0 0-.563.219c-.156.146-.234.344-.234.594 0 .24.067.432.203.578.146.135.344.203.594.203h.203V6.5c0 .208.073.396.218.563a.754.754 0 0 0 .579.234c.25 0 .442-.068.578-.203.146-.146.218-.344.218-.594v-.297H15.5c.052 0 .099.021.14.063a.194.194 0 0 1 .063.14V15.5h.093Zm-3.296-4.703a.832.832 0 0 0-.563.219.754.754 0 0 0-.234.578.191.191 0 0 1-.063.14.195.195 0 0 1-.14.063.832.832 0 0 0-.563.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218.323 0 .62-.078.89-.234.281-.167.5-.386.656-.656.167-.282.25-.589.25-.922-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Zm0-3a.832.832 0 0 0-.563.219.753.753 0 0 0-.234.578v1c0 .219.073.411.218.578a.754.754 0 0 0 .579.234c.25 0 .442-.073.578-.219.146-.145.218-.343.218-.593v-1c-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Z"})),li=s.forwardRef(ai),Cr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(li,{})}));Cr.displayName="BooleanIcon";const ci=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm3.217-1.46 4.26-4.32a.732.732 0 0 1 1.046 0l4.26 4.32a.758.758 0 0 1 0 1.06.733.733 0 0 1-1.046 0L8.74 4.56v8.749c0 .382-.332.691-.74.691-.409 0-.74-.31-.74-.691V4.56L4.263 7.6a.732.732 0 0 1-1.046 0 .758.758 0 0 1 0-1.061Z"})))),ii=s.forwardRef(ci),Mr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ii,{})}));Mr.displayName="BoostIcon";const si=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.749-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"}),o.createElement("path",{d:"M5.97 5.97a.75.75 0 0 1 1.061 0l1.97 1.97 1.97-1.97a.75.75 0 1 1 1.06 1.06L10.061 9l1.97 1.97a.75.75 0 1 1-1.06 1.06L9 10.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L7.94 9 5.97 7.03a.75.75 0 0 1 0-1.06Z"})),di=s.forwardRef(si),xr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(di,{})}));xr.displayName="BracketsCancelIcon";const hi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.75-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"})),fi=s.forwardRef(hi),Zr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(fi,{})}));Zr.displayName="BracketsIcon";const ui=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2.508.752a2.25 2.25 0 0 0-2.25 2.25v10a2.25 2.25 0 0 0 2.25 2.25h11a2.25 2.25 0 0 0 2.25-2.25v-10a2.25 2.25 0 0 0-2.25-2.25h-11Zm11.75 3h-12.5v-.75a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 .75.75v.75Zm-12.5 1.5h12.5v7.75a.75.75 0 0 1-.75.75h-11a.75.75 0 0 1-.75-.75v-7.75Z"})),wi=s.forwardRef(ui),Ar=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wi,{})}));Ar.displayName="BrowserIcon";const pi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M2.572.75h11.855a1.83 1.83 0 0 1 1.824 1.825V6a.75.75 0 0 1-1.5 0v-.75h-12.5v7.672a.33.33 0 0 0 .328.328h2.922a.75.75 0 0 1 0 1.5H2.575a1.83 1.83 0 0 1-1.824-1.824V2.569A1.825 1.825 0 0 1 2.571.75h.001Zm-.32 3h12.5V2.578a.33.33 0 0 0-.33-.328H2.575a.325.325 0 0 0-.323.323V3.75Z"}),o.createElement("path",{d:"M16.001 13.25a.25.25 0 0 1-.25-.25v-2a3.25 3.25 0 1 0-6.5 0v2a.25.25 0 0 1-.25.25.75.75 0 0 0 0 1.5h3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2h3.5a.75.75 0 0 0 0-1.5Zm-3.5-4a1.75 1.75 0 0 1 1.75 1.75v2c0 .084.006.168.018.25h-3.536c.012-.082.018-.166.018-.25v-2a1.75 1.75 0 0 1 1.75-1.75Zm.098 6.99a.503.503 0 0 1-.56-.299.5.5 0 1 1 .56.3Z"})),gi=s.forwardRef(pi),Tr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gi,{})}));Tr.displayName="BrowserPushIcon";const vi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm12.783 1.46-4.26 4.32a.733.733 0 0 1-1.046 0l-4.26-4.32a.757.757 0 0 1 0-1.061.732.732 0 0 1 1.046 0l2.997 3.04V2.69C7.26 2.31 7.592 2 8 2s.74.31.74.691v8.747l2.997-3.04a.733.733 0 0 1 1.046 0 .758.758 0 0 1 0 1.061Z"})))),mi=s.forwardRef(vi),Nr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(mi,{})}));Nr.displayName="BuryIcon";const bi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M3.751 10.25a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),o.createElement("path",{d:"M5.501.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h1.75A2.25 2.25 0 0 1 17.251 5v10a2.25 2.25 0 0 1-2.25 2.25h-12A2.25 2.25 0 0 1 .751 15V5a2.25 2.25 0 0 1 2.25-2.25h1.75V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-1.75a.75.75 0 0 0-.75.75v1.75h13.5V5a.75.75 0 0 0-.75-.75h-1.75V5a.75.75 0 0 1-1.5 0v-.75Zm-9.5 4V15c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75V8.25h-13.5Z"})),Ei=s.forwardRef(bi),Lr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ei,{})}));Lr.displayName="CalendarAltIcon";const yi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.503.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h2.25c.966 0 1.75.784 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-11c0-.966.783-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v2.25h13.5V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75Zm4 4h-13.5v7.25c0 .138.111.25.25.25h13a.25.25 0 0 0 .25-.25V8.25Z"})),Ii=s.forwardRef(yi),Fr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ii,{})}));Fr.displayName="CalendarIcon";const Si=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.251 6a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 1 0 0 1.5H5a.75.75 0 1 0 0-1.5h-.666ZM3.585 9a.75.75 0 0 1 .75-.75H5a.75.75 0 1 1 0 1.5h-.666a.75.75 0 0 1-.75-.75Zm3.416-.75a.75.75 0 0 0 0 1.5h6.667a.75.75 0 0 0 0-1.5H7.001ZM6.251 12a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 0 0 0 1.5H5a.75.75 0 0 0 0-1.5h-.666Z"}),o.createElement("path",{d:"M.751 2.502c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),Ci=s.forwardRef(Si),Pr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ci,{})}));Pr.displayName="CatalogIcon";const Mi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.25 3.75a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5H10v2.25a.75.75 0 1 1-1.5 0V8.25H6.25a.75.75 0 1 1 0-1.5H8.5V4.5a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"M2.5.75A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75h1.25v2.25a.75.75 0 0 0 1.2.6l3.8-2.85h6.75a1.75 1.75 0 0 0 1.75-1.75v-10A1.75 1.75 0 0 0 15.5.75h-13Zm-.177 1.573A.25.25 0 0 1 2.5 2.25h13a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-7a.75.75 0 0 0-.45.15L5.25 15v-1.5a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .073-.177Z"})),xi=s.forwardRef(Mi),Br=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xi,{})}));Br.displayName="ChatAddIcon";const Zi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M3.751 6a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"}),o.createElement("path",{d:"M1.264 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-6.75l-3.8 2.85a.75.75 0 0 1-1.2-.6v-2.25h-1.25a1.75 1.75 0 0 1-1.75-1.75v-10c0-.464.185-.91.513-1.237Zm1.237.987a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h2a.75.75 0 0 1 .75.75V15l2.8-2.1a.75.75 0 0 1 .45-.15h7a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-13Z"})),Ai=s.forwardRef(Zi),Hr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ai,{})}));Hr.displayName="ChatIcon";const Ti=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.28 2.29a.15.15 0 0 1 .104-.04h11.491a.15.15 0 0 1 .104.04.75.75 0 0 0 1.042-1.079 1.65 1.65 0 0 0-1.146-.46H2.384a1.65 1.65 0 0 0-1.146.46A1.59 1.59 0 0 0 .75 2.354v8.542c0 .434.179.845.488 1.144a.75.75 0 0 0 1.042-1.08.09.09 0 0 1-.03-.064V2.354a.09.09 0 0 1 .03-.064Z"}),o.createElement("path",{d:"M5.255 3.75A1.505 1.505 0 0 0 3.75 5.255v8.07a1.505 1.505 0 0 0 1.505 1.505h.916v1.722a.698.698 0 0 0 1.117.559l3.041-2.281h5.416a1.505 1.505 0 0 0 1.505-1.506V5.255a1.505 1.505 0 0 0-1.505-1.505H5.255Zm-.077 1.43a.109.109 0 0 1 .077-.032h10.49a.108.108 0 0 1 .109.108v8.07a.109.109 0 0 1-.11.108h-5.647a.698.698 0 0 0-.42.14l-2.11 1.582v-1.024a.698.698 0 0 0-.698-.698H5.255a.108.108 0 0 1-.108-.109v-8.07c0-.028.011-.056.031-.076Z"})),Ni=s.forwardRef(Ti),Vr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ni,{})}));Vr.displayName="ChatsIcon";const Li=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5ZM.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8Z"}),o.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.327 1.327 0 0 1-1.699.355 1.329 1.329 0 0 1-.454-.416l-1.343-1.92a.75.75 0 1 1 1.229-.86l1.22 1.743 3.573-4.59a.75.75 0 0 1 1.053-.132Zm-4.489 4.92-.002-.004.002.003Z"})),Fi=s.forwardRef(Li),Or=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Fi,{})}));Or.displayName="CheckCircleIcon";const Pi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.408-1.539a.75.75 0 1 0-1.184-.921l-3.573 4.59-1.22-1.743a.75.75 0 1 0-1.23.86l1.344 1.92a1.328 1.328 0 0 0 1.672.453c.19-.091.354-.226.48-.392l3.711-4.767Z"})),Dr=s.forwardRef(Pi),$r=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dr,{})}));$r.displayName="CheckFilledIcon";const Bi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.439 3.392a.75.75 0 0 1 .17 1.047l-6.186 8.583a1.732 1.732 0 0 1-.617.542 1.646 1.646 0 0 1-1.613-.052 1.747 1.747 0 0 1-.58-.574L2.37 9.478a.75.75 0 1 1 1.258-.815l2.247 3.465.009.015c.025.04.054.067.082.084a.154.154 0 0 0 .074.023.147.147 0 0 0 .073-.017.234.234 0 0 0 .083-.075l.006-.01 6.189-8.586a.75.75 0 0 1 1.047-.17Z"})),Hi=s.forwardRef(Bi),c1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Hi,{})}));c1.displayName="CheckIcon";const Vi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.328 1.328 0 0 1-1.699.355 1.328 1.328 0 0 1-.453-.416l-1.344-1.92a.75.75 0 0 1 1.229-.86l1.22 1.743 3.574-4.59a.75.75 0 0 1 1.052-.132Zm-4.488 4.92-.003-.004.003.003Z"})),Oi=s.forwardRef(Vi),_r=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Oi,{})}));_r.displayName="CheckSmallIcon";const Di=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5.415 5c-.891 0-1.337 1.077-.707 1.707l2.586 2.586a1 1 0 0 0 1.414 0l2.586-2.586c.63-.63.183-1.707-.708-1.707H5.415Z"})),$i=s.forwardRef(Di),kr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx($i,{})}));kr.displayName="ChevronDownFillIcon";const _i=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06Z"})),ki=s.forwardRef(_i),i1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ki,{})}));i1.displayName="ChevronDownIcon";const Ri=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M10 5.414c0-.89-1.076-1.337-1.706-.707L5.708 7.293a1 1 0 0 0 0 1.414l2.586 2.586c.63.63 1.707.184 1.707-.707V5.414Z"})),Ui=s.forwardRef(Ri),Rr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ui,{})}));Rr.displayName="ChevronLeftFillIcon";const Wi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M9.531 4.47a.75.75 0 0 1 0 1.06L7.061 8l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z"})),zi=s.forwardRef(Wi),s1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(zi,{})}));s1.displayName="ChevronLeftIcon";const ji=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.001 10.586c0 .89 1.077 1.337 1.707.707l2.586-2.586a1 1 0 0 0 0-1.414L7.708 4.707c-.63-.63-1.707-.184-1.707.707v5.172Z"})),Yi=s.forwardRef(ji),Ur=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yi,{})}));Ur.displayName="ChevronRightFillIcon";const qi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.47 11.53a.75.75 0 0 1 0-1.06L8.94 8 6.47 5.53a.75.75 0 1 1 1.061-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0Z"})),Ki=s.forwardRef(qi),d1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ki,{})}));d1.displayName="ChevronRightIcon";const Gi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M5.416 10c-.891 0-1.338-1.077-.708-1.707l2.586-2.586a1 1 0 0 1 1.414 0l2.586 2.586c.63.63.184 1.707-.707 1.707H5.416Z"})),Xi=s.forwardRef(Gi),Wr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Xi,{})}));Wr.displayName="ChevronUpFillIcon";const Qi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M7.47 5.47a.75.75 0 0 1 1.061 0l3 3a.75.75 0 1 1-1.06 1.06L8 7.06 5.53 9.53a.75.75 0 1 1-1.06-1.06l3-3Z"})),Ji=s.forwardRef(Qi),zr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ji,{})}));zr.displayName="ChevronUpIcon";const es=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M13.66 2.343a7.996 7.996 0 1 0 0 11.314 8.01 8.01 0 0 0 0-11.314Zm-2.52 7.843a.666.666 0 0 1-.939.944L8.128 9.056a.168.168 0 0 0-.236 0L5.82 11.13a.68.68 0 0 1-.943 0 .667.667 0 0 1 0-.944L6.95 8.113a.166.166 0 0 0 0-.235L4.876 5.805a.667.667 0 0 1 .94-.944L7.89 6.935a.167.167 0 0 0 .236 0l2.073-2.074a.667.667 0 0 1 .943.944L9.067 7.878a.167.167 0 0 0 0 .235l2.074 2.073Z"})),ts=s.forwardRef(es),jr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ts,{})}));jr.displayName="ClearFillIcon";const rs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12.53 5.47a.75.75 0 0 1 0 1.06L10.06 9l2.47 2.47a.75.75 0 0 1-1.06 1.06L9 10.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L7.939 9l-2.47-2.47a.75.75 0 1 1 1.06-1.06L9 7.94l2.47-2.47a.75.75 0 0 1 1.06 0Z"}),o.createElement("path",{d:"M.75 9a8.25 8.25 0 1 1 16.5 0A8.25 8.25 0 0 1 .75 9ZM9 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5Z"})),ns=s.forwardRef(rs),Yr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ns,{})}));Yr.displayName="ClearIcon";const os=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M12.703 2h-1.11c-.051-.312-.181-.557-.39-.734-.198-.177-.463-.266-.797-.266H10a2.034 2.034 0 0 0-.86-.719A2.463 2.463 0 0 0 8 .001a2.34 2.34 0 0 0-1.11.28 2.77 2.77 0 0 0-.89.72h-.406c-.177 0-.308.01-.39.03a1.01 1.01 0 0 0-.407.266c-.104.104-.214.287-.328.547L4.406 2H3.203c-.302 0-.594.073-.875.219-.27.146-.495.349-.672.61a1.59 1.59 0 0 0-.25.874v10.704c0 .49.172.895.516 1.218.344.313.77.469 1.281.469h9.5c.302 0 .589-.073.86-.219.28-.146.505-.349.671-.61.178-.26.266-.546.266-.859V3.704c0-.5-.177-.906-.531-1.218-.344-.323-.766-.485-1.266-.485Zm-6.906.406h.5a.83.83 0 0 0 .375-.078c.114-.052.224-.13.328-.234.094-.188.23-.333.406-.438A1.21 1.21 0 0 1 8 1.5c.208 0 .401.052.578.156.188.105.328.25.422.438.104.104.208.182.313.234a.934.934 0 0 0 .39.078h.5v1.5H5.797v-1.5Zm7.297 11.891c0 .052-.026.1-.078.14a.342.342 0 0 1-.22.063H3.204c-.198 0-.297-.099-.297-.297V3.594c0-.052.026-.094.078-.125a.342.342 0 0 1 .22-.063h1.202v.688c0 .354.11.646.328.875.23.219.516.328.86.328h4.812c.344 0 .625-.11.844-.328.23-.23.344-.52.344-.875v-.688h1.203c.198 0 .297.1.297.297v10.594ZM9.906 9.203H8.703V8a.68.68 0 0 0-.203-.5.68.68 0 0 0-.5-.203.68.68 0 0 0-.5.203.68.68 0 0 0-.203.5v1.203H6.094a.68.68 0 0 0-.5.203.676.676 0 0 0-.188.5.71.71 0 0 0 .188.5.71.71 0 0 0 .5.188h1.203v1.203a.68.68 0 0 0 .203.5.68.68 0 0 0 .5.203.68.68 0 0 0 .5-.203.68.68 0 0 0 .203-.5v-1.203h1.203c.198 0 .36-.063.485-.188a.68.68 0 0 0 .203-.5.648.648 0 0 0-.203-.5.63.63 0 0 0-.485-.203Z"})),as=s.forwardRef(os),qr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(as,{})}));qr.displayName="ClipboardAddIcon";const ls=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8 4.75a.75.75 0 0 1 .75.75v2.19l2.905 2.905a.75.75 0 0 1-1.06 1.06L7.47 8.532A.748.748 0 0 1 7.25 8V5.5A.75.75 0 0 1 8 4.75Z"}),o.createElement("path",{d:"M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5Z"})),cs=s.forwardRef(ls),Kr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(cs,{})}));Kr.displayName="ClockCircleIcon";const is=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.395 1.84a3.669 3.669 0 0 1 6.263 2.595c0 1.025-.504 1.837-.887 2.454l-.036.057c-.423.682-.698 1.16-.698 1.728 0 .41.085.673.199.82.087.112.265.256.737.256h1.989c.954 0 1.713.311 2.265.828.539.506.828 1.16.95 1.777.121.61.09 1.24-.074 1.75a1.975 1.975 0 0 1-.402.73 1.297 1.297 0 0 1-.497.342v.323a1.75 1.75 0 0 1-1.741 1.75H3.516a1.75 1.75 0 0 1-1.74-1.75v-.322a1.275 1.275 0 0 1-.504-.352 1.942 1.942 0 0 1-.388-.737c-.15-.504-.172-1.122-.073-1.713.1-.592.334-1.232.768-1.739A2.49 2.49 0 0 1 3.52 9.75h2.486c.472 0 .65-.144.737-.256.115-.147.2-.41.2-.82 0-.569-.276-1.046-.699-1.728L6.21 6.89c-.384-.617-.888-1.429-.888-2.454 0-.973.386-1.906 1.074-2.594ZM2.353 13.75h13.282a.917.917 0 0 0 .04-.104 2.1 2.1 0 0 0 .03-1c-.075-.384-.244-.73-.505-.974-.248-.232-.63-.422-1.238-.422h-1.989c-.826 0-1.49-.28-1.922-.836-.404-.521-.514-1.171-.514-1.74 0-1.032.506-1.847.89-2.466l.033-.052c.424-.684.698-1.158.698-1.721a2.169 2.169 0 0 0-4.337 0c0 .563.274 1.037.698 1.72.01.018.022.035.033.053.384.619.89 1.434.89 2.466 0 .569-.11 1.219-.514 1.74-.431.556-1.096.836-1.922.836H3.52a.992.992 0 0 0-.802.363c-.208.244-.359.604-.427 1.012-.07.409-.043.79.03 1.036.01.035.022.065.032.09Zm.923 1.5v.25a.25.25 0 0 0 .247.25h10.933a.25.25 0 0 0 .248-.25v-.25H3.276Z"})),ss=s.forwardRef(is),Gr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ss,{})}));Gr.displayName="CloneIcon";const ds=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M3.529 2.47a.75.75 0 1 0-1.06 1.06L6.938 8l-4.47 4.47a.75.75 0 0 0 1.06 1.06L8 9.06l4.47 4.47a.75.75 0 1 0 1.06-1.06L9.06 8l4.47-4.47a.75.75 0 1 0-1.061-1.06l-4.47 4.47-4.47-4.47Z"})),Xr=s.forwardRef(ds),u0=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Xr,{})}));u0.displayName="CloseIcon";const hs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M9.83 10.79a.7.7 0 0 0 .5.21l.01.02a.71.71 0 0 0 .49-1.2L9.008 7.996 10.83 6.18a.707.707 0 0 0-1-1L8.004 6.994 6.18 5.17a.707.707 0 0 0-1 1l1.827 1.815L5.18 9.8a.71.71 0 0 0 .49 1.2.7.7 0 0 0 .5-.18l1.844-1.835L9.83 10.79Z"})),fs=s.forwardRef(hs),Qr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(fs,{})}));Qr.displayName="CloseSmallIcon";const us=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.78.795a5.751 5.751 0 0 1 6.102 3.698 3.997 3.997 0 0 1 5.245 2.76.75.75 0 0 1-1.453.373 2.497 2.497 0 0 0-3.84-1.432.75.75 0 0 1-1.164-.478A4.25 4.25 0 1 0 6.5 10.75a.75.75 0 0 1 .002 1.5A5.75 5.75 0 0 1 5.78.795Zm8.952 9.942a.75.75 0 0 1 .151 1.05l-1.934 2.584a1.25 1.25 0 0 1-1.883.133l-1-1a.75.75 0 1 1 1.06-1.06l.796.795 1.76-2.35a.75.75 0 0 1 1.05-.152Z"}),o.createElement("path",{d:"M7.75 12.501a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm4.75-3.25a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Z"})),ws=s.forwardRef(us),Jr=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ws,{})}));Jr.displayName="CloudCheckIcon";const ps=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.982.773a5.751 5.751 0 0 1 5.901 3.72 3.997 3.997 0 0 1 3.776.56 3.997 3.997 0 0 1 .143 6.283 4.001 4.001 0 0 1-1.63.808c-.344.081-.696.106-2.171.106a.75.75 0 0 1 0-1.5c1.525 0 1.688-.033 1.828-.066a2.5 2.5 0 1 0-1.995-4.49.75.75 0 0 1-1.163-.478 4.25 4.25 0 1 0-4.618 5.011.75.75 0 0 1-.155 1.492A5.75 5.75 0 0 1 5.982.773Z"}),o.createElement("path",{d:"M9 9.75a.75.75 0 0 1 .75.75v4.19l1.22-1.22a.75.75 0 0 1 1.061 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V10.5A.75.75 0 0 1 9 9.75Z"})),gs=s.forwardRef(ps),en=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gs,{})}));en.displayName="CloudDownloadIcon";const vs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M6.617 3.53a.75.75 0 1 0-1.06-1.06L1.263 6.763a1.75 1.75 0 0 0 0 2.474l4.294 4.294a.75.75 0 1 0 1.06-1.061L2.324 8.177a.25.25 0 0 1 0-.354l4.293-4.292Zm5.828-1.06a.75.75 0 1 0-1.06 1.06l4.293 4.293a.25.25 0 0 1 0 .354l-4.294 4.293a.75.75 0 0 0 1.061 1.06l4.294-4.293a1.75 1.75 0 0 0 0-2.474L12.444 2.47Z"})),ms=s.forwardRef(vs),tn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ms,{})}));tn.displayName="CodeIcon";const bs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M10.28 8.782a.75.75 0 1 0-1.06-1.06l-4.032 4.03a.75.75 0 1 0 1.06 1.061l4.032-4.031Z"}),o.createElement("path",{d:"M10.563 1.898a3.917 3.917 0 1 1 5.54 5.54L14.842 8.7l1.261 1.261a.75.75 0 1 1-1.06 1.06l-1.262-1.26-4.397 4.398a4.554 4.554 0 0 1-2.574 1.288l-1.633.231-1.167 1.167a1.385 1.385 0 0 1-1.957 0l-.896-.896a1.385 1.385 0 0 1 0-1.956l1.169-1.168.232-1.634a4.554 4.554 0 0 1 1.287-2.574L8.241 4.22 6.979 2.96A.75.75 0 0 1 8.04 1.897L9.302 3.16l1.261-1.262Zm4.48 4.48a2.417 2.417 0 1 0-3.419-3.42L10.362 4.22l3.42 3.42 1.26-1.263Zm-10.138 3.3a3.054 3.054 0 0 0-.863 1.725l-.267 1.881a.75.75 0 0 1-.213.426L2.3 14.97l.731.732 1.262-1.261a.75.75 0 0 1 .425-.213l1.88-.266a3.057 3.057 0 0 0 1.726-.863l4.398-4.4L9.3 5.282 4.906 9.678Z"})),Es=s.forwardRef(bs),rn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Es,{})}));rn.displayName="ColorPickerAltIcon";const ys=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M13.333.75a3.917 3.917 0 0 0-2.77 1.148L9.302 3.159 8.04 1.898a.75.75 0 0 0-1.06 1.06L8.24 4.22 3.845 8.617a4.554 4.554 0 0 0-1.288 2.574l-.231 1.634-1.17 1.168a1.384 1.384 0 0 0 0 1.956l.897.897a1.384 1.384 0 0 0 1.956 0l1.167-1.168 1.634-.231a4.554 4.554 0 0 0 2.575-1.288L13.78 9.76l1.262 1.262a.75.75 0 1 0 1.06-1.06L14.842 8.7l1.261-1.262A3.917 3.917 0 0 0 13.333.75Zm.448 6.889L10.362 4.22l1.262-1.261a2.417 2.417 0 1 1 3.418 3.418L13.781 7.64Zm-4.48-2.358 3.42 3.419-4.398 4.399a3.057 3.057 0 0 1-1.726.863l-1.88.266a.75.75 0 0 0-.425.213l-1.262 1.26-.731-.731 1.263-1.261a.75.75 0 0 0 .213-.426l.266-1.88a3.054 3.054 0 0 1 .864-1.726L9.302 5.28Z"})),Is=s.forwardRef(ys),nn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Is,{})}));nn.displayName="ColorPickerIcon";const Ss=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 2.498c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-1Zm4.251 5.25c0-.966.783-1.75 1.75-1.75h1c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-8Zm1.75-.25a.25.25 0 0 0-.25.25v8c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-8a.25.25 0 0 0-.25-.25h-1Zm5.999 3.5a1.75 1.75 0 0 0-1.75 1.75v3c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-3Z"})),Cs=s.forwardRef(Ss),on=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Cs,{})}));on.displayName="ColumnsIcon";const Ms=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.25h4.94l-.72-.72a.75.75 0 1 1 1.06-1.06l2 2a.747.747 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H8.75v5.94l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V1A.75.75 0 0 1 8 .25Z"})),xs=s.forwardRef(Ms),an=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xs,{})}));an.displayName="ConditionAltIcon";const Zs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M12.173 6.875c-.052.073-.11.146-.172.219L7.095 12a1.163 1.163 0 0 1-.125.11v3.015a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.22.723.723 0 0 1-.531-.22.723.723 0 0 1-.219-.53v-2.97L5.283 12 .376 7.094a1.235 1.235 0 0 1-.375-.906c0-.354.125-.657.375-.907L5.283.375c.25-.25.552-.375.906-.375s.656.125.906.375l4.906 4.906.078.094h3.047c.209 0 .386.073.532.219a.723.723 0 0 1 .218.531.723.723 0 0 1-.218.531.723.723 0 0 1-.532.22h-2.953ZM1.595 6.188l4.594 4.593 4.594-4.593-4.594-4.594-4.594 4.594Z"})),As=s.forwardRef(Zs),ln=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(As,{})}));ln.displayName="ConditionIcon";const Ts=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M3.471 5.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06L4.941 8 3.47 6.53a.75.75 0 0 1 0-1.06Zm5.03 1.78a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),o.createElement("path",{d:"M.251 4.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-7Zm1.75-.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25h-12Z"})),Ns=s.forwardRef(Ts),cn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ns,{})}));cn.displayName="ConsoleIcon";const Ls=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.004.73H2.26a1.5 1.5 0 0 0-1.5 1.5v.75a.75.75 0 0 0 1.5 0v-.75h3v12.477a.75.75 0 0 0 1.5 0V2.23h2.49v12.01a1.5 1.5 0 0 0 1.5 1.5h.75a.75.75 0 0 0 0-1.5h-.75V2.23h3.75a.75.75 0 0 0 0-1.5H6.016a.777.777 0 0 0-.012 0Z"})),Fs=s.forwardRef(Ls),sn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Fs,{})}));sn.displayName="ConstantAltIcon";const Ps=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M3.675 1.177c.224-.116.474-.176.726-.177h7.196a1.573 1.573 0 0 1 1.279.659l2.84 3.796a1.514 1.514 0 0 1 .277 1.036l-.001.003a1.524 1.524 0 0 1-.443.923l-7.002 7.347a.747.747 0 0 1-.54.237H8a.722.722 0 0 1-.282-.056.746.746 0 0 1-.264-.182L.451 7.418a1.524 1.524 0 0 1-.442-.904l-.002-.021a1.514 1.514 0 0 1 .276-1.036L3.121 1.66c.144-.203.334-.368.553-.482Zm5.075 11.2 4.945-5.189H8.75v5.189Zm-1.5-5.189H2.305l4.945 5.188V7.188Zm1.5-1.5h5.266l-2.35-3.14a.788.788 0 0 1-.017-.025.047.047 0 0 0-.017-.014.075.075 0 0 0-.035-.009H8.75v3.188ZM7.25 2.5H4.4a.076.076 0 0 0-.034.009.048.048 0 0 0-.017.014.767.767 0 0 1-.018.024L1.983 5.688H7.25V2.5Z"})),Bs=s.forwardRef(Ps),dn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bs,{})}));dn.displayName="ConstantIcon";const Hs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.334.25a3.967 3.967 0 0 0-.778 7.858 6.724 6.724 0 0 0-5.225 3.65.75.75 0 0 0 1.339.675 5.222 5.222 0 0 1 7.287-2.164.75.75 0 1 0 .753-1.297 6.725 6.725 0 0 0-2.598-.864A3.968 3.968 0 0 0 6.334.25Zm-1.78 2.258a2.468 2.468 0 0 1 4.073.8c-.887.196-1.64.179-2.301.022-.63-.148-1.211-.43-1.771-.822ZM3.892 3.87c.63.414 1.32.739 2.09.92.842.199 1.75.22 2.746.029A2.468 2.468 0 0 1 3.89 3.87ZM13 5.584c-1.15 0-2.083.933-2.083 2.083v.667c0 1.15.933 2.083 2.083 2.083h.667c1.15 0 2.083-.933 2.083-2.083v-.667c0-1.15-.932-2.083-2.083-2.083H13Zm-.583 2.083c0-.322.261-.583.583-.583h.667c.322 0 .583.261.583.583v.667a.583.583 0 0 1-.583.583H13a.583.583 0 0 1-.583-.583v-.667ZM10.917 13c0-1.15.933-2.083 2.083-2.083h.667c1.15 0 2.083.933 2.083 2.084v.666c0 1.15-.932 2.084-2.083 2.084H13a2.083 2.083 0 0 1-2.083-2.084v-.666ZM13 12.418a.583.583 0 0 0-.583.584v.666c0 .322.261.584.583.584h.667a.583.583 0 0 0 .583-.584v-.666a.583.583 0 0 0-.583-.584H13Z"}),o.createElement("path",{d:"M7.667 10.917c-1.15 0-2.084.933-2.084 2.084v.666c0 1.15.933 2.084 2.084 2.084h.666a2.084 2.084 0 0 0 2.084-2.084v-.666a2.084 2.084 0 0 0-2.084-2.084h-.666Zm-.584 2.084c0-.323.262-.584.584-.584h.666c.323 0 .584.261.584.584v.666a.583.583 0 0 1-.584.584h-.666a.583.583 0 0 1-.584-.584v-.666Z"})),Vs=s.forwardRef(Hs),hn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vs,{})}));hn.displayName="ContextualPersonalizationIcon";const Os=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.324 2.324A.25.25 0 0 1 2.5 2.25h10a.25.25 0 0 1 .25.25.75.75 0 0 0 1.5 0A1.75 1.75 0 0 0 12.5.75h-10A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75.75.75 0 0 0 0-1.5.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .074-.176Z"}),o.createElement("path",{d:"M5.5 3.75A1.75 1.75 0 0 0 3.75 5.5v10c0 .967.784 1.75 1.75 1.75h10a1.75 1.75 0 0 0 1.75-1.75v-10a1.75 1.75 0 0 0-1.75-1.75h-10ZM5.25 5.5a.25.25 0 0 1 .25-.25h10a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-10a.25.25 0 0 1-.25-.25v-10Z"})),Ds=s.forwardRef(Os),fn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ds,{})}));fn.displayName="CopyIcon";const $s=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.5 2.25a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25.75.75 0 0 1 0 1.5A1.75 1.75 0 0 1 .75 12.5v-10A1.75 1.75 0 0 1 2.5.75h10a1.75 1.75 0 0 1 1.75 1.75.75.75 0 0 1-1.5 0 .25.25 0 0 0-.25-.25h-10Z"}),o.createElement("path",{d:"M5.5 5.25a.25.25 0 0 0-.25.25v10c0 .139.112.25.25.25h10a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-10Zm-1.75.25c0-.966.784-1.75 1.75-1.75h10c.967 0 1.75.784 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-10a1.75 1.75 0 0 1-1.75-1.75v-10Z"}),o.createElement("path",{d:"m13.594 8.291-.691-.29-.29-.692a.75.75 0 0 1 .981.982Zm-2.17 1.189c-.159.336-.321.667-.47.946-.09.168-.17.31-.239.42-.07.11-.107.155-.111.16 0 .001 0 0 0 0a.5.5 0 1 1-.707-.708c.006-.004.05-.041.16-.11.11-.07.252-.15.42-.24.28-.148.61-.31.946-.468ZM12.902 8l-.29-.691-.01.004-.027.011-.1.043a53.705 53.705 0 0 0-1.473.654c-.417.193-.858.405-1.23.603a8.441 8.441 0 0 0-.513.293c-.14.088-.3.198-.424.321a2 2 0 1 0 2.829 2.829 2.42 2.42 0 0 0 .32-.424c.096-.15.195-.327.294-.513.198-.372.41-.813.603-1.23a53.95 53.95 0 0 0 .655-1.473l.042-.1.015-.036-.691-.29Z"})),_s=s.forwardRef($s),un=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(_s,{})}));un.displayName="CopyToDashboardIcon";const ks=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.032 7.25A2.75 2.75 0 0 0 3.282 10v1a2.75 2.75 0 0 0 2.75 2.75.75.75 0 0 0 0-1.5A1.25 1.25 0 0 1 4.782 11v-1a1.25 1.25 0 0 1 1.25-1.25.75.75 0 0 0 0-1.5Zm3 0A1.75 1.75 0 0 0 7.282 9c0 1.13.78 1.712 1.25 2.063l.05.037c.538.404.7.571.7.9a.25.25 0 0 1-.25.25h-1a.75.75 0 0 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.129-.78-1.711-1.25-2.062l-.05-.038c-.538-.403-.7-.57-.7-.9a.25.25 0 0 1 .25-.25h1a.75.75 0 0 0 0-1.5h-1Zm3.75.75a.75.75 0 0 0-1.5 0v1.697a6.71 6.71 0 0 0 1.126 3.72.75.75 0 0 0 1.248 0 6.707 6.707 0 0 0 1.126-3.72V8a.75.75 0 0 0-1.5 0v1.697a5.21 5.21 0 0 1-.25 1.594 5.205 5.205 0 0 1-.25-1.594V8Z"}),o.createElement("path",{d:"M2.502.752a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.783 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),Rs=s.forwardRef(ks),wn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rs,{})}));wn.displayName="CsvIcon";const Us=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M3 2a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 2ZM.25 6.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14 11.25H2A1.75 1.75 0 0 1 .25 9.5v-3ZM2 6.25a.25.25 0 0 0-.25.25v3c0 .139.113.25.25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25H2ZM3 14a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 14Z"})),Ws=s.forwardRef(Us),pn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ws,{})}));pn.displayName="CustomRowIcon";const zs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M3.75 5a4.23 4.23 0 0 1 .6-2.176A4.25 4.25 0 1 1 3.75 5ZM8 2.25c-.794 0-1.51.338-2.012.877a5.057 5.057 0 0 0 4.594.923A2.751 2.751 0 0 0 8 2.25ZM6.603 5.228a6.557 6.557 0 0 1-1.304-.74 2.75 2.75 0 0 0 5.393 1.083 6.567 6.567 0 0 1-4.09-.343Z"}),o.createElement("path",{d:"M8 9.25a7.25 7.25 0 0 1 7.25 7.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 0-11.5 0 .75.75 0 0 1-1.5 0A7.25 7.25 0 0 1 8 9.25Z"})),js=s.forwardRef(zs),gn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(js,{})}));gn.displayName="CustomerIcon";const Ys=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 3.423 2.668.75.75 0 0 1-.672 1.083A2.75 2.75 0 0 0 6.25 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325H9.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.745-.676l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"}),o.createElement("path",{d:"M1.75 5a2.25 2.25 0 1 1 2.915 2.151.75.75 0 0 1-.664 1.1A1.75 1.75 0 0 0 2.25 10v.75h.25a.75.75 0 0 1 .744.657l.418 3.343H5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.744-.658l-.418-3.342H1.5a.75.75 0 0 1-.75-.75V10a3.25 3.25 0 0 1 2.127-3.05A2.25 2.25 0 0 1 1.75 5ZM4 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm10-1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM13.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-5.5 4a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75 4.752 4.752 0 0 1-3.75 4.645V16a.75.75 0 0 1-.219.53l-.5.5a.75.75 0 0 1-1.28-.53v-2.855A4.752 4.752 0 0 1 7.75 9Zm1.588.75a3.251 3.251 0 0 0 6.326 0H9.338Z"})),qs=s.forwardRef(Ys),vn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(qs,{})}));vn.displayName="CustomersFilterIcon";const Ks=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 4.016 2.443 4.25 4.25 0 0 1 2.985 4.058v1.5a.75.75 0 0 1-.75.75h-.821l-.433 4.324a.75.75 0 0 1-.746.675h-3a.75.75 0 0 1-.746-.675l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM7.057 8.056A2.75 2.75 0 0 0 6.251 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325h1.642l.433-4.325A.75.75 0 0 1 11 10.75h.75V10a2.75 2.75 0 0 0-4.695-1.945Z"}),o.createElement("path",{d:"M4 2.75a2.25 2.25 0 0 0-1.122 4.2A3.25 3.25 0 0 0 .75 10v1.5c0 .415.336.75.75.75h.338l.418 3.344A.75.75 0 0 0 3 16.25h2a.75.75 0 0 0 0-1.5H3.663l-.418-3.342a.75.75 0 0 0-.744-.657h-.25V10A1.75 1.75 0 0 1 4 8.25a.75.75 0 0 0 .664-1.1A2.251 2.251 0 0 0 4 2.751ZM3.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a2.25 2.25 0 1 1 3.374 1.95A3.25 3.25 0 0 1 17.25 10v1.5a.75.75 0 0 1-.75.75h-.338l-.418 3.344a.75.75 0 0 1-.744.656h-2a.75.75 0 0 1 0-1.5h1.338l.418-3.342a.75.75 0 0 1 .744-.657h.25V10A1.75 1.75 0 0 0 14 8.25a.75.75 0 0 1-.664-1.1A2.251 2.251 0 0 1 11.75 5ZM14 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"})),Gs=s.forwardRef(Ks),mn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gs,{})}));mn.displayName="CustomersSegmentationIcon";const Xs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.502.75a.75.75 0 0 1 .75.75v1.25h3.5V1.5a.75.75 0 1 1 1.5 0v1.25h2.25c.967 0 1.75.784 1.75 1.75V6a.75.75 0 0 1-1.5 0V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75h-3.5V5a.75.75 0 0 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v9c0 .139.112.25.25.25h3.499a.75.75 0 0 1 0 1.5H2.502a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.874 9.313a.75.75 0 0 1 .75.75l-1.28 2.093-.002-.002a.748.748 0 0 1-.218-.528v-1.563a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"m13.126 10.813-1.28 2.093 1.953 1.953a.75.75 0 0 0 1.06-1.06l-1.733-1.734v-1.252Z"}),o.createElement("path",{d:"M7.251 12.376a5.125 5.125 0 1 1 10.25 0 5.125 5.125 0 0 1-10.25 0Zm5.125-3.626a3.625 3.625 0 1 0 0 7.25 3.625 3.625 0 0 0 0-7.25Z"})),Qs=s.forwardRef(Xs),bn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qs,{})}));bn.displayName="DateTimeIcon";const Js=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.751 5.5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),o.createElement("path",{d:"m10.804 17.097.014-.007c.186-.085.358-.204.506-.352l5.415-5.415c.146-.146.264-.316.35-.5l.01-.025c.1-.222.152-.464.152-.711V2.5a1.75 1.75 0 0 0-1.75-1.75h-13A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h7.586c.25 0 .494-.053.717-.153ZM2.324 2.324a.25.25 0 0 1 .177-.074h13a.25.25 0 0 1 .25.25v7.25h-4.25a1.75 1.75 0 0 0-1.75 1.75v4.25h-7.25a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM14.69 11.25l-3.439 3.439V11.5a.25.25 0 0 1 .25-.25h3.19Z"})),e3=s.forwardRef(Js),En=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(e3,{})}));En.displayName="DescriptionIcon";const t3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 11.5v-8A2.75 2.75 0 0 1 3.501.75h11a2.75 2.75 0 0 1 2.75 2.75v8a2.75 2.75 0 0 1-2.75 2.75h-2.614l.25 1.5H13a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5h.865l.25-1.5H3.5A2.75 2.75 0 0 1 .75 11.5Zm1.5-8v7.25h13.5V3.5c0-.69-.56-1.25-1.25-1.25h-11c-.69 0-1.25.56-1.25 1.25Zm12.25 9.25c.41 0 .772-.196 1-.5h-13c.228.304.591.5 1 .5h11Zm-6.864 1.5-.25 1.5h3.229l-.25-1.5h-2.73Z"})),r3=s.forwardRef(t3),yn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(r3,{})}));yn.displayName="DesktopIcon";const n3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"m3.16 14.826.008.008.008.008A8.25 8.25 0 0 0 14.839 3.171l-.004-.004-.004-.004A8.25 8.25 0 0 0 3.16 14.826ZM2.25 9a6.75 6.75 0 0 1 10.964-5.273l-9.488 9.487A6.722 6.722 0 0 1 2.251 9Zm12.024-4.213a6.75 6.75 0 0 1-9.487 9.487l9.487-9.487Z"})),o3=s.forwardRef(n3),In=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(o3,{})}));In.displayName="DisabledIcon";const a3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M9.251 4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-7 3.75a.75.75 0 0 1 .75-.75h10a.75.75 0 1 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm5.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),l3=s.forwardRef(a3),Sn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(l3,{})}));Sn.displayName="DivideIcon";const c3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.001 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-1.5.5a.75.75 0 0 0 0 1.5h.75V12h-.75a.75.75 0 0 0 0 1.5h3a.75.75 0 1 0 0-1.5h-.75V9.5a.75.75 0 0 0-.75-.75h-1.5Z"}),o.createElement("path",{d:"M4.251 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8.75a.75.75 0 0 0 .75-.75v-10a.75.75 0 0 0-.75-.75h-8.75a1.5 1.5 0 0 1 0-3h8.75a.75.75 0 0 0 0-1.5h-8.75Zm-1.5 13V5.6c.442.254.954.4 1.5.4h8v8.5h-8a1.5 1.5 0 0 1-1.5-1.5Z"}),o.createElement("path",{d:"M3.501 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),i3=s.forwardRef(c3),Cn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(i3,{})}));Cn.displayName="DocumentationIcon";const s3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M9 1.75a.75.75 0 0 1 .75.75v6.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3-.006.007a.748.748 0 0 1-1.047 0l-.007-.006-3-3a.75.75 0 0 1 1.06-1.06L8.25 8.69V2.5A.75.75 0 0 1 9 1.75Z"}),o.createElement("path",{d:"M2.25 10.5a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1a1.25 1.25 0 0 1-1.25 1.25h-11a1.25 1.25 0 0 1-1.25-1.25v-1Z"})),d3=s.forwardRef(s3),Mn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(d3,{})}));Mn.displayName="DownloadIcon";const h3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1.587 3.57a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.28-.28.438-.654.438-1.04a1.52 1.52 0 0 0-1.109-1.437 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm-12 6a1.41 1.41 0 0 0-.64.39 1.456 1.456 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.458-.457.564-1.12.274-1.713a1.566 1.566 0 0 0-.945-.764 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Z"})),f3=s.forwardRef(h3),xn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(f3,{})}));xn.displayName="DragHorizontalIcon";const u3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM6.5 14a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 15.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})),w3=s.forwardRef(u3),Zn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(w3,{})}));Zn.displayName="DragVericalIcon";const p3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.593 2.177a1.75 1.75 0 0 0-2.474 0L1.38 9.914a.75.75 0 0 0-.196.344l-.912 3.556a.75.75 0 0 0 .913.912l3.556-.912a.75.75 0 0 0 .344-.196l7.737-7.737a1.75 1.75 0 0 0 0-2.475l-1.23-1.23Zm-1.414 1.06a.25.25 0 0 1 .354 0l1.23 1.23a.25.25 0 0 1 0 .353l-.752.751-1.583-1.583.751-.75ZM8.368 5.05 9.95 6.632l-5.78 5.78-2.13.547.546-2.13 5.78-5.78Z"})),g3=s.forwardRef(p3),An=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(g3,{})}));An.displayName="EditIcon";const v3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.326.825a.75.75 0 0 0-.652 0l-7.25 3.5A.75.75 0 0 0 0 5v4a.75.75 0 0 0 1.5 0V6.195l1.25.604V11.5c0 .162.053.32.15.45l.6-.45-.6.45h.001l.001.002.003.004.007.008.02.027.07.082c.057.069.14.16.25.27.216.216.535.499.957.78A6.758 6.758 0 0 0 8 14.252a6.751 6.751 0 0 0 3.791-1.127c.423-.281.742-.564.958-.78a4.816 4.816 0 0 0 .32-.352l.02-.027.007-.008.002-.004.001-.001s.001-.002-.599-.451l.6.45a.75.75 0 0 0 .15-.45V6.799l2.326-1.123a.75.75 0 0 0 0-1.35l-7.25-3.5Zm3.424 6.698v3.697l-.061.063a4.823 4.823 0 0 1-.73.594c-.652.434-1.634.873-2.959.873-1.324 0-2.307-.439-2.959-.873a4.822 4.822 0 0 1-.79-.657V7.523l3.423 1.653c.206.1.446.1.652 0l3.424-1.653ZM8 7.668 2.475 5 8 2.333 13.525 5 8 7.668Z"})),m3=s.forwardRef(v3),Tn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(m3,{})}));Tn.displayName="EducationHubIcon";const b3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M5.492 3.252a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2.5 12.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.25a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-1 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"})),E3=s.forwardRef(b3),Nn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(E3,{})}));Nn.displayName="EllipsisVerticalIcon";const y3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm8-.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-1.5 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0Z"})),I3=s.forwardRef(y3),Ln=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(I3,{})}));Ln.displayName="EllipsissHorizontalIcon";const S3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M.656 3.047c.32-.385.804-.63 1.345-.63h12a1.746 1.746 0 0 1 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75H2a1.75 1.75 0 0 1-1.75-1.75v-8a1.743 1.743 0 0 1 .405-1.12ZM1.75 4.883v7.284c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25V4.883L9.803 8.304a2.955 2.955 0 0 1-3.604 0L1.75 4.884Zm11.295-.966H2.956l4.157 3.198a1.456 1.456 0 0 0 1.775 0l4.158-3.198Z"})),C3=s.forwardRef(S3),Fn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(C3,{})}));Fn.displayName="EmailIcon";const M3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M.25 7.5a7.25 7.25 0 0 1 14.437-.965c.084.63.08 1.256 0 1.864A.75.75 0 0 1 13.2 8.2a5.55 5.55 0 0 0 0-1.468A5.751 5.751 0 0 0 1.75 7.5a5.75 5.75 0 0 0 6.34 5.72.75.75 0 0 1 .152 1.493A7.25 7.25 0 0 1 .252 7.5Z"}),o.createElement("path",{d:"M5.334 4.584a.967.967 0 1 0 0 1.933.967.967 0 0 0 0-1.933ZM8.7 5.55a.967.967 0 1 1 1.934 0 .967.967 0 0 1-1.933 0ZM3.852 7.64a.75.75 0 0 1 .91.545c.332 1.33 1.534 2.032 2.739 2.032.169 0 .336-.017.5-.05a.75.75 0 1 1 .302 1.468c-.262.054-.53.082-.802.082-1.737 0-3.66-1.03-4.195-3.168a.75.75 0 0 1 .546-.91Zm9.926 3.25a.667.667 0 0 0-1.333 0v1.555H10.89a.667.667 0 0 0 0 1.333h1.555v1.556a.667.667 0 0 0 1.333 0v-1.556h1.556a.667.667 0 0 0 0-1.333h-1.556v-1.556Z"})),x3=s.forwardRef(M3),Pn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(x3,{})}));Pn.displayName="EmojiPickerIcon";const Z3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("path",{d:"M14.303 0H1.697C.757 0 0 .756 0 1.697v12.606C0 15.243.756 16 1.697 16h12.606c.94 0 1.697-.756 1.697-1.697V1.697C16 .757 15.244 0 14.303 0ZM1.697 1.455h12.606a.24.24 0 0 1 .242.242v7.515h-4.363v.727c0 1.203-.98 2.182-2.182 2.182A2.185 2.185 0 0 1 5.818 9.94v-.727H1.455V1.697a.24.24 0 0 1 .242-.242Zm12.606 13.09H1.697a.24.24 0 0 1-.242-.242v-3.636H4.44a3.631 3.631 0 0 0 7.118 0h2.986v3.636a.24.24 0 0 1-.242.242Z"}))),A3=s.forwardRef(Z3),Bn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(A3,{})}));Bn.displayName="EmptyIcon";const T3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.333 7.057 8.943.667a1.333 1.333 0 0 0-1.886 0L.667 7.058a1.333 1.333 0 0 0 0 1.885l6.39 6.39a1.333 1.333 0 0 0 1.886 0l6.39-6.39a1.334 1.334 0 0 0 0-1.886ZM7.38 4.278a.667.667 0 0 1 1.333 0v4a.667.667 0 0 1-1.333 0v-4Zm.7 7.673h-.018a1.02 1.02 0 0 1-1.015-.98.983.983 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .952 1.364.984.984 0 0 1-.903.636Z"})),Hn=s.forwardRef(T3),Vn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Hn,{})}));Vn.displayName="ErrorFillIcon";const N3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M7.017 0h8.484a1.75 1.75 0 0 1 1.75 1.75v2.5a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2.5A1.75 1.75 0 0 1 2.5 0h4.516Zm.55 1.5-.572 2h3.44l.571-2h-3.44Zm8.184 2V1.75a.25.25 0 0 0-.25-.25h-2.934l-.572 2h3.756Zm-9.744-2H2.5a.25.25 0 0 0-.25.25V3.5h3.184l.572-2ZM2.25 6.25a.75.75 0 1 0-1.5 0v8.5A1.75 1.75 0 0 0 2.5 16.5h13a1.75 1.75 0 0 0 1.75-1.75v-8.5a.75.75 0 0 0-1.5 0v8.5a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-8.5Zm5 2.362v3.278l3.277-1.64L7.25 8.612Zm3.6 1.8Zm-3.84-3.41c.225-.01.448.037.65.138l3.86 1.93a1.321 1.321 0 0 1 0 2.361l-3.86 1.93a1.324 1.324 0 0 1-1.743-.538 1.321 1.321 0 0 1-.167-.643V8.321a1.32 1.32 0 0 1 1.26-1.319Z"})),L3=s.forwardRef(N3),On=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(L3,{})}));On.displayName="EventIcon";const F3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.236.782c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475 0 5.054.003 5.302.055 5.474.087.286.229.521.44.736.308.312.61.463 1.017.508.269.032.546-.006.685-.092a.69.69 0 0 0 .18-.202c.075-.126.083-.168.083-.425s-.008-.299-.082-.425a.708.708 0 0 0-.187-.204c-.088-.053-.363-.117-.52-.12-.021 0-.072-.034-.112-.074l-.074-.073V2.398l.074-.073.073-.074h10.206l.073.074c.04.04.074.09.075.112.002.157.066.432.119.52a.708.708 0 0 0 .205.187c.126.074.168.082.425.082s.299-.008.425-.082a.69.69 0 0 0 .2-.181c.133-.215.138-.73.01-1.066-.19-.5-.613-.898-1.145-1.075-.157-.053-.402-.056-5.37-.06C4.758.76 2.335.769 2.236.782Zm3 3c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475s.003 5.303.055 5.475c.09.291.23.524.456.748.224.226.457.366.749.456.172.053.42.055 5.475.055s5.303-.002 5.475-.055a1.73 1.73 0 0 0 .749-.456 1.73 1.73 0 0 0 .456-.748c.052-.173.055-.42.055-5.476 0-5.054-.003-5.302-.055-5.474a1.852 1.852 0 0 0-1.19-1.204c-.157-.053-.402-.056-5.37-.06-2.863-.002-5.286.007-5.385.02Zm10.44 1.543.075.073v10.206l-.074.073-.073.074H5.398l-.073-.074-.074-.073V5.398l.074-.073.073-.074h10.206l.073.074ZM8.687 7.79c-.38.084-.725.4-.852.782-.061.18-.063.242-.063 1.928s.002 1.748.063 1.928c.2.601.854.935 1.469.753.089-.027.89-.412 1.78-.857 1.806-.904 1.85-.933 2.036-1.311.09-.184.097-.217.097-.513 0-.296-.006-.33-.097-.513-.186-.378-.23-.407-2.036-1.311-.89-.445-1.691-.831-1.78-.858a1.72 1.72 0 0 0-.617-.028Zm2.685 2.71c0 .008-.48.255-1.065.548l-1.065.532V9.42l1.065.532c.586.293 1.065.54 1.065.548Z"})),P3=s.forwardRef(F3),Dn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(P3,{})}));Dn.displayName="EventsSegmentationIcon";const B3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.735 2.25h-.25a.75.75 0 1 1 0-1.5h7a.75.75 0 0 1 0 1.5h-.25v4.028l1.823 2.805a.662.662 0 0 1 .012.018l2.535 3.9a2.75 2.75 0 0 1-2.305 4.25H3.667A2.75 2.75 0 0 1 1.365 13l2.531-3.893a.753.753 0 0 1 .02-.03l1.819-2.8V2.25Zm5.121 4.66a.75.75 0 0 1-.121-.41V2.25h-3.5V6.5a.75.75 0 0 1-.121.41L5.917 8.75h6.136l-1.197-1.84Zm-7.214 5.34h3.793a.75.75 0 0 1 0 1.5H2.667l-.044.07a1.25 1.25 0 0 0 1.045 1.93H14.3a1.25 1.25 0 0 0 1.047-1.93l-2.32-3.57H4.943l-1.3 2Z"})),H3=s.forwardRef(B3),$n=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(H3,{})}));$n.displayName="ExperimentIcon";const V3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.518 3.75 3.997 3.997 0 0 1 3.974.719 4 4 0 0 1-1.629 6.92.75.75 0 0 1-.364-1.456 2.5 2.5 0 1 0-2.03-4.481.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.825.75.75 0 1 1-1.045 1.075A5.75 5.75 0 0 1 6.366.74Z"}),o.createElement("path",{d:"M6.214 8.807a.748.748 0 0 0-.243.163l-2 2a.75.75 0 0 0 1.06 1.06l.72-.719v5.19a.75.75 0 0 0 1.5 0v-5.19l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.748.748 0 0 0-.817-.164Zm5.287-.057a.75.75 0 0 1 .75.75v5.19l.72-.72a.75.75 0 0 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.5a.75.75 0 0 1 .75-.75Z"})),O3=s.forwardRef(V3),_n=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(O3,{})}));_n.displayName="ExposeIcon";const D3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M5.751 3.501a.75.75 0 0 0-1.5 0v1.25h-1.25a.75.75 0 0 0 0 1.5h1.25v1.25a.75.75 0 0 0 1.5 0v-1.25h1.25a.75.75 0 0 0 0-1.5h-1.25v-1.25Zm7.28 3.969a.75.75 0 0 1 0 1.062l-.97.97.97.969a.75.75 0 0 1-1.06 1.06l-.97-.97-.97.97a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 1.06-1.06l.97.97.97-.97a.75.75 0 0 1 1.06 0Zm-10.28 5.031a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.288a1 1 0 1 1-.074 0H3.501a.75.75 0 0 1-.75-.75Z"}),o.createElement("path",{d:"M6.251 10.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),o.createElement("path",{d:"M12.025.751c.457 0 .896.179 1.223.498l1.975 1.921a1.751 1.751 0 0 1 .528 1.253v11.078a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-13a1.75 1.75 0 0 1 1.75-1.75h10.024Zm0 1.5H2.002a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25V4.423a.251.251 0 0 0-.075-.178L12.2 2.323a.25.25 0 0 0-.175-.072Z"})),$3=s.forwardRef(D3),kn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx($3,{})}));kn.displayName="ExpressionIcon";const _3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.97 2.532a.723.723 0 0 0 .531.218h2.688L7.47 7.47a.752.752 0 0 0-.203.53c.01.198.083.37.219.516A.798.798 0 0 0 8 8.735a.752.752 0 0 0 .532-.203l4.718-4.719V6.5c0 .209.073.386.219.532A.723.723 0 0 0 14 7.25a.723.723 0 0 0 .532-.218.723.723 0 0 0 .218-.532V2a.723.723 0 0 0-.218-.53.723.723 0 0 0-.532-.22H9.5a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53c0 .209.073.386.219.532Z"}),o.createElement("path",{d:"M6.533 1.47A.723.723 0 0 0 6 1.25H3c-.312 0-.604.079-.875.235-.27.156-.484.37-.64.64A1.717 1.717 0 0 0 1.25 3v10c0 .313.078.605.235.876.156.27.37.484.64.64.271.156.563.235.875.235h10c.313 0 .604-.079.875-.235a1.71 1.71 0 0 0 .64-.64c.157-.271.235-.563.235-.875v-3a.723.723 0 0 0-.218-.532A.723.723 0 0 0 14 9.25a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53v3a.256.256 0 0 1-.078.188.232.232 0 0 1-.172.063H3a.29.29 0 0 1-.187-.063A.29.29 0 0 1 2.75 13V3a.23.23 0 0 1 .063-.171A.256.256 0 0 1 3 2.75h3a.723.723 0 0 0 .532-.218A.723.723 0 0 0 6.75 2a.723.723 0 0 0-.218-.53Z"})),k3=s.forwardRef(_3),Rn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(k3,{})}));Rn.displayName="ExternalLinkIcon";const R3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M7.868 6.384c-.617 0-1.117.5-1.117 1.116a.75.75 0 0 1-1.5 0 2.617 2.617 0 0 1 2.617-2.616.75.75 0 1 1 0 1.5Z"}),o.createElement("path",{d:"M14.532 2.53a.75.75 0 1 0-1.06-1.06l-1.817 1.817a8.468 8.468 0 0 0-2.07-.846A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012a13.977 13.977 0 0 0 2.766 2.577L1.471 13.47a.75.75 0 1 0 1.06 1.06l2.553-2.551a.745.745 0 0 0 .188-.188L7.42 9.643a.75.75 0 0 0 .716.973A2.617 2.617 0 0 0 10.752 8a.75.75 0 0 0-.974-.716l4.754-4.753ZM9.285 7.778A.75.75 0 0 0 9.251 8c0 .617-.5 1.117-1.116 1.117a.75.75 0 0 0-.223.034l1.373-1.374Zm-4.75 2.63C3.51 9.734 2.577 8.85 1.853 7.967a.494.494 0 0 1 0-.603c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.02c.405-.005.81.043 1.203.144h.004a6.71 6.71 0 0 1 1.327.5l-6.01 6.012Z"}),o.createElement("path",{d:"M12.953 4.99a.75.75 0 0 1 1.06-.038c.443.413.851.915 1.183 1.322l.12.147.009.011a1.994 1.994 0 0 1 0 2.466l-.009.011c-1.356 1.66-3.447 3.416-5.732 3.986A6.141 6.141 0 0 1 8 13.084a6.139 6.139 0 0 1-1.426-.152.75.75 0 0 1 .332-1.463c.356.081.72.12 1.085.115h.02a4.64 4.64 0 0 0 1.204-.143l.004-.001c1.845-.46 3.678-1.943 4.93-3.473a.495.495 0 0 0 0-.603l-.115-.142c-.341-.418-.681-.835-1.044-1.173a.75.75 0 0 1-.037-1.06Z"})),U3=s.forwardRef(R3),Un=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(U3,{})}));Un.displayName="EyeCrossedIcon";const W3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8 5.05a2.617 2.617 0 1 0 0 5.234A2.617 2.617 0 0 0 8 5.05ZM6.884 7.668a1.117 1.117 0 1 1 2.233 0 1.117 1.117 0 0 1-2.233 0Z"}),o.createElement("path",{d:"M9.585 2.441A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012c1.358 1.658 3.446 3.413 5.731 3.985A6.135 6.135 0 0 0 8 13.084a6.141 6.141 0 0 0 1.583-.189c2.286-.57 4.377-2.326 5.733-3.986l.008-.01a1.994 1.994 0 0 0 0-2.467l-.008-.011c-1.383-1.69-3.48-3.414-5.731-3.98ZM8.01 3.751c.406-.005.81.043 1.204.144h.004c1.819.457 3.659 1.916 4.93 3.469a.494.494 0 0 1 0 .603c-1.25 1.53-3.084 3.014-4.929 3.473h-.004a4.64 4.64 0 0 1-1.205.144h-.02a4.641 4.641 0 0 1-1.202-.143h-.003c-1.845-.462-3.677-1.945-4.931-3.475a.494.494 0 0 1 0-.602c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.019Z"})),z3=s.forwardRef(W3),Wn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(z3,{})}));Wn.displayName="EyeIcon";const j3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.69 1.378A1.25 1.25 0 0 0 .75 2.42v11.16M2.69 1.378l4.06 2.523V2.42a1.25 1.25 0 0 1 1.958-1.03l.004.003 7.999 5.58a1.25 1.25 0 0 1 0 2.056L8.708 14.61a1.25 1.25 0 0 1-1.958-1.03V12.1l-4.06 2.523a1.249 1.249 0 0 1-1.94-1.042m1.5-10.71v10.26l4.854-3.017a.75.75 0 0 1 1.146.637v2.351l7.313-5.101L8.25 2.899v2.352a.75.75 0 0 1-1.146.637L2.25 2.87Z"})),Y3=s.forwardRef(j3),zn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Y3,{})}));zn.displayName="FastForwardIcon";const q3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15 4.516c0-.219-.042-.432-.125-.64a1.738 1.738 0 0 0-.344-.547L11.844.5a1.653 1.653 0 0 0-.531-.359 1.443 1.443 0 0 0-.625-.14h-7.61a1.89 1.89 0 0 0-.797.171c-.25.105-.474.26-.672.47a2.158 2.158 0 0 0-.453.718c-.104.26-.156.536-.156.828v11.625c0 .292.052.573.156.844.105.27.256.51.453.719.198.197.422.354.672.468.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.114.474-.276.672-.484.198-.208.349-.443.453-.703a2.33 2.33 0 0 0 .156-.844V4.516Zm-12.187-3a.586.586 0 0 1 .265-.062h6.844V3.64c0 .219.042.432.125.64.083.21.198.397.344.563.156.156.333.276.531.36.198.083.401.125.61.125h2.078v8.484c0 .198-.068.37-.204.516a.608.608 0 0 1-.484.218H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.188c0-.198.067-.37.203-.516a.532.532 0 0 1 .219-.156Zm8.5.484 1.78 1.875h-1.562a.212.212 0 0 1-.156-.062.269.269 0 0 1-.062-.172v-1.64Z"})),K3=s.forwardRef(q3),jn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(K3,{})}));jn.displayName="FileIcon";const G3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M15 4.516c0-.22-.042-.433-.125-.641a1.738 1.738 0 0 0-.344-.547L11.844.5a1.654 1.654 0 0 0-.531-.36 1.443 1.443 0 0 0-.626-.14H3.079a1.89 1.89 0 0 0-.797.172c-.25.104-.474.26-.672.469a2.158 2.158 0 0 0-.453.718c-.104.26-.156.537-.156.829v11.624c0 .292.052.573.156.844.104.271.255.51.453.719.198.198.422.354.672.469.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.115.474-.276.672-.485a2.2 2.2 0 0 0 .453-.703c.104-.27.156-.552.156-.844V4.517Zm-12.188-3a.586.586 0 0 1 .266-.063h6.844v2.188c0 .218.042.432.125.64.083.209.198.396.344.563.156.156.333.276.53.36.199.082.402.124.61.124h2.078v8.485c0 .197-.067.37-.203.515a.608.608 0 0 1-.484.219H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.187c0-.197.067-.37.203-.515a.532.532 0 0 1 .219-.156Zm8.5.484 1.782 1.875H11.53a.212.212 0 0 1-.156-.063.269.269 0 0 1-.063-.171V2Z"}),o.createElement("path",{d:"M5.637 11.254a.667.667 0 0 0 .328-.07l4.92-2.46a.669.669 0 0 0 .001-1.196L5.964 5.07A.667.667 0 0 0 5 5.667v4.921a.667.667 0 0 0 .637.666Z"})))),X3=s.forwardRef(G3),Yn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(X3,{})}));Yn.displayName="FileVideoIcon";const Q3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2.75 2.75v.94l4.252 4.251c.265.266.415.626.415 1.002v3.805l1.167.292V8.944c0-.376.148-.736.413-1.002L13.25 3.69v-.94H2.75Zm10.525.915Zm-11.61-2a1.417 1.417 0 0 1 1.002-.415h10.667a1.417 1.417 0 0 1 1.416 1.417v1.057c0 .376-.15.737-.415 1.002l-4.252 4.251v4.17a1.417 1.417 0 0 1-1.76 1.374l-1.333-.334a1.417 1.417 0 0 1-1.073-1.374V8.978L1.664 4.725a1.417 1.417 0 0 1-.414-1V2.666c0-.376.15-.736.415-1.002Zm8.419 7.278Z"})),J3=s.forwardRef(Q3),qn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(J3,{})}));qn.displayName="FilterIcon";const e6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M14.386 7.424a.332.332 0 0 0-.534-.158c-.393.334-.83.614-1.298.832a.166.166 0 0 1-.236-.14A8.767 8.767 0 0 0 5.172.004a.333.333 0 0 0-.339.498c.547.965.835 2.055.834 3.164a6.04 6.04 0 0 1-.42 2.215.167.167 0 0 1-.295.03 5.85 5.85 0 0 1-.698-1.525.333.333 0 0 0-.534-.162 6.643 6.643 0 0 0-2.386 5.109 6.667 6.667 0 1 0 13.333 0 6.61 6.61 0 0 0-.281-1.91ZM8 14.167a2.68 2.68 0 0 1-2.666-2.742 5.04 5.04 0 0 1 3.1-4.59.167.167 0 0 1 .194.258 2.853 2.853 0 0 0-.313 2.774.17.17 0 0 0 .118.092.167.167 0 0 0 .144-.04c.227-.183.397-.427.49-.704a.163.163 0 0 1 .092-.105.167.167 0 0 1 .14 0 2.467 2.467 0 0 1 1.368 2.39A2.616 2.616 0 0 1 8 14.168Z"})),t6=s.forwardRef(e6),Kn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(t6,{})}));Kn.displayName="FireIcon";const r6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.263.763A1.75 1.75 0 0 1 2.5.25H6a1.75 1.75 0 0 1 1.4.7l.975 1.3H15.5A1.75 1.75 0 0 1 17.25 4v10a1.75 1.75 0 0 1-1.75 1.75h-13A1.75 1.75 0 0 1 .75 14V2c0-.464.185-.909.513-1.237ZM2.5 1.75a.25.25 0 0 0-.25.25v12a.25.25 0 0 0 .25.25h13a.25.25 0 0 0 .25-.25V4a.25.25 0 0 0-.25-.25H8a.75.75 0 0 1-.6-.3l-1.2-1.6a.25.25 0 0 0-.2-.1H2.5Z"})),n6=s.forwardRef(r6),Gn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(n6,{})}));Gn.displayName="FolderEmptyIcon";const o6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.5.25c-.482 0-.933.208-1.256.556A1.87 1.87 0 0 0 .75 2.077v11.847c0 .467.172.925.494 1.271.323.348.774.556 1.256.556h13c.483 0 .934-.208 1.257-.556a1.87 1.87 0 0 0 .493-1.271V4.23a1.87 1.87 0 0 0-.493-1.272 1.715 1.715 0 0 0-1.257-.555H8.393l-.976-1.401a1.771 1.771 0 0 0-.613-.55A1.692 1.692 0 0 0 6 .25H2.5Z"})),a6=s.forwardRef(o6),Xn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(a6,{})}));Xn.displayName="FolderFullIcon";const l6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1.312-.002C.587-.002 0 .585 0 1.31v2.999C0 5.033.587 5.62 1.312 5.62h2.999c.724 0 1.312-.588 1.312-1.312V1.31c0-.725-.588-1.312-1.312-1.312H1.312ZM1.125 1.31c0-.104.083-.187.187-.187h2.999c.103 0 .187.083.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V1.31Z"}),o.createElement("path",{d:"M1.312 6.745C.587 6.745 0 7.333 0 8.057v2.999c0 .725.587 1.312 1.312 1.312h2.999c.724 0 1.312-.588 1.312-1.312V8.057c0-.724-.588-1.312-1.312-1.312H1.312Zm-.187 1.312c0-.103.083-.187.187-.187h2.999c.103 0 .187.084.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V8.057Z"}),o.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),o.createElement("path",{d:"M8.06 6.745c-.725 0-1.313.588-1.313 1.312v2.999c0 .725.588 1.312 1.312 1.312h.155c0-.382.052-.76.155-1.125h-.31a.187.187 0 0 1-.187-.187V8.057c0-.103.084-.187.187-.187h2.999c.103 0 .187.084.187.187v.31a4.157 4.157 0 0 1 1.125-.155v-.155c0-.724-.587-1.312-1.312-1.312H8.059Z"}),o.createElement("path",{d:"M12.37 15.998a3.63 3.63 0 1 0 0-7.26 3.63 3.63 0 0 0 0 7.26Zm.02-6.31c.386 0 .699.313.699.698v1.293h1.292a.699.699 0 0 1 0 1.397H13.09v1.292a.699.699 0 1 1-1.397 0v-1.292h-1.293a.699.699 0 0 1 0-1.397h1.293v-1.293c0-.385.313-.698.698-.698Z"})),c6=s.forwardRef(l6),Qn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(c6,{})}));Qn.displayName="ForceAddToRecallIcon";const i6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M0 1.31C0 .585.587-.002 1.312-.002h2.999c.724 0 1.312.587 1.312 1.312v2.999c0 .724-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 4.309V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H1.312Z"}),o.createElement("path",{d:"M0 8.057c0-.724.587-1.312 1.312-1.312h2.999c.724 0 1.312.588 1.312 1.312v2.999c0 .725-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 11.056V8.057Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .104.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V8.057a.187.187 0 0 0-.187-.187H1.312Z"}),o.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),o.createElement("path",{d:"M6.747 8.057c0-.724.588-1.312 1.312-1.312h2.999c.725 0 1.312.588 1.312 1.312v.155c-.38 0-.758.052-1.125.155v-.31a.187.187 0 0 0-.187-.187H8.059a.187.187 0 0 0-.187.187v2.999c0 .104.084.187.187.187h.31a4.155 4.155 0 0 0-.155 1.125h-.155a1.312 1.312 0 0 1-1.312-1.312V8.057Z"}),o.createElement("path",{d:"M11.961 8.931A3.551 3.551 0 1 1 12.447 16a.505.505 0 0 1 0-1.01 2.542 2.542 0 1 0-2.035-4.061h1.02a.505.505 0 1 1 0 1.009H9.4a.505.505 0 0 1-.505-.505v-2.03a.505.505 0 1 1 1.01 0v.568a3.557 3.557 0 0 1 2.055-1.04Z"})),s6=s.forwardRef(i6),Jn=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(s6,{})}));Jn.displayName="ForceAddToRecallUndoIcon";const d6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5.376 3.5a.75.75 0 1 0-1.5 0v.375H3.5a.75.75 0 1 0 0 1.5h.375v.375a.75.75 0 0 0 1.5 0v-.375h.375a.75.75 0 1 0 0-1.5h-.375V3.5Zm.905 7.28a.75.75 0 1 0-1.06-1.06l-.595.595-.595-.595a.75.75 0 0 0-1.06 1.06l.594.596-.595.594a.75.75 0 1 0 1.061 1.06l.595-.594.594.595a.75.75 0 0 0 1.061-1.06l-.595-.595.595-.595Zm3.219-.53a.75.75 0 0 1 .75-.75h2.25a.75.75 0 0 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75Zm.75 1.5a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Zm0-7.875a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Z"}),o.createElement("path",{d:"M.5 2.257v11.487c0 .97.787 1.757 1.757 1.757h11.487c.97 0 1.757-.787 1.757-1.757V2.257c0-.97-.787-1.757-1.757-1.757H2.257C1.287.5.501 1.287.501 2.257Zm1.5 0C2 2.115 2.117 2 2.258 2h4.994v5.25H2V2.257Zm0 11.487V8.75h5.25V14H2.258a.257.257 0 0 1-.256-.256Zm12 0a.257.257 0 0 1-.256.257H8.751V8.75H14v4.993ZM8.75 7.25V2h4.994c.142 0 .257.115.257.257V7.25H8.75Z"})),h6=s.forwardRef(d6),e5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(h6,{})}));e5.displayName="FormulaExpressionIcon";const f6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.324 2.324a.25.25 0 0 1 .177-.074h2.5a.75.75 0 1 0 0-1.5H2.5A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h2.5a.75.75 0 0 0 0-1.5H2.5a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM13 .75a.75.75 0 0 0 0 1.5h2.5a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25H13a.75.75 0 0 0 0 1.5h2.5a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.75H13ZM7.652 5.628A.75.75 0 0 0 6.25 6v7a.75.75 0 0 0 1.5 0V8.826l.598 1.048a.75.75 0 0 0 1.303 0l.599-1.048V13a.75.75 0 0 0 1.5 0V6a.75.75 0 0 0-1.402-.373L9 7.987l-1.35-2.36Z"})),u6=s.forwardRef(f6),t5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(u6,{})}));t5.displayName="FormulaIcon";const w6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M1.251.667a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75Zm14.162 2.397a.75.75 0 0 1-.309 1.015L6.037 8.917l9.069 4.838a.75.75 0 1 1-.707 1.324L4.752 9.932a.75.75 0 0 1-.177-.13 1.25 1.25 0 0 1 0-1.769.75.75 0 0 1 .177-.13l9.646-5.147a.75.75 0 0 1 1.015.308Z"})),p6=s.forwardRef(w6),r5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(p6,{})}));r5.displayName="FromStartAltIcon";const g6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.25 2.499a.75.75 0 0 1 .75-.75h4.5a.749.749 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-8.438 8.44H7a.75.75 0 0 1 0 1.5H2.514a.748.748 0 0 1-.763-.75v-4.5a.75.75 0 1 1 1.5 0v2.69l8.44-8.44H9a.75.75 0 0 1-.75-.75Z"})),v6=s.forwardRef(g6),n5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(v6,{})}));n5.displayName="FullscreenIcon";const m6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.001.75a.75.75 0 0 0-.75.75c0 1.294.63 2.43 1.517 3.25H2.501A1.75 1.75 0 0 0 .751 6.5V8a1.25 1.25 0 0 0 1 1.225v6.276a1.75 1.75 0 0 0 1.75 1.75h11a1.75 1.75 0 0 0 1.75-1.75V9.225a1.25 1.25 0 0 0 1-1.225V6.5a1.75 1.75 0 0 0-1.75-1.75h-2.267c.886-.82 1.517-1.956 1.517-3.25a.75.75 0 0 0-.75-.75c-1.298 0-2.593.522-3.565 1.351C9.809 2.636 9.29 3.322 9 4.11c-.29-.788-.808-1.474-1.435-2.009C6.594 1.272 5.3.751 4.001.751Zm7.25 15v-6.5h3.5v6.25a.25.25 0 0 1-.25.25h-3.25Zm0-8v-1.5h4.25a.25.25 0 0 1 .25.25v1.25h-4.5Zm-1.5-1.5v1.5h-1.5v-1.5h1.5Zm-3 0v1.5h-4.5V6.5a.25.25 0 0 1 .25-.25h4.25Zm0 3v6.5h-3.25a.25.25 0 0 1-.25-.25V9.25h3.5Zm1.5 6.5v-6.5h1.5v6.5h-1.5Zm3.158-12.507a4.247 4.247 0 0 1 1.686-.875c-.187.513-.534.991-1.002 1.39a4.246 4.246 0 0 1-1.686.875c.187-.513.534-.991 1.002-1.39Zm-5.5.515c-.468-.399-.815-.877-1.002-1.39.61.156 1.2.46 1.686.875.468.399.815.877 1.002 1.39-.61-.156-1.2-.46-1.686-.875Z"})),b6=s.forwardRef(m6),o5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(b6,{})}));o5.displayName="GiftIcon";const E6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M11.451.503a7.75 7.75 0 0 0-8.788 3.85.75.75 0 0 0 1.323.706 6.25 6.25 0 1 1-.107 5.68.75.75 0 0 0-1.348.656A7.75 7.75 0 1 0 11.45.503Z"}),o.createElement("path",{d:"M8.97 4.973a.75.75 0 0 1 1.061 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 1 1 0-1.5h8.69l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),y6=s.forwardRef(E6),a5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(y6,{})}));a5.displayName="GoToIcon";const I6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M6.919 4.053 5.449 7.51a1.75 1.75 0 0 1-1.615 1.074H1.501a.75.75 0 0 1 0-1.5h2.333a.25.25 0 0 0 .232-.154l.002-.005L5.8 2.848a1.25 1.25 0 0 1 2.333.085l.005.013 2.934 9.127 1.47-3.889a1.75 1.75 0 0 1 1.625-1.1H16.5a.75.75 0 0 1 0 1.5h-2.333a.25.25 0 0 0-.227.146l-1.725 4.562a1.25 1.25 0 0 1-2.345-.057l-.004-.013L6.92 4.053Z"})),S6=s.forwardRef(I6),l5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(S6,{})}));l5.displayName="GraphStatsIcon";const C6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.501.749a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm.25 7.25a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm7.5-9c0-.967.784-1.75 1.75-1.75h4c.967 0 1.75.783 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-4a1.75 1.75 0 0 1-1.75-1.75v-4Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25h-4Zm0 7.5a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Z"})),M6=s.forwardRef(C6),c5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(M6,{})}));c5.displayName="GridAltIcon";const x6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 2.499c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm4.25.25c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm-13.5 6c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.499a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .139.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),Z6=s.forwardRef(x6),i5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Z6,{})}));i5.displayName="GridIcon";const A6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.092 4.753a1.42 1.42 0 0 0-.69.13 1.189 1.189 0 0 0-.486.408.947.947 0 0 0-.165.528.75.75 0 1 1-1.5 0c0-.487.148-.958.419-1.363.27-.403.65-.723 1.093-.93a2.92 2.92 0 0 1 2.799.177c.41.264.743.632.952 1.07.21.44.283.928.21 1.409a2.49 2.49 0 0 1-.615 1.287 2.76 2.76 0 0 1-1.211.778.248.248 0 0 0-.121.079.105.105 0 0 0-.026.064V9a.75.75 0 1 1-1.5 0v-.609c0-.36.124-.705.342-.986.217-.279.515-.48.846-.586a1.26 1.26 0 0 0 .554-.352.991.991 0 0 0 .248-.511.919.919 0 0 0-.081-.537 1.115 1.115 0 0 0-.41-.454 1.38 1.38 0 0 0-.658-.212ZM8.001 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),o.createElement("path",{d:"M8.001.25a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5ZM1.751 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),T6=s.forwardRef(A6),s5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(T6,{})}));s5.displayName="HelpIcon";const N6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M7.226 1.47A7.25 7.25 0 1 1 10 15.416a.75.75 0 0 1 0-1.5A5.75 5.75 0 1 0 4.454 6.65l.516-.516a.75.75 0 0 1 1.06 1.06L4.062 9.165a.748.748 0 0 1-1.124 0L.97 7.196a.75.75 0 0 1 1.06-1.06l.822.82A7.25 7.25 0 0 1 7.226 1.47Z"}),o.createElement("path",{d:"M10.25 4.165a.75.75 0 0 0-1.5 0v4.5c0 .415.336.75.75.75H13a.75.75 0 0 0 0-1.5h-2.75v-3.75Z"})),L6=s.forwardRef(N6),d5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(L6,{})}));d5.displayName="HistoryIcon";const F6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M13.72 9.243c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v5.5a.724.724 0 0 1-.219.532.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-4a.208.208 0 0 0-.078-.172.208.208 0 0 0-.172-.078h-1a.24.24 0 0 0-.172.078.208.208 0 0 0-.078.172v4a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-5.5c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v4.75h2.5v-3.25c0-.312.078-.603.234-.874.157-.27.37-.484.641-.64.27-.157.562-.235.875-.235h1c.323 0 .614.078.875.234.27.157.484.37.64.64.157.272.235.563.235.876v3.25h2.5v-4.75ZM2.001 8.774A.737.737 0 0 1 .97 8.758a.705.705 0 0 1-.219-.515.698.698 0 0 1 .188-.531L7.736.915c.166-.156.354-.281.562-.375a1.69 1.69 0 0 1 1.344 0c.219.094.406.219.562.375l6.797 6.797a.752.752 0 0 1 .203.53c0 .199-.073.37-.218.517a.815.815 0 0 1-.532.218.733.733 0 0 1-.515-.203L9.142 1.977A.208.208 0 0 0 8.97 1.9a.208.208 0 0 0-.172.078L2.001 8.774Z"})),P6=s.forwardRef(F6),h5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(P6,{})}));h5.displayName="HomeIcon";const B6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M7.257 11.503a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Zm-1.72-4.531a.75.75 0 1 0-1.06 1.061l1.47 1.47-1.47 1.47a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2Z"}),o.createElement("path",{d:"M.257 2.503c0-.967.783-1.75 1.75-1.75h12c.966 0 1.75.783 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-11Zm1.5 0v1.25h12.5v-1.25a.25.25 0 0 0-.25-.25h-12a.25.25 0 0 0-.25.25Zm12.5 2.75h-12.5v8.25c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-8.25Z"})),H6=s.forwardRef(B6),f5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(H6,{})}));f5.displayName="HtmlIcon";const V6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M16 8.51v5.8c0 .94-.76 1.7-1.7 1.7H1.7c-.94 0-1.7-.76-1.7-1.7V1.7C0 .76.76 0 1.7 0h6.18v1.5H1.7c-.13 0-.2.06-.2.2v12.61c0 .13.06.2.2.2h12.61c.13 0 .2-.06.2-.2v-5.8h1.5H16Z"}),o.createElement("path",{d:"M7.17 5c0-1.13-.91-2.04-2.04-2.04S3.09 3.87 3.09 5 4 7.04 5.13 7.04 7.17 6.13 7.17 5Z"}),o.createElement("path",{d:"M9.21 10.28c.64-.23 1.32-.31 1.99-.25.67.06 1.33.26 1.92.6.36.21.82.08 1.02-.28a.74.74 0 0 0-.28-1.02c-.78-.44-1.64-.71-2.53-.79a6.182 6.182 0 0 0-4.88 1.73l-.02.02c-.55-.33-1.17-.51-1.82-.52-.9-.02-1.77.29-2.46.86-.32.27-.36.74-.09 1.06.27.32.74.36 1.06.09.41-.34.93-.53 1.47-.52.31 0 .62.08.9.21-.19.32-.36.65-.5 1-.15.39.04.82.43.97.39.15.82-.04.97-.43.17-.45.41-.86.71-1.24.01-.02.03-.03.04-.05.11-.14.23-.27.36-.39a4.82 4.82 0 0 1 1.71-1.06v.01Z"}),o.createElement("path",{d:"m15.76 6.6-1.22-1.22a.504.504 0 0 1-.1-.57c.21-.45.32-.94.32-1.44 0-1.86-1.52-3.38-3.38-3.38C9.52-.01 8 1.51 8 3.37c0 1.86 1.52 3.38 3.38 3.38.5 0 .99-.11 1.44-.32.07-.03.14-.05.21-.05.13 0 .26.05.35.15l1.22 1.22c.31.31.85.31 1.16 0a.82.82 0 0 0 0-1.16v.01ZM11.4 5.14c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Z"})))),O6=s.forwardRef(V6),u5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(O6,{})}));u5.displayName="ImageSearchIcon";const D6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12.792 4.918a.75.75 0 0 1 .949-.475l2.654.885a1.252 1.252 0 0 1 .79 1.581l-3.161 9.487a1.252 1.252 0 0 1-1.582.79l-7.176-2.392a.75.75 0 0 1 .475-1.423l6.939 2.313 3.004-9.012-2.417-.806a.75.75 0 0 1-.475-.948Zm2.97 1.517ZM4.376 2.5a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM4 4.377a.375.375 0 1 1 .751 0 .375.375 0 0 1-.75 0Z"}),o.createElement("path",{d:"M.75 2C.75 1.31 1.31.75 2 .75h9c.69 0 1.25.56 1.25 1.25v10c0 .691-.56 1.25-1.25 1.25H2A1.25 1.25 0 0 1 .75 12V2Zm1.5 6.75h1.86l2.542-3.633a1.752 1.752 0 0 1 2.753-.15l1.345 1.538V2.25h-8.5v6.5Zm6.026-2.795a.254.254 0 0 0-.203-.086.25.25 0 0 0-.191.106L5.94 8.751h4.782L8.276 5.955ZM2.25 10.25v1.5h8.5v-1.5h-8.5Z"})),$6=s.forwardRef(D6),w5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx($6,{})}));w5.displayName="ImagesIcon";const _6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M17.193 12.287a.748.748 0 0 1-.693.463H12a.75.75 0 0 1 0-1.5h2.69l-4.013-4.013a.25.25 0 0 0-.354 0L8.238 9.324a1.75 1.75 0 0 1-2.476 0L.97 4.53a.75.75 0 0 1 1.06-1.06l4.793 4.793a.25.25 0 0 0 .354 0l2.085-2.086a1.75 1.75 0 0 1 2.476 0l4.012 4.012V7.5a.75.75 0 0 1 1.5 0V12c0 .102-.02.199-.057.287Z"})),k6=s.forwardRef(_6),p5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(k6,{})}));p5.displayName="ImpactDownIcon";const R6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"})),g5=s.forwardRef(R6),h1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(g5,{})}));h1.displayName="InfoFilledIcon";const U6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"}),o.createElement("path",{d:"M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),W6=s.forwardRef(U6),v5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(W6,{})}));v5.displayName="InfoIcon";const z6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0ZM7.83 6.286a.857.857 0 1 0 0-1.714.857.857 0 0 0 0 1.714Zm1.2 4.02h-.257V7.734a.6.6 0 0 0-.6-.6h-.858a.6.6 0 0 0 0 1.2h.258v2.015h-.258a.6.6 0 1 0 0 1.2H9.03a.6.6 0 0 0 0-1.2v-.043Z"})),j6=s.forwardRef(z6),m5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(j6,{})}));m5.displayName="InfoSmallIcon";const Y6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.755 6.065a8.754 8.754 0 0 1 16.503.035c.319.908.492 1.884.492 2.9a8.736 8.736 0 0 1-.503 2.934A8.76 8.76 0 0 1 9 17.75a8.754 8.754 0 0 1-8.258-5.852A8.736 8.736 0 0 1 .25 9.001a8.736 8.736 0 0 1 .505-2.936Zm10.506 9.826a7.271 7.271 0 0 0 4.135-3.473h-3.325a26.486 26.486 0 0 1-.81 3.473Zm-.71-3.473H7.455c.224 1.288.549 2.563.974 3.81a7.318 7.318 0 0 0 1.146 0c.425-1.244.75-2.518.974-3.81Zm1.721-1.5h3.722c.167-.61.256-1.254.256-1.917 0-.664-.089-1.307-.256-1.917h-3.596c.013.342.02.685.019 1.028.002.939-.047 1.875-.145 2.806Zm-1.375-3.834H7.105a25.165 25.165 0 0 0 .136 3.834h3.523c.103-.93.155-1.866.153-2.805v-.002c0-.343-.006-.685-.02-1.027Zm1.402-1.5h3.097a7.278 7.278 0 0 0-3.618-3.282c.242 1.082.416 2.178.52 3.282Zm-2.175-3.747a7.306 7.306 0 0 0-2.246 0 25.158 25.158 0 0 0-.667 3.747h3.58a25.017 25.017 0 0 0-.668-3.747ZM2.006 7.084A7.258 7.258 0 0 0 1.75 9c0 .663.09 1.306.257 1.917h3.725a26.664 26.664 0 0 1-.129-3.834H2.007Zm.598 5.334a7.271 7.271 0 0 0 4.14 3.475 26.654 26.654 0 0 1-.81-3.475h-3.33Zm0-6.834h3.098c.105-1.1.278-2.197.52-3.282a7.278 7.278 0 0 0-3.618 3.282Z"})),q6=s.forwardRef(Y6),b5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(q6,{})}));b5.displayName="InternetIcon";const K6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"}),o.createElement("path",{d:"M.9 15.101a2.216 2.216 0 0 1 0-3.134l5.725-5.725A4.66 4.66 0 1 1 9.76 9.376l-.941.941.18.673a1.728 1.728 0 0 1-2.115 2.115l-.502-.135.134.502A1.728 1.728 0 0 1 4.4 15.588l-.726-.194c-.86.559-2.02.461-2.775-.293Zm1.06-2.073a.716.716 0 1 0 1.013 1.013.75.75 0 0 1 .724-.194l1.09.292a.228.228 0 0 0 .28-.279l-.293-1.09a.75.75 0 0 1 .194-.724l.488-.488a.75.75 0 0 1 .725-.194l1.089.292a.228.228 0 0 0 .279-.28l-.292-1.088a.75.75 0 0 1 .194-.725l1.583-1.584a.75.75 0 0 1 .823-.16 3.16 3.16 0 1 0-1.675-1.675.75.75 0 0 1-.16.823L1.96 13.028Z"})),G6=s.forwardRef(K6),E5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(G6,{})}));E5.displayName="KeyIcon";const X6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.75 15.834c0 .782.635 1.417 1.417 1.417h13.667c.782 0 1.417-.635 1.417-1.417V2.167c0-.782-.635-1.416-1.417-1.416H2.167A1.415 1.415 0 0 0 .751 2.167v13.667Zm1.5-8.583h3.5v8.5h-3.5v-8.5Zm0-1.5v-3.5h3.5v3.5h-3.5Zm5 1.5h8.5v8.5h-8.5v-8.5Zm8.5-1.5h-8.5v-3.5h8.5v3.5Z"})),Q6=s.forwardRef(X6),y5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Q6,{})}));y5.displayName="LayoutIcon";const J6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.49 16.251a.75.75 0 0 1-.74-.75V9.037a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 0 4.25-4.25V3a2.25 2.25 0 0 1 4.5 0v2.254c0 .115.079.215.17.238l.992.218a3.752 3.752 0 0 1 2.833 3.834l-.202 3.43a4.75 4.75 0 0 1-4.726 4.276H9.06c-.441 0-.88-.062-1.304-.183l-2.423-.692a3.252 3.252 0 0 0-.844-.125Zm1.255-1.317 2.423.692c.29.083.59.125.892.125h3.257c1.669 0 3.066-1.264 3.231-2.894l.2-3.394A2.245 2.245 0 0 0 14.07 7.17l-.99-.217a1.75 1.75 0 0 1-1.33-1.699V3.001a.75.75 0 0 0-1.5 0v1.036a5.751 5.751 0 0 1-5 5.701v5.082c.167.03.332.067.495.114ZM2.251 8.25v7.5h1.5v-7.5h-1.5Zm-.75-1.5h3a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-9a.75.75 0 0 1 .75-.75Z"})),ed=s.forwardRef(J6),I5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ed,{})}));I5.displayName="LikeIcon";const td=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.25 1.5a.75.75 0 1 0-1.5 0v15.001c0 .414.337.75.75.75h14.996a.75.75 0 0 0 0-1.5H2.251v-2.826l4.16-2.496c.194-.117.417-.178.644-.178h3.513c.392 0 .78-.085 1.138-.247l5.105-2.32a.75.75 0 1 0-.62-1.366l-5.106 2.32c-.163.074-.34.113-.518.113H7.055c-.499 0-.988.135-1.415.391l-3.39 2.034V1.501Z"})),rd=s.forwardRef(td),S5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(rd,{})}));S5.displayName="LineChartIcon";const nd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M12.5 4.584a3.729 3.729 0 0 0-2.781 1.252.75.75 0 0 0 1.121.996 2.23 2.23 0 0 1 1.662-.748h.999a2.25 2.25 0 0 1 0 4.5h-1a2.231 2.231 0 0 1-1.661-.748.75.75 0 0 0-1.12.996 3.732 3.732 0 0 0 2.78 1.252h1a3.75 3.75 0 0 0 0-7.5h-1Zm-8 0a3.75 3.75 0 1 0 0 7.5h1.003a3.733 3.733 0 0 0 2.78-1.252.75.75 0 1 0-1.121-.997 2.233 2.233 0 0 1-1.662.749h-1a2.25 2.25 0 0 1 0-4.5h1a2.23 2.23 0 0 1 1.662.748.75.75 0 0 0 1.12-.996 3.73 3.73 0 0 0-2.78-1.252H4.501Z"}),o.createElement("path",{d:"M5.5 7.583a.75.75 0 1 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"})),od=s.forwardRef(nd),C5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(od,{})}));C5.displayName="LinkIcon";const ad=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M3.001 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.5 7.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm4-14.25a.75.75 0 1 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Zm-.75 6.75a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm.75 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Z"})),ld=s.forwardRef(ad),M5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ld,{})}));M5.displayName="ListIcon";const cd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M14.801 8c.663 0 1.21-.54 1.11-1.195a8 8 0 1 0-9.105 9.106C7.46 16.01 8 15.464 8 14.8s-.543-1.187-1.19-1.328a5.602 5.602 0 0 1-4.302-6.565 5.6 5.6 0 0 1 10.964-.098c.14.647.665 1.19 1.328 1.19Z"})),id=s.forwardRef(cd),f1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(id,{})}));f1.displayName="LoaderIcon";const sd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M8.751 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),o.createElement("path",{d:"M3.751 5v1.75h-.25a1.75 1.75 0 0 0-1.75 1.75v7c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-7a1.75 1.75 0 0 0-1.75-1.75h-.25V5a4.25 4.25 0 0 0-8.5 0Zm4.25-2.75A2.75 2.75 0 0 1 10.751 5v1.75h-5.5V5a2.75 2.75 0 0 1 2.75-2.75Zm-4.5 6h9a.25.25 0 0 1 .25.25v7a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-7a.25.25 0 0 1 .25-.25Z"})),dd=s.forwardRef(sd),x5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(dd,{})}));x5.displayName="LockIcon";const hd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M11.116 1.123c-.083.02-1.136.43-2.34.912-1.205.482-2.228.876-2.273.876-.045 0-.963-.353-2.039-.784-2.153-.861-2.066-.83-2.313-.866-.499-.075-1.024.212-1.258.687l-.097.197-.008 5.083c-.008 5.608-.02 5.227.181 5.636.116.237.446.584.667.702.167.089 4.298 1.744 4.44 1.779.05.012.17.033.268.047.356.052.484.01 2.868-.944 1.221-.488 2.25-.887 2.287-.887.036 0 .978.364 2.092.809 1.391.555 2.09.819 2.23.843.39.066.77-.066 1.056-.366.092-.096.203-.252.248-.348l.081-.173.008-5.07c.006-3.586-.002-5.116-.025-5.23-.09-.435-.455-.911-.86-1.124-.29-.151-4.236-1.724-4.458-1.776a1.847 1.847 0 0 0-.755-.003ZM4.06 3.563l1.702.68v4.689c0 2.579-.01 4.689-.023 4.689-.012 0-.77-.3-1.687-.663-1.154-.46-1.686-.686-1.733-.737l-.067-.073V7.496c0-4.417.003-4.65.052-4.632.03.01.82.325 1.756.699Zm6.712 3.964c0 3.706-.008 4.683-.038 4.706-.045.035-3.429 1.388-3.472 1.388-.02 0-.028-1.57-.023-4.688l.008-4.687 1.725-.695a75.81 75.81 0 0 1 1.762-.697c.03-.002.038.95.038 4.673Zm3.196-3.998c1.173.47 1.71.698 1.74.742.038.055.044.655.044 4.707 0 2.554-.01 4.643-.023 4.643-.012 0-.802-.312-1.754-.693l-1.733-.693V7.543c0-2.581.007-4.692.015-4.692s.778.305 1.711.678Z"})),fd=s.forwardRef(hd),Z5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(fd,{})}));Z5.displayName="MapIcon";const ud=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M4.809 2.276a.75.75 0 0 1 .844.353L8 6.739l2.35-4.11a.75.75 0 0 1 1.4.372v10.5a.75.75 0 1 1-1.5 0V5.825L8.653 8.623a.75.75 0 0 1-1.303 0L5.751 5.825v7.676a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .558-.725Z"})),wd=s.forwardRef(ud),A5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wd,{})}));A5.displayName="MetricAltIcon";const pd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M3.251 8a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),gd=s.forwardRef(pd),T5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gd,{})}));T5.displayName="MinusIcon";const vd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M4.75 1.75C4.75.785 5.534 0 6.5 0h7c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 13.5 7.5h-7a1.75 1.75 0 0 1-1.75-1.75v-4Zm2.53-.25 2.293 1.647a.735.735 0 0 0 .427.134c.16 0 .31-.05.427-.134l2.293-1.646H7.28Zm6.47 1.108-2.448 1.758A2.235 2.235 0 0 1 10 4.78c-.465 0-.923-.144-1.302-.415L6.25 2.608v3.143c0 .138.112.25.25.25h7a.25.25 0 0 0 .25-.25V2.608Z"}),o.createElement("path",{d:"M2.25 3.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .75 3.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75V9a.75.75 0 1 0-1.5 0v2.75h-6.5V3.5Zm0 9.75h6.5v.25a1.25 1.25 0 0 1-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),md=s.forwardRef(vd),N5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(md,{})}));N5.displayName="MobileAppInboxIcon";const bd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M11.375 2.75a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM11 4.627a.375.375 0 1 1 .75 0 .375.375 0 0 1-.75 0Z"}),o.createElement("path",{d:"M5.5.75a.75.75 0 0 0-.75.75v9c0 .415.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Zm.75 9V8.326a.753.753 0 0 0 .153-.075c.43-.273.9-.437 1.381-.485a3.04 3.04 0 0 1 1.427.204c.46.182.886.477 1.247.868.246.267.457.575.625.914H6.25Zm1.386-3.477c-.478.047-.945.17-1.386.364V2.25h7.5v7.5h-1.043a5.531 5.531 0 0 0-1.146-1.93 4.913 4.913 0 0 0-1.797-1.246 4.54 4.54 0 0 0-2.128-.302Z"}),o.createElement("path",{d:"M3.5 3.25c-.69 0-1.25.56-1.25 1.25v8.25h6.5v-.25a.75.75 0 0 1 1.5 0v2a2.75 2.75 0 0 1-2.75 2.75h-4A2.75 2.75 0 0 1 .75 14.5v-10A2.75 2.75 0 0 1 3.5 1.75a.75.75 0 0 1 0 1.5ZM2.25 14.5c0 .691.56 1.25 1.25 1.25h4a1.25 1.25 0 0 0 1.25-1.25v-.25h-6.5v.25Z"})),Ed=s.forwardRef(bd),L5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ed,{})}));L5.displayName="MobileImageMessageIcon";const yd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M14.5 2.75a2.75 2.75 0 0 1 2.75 2.75v5a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 .75 10.5v-5A2.75 2.75 0 0 1 3.5 2.75h11Zm0 1.5H5.25v7.5h9.25a1.25 1.25 0 0 0 1.25-1.25v-5c0-.69-.559-1.25-1.25-1.25Zm-10.75 7.5v-7.5H3.5c-.69 0-1.25.56-1.25 1.25v5c0 .691.56 1.25 1.25 1.25h.25Z"})),Id=s.forwardRef(yd),F5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Id,{})}));F5.displayName="MobilePhoneLandscapeIcon";const Sd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M2.75 3.5A2.75 2.75 0 0 1 5.5.75h5a2.75 2.75 0 0 1 2.75 2.75v11a2.75 2.75 0 0 1-2.75 2.75h-5a2.75 2.75 0 0 1-2.75-2.75v-11Zm1.5 0v9.25h7.5V3.5c0-.69-.559-1.25-1.25-1.25h-5c-.69 0-1.25.56-1.25 1.25Zm7.5 10.75h-7.5v.25c0 .691.56 1.25 1.25 1.25h5a1.25 1.25 0 0 0 1.25-1.25v-.25Z"})),Cd=s.forwardRef(Sd),P5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Cd,{})}));P5.displayName="MobilePhonePortraitIcon";const Md=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M10.505.027a3.254 3.254 0 0 0-2.802 2.618c-.034.175-.047.508-.059 1.466L7.63 5.349l-.066.066c-.049.05-.122.074-.3.1-.29.042-.428.128-.533.33-.062.122-.072.179-.072.398 0 .22.01.277.072.398.097.188.266.293.527.326.107.014.952.027 1.88.029 1.393.003 1.66.009 1.53.037a.911.911 0 0 0-.602.422.9.9 0 0 0-.157.61.971.971 0 0 0 1.054.906c.462-.037.815-.366.898-.838.087-.491-.292-1.032-.775-1.106-.066-.01.695-.026 1.692-.035 1.374-.012 1.841-.024 1.927-.052.15-.05.34-.241.38-.385.038-.14.04-.477.003-.606-.072-.254-.287-.408-.618-.443-.127-.014-.202-.04-.255-.085l-.077-.065-.016-1.3c-.019-1.45-.025-1.495-.227-2.003A3.224 3.224 0 0 0 11.24.028a2.55 2.55 0 0 0-.735-.001ZM2.13.536C1.154.699.387 1.385.078 2.37L0 2.617v11.248l.078.247c.28.892.88 1.492 1.772 1.772l.247.078H4.69c2.871 0 2.735.008 3.208-.187.633-.26 1.192-.848 1.41-1.482.135-.394.145-.515.146-1.901.001-.915-.009-1.346-.032-1.434-.069-.26-.27-.416-.569-.443-.573-.052-.837.17-.869.73l-.015.254H1.46V7.227c0-4.737-.01-4.456.187-4.754a1.18 1.18 0 0 1 .205-.233c.345-.264.32-.261 2.064-.261 1.618 0 1.657-.003 1.833-.165.27-.248.282-.864.024-1.122-.185-.185-.2-.186-1.946-.183C2.97.51 2.205.523 2.13.536Zm9.26 1.023c.527.15 1.001.614 1.183 1.157.06.176.062.238.072 1.48l.01 1.297H9.123l.01-1.254c.008-1.394.013-1.438.196-1.806.194-.391.648-.77 1.055-.88.33-.091.678-.09 1.006.006Zm-.31 5.97c.396.18.416.738.032.912a.506.506 0 0 1-.633-.161c-.067-.088-.08-.132-.08-.28 0-.22.09-.373.273-.462.153-.073.26-.076.408-.01Zm-3.109 5.805c-.009.298-.022.385-.074.5-.14.308-.418.546-.732.626-.152.039-.468.043-2.522.036l-2.348-.008-.19-.09a1.114 1.114 0 0 1-.54-.54c-.077-.164-.089-.226-.1-.493a2.076 2.076 0 0 1 .004-.348c.015-.04.357-.044 3.265-.044h3.248l-.01.36Z"})),xd=s.forwardRef(Md),B5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xd,{})}));B5.displayName="MobilePushIcon";const Zd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.234 3.284a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Zm1.35.983a.983.983 0 1 1 1.966 0 .983.983 0 0 1-1.966 0Zm3.316-.983a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Z"}),o.createElement("path",{d:"M5.384 2.867A2.617 2.617 0 0 1 8 .251h5.134a2.617 2.617 0 0 1 2.617 2.616v2.8a2.617 2.617 0 0 1-2.617 2.617h-.156l-2.114 2.114a.75.75 0 0 1-1.28-.53V8.283H8a2.617 2.617 0 0 1-2.616-2.617v-2.8ZM8 1.751c-.616 0-1.116.5-1.116 1.116v2.8c0 .617.5 1.117 1.116 1.117h2.334a.75.75 0 0 1 .75.75v.523l1.053-1.053a.75.75 0 0 1 .53-.22h.467c.617 0 1.117-.5 1.117-1.117v-2.8c0-.616-.5-1.116-1.117-1.116H8Z"}),o.createElement("path",{d:"M4.267 1.184H2.701a2.452 2.452 0 0 0-2.45 2.45v9.667a2.45 2.45 0 0 0 2.45 2.45h4.066a2.45 2.45 0 0 0 2.45-2.45V9.4a.75.75 0 0 0-1.5 0v2.05H1.75V3.635a.95.95 0 0 1 .951-.95h1.566a.75.75 0 1 0 0-1.5ZM1.75 12.951h5.967v.35a.95.95 0 0 1-.95.95H2.701a.95.95 0 0 1-.95-.95v-.35Z"})),Ad=s.forwardRef(Zd),H5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ad,{})}));H5.displayName="MobileSmsIcon";const Td=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M6.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Zm.75 1.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM6.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z"}),o.createElement("path",{d:"M7.5.75A2.75 2.75 0 0 0 4.75 3.5v4a2.75 2.75 0 0 0 2.75 2.75h5a2.75 2.75 0 0 0 2.75-2.75v-4A2.75 2.75 0 0 0 12.5.75h-5ZM6.25 3.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25v4c0 .691-.56 1.25-1.25 1.25h-5A1.25 1.25 0 0 1 6.25 7.5v-4Z"}),o.createElement("path",{d:"M2.251 4.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .751 4.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75v-3a.75.75 0 1 0-1.5 0v1.25h-6.5V4.5Zm0 9.75h6.5v.25c0 .691-.56 1.25-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),Nd=s.forwardRef(Td),V5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nd,{})}));V5.displayName="MobileTextMessageIcon";const Ld=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M8.47.969a.748.748 0 0 1 .244-.163L9 .75c.207 0 .394.084.53.22l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v4.94h4.939l-.72-.72a.75.75 0 1 1 1.061-1.06l2 2a.748.748 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.719-.72H9.75v4.94l.72-.72a.75.75 0 0 1 1.061 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.75H3.31l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h4.94V3.31l-.72.72a.75.75 0 0 1-1.06-1.06l2-2Z"})),Fd=s.forwardRef(Ld),O5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Fd,{})}));O5.displayName="MoveIcon";const Pd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M6.63 3c.97 0 1.88.38 2.56 1.06l-.01.01a3.6 3.6 0 0 1 1.06 2.56c0 1.99-1.62 3.62-3.62 3.62a3.6 3.6 0 0 1-2.56-1.06C3.38 8.5 3 7.59 3 6.62 3 4.63 4.63 3 6.63 3Zm2.49 3.63c0-.48-.13-.93-.38-1.33h-.01L5.29 8.75a2.505 2.505 0 0 0 3.83-2.12ZM7.94 4.5c-.39-.25-.85-.38-1.32-.38h-.01a2.5 2.5 0 0 0-2.12 3.83L7.94 4.5Z"}),o.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),o.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),Bd=s.forwardRef(Pd),D5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bd,{})}));D5.displayName="MultiParentRejectedIcon";const Hd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M9.852 4.554c.238-.352.183-.86-.122-1.133-.305-.274-.745-.211-.982.14L5.412 8.507 4.274 6.628c-.222-.365-.659-.454-.975-.198-.317.256-.394.76-.172 1.125L4.38 9.622c.108.185.253.339.423.448.173.111.366.173.564.18.198.007.395-.042.573-.14.176-.098.33-.243.448-.422l3.463-5.134Z"}),o.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),o.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),Vd=s.forwardRef(Hd),$5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vd,{})}));$5.displayName="MultiParentSelectedIcon";const Od=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),o.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),o.createElement("path",{d:"M5.783 7.976v-.113c.003-.389.038-.698.106-.93.07-.23.172-.417.306-.559.133-.142.294-.27.482-.386.14-.089.266-.181.377-.276.111-.096.2-.201.265-.317a.792.792 0 0 0 .099-.393.725.725 0 0 0-.415-.67.916.916 0 0 0-.414-.092.938.938 0 0 0-.418.096.793.793 0 0 0-.323.28.845.845 0 0 0-.136.456s0 .782-.693.782-.693-.782-.693-.782c.011-.444.12-.81.326-1.099.206-.29.479-.507.819-.65.34-.143.715-.216 1.125-.216.45 0 .85.074 1.196.22.346.144.618.354.815.63.197.275.296.607.296.995 0 .26-.044.49-.133.693-.086.2-.207.377-.363.533-.156.153-.341.292-.554.416a2.242 2.242 0 0 0-.442.326 1.107 1.107 0 0 0-.255.393 1.663 1.663 0 0 0-.085.55v.113H5.783Zm.673 2.131a.806.806 0 0 1-.58-.233.758.758 0 0 1-.235-.566.744.744 0 0 1 .234-.56.806.806 0 0 1 .581-.232c.216 0 .405.077.568.233a.757.757 0 0 1 .248.56.763.763 0 0 1-.12.402.87.87 0 0 1-.295.29.784.784 0 0 1-.4.106Z"})))),Dd=s.forwardRef(Od),_5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dd,{})}));_5.displayName="MultiParentUnassignedIcon";const $d=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M14.546 2.667a1.13 1.13 0 0 0-.363-.848 1.13 1.13 0 0 0-.849-.364H2.667a1.18 1.18 0 0 0-.863.364 1.155 1.155 0 0 0-.349.848v10.667c0 .333.116.621.349.864.242.232.53.348.863.348h10.667c.334 0 .616-.116.849-.348a1.18 1.18 0 0 0 .363-.864V2.667Zm1.455 0v10.667c0 .485-.121.934-.364 1.349A2.628 2.628 0 0 1 13.334 16H2.667a2.71 2.71 0 0 1-1.348-.349 2.785 2.785 0 0 1-.97-.97 2.71 2.71 0 0 1-.348-1.348V2.667A2.627 2.627 0 0 1 1.319.364 2.623 2.623 0 0 1 2.667.001h10.667c.485 0 .93.12 1.334.363.414.233.737.556.97.97.242.404.363.849.363 1.333ZM5.819 6.304v5.575a.7.7 0 0 1-.212.516.701.701 0 0 1-.515.212.701.701 0 0 1-.515-.212.701.701 0 0 1-.213-.515V4.122c0-.222.081-.399.243-.53a.747.747 0 0 1 .545-.197c.212.01.384.106.515.288l4.516 6.015V4.122c0-.202.07-.374.212-.515a.701.701 0 0 1 .515-.212c.202 0 .374.07.515.212a.701.701 0 0 1 .212.515v7.758c0 .222-.08.404-.242.545a.8.8 0 0 1-.56.182.637.637 0 0 1-.5-.288L5.818 6.304Z"})),_d=s.forwardRef($d),k5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(_d,{})}));k5.displayName="NegationIcon";const kd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v.8a5.75 5.75 0 0 1 5 5.7c0 2.302.247 3.595.466 4.285.109.344.209.53.263.617.018.028.03.046.037.054a.75.75 0 0 1-.515 1.295H2a.75.75 0 0 1-.59-1.215c.013-.022.04-.067.077-.139a4.77 4.77 0 0 0 .294-.775c.226-.766.469-2.068.469-4.121a5.75 5.75 0 0 1 5-5.701v-.8A.75.75 0 0 1 8 .75ZM4.997 4.997A4.25 4.25 0 0 0 3.75 8c0 2.17-.257 3.617-.53 4.546l-.064.204h9.633l-.004-.012c-.28-.885-.535-2.342-.535-4.738a4.25 4.25 0 0 0-7.255-3.005Zm1.459 9.784a.75.75 0 0 1 .931.508.641.641 0 0 0 1.231 0 .75.75 0 1 1 1.44.423 2.141 2.141 0 0 1-4.11 0 .75.75 0 0 1 .508-.93Z"})),Rd=s.forwardRef(kd),R5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rd,{})}));R5.displayName="NotificationIcon";const Ud=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.238.788a.75.75 0 0 1 .474.949L8.375 5.749h3.419l1.495-4.487a.75.75 0 1 1 1.423.475l-1.337 4.012H16.5a.75.75 0 0 1 0 1.5h-3.626l-1.5 4.5H14.5a.75.75 0 0 1 0 1.5h-3.626l-1.163 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013h-3.42l-1.162 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013H1.5a.75.75 0 0 1 0-1.5h3.293l1.5-4.5H3.5a.75.75 0 1 1 0-1.5h3.293l1.495-4.487a.75.75 0 0 1 .95-.474Zm.556 10.961 1.5-4.5h-3.42l-1.5 4.5h3.42Z"})),Wd=s.forwardRef(Ud),U5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wd,{})}));U5.displayName="NumberIcon";const zd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 9a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0Zm4.5 0c0 .415.336.75.75.75h6a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0-.75.75Z"})),jd=s.forwardRef(zd),W5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(jd,{})}));W5.displayName="OfflineFillIcon";const Yd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.001 8.25a.75.75 0 1 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"}),o.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),qd=s.forwardRef(Yd),z5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(qd,{})}));z5.displayName="OfflineIcon";const Kd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M11.413 6.757a.707.707 0 0 1-1.028 0l-.94-.972-.94.972a.707.707 0 0 1-1.029 0 .775.775 0 0 1 0-1.063l.94-.972-.94-.973a.775.775 0 0 1 0-1.062.715.715 0 0 1 1.028 0l.94.972.941-.972a.715.715 0 0 1 1.028 0 .775.775 0 0 1 0 1.062l-.94.973.94.972a.775.775 0 0 1 0 1.063Z"}),o.createElement("path",{d:"M11.627 11.99c1.066 0 1.94.902 1.94 2.005 0 1.103-.874 2.005-1.94 2.005-1.067 0-1.94-.902-1.94-2.005 0-1.103.873-2.005 1.94-2.005Zm0 2.506c.271 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.213.501.485.501Z"}),o.createElement("path",{d:"M6.778 11.99c1.067 0 1.94.902 1.94 2.005 0 1.103-.873 2.005-1.94 2.005-1.066 0-1.94-.902-1.94-2.005 0-1.103.874-2.005 1.94-2.005Zm0 2.506c.272 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.214.501.485.501Z"}),o.createElement("path",{d:"M.718 0h.669c.989 0 1.852.692 2.104 1.674l2.094 8.12c.03.11.127.191.233.191h7.001c.107 0 .204-.08.243-.2l1.503-5.274A.728.728 0 0 1 15.467 4a.76.76 0 0 1 .494.932l-1.503 5.253c-.194.762-.873 1.304-1.639 1.304H5.828a1.702 1.702 0 0 1-1.639-1.304l-2.094-8.12a.738.738 0 0 0-.699-.561H.727C.33 1.504 0 1.163 0 .752S.33 0 .727 0h-.01Z"})))),Gd=s.forwardRef(Kd),j5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gd,{})}));j5.displayName="OutOfStockIcon";const Xd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M14.9 3.327c.07.179.106.362.106.55v7.982a1.892 1.892 0 0 1-.513 1.328 1.824 1.824 0 0 1-.566.415c-.21.09-.434.135-.671.135h-.466v.385a1.892 1.892 0 0 1-.513 1.328 1.825 1.825 0 0 1-.566.416c-.211.09-.435.134-.671.134H2.75c-.237 0-.46-.045-.671-.134-.21-.099-.4-.233-.566-.403a1.858 1.858 0 0 1-.381-.617A2.035 2.035 0 0 1 1 14.122v-9.98c0-.251.044-.488.132-.712.087-.232.214-.438.381-.617s.355-.313.566-.402c.21-.099.434-.148.671-.148h.466v-.385c0-.25.044-.487.132-.71.088-.233.215-.44.382-.618.166-.179.355-.313.565-.402C4.505.049 4.73 0 4.966 0h6.408c.184 0 .36.04.527.12.166.072.315.175.447.31l2.263 2.427c.123.134.22.291.29.47ZM4.388 2.263h3.495V5.39c0 .272.05.536.15.79.096.245.23.468.4.667l.014.016.015.015c.188.191.405.342.65.447.241.104.495.158.757.158h2.921v5.007h.467a.508.508 0 0 0 .408-.188.636.636 0 0 0 .17-.442V4.574h-1.75c-.072 0-.144-.006-.216-.018l.527.565c.123.134.219.29.29.469.07.179.104.362.104.55v.054H9.87a.668.668 0 0 1-.269-.057.754.754 0 0 1-.23-.156 1.03 1.03 0 0 1-.165-.281.839.839 0 0 1-.06-.311V2.263h.013c.184 0 .36.04.526.12.167.072.316.175.448.31l.615.66a1.482 1.482 0 0 1-.017-.227V1.248H4.966a.486.486 0 0 0-.223.053.448.448 0 0 0-.184.134.636.636 0 0 0-.172.443v.385Zm9.014 1.064-1.5-1.61v1.409c0 .053.017.102.052.147a.177.177 0 0 0 .132.054H13.4ZM2.895 9.56c0 .356.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526a.638.638 0 0 0-.631.644Zm.631 2.36a.638.638 0 0 0-.631.645c0 .355.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526Z"})))),Qd=s.forwardRef(Xd),Y5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qd,{})}));Y5.displayName="PagesIcon";const Jd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M2.479 3.506v3.419L1.467 7.937a3.217 3.217 0 0 0 0 4.551l2.326 2.327a3.217 3.217 0 0 0 4.552 0l3.595-3.595 1.506-.168a1.161 1.161 0 0 0 .692-1.975L8.344 3.282a1.572 1.572 0 0 0-.415-.298 2.75 2.75 0 0 0-5.45.522Zm2.75-1.25a1.25 1.25 0 0 1 1.168.805c-.1.063-.192.136-.277.22L3.98 5.425V3.506a1.25 1.25 0 0 1 1.25-1.25Zm1.25 6.75a.75.75 0 1 0 1.5 0V5.038l4.6 4.601-1.067.119a.75.75 0 0 0-.447.215l-3.782 3.782a1.717 1.717 0 0 1-2.43 0l-2.326-2.328a1.717 1.717 0 0 1 0-2.43L6.48 5.046v3.961Zm7.688 3.164a.75.75 0 0 0-1.342 0l-1.102 2.206a1.982 1.982 0 1 0 3.546 0l-1.102-2.205Zm-1.147 3.17a.478.478 0 0 1 .044-.293l.432-.864.432.864a.482.482 0 0 1-.772.557h-.001a.482.482 0 0 1-.135-.264Z"})),e4=s.forwardRef(Jd),q5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(e4,{})}));q5.displayName="PaintIcon";const t4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.745 2a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.745 11a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 0 0 0 1.5h13a.75.75 0 0 0 0-1.5h-13Z"})),r4=s.forwardRef(t4),K5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(r4,{})}));K5.displayName="ParagraphCenterAlignIcon";const n4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M.751 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14A.75.75 0 0 1 .751 2Zm0 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 .751 5Zm.75 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM.751 11a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),o4=s.forwardRef(n4),G5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(o4,{})}));G5.displayName="ParagraphLeftAlignIcon";const a4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.583 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.583 11a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 1 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),l4=s.forwardRef(a4),X5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(l4,{})}));X5.displayName="ParagraphRightAlignIcon";const c4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M15.226 1.455c.427 0 .774-.326.774-.728C16 .326 15.653 0 15.226 0H.774C.347 0 0 .326 0 .727c0 .402.347.728.774.728h14.452Z"}),o.createElement("path",{d:"M11.128 12.334a.81.81 0 0 0-1.095 0l-1.259 1.183v-9.88c0-.402-.346-.728-.774-.728-.428 0-.774.326-.774.727v9.88l-1.26-1.182a.81.81 0 0 0-1.094 0 .697.697 0 0 0 0 1.029l2.58 2.424a.815.815 0 0 0 .545.213h.005a.798.798 0 0 0 .545-.213l2.581-2.424a.697.697 0 0 0 0-1.029Z"})))),i4=s.forwardRef(c4),Q5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(i4,{})}));Q5.displayName="PassDownIcon";const s4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M11.13 10.57a.792.792 0 0 0-1.09 0l-1.26 1.2V1.74A.767.767 0 0 0 8 1c-.43 0-.77.33-.77.74v10.03l-1.26-1.2a.792.792 0 0 0-1.09 0c-.3.29-.3.76 0 1.04l2.58 2.46a.821.821 0 0 0 .54.22c.2 0 .39-.07.55-.22l2.58-2.46c.3-.29.3-.76 0-1.04Z"}),o.createElement("path",{d:"M6.23 6.52H.77c-.43 0-.77.33-.77.74S.35 8 .77 8h5.45V6.52h.01Z"}),o.createElement("path",{d:"M15.23 6.52H9.78V8h5.45c.43 0 .77-.33.77-.74s-.35-.74-.77-.74Z"})))),d4=s.forwardRef(s4),J5=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(d4,{})}));J5.displayName="PassThroughIcon";const h4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.03.97a.75.75 0 0 1 0 1.061l-13 13a.75.75 0 1 1-1.06-1.06l13-13a.75.75 0 0 1 1.06 0ZM9.75 12.501a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-9-10.5a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"})),f4=s.forwardRef(h4),eo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(f4,{})}));eo.displayName="PercentageIcon";const u4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.613-.7-.613-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.018-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.628.628 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.12-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.089-.384.092-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),o.createElement("path",{d:"M5.25 5.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 10.5V12a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-1.5a3.25 3.25 0 0 1 2.055-3.022A2.75 2.75 0 0 1 5.25 5ZM8 3.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 9.264A1.75 1.75 0 0 0 6.25 10.5v.75h3.5v-.75a1.75 1.75 0 0 0-2.987-1.237Z"})),w4=s.forwardRef(u4),to=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(w4,{})}));to.displayName="PersAlt1Icon";const p4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.614-.7-.614-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.017-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.627.627 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.119-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.088-.384.091-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),o.createElement("path",{d:"M5.25 4.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 9.5V11a.75.75 0 0 1-.75.75h-.338l-.418 3.343A.75.75 0 0 1 9 15.75H7a.75.75 0 0 1-.744-.657l-.418-3.343H5.5a.75.75 0 0 1-.75-.75V9.5a3.25 3.25 0 0 1 2.056-3.022A2.75 2.75 0 0 1 5.25 4ZM8 2.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 8.264A1.75 1.75 0 0 0 6.25 9.5v.75h.25a.75.75 0 0 1 .745.657l.417 3.343h.676l.418-3.343a.75.75 0 0 1 .744-.657h.25V9.5a1.75 1.75 0 0 0-2.987-1.237Z"})),g4=s.forwardRef(p4),ro=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(g4,{})}));ro.displayName="PersAlt2Icon";const v4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"m13.751 1.751.021.01c.034.02.099.07.174.184.154.232.28.614.304 1.079v1.92c.007.417.077.835.212 1.212.13.367.33.716.611.98L15.94 8l-.866.866c-.28.263-.48.612-.611.98a3.816 3.816 0 0 0-.211 1.21v1.923c-.024.464-.15.846-.305 1.077a.583.583 0 0 1-.174.183.107.107 0 0 1-.02.01.762.762 0 0 0-.085-.004H13a.75.75 0 0 0 0 1.5h.63c.685.058 1.23-.357 1.564-.857.343-.514.525-1.186.556-1.857v-1.956c.005-.269.051-.52.124-.725.076-.212.166-.336.229-.393a.877.877 0 0 0 .021-.021l1.406-1.405a.75.75 0 0 0 0-1.06l-1.405-1.407a.895.895 0 0 0-.023-.021 1.013 1.013 0 0 1-.228-.393 2.312 2.312 0 0 1-.124-.725v-1.92a.77.77 0 0 0 0-.034c-.03-.672-.212-1.344-.556-1.859-.333-.5-.879-.916-1.564-.857H13a.75.75 0 0 0 0 1.5h.667a.751.751 0 0 0 .084-.005Zm-.003 12.5h.002-.002ZM4.37.256H5a.75.75 0 0 1 0 1.5h-.666a.75.75 0 0 1-.084-.005.115.115 0 0 0-.021.01.584.584 0 0 0-.174.185c-.154.23-.28.614-.305 1.078v1.92a3.812 3.812 0 0 1-.21 1.212c-.132.367-.332.716-.613.98L2.061 8l.866.865c.28.264.48.613.612.98.135.377.205.794.211 1.211v1.922c.024.465.15.847.305 1.078.075.113.14.164.173.183.011.007.018.01.022.01a.764.764 0 0 1 .084-.004H5a.75.75 0 0 1 0 1.5h-.629c-.685.058-1.231-.357-1.564-.857-.343-.514-.525-1.186-.556-1.857v-1.956a2.316 2.316 0 0 0-.125-.725c-.075-.212-.165-.336-.228-.393a.755.755 0 0 1-.021-.021L.47 8.532a.75.75 0 0 1 0-1.06l1.406-1.407a.751.751 0 0 1 .023-.022c.062-.057.152-.18.228-.392.073-.205.119-.456.123-.725v-1.92l.001-.035c.03-.67.213-1.343.556-1.857.333-.5.878-.916 1.564-.858ZM4.254 14.25H4.25h.002Zm0-12.5h-.001.002Z"}),o.createElement("path",{d:"M6 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})),m4=s.forwardRef(v4),no=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(m4,{})}));no.displayName="PersAlt3Icon";const b4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.773 1.761a.117.117 0 0 0-.022-.01.751.751 0 0 1-.084.005h-.666a.75.75 0 0 1 0-1.5h.629c.685-.059 1.231.358 1.564.857.344.515.525 1.187.556 1.859a.77.77 0 0 1 0 .034v1.92c.005.269.05.52.124.725.076.212.166.335.228.393a.895.895 0 0 1 .023.021l1.406 1.406a.75.75 0 0 1 0 1.061l-1.407 1.405a.877.877 0 0 1-.021.02c-.063.058-.153.182-.228.394-.074.205-.12.456-.124.725v1.922l-.001.034c-.031.671-.213 1.343-.556 1.857-.333.5-.88.915-1.564.857H11a.75.75 0 0 1 0-1.5h.667c.028 0 .056.001.084.005a.107.107 0 0 0 .022-.01.583.583 0 0 0 .173-.184c.154-.231.28-.613.305-1.077v-1.923a3.8 3.8 0 0 1 .21-1.21c.132-.368.332-.717.612-.98L13.94 8l-.866-.866c-.281-.263-.481-.612-.612-.98a3.812 3.812 0 0 1-.211-1.21V3.022c-.024-.464-.15-.846-.305-1.078a.582.582 0 0 0-.173-.184Zm-.025-.01h.002-.002Zm0 12.5h.002-.002ZM5 .256h-.63c-.684-.058-1.23.358-1.563.858-.343.514-.525 1.186-.556 1.857v1.955c-.005.269-.05.52-.124.725-.076.212-.166.335-.228.392a.764.764 0 0 0-.023.022L.47 7.471a.75.75 0 0 0 0 1.061l1.407 1.405a.755.755 0 0 0 .021.02c.063.058.153.182.228.394.074.205.12.456.124.724v1.923l.001.034c.031.671.213 1.343.556 1.857.333.5.88.915 1.564.857h.63a.75.75 0 0 0 0-1.5h-.667a.764.764 0 0 0-.084.005.108.108 0 0 1-.022-.01.583.583 0 0 1-.173-.184c-.154-.231-.28-.613-.305-1.077v-1.923a3.815 3.815 0 0 0-.21-1.21c-.132-.368-.332-.717-.612-.98L2.06 8l.866-.866c.281-.263.481-.612.612-.98.135-.376.205-.794.211-1.21V3.023c.024-.464.15-.847.305-1.078a.584.584 0 0 1 .174-.184.115.115 0 0 1 .021-.01.75.75 0 0 0 .084.004H5a.75.75 0 1 0 0-1.5ZM4.253 14.25H4.25h.002Zm0-12.5h-.001.002Z"})),E4=s.forwardRef(b4),oo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(E4,{})}));oo.displayName="PersAlt4Icon";const y4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.75 2.501v9.5c0 .966.784 1.75 1.75 1.75H12a1.75 1.75 0 0 0 1.75-1.75v-9.5A1.75 1.75 0 0 0 12 .751H2.5a1.75 1.75 0 0 0-1.75 1.75Zm1.75-.25H12a.25.25 0 0 1 .25.25v6.75h-10v-6.75a.25.25 0 0 1 .25-.25Zm9.75 9.75a.25.25 0 0 1-.25.25H2.5a.25.25 0 0 1-.25-.25v-1.25h10v1.25Z"}),o.createElement("path",{d:"M15.278 3.636a.75.75 0 1 0-.281 1.474l.255.048a.614.614 0 0 1 .487.718l-1.789 9.376a.614.614 0 0 1-.718.488L6.216 14.4a.75.75 0 0 0-.281 1.474l7.016 1.339a2.114 2.114 0 0 0 2.472-1.68l1.79-9.375a2.114 2.114 0 0 0-1.68-2.473l-.255-.049Z"})),I4=s.forwardRef(y4),ao=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(I4,{})}));ao.displayName="PictureAltIcon";const S4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12 3.251a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Zm-2.828 5.277a4.712 4.712 0 0 0-3.91.347.75.75 0 1 1-.742-1.303 6.213 6.213 0 0 1 7.419.955 3.716 3.716 0 0 1 4.281.344.75.75 0 0 1-.962 1.15 2.216 2.216 0 0 0-2.368-.303c.194.317.36.651.496 1a.75.75 0 0 1-1.398.543 4.714 4.714 0 0 0-2.816-2.733Z"}),o.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),C4=s.forwardRef(S4),lo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(C4,{})}));lo.displayName="PictureIcon";const M4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M7.134.828a5.817 5.817 0 0 0-2.082.748 6.003 6.003 0 0 0-1.99 2c-.62 1.039-.914 2.4-.753 3.486.216 1.45 1.243 3.824 2.96 6.837.776 1.36 1.619 2.714 1.839 2.95.238.258.522.378.893.378.37 0 .655-.12.893-.377.22-.237 1.063-1.59 1.838-2.951 1.718-3.013 2.745-5.386 2.96-6.837.162-1.084-.133-2.448-.752-3.486a5.979 5.979 0 0 0-2.024-2.02A5.775 5.775 0 0 0 8.78.817a7.425 7.425 0 0 0-1.646.012Zm1.287 1.44a4.174 4.174 0 0 1 1.527.456 4.263 4.263 0 0 1 2.224 2.937c.057.275.1.824.08 1.007-.133 1.245-1.131 3.546-2.832 6.533-.496.869-1.39 2.346-1.42 2.346-.028 0-.86-1.372-1.372-2.266-1.554-2.713-2.546-4.91-2.83-6.267-.055-.264-.06-.775-.011-1.106a4.23 4.23 0 0 1 1.182-2.384A4.225 4.225 0 0 1 8.42 2.268ZM7.668 3.28a3.238 3.238 0 0 0-2.855 2.667c-.065.37-.041 1.016.05 1.346.14.51.282.798.593 1.2 1.148 1.487 3.346 1.664 4.742.384.358-.328.71-.867.865-1.32a3.592 3.592 0 0 0 .123-1.627 3.244 3.244 0 0 0-2.133-2.492 3.501 3.501 0 0 0-1.385-.158Zm.77 1.519a1.75 1.75 0 0 1 1.138 2.468c-.181.367-.456.64-.815.812-.277.133-.45.172-.76.172s-.483-.04-.76-.172a1.774 1.774 0 0 1-1-1.563A1.78 1.78 0 0 1 7.553 4.8c.263-.068.619-.07.885-.001Z"})),x4=s.forwardRef(M4),co=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(x4,{})}));co.displayName="PinIcon";const Z4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M9.143 6.913c-.4-.25-.746-.466-1.036-.61-.293-.145-.653-.284-1.053-.235a1.75 1.75 0 0 0-1.146.635c-.254.314-.327.692-.359 1.018-.031.322-.031.73-.031 1.202v.073c0 .471 0 .88.031 1.202.032.325.105.704.359 1.017.285.352.696.58 1.146.635.4.05.76-.089 1.053-.234.29-.145.636-.361 1.036-.61l.06-.039c.36-.224.673-.42.91-.602.242-.187.502-.43.636-.781a1.75 1.75 0 0 0 0-1.249c-.134-.352-.394-.595-.636-.781-.237-.182-.55-.378-.91-.602l-.06-.039Zm-2.06.724a.25.25 0 0 1 .14-.078c.018.004.082.02.216.087.217.108.5.284.94.559.397.248.648.406.82.538.104.08.142.125.152.138a.25.25 0 0 1 0 .157.889.889 0 0 1-.153.138c-.171.132-.422.29-.82.538-.44.275-.722.45-.939.558a.992.992 0 0 1-.216.087.25.25 0 0 1-.14-.077.996.996 0 0 1-.041-.23c-.024-.24-.024-.574-.024-1.093 0-.518 0-.852.024-1.093a.994.994 0 0 1 .04-.23Z"}),o.createElement("path",{d:"m13.313 3.336-3.062-1.768a4.5 4.5 0 0 0-4.5 0L2.689 3.336a4.5 4.5 0 0 0-2.25 3.897v3.536a4.5 4.5 0 0 0 2.25 3.897l3.062 1.768a4.5 4.5 0 0 0 4.5 0l3.062-1.768a4.5 4.5 0 0 0 2.25-3.897V7.233a4.5 4.5 0 0 0-2.25-3.897Zm-6.812-.469a3 3 0 0 1 3 0l3.062 1.768a3 3 0 0 1 1.5 2.598v3.536a3 3 0 0 1-1.5 2.598l-3.062 1.768a3 3 0 0 1-3 0l-3.062-1.768a3 3 0 0 1-1.5-2.598V7.233a3 3 0 0 1 1.5-2.598L6.5 2.867Z"})),A4=s.forwardRef(Z4),io=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(A4,{})}));io.displayName="PlugPlayIcon";const T4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.001 15.668A7.667 7.667 0 1 0 .335 8 7.675 7.675 0 0 0 8 15.668Zm-4-8.334h3.167a.167.167 0 0 0 .167-.166V4a.667.667 0 0 1 1.333 0v3.167a.167.167 0 0 0 .167.166H12a.667.667 0 1 1 0 1.334H8.835a.167.167 0 0 0-.167.166V12a.667.667 0 1 1-1.333 0V8.834a.167.167 0 0 0-.167-.166H4a.667.667 0 1 1 0-1.334Z"})),N4=s.forwardRef(T4),so=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(N4,{})}));so.displayName="PlusCircleFillIcon";const L4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.001 5.251a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25h-2.25a.75.75 0 1 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"M9.001.751a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Zm-6.75 8.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),F4=s.forwardRef(L4),ho=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(F4,{})}));ho.displayName="PlusCircleIcon";const P4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.751 3.001a.75.75 0 1 0-1.5 0v4.25h-4.25a.75.75 0 1 0 0 1.5h4.25v4.25a.75.75 0 0 0 1.5 0v-4.25h4.25a.75.75 0 0 0 0-1.5h-4.25v-4.25Z"})),B4=s.forwardRef(P4),fo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(B4,{})}));fo.displayName="PlusIcon";const H4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.751 1a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0V1Z"}),o.createElement("path",{d:"M6.251 4.049a.75.75 0 0 0-.5-1.414 6.75 6.75 0 1 0 4.5 0 .75.75 0 1 0-.5 1.414 5.25 5.25 0 1 1-3.5 0Z"})),V4=s.forwardRef(H4),uo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(V4,{})}));uo.displayName="PoverButtonIcon";const O4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M12.424 5.818h-.242V4.121a4.157 4.157 0 0 0-1.203-2.919A4.116 4.116 0 0 0 8.061 0a4.157 4.157 0 0 0-2.92 1.202 4.099 4.099 0 0 0-1.202 2.92v1.696h-.242C2.757 5.818 2 6.575 2 7.515v6.788C2 15.243 2.756 16 3.697 16h8.727c.94 0 1.697-.756 1.697-1.697V7.515c0-.94-.756-1.697-1.697-1.697Zm-2.986 5.683c-.534.504-1.31.581-1.95.581h-.174v1.145c0 .32-.272.582-.601.582a.594.594 0 0 1-.601-.582V8.582c0-.32.271-.582.6-.582h.301c.689-.02 1.736-.068 2.415.572.378.35.562.844.562 1.455 0 .61-.194 1.105-.562 1.464l.01.01Zm1.29-5.683H5.393V4.121c0-.708.281-1.386.785-1.881a2.666 2.666 0 0 1 1.882-.785 2.65 2.65 0 0 1 1.88.785c.505.504.786 1.183.786 1.881v1.697Z"}),o.createElement("path",{d:"M7.314 9.164v1.764c.465.01 1.028-.01 1.29-.252.048-.048.203-.194.203-.63s-.155-.582-.203-.63c-.262-.243-.825-.272-1.29-.252Z"})))),D4=s.forwardRef(O4),wo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(D4,{})}));wo.displayName="ProductSlotsIcon";const $4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M15.226 16c.427 0 .774-.33.774-.739 0-.407-.347-.738-.774-.738H.774c-.427 0-.774.33-.774.739 0 .407.347.738.774.738h14.452Z"}),o.createElement("path",{d:"M11.128 9.57a.801.801 0 0 0-1.095 0l-1.259 1.201V.738C8.774.331 8.428 0 8 0c-.428 0-.774.33-.774.738v10.033l-1.26-1.2a.8.8 0 0 0-1.094 0 .715.715 0 0 0 0 1.043l2.58 2.462a.777.777 0 0 0 .546.216h.004a.791.791 0 0 0 .545-.216l2.581-2.462a.715.715 0 0 0 0-1.044Z"})))),_4=s.forwardRef($4),po=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(_4,{})}));po.displayName="ReceiveIcon";const k4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M7.374 2.49a5.752 5.752 0 0 1 3.842.204.75.75 0 1 0 .576-1.386A7.252 7.252 0 0 0 2.799 11.75H1.5a.75.75 0 0 0 0 1.5h2.757a.752.752 0 0 0 .11 0H4.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 0-1.5 0v.837a5.752 5.752 0 0 1 3.623-7.846Zm6.877 3.166V6.5a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75h.133a.755.755 0 0 1 .11 0h2.757a.75.75 0 1 1 0 1.5h-1.296A7.25 7.25 0 0 1 6.21 14.693a.75.75 0 0 1 .577-1.384 5.751 5.751 0 0 0 7.464-7.653Z"})),R4=s.forwardRef(k4),go=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(R4,{})}));go.displayName="RefreshIcon";const U4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.251 1.501a.75.75 0 1 0-1.5 0v.25H2.475A1.787 1.787 0 0 0 .752 3.583v9.91a1.726 1.726 0 0 0 1.758 1.758h3.992a.75.75 0 0 0 0-1.5h-4.02a.225.225 0 0 1-.23-.231V3.547a.287.287 0 0 1 .267-.296h1.232v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.233a.287.287 0 0 1 .268.296v2.954a.75.75 0 1 0 1.5 0V3.583a1.787 1.787 0 0 0-1.75-1.832h-1.25v-.25a.75.75 0 0 0-1.5 0v.25h-1.5v-.25a.75.75 0 1 0-1.5 0v.25h-1.5v-.25Z"}),o.createElement("path",{d:"M14.88 7.623a7.75 7.75 0 0 1 1.654 0 .75.75 0 0 1 .665.661c.351 3.093-1.104 5.38-2.849 6.671-.865.64-1.823 1.054-2.7 1.198-.589.096-1.228.081-1.77-.149l-1.027 1.027a.75.75 0 0 1-1.061-1.06l1.028-1.029a2.845 2.845 0 0 1-.204-1.104c0-.632.166-1.324.46-1.997a7.244 7.244 0 0 1 3.401-3.551.75.75 0 0 1 .991.318l.21.39.647-1.028a.75.75 0 0 1 .555-.347Zm-3.473 7.05c.613-.1 1.352-.406 2.05-.924 1.267-.937 2.334-2.514 2.293-4.67-.118 0-.237.002-.355.008l-1.133 1.801a.75.75 0 0 1-1.296-.044l-.454-.847a5.765 5.765 0 0 0-2.061 2.444c-.192.439-.296.85-.326 1.196l1.555-1.556a.75.75 0 1 1 1.061 1.06l-1.558 1.56c.07-.007.145-.016.224-.029Z"})),W4=s.forwardRef(U4),vo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(W4,{})}));vo.displayName="ReleaseNotesIcon";const z4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.5.75a.75.75 0 1 0 0 1.5 2.25 2.25 0 0 1 2.25 2.25v.25H2.5A1.75 1.75 0 0 0 .75 6.5v5c0 .966.784 1.75 1.75 1.75h9.25v.25a2.25 2.25 0 0 1-2.25 2.25.75.75 0 0 0 0 1.5 3.75 3.75 0 0 0 3-1.5 3.75 3.75 0 0 0 3 1.5.75.75 0 0 0 0-1.5 2.25 2.25 0 0 1-2.25-2.25v-.25h2.25a1.75 1.75 0 0 0 1.75-1.75v-5a1.75 1.75 0 0 0-1.75-1.75h-2.25V4.5a2.25 2.25 0 0 1 2.25-2.25.75.75 0 0 0 0-1.5 3.75 3.75 0 0 0-3 1.5 3.745 3.745 0 0 0-3-1.5Zm-7 5.5h9.25v5.5H2.5a.25.25 0 0 1-.25-.25v-5a.25.25 0 0 1 .25-.25Zm10.75 0h2.25a.25.25 0 0 1 .25.25v5a.25.25 0 0 1-.25.25h-2.25v-5.5Z"})),j4=s.forwardRef(z4),mo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(j4,{})}));mo.displayName="RenameAltIcon";const Y4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M10.119 2.178a1.75 1.75 0 0 1 2.474 0l1.23 1.23a1.75 1.75 0 0 1 0 2.474L6.086 13.62a.75.75 0 0 1-.344.196l-3.556.912a.75.75 0 0 1-.913-.912l.912-3.556a.75.75 0 0 1 .196-.344l7.738-7.737Zm1.414 1.06a.25.25 0 0 0-.354 0l-.75.751 1.582 1.583.752-.75a.25.25 0 0 0 0-.354l-1.23-1.23ZM3.587 10.83l-.546 2.13 2.13-.547 5.78-5.78L9.368 5.05l-5.781 5.78Zm5.148 2.617a.735.735 0 0 0 0 1.47h6.035a.735.735 0 1 0 0-1.47H8.735Z"})),q4=s.forwardRef(Y4),bo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(q4,{})}));bo.displayName="RenameIcon";const K4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5 1.749a.75.75 0 0 1 .75.75v9.19l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22v-9.19a.75.75 0 0 1 .75-.75Zm5.713.057a.747.747 0 0 0-.243.163l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v9.19a.75.75 0 0 0 1.5 0v-9.19l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.748.748 0 0 0-.817-.163Z"})),G4=s.forwardRef(K4),Eo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(G4,{})}));Eo.displayName="ReorderIcon";const X4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M5 8.751a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 7.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .198-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 9.751h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 12.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm5.5-9a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531 1.64 1.64 0 0 0-.234-.86 1.719 1.719 0 0 0-.64-.64A1.64 1.64 0 0 0 8 2.251a1.64 1.64 0 0 0-.875.25c-.27.156-.484.37-.64.64a1.64 1.64 0 0 0-.235.86.723.723 0 0 1-.218.531.723.723 0 0 1-.532.219H3a.256.256 0 0 0-.187.078.269.269 0 0 0-.063.172v10.5c0 .073.021.135.063.188A.291.291 0 0 0 3 15.75h10c.073 0 .13-.02.172-.063a.256.256 0 0 0 .078-.187V5a.24.24 0 0 0-.078-.172A.208.208 0 0 0 13 4.75h-2.5Zm2.5-1.5c.313 0 .604.083.875.25.271.156.485.37.64.64.157.261.235.547.235.86v10.5c0 .323-.078.62-.234.89-.156.261-.37.47-.64.626a1.727 1.727 0 0 1-.876.234H3c-.312 0-.604-.078-.875-.234a1.756 1.756 0 0 1-.64-.625 1.75 1.75 0 0 1-.235-.891v-10.5c0-.313.078-.599.235-.86.156-.27.37-.484.64-.64.271-.167.563-.25.875-.25h1.844c.115-.48.323-.906.625-1.281a3.211 3.211 0 0 1 1.125-.89A3.101 3.101 0 0 1 8 .75c.5 0 .969.11 1.407.328a3.07 3.07 0 0 1 1.109.89 3.1 3.1 0 0 1 .64 1.282H13Zm-5.75.25c0-.198.073-.37.219-.516A.7.7 0 0 1 8 2.751c.282 0 .516.099.703.297A.979.979 0 0 1 9 3.767c0 .27-.099.505-.297.703A.954.954 0 0 1 8 4.75c-.281 0-.52-.094-.718-.281A.988.988 0 0 1 7 3.767c0-.282.094-.521.282-.72A.979.979 0 0 1 8 2.752a.7.7 0 0 1 .532.234.723.723 0 0 1 .218.532c0 .198-.073.37-.218.515A.723.723 0 0 1 8 4.251a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531Z"})),Q4=s.forwardRef(X4),yo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Q4,{})}));yo.displayName="ReportIcon";const J4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 3.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1ZM8.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 9.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-6 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),eh=s.forwardRef(J4),Io=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(eh,{})}));Io.displayName="RetentionIcon";const th=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12.286 1.43A8.25 8.25 0 0 0 2.25 4.262V1.5a.75.75 0 1 0-1.5 0v5c0 .414.336.75.75.75h5.001a.75.75 0 0 0 0-1.5H3.088A6.75 6.75 0 1 1 9 15.75a.75.75 0 0 0 0 1.5 8.25 8.25 0 0 0 3.286-15.82Z"})),rh=s.forwardRef(th),So=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(rh,{})}));So.displayName="RewertLeftIcon";const nh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.72 1.43a8.25 8.25 0 0 1 10.035 2.832V1.5a.75.75 0 0 1 1.5 0v5a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1 0-1.5h3.412a6.75 6.75 0 1 0-5.912 10 .75.75 0 0 1 0 1.5A8.25 8.25 0 0 1 5.72 1.43Z"})),oh=s.forwardRef(nh),Co=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(oh,{})}));Co.displayName="RewertRightIcon";const ah=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M3.5 2.251h9a.25.25 0 0 1 .25.25v13.008l-3.72-2.706a1.75 1.75 0 0 0-2.058 0L3.25 15.51V2.501a.25.25 0 0 1 .25-.25Zm8.766 14.76a1.25 1.25 0 0 0 1.985-1.008V2.5A1.75 1.75 0 0 0 12.5.751h-9a1.75 1.75 0 0 0-1.75 1.75v13.502a1.25 1.25 0 0 0 1.985 1.008l4.118-2.995a.25.25 0 0 1 .294 0l4.118 2.995Z"})),lh=s.forwardRef(ah),Mo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(lh,{})}));Mo.displayName="RibbonIcon";const ch=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M0 2.751a2.75 2.75 0 0 1 5.397-.75h7.229a3.375 3.375 0 1 1 0 6.75h-1.979a2.751 2.751 0 0 1-5.293 0H3.376a1.875 1.875 0 0 0 0 3.75H10.5c.034 0 .068.002.101.007a2.751 2.751 0 1 1 0 1.486.773.773 0 0 1-.101.007H3.376a3.375 3.375 0 0 1 0-6.75h1.978a2.751 2.751 0 0 1 5.293 0h1.979a1.875 1.875 0 0 0 0-3.75H5.397a2.751 2.751 0 0 1-5.396-.75Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm6.5 6.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0Zm2.75 5.25a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Z"})),ih=s.forwardRef(ch),xo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ih,{})}));xo.displayName="RoadmapIcon";const sh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M7.25 2.251a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 .001a2.25 2.25 0 0 0-.887 4.318 5.751 5.751 0 0 0-4.862 5.682v3.25A2.75 2.75 0 0 0 5 16.001h6a2.75 2.75 0 0 0 2.75-2.75v-3.25a5.751 5.751 0 0 0-4.862-5.682A2.25 2.25 0 0 0 8 .001Zm4.25 10v1.75h-8.5v-1.75a4.25 4.25 0 1 1 8.5 0ZM5 14.501c-.69 0-1.25-.56-1.25-1.25h8.5c0 .69-.559 1.25-1.25 1.25H5Zm10.25-5.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm-13.75.75a.75.75 0 1 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm4.5 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})),dh=s.forwardRef(sh),Zo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(dh,{})}));Zo.displayName="RobotIcon";const hh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"m15.54 6.888-2.605-2.605a2.457 2.457 0 0 0-1.737-.72H1.573A1.573 1.573 0 0 0 0 5.136v5.728a1.573 1.573 0 0 0 1.573 1.573h9.625c.652 0 1.276-.26 1.737-.72l2.604-2.605a1.573 1.573 0 0 0 0-2.224Z"})),fh=s.forwardRef(hh),Ao=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(fh,{})}));Ao.displayName="RuleLabelIcon";const uh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M4.001 1.251a.75.75 0 0 0-.6 1.2l4.162 5.55-4.162 5.55a.75.75 0 0 0 .6 1.2h10a.75.75 0 0 0 0-1.5h-8.5l3.6-4.8a.75.75 0 0 0 0-.9l-3.6-4.8h8.5a.75.75 0 0 0 0-1.5h-10Z"}),o.createElement("path",{d:"M2.476 4.984a.983.983 0 0 0-.705-.23 1.007 1.007 0 0 0-.646.31c-.145.15-.237.327-.292.492a1.634 1.634 0 0 0-.082.516V9.93c0 .171.026.348.082.516.055.165.147.342.292.492.148.152.367.289.646.31a.984.984 0 0 0 .705-.23l2.316-1.93c.183-.153.295-.35.361-.526a1.61 1.61 0 0 0 .098-.561c0-.186-.03-.38-.098-.56a1.244 1.244 0 0 0-.362-.527l-2.315-1.93ZM2.25 9.252V6.75L3.751 8v.002l-1.5 1.25Z"})),wh=s.forwardRef(uh),To=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wh,{})}));To.displayName="RunningAggregateIcon";const ph=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.551.781a2.791 2.791 0 0 0-1.245.444c-.15.098-.589.515-1.549 1.474-.736.735-1.393 1.411-1.46 1.502a3.246 3.246 0 0 0-.45.956l-.08.289v5.175c0 4.938.002 5.183.054 5.355.09.292.231.525.456.749.224.225.457.366.75.456.171.053.463.055 6.974.055s6.803-.002 6.975-.055a1.73 1.73 0 0 0 .75-.456 1.73 1.73 0 0 0 .455-.749c.053-.172.055-.464.055-6.975 0-6.511-.002-6.803-.055-6.975a1.85 1.85 0 0 0-1.19-1.204c-.157-.053-.397-.056-5.19-.059C8.037.76 5.675.769 5.551.781Zm.211 3.187c0 1.911.005 1.97.193 2.326.203.385.541.688.942.844l.2.078 2.811.008c3.1.009 3.012.014 3.391-.177.245-.123.641-.517.754-.75.181-.374.178-.334.19-2.269l.012-1.777h1.35l.072.074.074.073v13.206l-.074.073-.073.074h-1.35l-.009-2.588-.009-2.587-.07-.193a1.743 1.743 0 0 0-1.208-1.066c-.289-.068-7.625-.068-7.914 0a1.742 1.742 0 0 0-1.208 1.066l-.07.193-.009 2.587-.008 2.588H2.4l-.075-.074-.074-.074.008-5.048.008-5.049.1-.21c.091-.195.19-.301 1.41-1.519.898-.899 1.352-1.331 1.443-1.376.168-.084.352-.143.46-.147l.082-.003.001 1.717Zm6.988-.045c0 1.766.002 1.728-.14 1.803-.089.048-5.144.05-5.234.003-.14-.076-.145-.13-.145-1.857V2.251h5.52v1.672Zm-.088 6.864.09.046v4.438h-7.5v-4.438l.081-.045c.072-.039.548-.045 3.662-.046 3.151-.001 3.59.004 3.667.045Z"})),gh=s.forwardRef(ph),No=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gh,{})}));No.displayName="SaveIcon";const vh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M8.751 5.121a2.251 2.251 0 1 0-1.5 0V8.75h-.75a4.75 4.75 0 0 0-4.707 4.113 2.25 2.25 0 1 0 1.513.035 3.25 3.25 0 0 1 3.194-2.649h.75v2.628a2.251 2.251 0 1 0 1.5 0V10.25h.75a3.25 3.25 0 0 1 3.194 2.65 2.25 2.25 0 1 0 1.513-.036A4.75 4.75 0 0 0 9.501 8.75h-.75V5.12ZM7.251 3a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm0 12a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-4.75-.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm10.25.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"})),mh=s.forwardRef(vh),Lo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(mh,{})}));Lo.displayName="ScenarioIcon";const bh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M7.543.752a6.791 6.791 0 1 0 4.243 12.094l4.185 4.185a.75.75 0 0 0 1.06-1.06l-4.184-4.185A6.791 6.791 0 0 0 7.544.752ZM2.252 7.543a5.291 5.291 0 1 1 10.583 0 5.291 5.291 0 0 1-10.583 0Z"})),Eh=s.forwardRef(bh),u1=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Eh,{})}));u1.displayName="SearchIcon";const yh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.667.149H1.306A1.307 1.307 0 0 0 .008 1.454L0 5.981a.333.333 0 0 0 .333.334h6.334A.333.333 0 0 0 7 5.982v-5.5a.333.333 0 0 0-.333-.333Zm0 8.166H.423a.167.167 0 0 0-.162.204 10.143 10.143 0 0 0 6.519 7.305.165.165 0 0 0 .15-.022.167.167 0 0 0 .07-.136V8.649a.333.333 0 0 0-.333-.334Zm8.904 0H9.333A.333.333 0 0 0 9 8.65v7.036a.167.167 0 0 0 .22.158 10.14 10.14 0 0 0 6.513-7.324.165.165 0 0 0-.032-.14.166.166 0 0 0-.058-.047.316.316 0 0 0-.072-.017Zm.421-6.861A1.307 1.307 0 0 0 14.694.149h-5.36A.333.333 0 0 0 9 .482v5.5a.333.333 0 0 0 .333.333h6.334A.333.333 0 0 0 16 5.981l-.008-4.527Z"})),Ih=s.forwardRef(yh),Fo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ih,{})}));Fo.displayName="SecurityShieldIcon";const Sh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M14.906 1.352a.858.858 0 0 1 .246.506.867.867 0 0 1-.069.547l-3.76 11.73c-.09.3-.277.552-.56.752a1.582 1.582 0 0 1-.93.287c-.319 0-.61-.1-.875-.3a1.46 1.46 0 0 1-.52-.835l-1.23-5.072-5.072-1.23c-.355-.082-.633-.246-.834-.493-.2-.255-.3-.551-.3-.888 0-.347.095-.652.286-.916a1.75 1.75 0 0 1 .752-.588l11.73-3.76a.79.79 0 0 1 .561-.068c.21.045.402.155.575.328l-.069-.068.069.068ZM7.468 7.737l4.908-4.895-9.898 3.322c-.037 0-.073.019-.11.055a.17.17 0 0 0-.054.123.17.17 0 0 0 .055.123c.036.037.072.055.109.055l4.99 1.217Zm2.625 6.043 3.24-9.98L8.44 8.611l1.31 5.169a.17.17 0 0 0 .055.123c.036.036.073.054.11.054a.17.17 0 0 0 .123-.054.17.17 0 0 0 .054-.123Z"})),Ch=s.forwardRef(Sh),Po=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ch,{})}));Po.displayName="SendIcon";const Mh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.88 10.751H4.5a.75.75 0 0 0 0 1.5h1.38a2.25 2.25 0 0 0 4.242 0h3.379a.75.75 0 0 0 0-1.5h-3.379a2.251 2.251 0 0 0-4.243 0Zm2.87.75a.75.75 0 1 1-1.499 0 .75.75 0 0 1 1.5 0Zm-5-5a.75.75 0 0 1 .75-.75h5.38a2.25 2.25 0 1 1 0 1.5H4.5a.75.75 0 0 1-.75-.75Zm8.874-.417a.75.75 0 1 0-1.247.834.75.75 0 0 0 1.247-.834Z"}),o.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),xh=s.forwardRef(Mh),Bo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xh,{})}));Bo.displayName="SettingsAltIcon";const Zh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M11.335.783c-.22.025-.336.057-.606.169-.301.126-.423.232-1.186 1.035-.263.278-.37.336-.589.318-.203-.017-.283-.078-.69-.527-.527-.581-.75-.75-1.21-.914-.24-.085-.82-.108-1.083-.042-.568.143-1.099.565-1.345 1.069-.21.43-.226.537-.205 1.369l.018.723-.074.15a.465.465 0 0 1-.228.233l-.154.083-.589-.03a7.485 7.485 0 0 0-.82-.003c-.782.083-1.43.614-1.707 1.397-.075.21-.108.754-.06 1.004.054.29.208.633.383.853.09.113.354.38.587.595.233.215.448.438.48.496a.563.563 0 0 1-.013.504c-.038.068-.233.273-.439.459-.644.583-.766.743-.94 1.227-.087.239-.109.817-.042 1.08.218.857.873 1.449 1.728 1.559.148.019.423.018.802-.002.633-.035.716-.024.883.117.193.162.206.236.185 1.04-.02.829-.005.936.205 1.366.161.33.531.71.851.877.36.186.627.243 1.05.225.702-.031 1.044-.226 1.751-1.003.406-.444.474-.496.681-.513.25-.021.363.054.761.496.19.21.422.452.518.536.607.54 1.54.648 2.283.26.324-.168.692-.546.855-.878.069-.14.146-.336.17-.435.053-.202.063-.641.03-1.223-.027-.444.01-.588.181-.74.17-.147.264-.161.886-.127.327.018.646.02.78.005.859-.097 1.539-.701 1.757-1.56.076-.298.046-.841-.063-1.14-.152-.42-.326-.644-.9-1.158-.476-.426-.51-.475-.51-.732s.034-.306.51-.732c.574-.514.748-.74.9-1.158.108-.3.139-.842.063-1.14-.218-.86-.898-1.463-1.756-1.56a6.01 6.01 0 0 0-.78.006c-.617.035-.716.02-.885-.128-.19-.167-.206-.257-.168-.944.035-.633.02-.862-.08-1.17A2.043 2.043 0 0 0 11.335.784ZM6.66 2.299c.088.035.228.167.528.496.224.247.477.503.561.57.707.559 1.796.559 2.503 0 .084-.066.338-.323.563-.57.437-.477.532-.544.769-.544.135 0 .31.079.409.185.111.12.133.228.123.61-.005.198-.008.556-.008.795.002.394.01.458.085.675a2.038 2.038 0 0 0 1.274 1.287l.26.093.803-.007c.739-.007.814-.003.915.049a.554.554 0 0 1 .26.72c-.036.086-.171.23-.498.529-.513.469-.655.634-.795.929a1.81 1.81 0 0 0-.194.885c0 .373.049.58.212.915.14.286.316.486.838.956.406.366.483.478.483.696a.68.68 0 0 1-.143.383.7.7 0 0 1-.162.113c-.1.05-.18.055-.93.049l-.82-.007-.22.08c-.328.12-.533.253-.8.52a1.6 1.6 0 0 0-.367.495c-.207.42-.226.558-.204 1.41l.02.735-.088.138a.583.583 0 0 1-.47.267c-.206 0-.345-.097-.69-.481-.478-.531-.667-.697-.953-.837a1.791 1.791 0 0 0-.923-.214 1.95 1.95 0 0 0-1.252.418 8.17 8.17 0 0 0-.562.57c-.327.36-.436.46-.542.5a.556.556 0 0 1-.702-.267c-.064-.132-.065-.156-.046-.865.018-.677.015-.746-.043-.965a2.092 2.092 0 0 0-1.334-1.421l-.244-.083-.803.008c-.74.007-.812.003-.915-.05a.554.554 0 0 1-.259-.721c.034-.085.151-.212.414-.448.54-.485.715-.683.856-.971.166-.34.214-.547.214-.923a1.95 1.95 0 0 0-.415-1.248 8.072 8.072 0 0 0-.57-.562c-.472-.43-.547-.534-.547-.757a.68.68 0 0 1 .144-.383.707.707 0 0 1 .166-.115c.11-.056.158-.058.855-.04.688.019.756.016.976-.042.365-.096.626-.25.92-.543.207-.206.28-.304.38-.51.211-.434.23-.562.206-1.41l-.02-.735.087-.137a.556.556 0 0 1 .695-.22Zm2.003 2.985c-1.789.147-3.224 1.59-3.379 3.395a3.732 3.732 0 0 0 4.495 3.975 3.732 3.732 0 0 0 1.861-1.014 3.652 3.652 0 0 0 1.079-2.317c.157-1.831-1.005-3.47-2.794-3.94-.234-.061-.37-.08-.834-.114a3.745 3.745 0 0 0-.428.015Zm1.043 1.569c.34.115.625.294.888.556.26.26.439.544.558.887.077.222.083.274.083.705 0 .43-.006.483-.083.705a2.347 2.347 0 0 1-1.453 1.449c-.21.07-.277.078-.698.078-.42 0-.487-.007-.698-.078a2.274 2.274 0 0 1-.894-.562 2.255 2.255 0 0 1-.558-.887c-.077-.222-.083-.274-.083-.705 0-.431.006-.483.083-.705.22-.63.718-1.161 1.31-1.396.3-.118.5-.15.915-.138.328.009.428.023.63.09Z"})),Ah=s.forwardRef(Zh),Ho=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ah,{})}));Ho.displayName="SettingsIcon";const Th=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.53 4.531a.75.75 0 0 1-1.06 0l-1.72-1.72v7.19a.75.75 0 0 1-1.5 0v-7.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06Z"}),o.createElement("path",{d:"M5.5 6.751H3.75v7.5h8.5v-7.5H10.5a.75.75 0 0 1 0-1.5h1.833c.707 0 1.417.532 1.417 1.35v7.8c0 .818-.71 1.35-1.417 1.35H3.667c-.706 0-1.417-.532-1.417-1.35v-7.8c0-.818.71-1.35 1.417-1.35H5.5a.75.75 0 1 1 0 1.5Z"})),Nh=s.forwardRef(Th),Vo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nh,{})}));Vo.displayName="ShareIcon";const Lh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.088.001a.571.571 0 0 0-.553.457L.5 5.25C.5 6.216 1.261 7 2.2 7c.223 0 .435-.044.63-.124A1.75 1.75 0 0 0 3.9 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 7.3 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 10.7 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 14.1 5.25a1.75 1.75 0 0 0 1.07 1.626c.195.08.408.124.63.124.94 0 1.7-.784 1.7-1.75L16.465.458A.57.57 0 0 0 15.912 0H2.088Zm13.898 5.345c-.036.11-.13.155-.186.155-.07 0-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25-.056 0-.15-.045-.186-.155l.83-3.845h12.312l.83 3.845ZM2.5 7.751a.75.75 0 0 1 .75.75v5c0 .138.112.25.25.25h1.75v-2.75A2.75 2.75 0 0 1 8 8.251h2a2.75 2.75 0 0 1 2.75 2.75v2.75h1.75a.25.25 0 0 0 .25-.25v-5a.75.75 0 0 1 1.5 0v5a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75v-5a.75.75 0 0 1 .75-.75Zm8.75 6v-2.75c0-.69-.56-1.25-1.25-1.25H8c-.69 0-1.25.56-1.25 1.25v2.75h4.5Z"})),Fh=s.forwardRef(Lh),Oo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Fh,{})}));Oo.displayName="ShopIcon";const Ph=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.8 1.201a.71.71 0 0 1 1 0 .71.71 0 0 1 0 .99l-3.64 3.64h1.76a.7.7 0 1 1 0 1.4H9.47a.7.7 0 0 1-.7-.7v-3.45a.7.7 0 1 1 1.4 0v1.76l3.63-3.64Zm-7 7.62a.71.71 0 0 1 .38.38c.01.04.05.1.05.1a.965.965 0 0 1 0 .17v3.45a.7.7 0 1 1-1.4 0v-1.76l-3.63 3.63a.7.7 0 0 1-.5.21.67.67 0 0 1-.49-.2.69.69 0 0 1 0-1l3.63-3.58H3.08a.7.7 0 1 1 0-1.4h3.45a.965.965 0 0 1 .17 0h.1Z"})),Bh=s.forwardRef(Ph),Do=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bh,{})}));Do.displayName="ShrinkIcon";const Hh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M5.323.779c-.21.028-.37.126-.462.283l-.074.126-.007 6.753c-.004 3.714-.016 6.753-.026 6.753-.01 0-.44-.419-.954-.932-.692-.691-.964-.946-1.053-.986-.258-.116-.514-.047-.768.207-.244.244-.318.519-.205.766.032.072.533.592 1.563 1.626.834.837 1.516 1.534 1.516 1.549 0 .066.204.226.375.293a.606.606 0 0 0 .313.058c.194-.018.462-.153.554-.278.041-.056.75-.781 1.572-1.609 1.165-1.173 1.51-1.535 1.555-1.633.122-.267.046-.538-.222-.792-.176-.166-.33-.241-.5-.241-.25-.002-.31.047-1.32 1.049l-.94.934v-6.68c0-7.503.018-6.871-.198-7.079-.159-.153-.403-.21-.719-.167Zm6.157.047a2.078 2.078 0 0 0-.902.45c-.39.328-.66.776-.768 1.274-.049.24-.05.37-.044 2.738.008 2.756-.004 2.578.183 2.764.116.116.243.164.48.181.35.026.602-.085.72-.316.077-.152.103-.417.104-1.083v-.593h1.517l.01.78c.006.753.01.784.067.894.17.316.682.426 1.067.229.131-.067.163-.099.232-.235l.081-.158.007-2.475c.007-2.355.005-2.487-.044-2.727a2.275 2.275 0 0 0-1.393-1.64c-.38-.141-.95-.177-1.317-.083Zm.846 1.494c.163.084.294.22.372.385.06.132.061.163.07 1.089l.01.954h-1.525l.001-.967c0-.915.003-.973.055-1.087a.807.807 0 0 1 .481-.424.905.905 0 0 1 .536.05Zm-2.073 7.467a.567.567 0 0 0-.303.161c-.115.115-.165.243-.182.469-.028.348.087.613.318.737.113.06.13.06 1.314.074.782.008 1.197.022 1.191.04-.005.014-.599.907-1.32 1.984a150.85 150.85 0 0 0-1.37 2.067c-.127.235-.17.55-.114.845.092.483.53.936 1.002 1.037.087.019.627.026 1.572.021l1.44-.008.113-.06c.231-.124.346-.389.318-.737-.017-.225-.067-.354-.18-.467-.176-.176-.157-.174-1.472-.189l-1.193-.013 1.383-2.067c1.328-1.984 1.385-2.074 1.427-2.259.023-.105.043-.256.043-.334 0-.603-.466-1.173-1.06-1.298-.164-.033-2.796-.037-2.927-.003Z"})),Vh=s.forwardRef(Hh),$o=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vh,{})}));$o.displayName="SortIcon";const Oh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M15.03 1.47a.75.75 0 1 0-1.06 1.06l.721.72h-1.69c-.829 0-1.57.332-2.187.76-.617.43-1.151.987-1.583 1.518A13.053 13.053 0 0 0 8.056 7.25H1.5a.75.75 0 1 0 0 1.5h6.555a13.264 13.264 0 0 0 1.176 1.724c.432.531.966 1.088 1.583 1.518.616.428 1.358.759 2.186.759h1.688l-.718.718a.75.75 0 1 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2a.75.75 0 1 0-1.06 1.06l.72.722h-1.69c-.422 0-.868-.17-1.33-.49-.461-.322-.895-.764-1.276-1.233A11.563 11.563 0 0 1 9.355 8a11.736 11.736 0 0 1 1.04-1.527c.38-.469.815-.912 1.276-1.232.462-.322.908-.491 1.33-.491h1.688l-.719.718a.75.75 0 0 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2Z"})),Dh=s.forwardRef(Oh),_o=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dh,{})}));_o.displayName="SplitFlowIcon";const $h=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12 7.251a.75.75 0 0 1 .75.75v4a.25.25 0 0 0 .25.25h1a.75.75 0 1 1 0 1.5h-1a1.75 1.75 0 0 1-1.75-1.75v-4a.75.75 0 0 1 .75-.75Zm-7 0a1.75 1.75 0 0 0-1.75 1.75c0 1.13.78 1.712 1.25 2.062l.05.038c.539.404.7.57.7.9a.25.25 0 0 1-.25.25H4a.75.75 0 1 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.13-.78-1.712-1.25-2.062L5.45 9.9c-.538-.404-.7-.57-.7-.9A.25.25 0 0 1 5 8.75h1a.75.75 0 0 0 0-1.5H5Zm2.763.513A1.75 1.75 0 0 1 10.751 9v3c0 .45-.174.883-.484 1.208l.264.264a.75.75 0 0 1-1.06 1.061l-.819-.818A1.75 1.75 0 0 1 7.251 12V9c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v3a.25.25 0 1 0 .5 0v-3a.25.25 0 0 0-.25-.25Z"}),o.createElement("path",{d:"M.75 2.504c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.113.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),_h=s.forwardRef($h),ko=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(_h,{})}));ko.displayName="SqlIcon";const kh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.542-1.122L11.85 10.16a.333.333 0 0 1 .103-.362l3.463-2.87a1 1 0 0 0 .288-1.108Z"})),Rh=s.forwardRef(kh),Ro=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rh,{})}));Ro.displayName="StarFillIcon";const Uh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.541-1.122L11.85 10.16a.334.334 0 0 1 .104-.362l3.462-2.87a1 1 0 0 0 .289-1.108Zm-2.325.847-2.384 1.977a1.833 1.833 0 0 0-.569 1.99l.956 2.867-2.298-1.685a1.833 1.833 0 0 0-2.168 0L4.62 13.502l.955-2.864a1.833 1.833 0 0 0-.568-1.99L2.62 6.668h2.675a1.833 1.833 0 0 0 1.727-1.225l.979-2.773.978 2.773v.001a1.833 1.833 0 0 0 1.73 1.224h2.67Z"})),Wh=s.forwardRef(Uh),Uo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wh,{})}));Uo.displayName="StarIcon";const zh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.001.001a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8Zm3.219 8.596-4.921 2.46a.667.667 0 0 1-.965-.596V5.54a.667.667 0 0 1 .964-.597l4.922 2.458a.667.667 0 0 1 0 1.195v.001Z"})),jh=s.forwardRef(zh),Wo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(jh,{})}));Wo.displayName="StartFillIcon";const Yh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M8.36 4.77a1.84 1.84 0 0 0-2.11 1.82v4.82a1.84 1.84 0 0 0 3.053 1.385l3.692-3.23a.75.75 0 0 0 0-1.128L9.303 5.205a1.84 1.84 0 0 0-.944-.436Zm-.41 1.51a.34.34 0 0 1 .365.054l3.047 2.667-3.047 2.665a.34.34 0 0 1-.564-.257V6.59a.34.34 0 0 1 .2-.309Z"}),o.createElement("path",{d:"M9 .75a8.25 8.25 0 1 0 0 16.5A8.25 8.25 0 0 0 9 .75ZM2.25 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),qh=s.forwardRef(Yh),zo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(qh,{})}));zo.displayName="StartIcon";const Kh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.001 8.001a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"})),Gh=s.forwardRef(Kh),jo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gh,{})}));jo.displayName="StatusDotIcon";const Xh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M7.001 5.75c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h4c.69 0 1.25-.56 1.25-1.25V7c0-.69-.56-1.25-1.25-1.25h-4Zm.25 5v-3.5h3.5v3.5h-3.5Z"}),o.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),Qh=s.forwardRef(Xh),Yo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qh,{})}));Yo.displayName="StopIcon";const Jh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M6.058 7.73a.75.75 0 1 0-1.113 1.006l2.5 2.768a.75.75 0 0 0 1.113-1.006l-2.5-2.767Z"}),o.createElement("path",{d:"M7.251 3.792V2.251h-.75a.75.75 0 0 1 0-1.5h3a.75.75 0 1 1 0 1.5h-.75v1.541a6.713 6.713 0 0 1 3.18 1.22l.34-.341a.75.75 0 0 1 1.26-.7l.25.25.25.25a.75.75 0 0 1-.7 1.26l-.285.286a6.75 6.75 0 1 1-5.795-2.224Zm.75 1.459a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5Z"})),ef=s.forwardRef(Jh),qo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ef,{})}));qo.displayName="StopwatchIcon";const tf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M5.703.752a.762.762 0 0 0-.086 0H2.399c-1.185 0-2.146.96-2.148 2.146a.75.75 0 0 0 1.5.001c0-.357.29-.647.648-.647H4.91v11.543H3.797a.75.75 0 0 0 0 1.5h3.726a.75.75 0 0 0 0-1.5H6.41V2.252h2.511c.358 0 .648.29.648.647a.75.75 0 0 0 1.5-.001A2.148 2.148 0 0 0 8.92.752H5.703Z"}),o.createElement("path",{d:"M10.127 7.29c0-.297.24-.538.538-.538h1.399v7.092h-.987a.75.75 0 0 0 0 1.5h3.437a.75.75 0 0 0 0-1.5h-.95V6.752h1.398a.54.54 0 0 1 .539.54.75.75 0 0 0 1.5 0 2.039 2.039 0 0 0-2.04-2.04h-2.104a.764.764 0 0 0-.087 0h-2.105A2.039 2.039 0 0 0 8.626 7.29a.75.75 0 0 0 1.5.002Z"})),rf=s.forwardRef(tf),Ko=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(rf,{})}));Ko.displayName="StringComponentIcon";const nf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M2.271.777A2.236 2.236 0 0 0 .296 2.618C.262 2.827.26 3.629.293 3.772c.037.159.157.31.308.386.115.059.17.068.387.069.36.001.527-.076.658-.299.07-.118.073-.144.088-.605.015-.441.022-.494.084-.629a.769.769 0 0 1 .368-.38l.122-.06 2.473-.007 2.473-.007v13.521H6.045c-1.287 0-1.359.006-1.535.132-.149.106-.22.268-.236.535-.017.294.034.474.175.62.184.19 0 .181 3.552.181 3.523 0 3.372.007 3.538-.167.157-.165.182-.245.182-.568 0-.272-.005-.302-.073-.418a.713.713 0 0 0-.156-.183c-.176-.126-.248-.132-1.535-.132H8.748V2.24l2.473.007 2.473.007.122.06c.164.08.294.214.368.38.062.135.07.188.084.629.015.464.018.487.09.607.134.229.388.332.747.302.245-.02.404-.102.514-.266.11-.162.125-.293.11-.906-.013-.437-.02-.508-.087-.712A2.223 2.223 0 0 0 13.686.775C13.343.742 2.61.744 2.271.777Z"})),of=s.forwardRef(nf),Go=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(of,{})}));Go.displayName="StringIcon";const af=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M2.25 6.501a5.75 5.75 0 1 0 11.5 0 5.75 5.75 0 0 0-11.5 0Zm1.5 0a4.25 4.25 0 1 1 5 4.184V9.312l1.28-1.28A.75.75 0 1 0 8.97 6.97L8 7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l1.28 1.28v1.374A4.251 4.251 0 0 1 3.75 6.5ZM6 12.751a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5H6Zm-.75 2.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H8.75v.25a.75.75 0 0 1-1.5 0v-.25H6a.75.75 0 0 1-.75-.75Z"})),lf=s.forwardRef(af),Xo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(lf,{})}));Xo.displayName="SuggestionIcon";const cf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.625 2.251a.362.362 0 0 0-.266.11.362.362 0 0 0-.109.265v12.75c0 .104.037.193.11.266.072.073.16.11.265.11h12.75a.361.361 0 0 0 .266-.11.362.362 0 0 0 .11-.266V2.626a.362.362 0 0 0-.11-.265.361.361 0 0 0-.266-.11H2.625Zm0-1.5h12.75c.344 0 .656.084.938.25.291.167.52.396.687.688.167.281.25.593.25.937v12.75c0 .344-.083.662-.25.953a1.85 1.85 0 0 1-.687.672c-.282.167-.594.25-.938.25H2.625a1.881 1.881 0 0 1-1.328-.547 1.88 1.88 0 0 1-.547-1.328V2.626c0-.344.083-.656.25-.937a1.85 1.85 0 0 1 .672-.688c.292-.166.61-.25.953-.25Zm3.297 6.11 2.484-3.313a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.078l-2-2a.733.733 0 0 1-.203-.515.815.815 0 0 1 .218-.531.705.705 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39Zm4.578.39a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.22h-3ZM8.406 9.548a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.079l-2-2a.733.733 0 0 1-.203-.516.815.815 0 0 1 .218-.531.706.706 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39 2.484-3.312Zm2.094 3.703a.77.77 0 0 1-.375-.093.906.906 0 0 1-.281-.282.77.77 0 0 1-.094-.375.77.77 0 0 1 .094-.375.762.762 0 0 1 .281-.265.685.685 0 0 1 .375-.11h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218h-3Z"})),sf=s.forwardRef(cf),Qo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(sf,{})}));Qo.displayName="SurveyIcon";const df=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"m3.25 8.814-1.219 1.219a.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218A.723.723 0 0 1 .75 9.5c0-.208.073-.385.219-.531l2.5-2.5A.723.723 0 0 1 4 6.251a.72.72 0 0 1 .531.219l2.5 2.5a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218L4.75 8.813v2.688c0 .344.12.64.36.89.25.24.546.36.89.36h5.5a.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218H6c-.5 0-.964-.12-1.391-.36a2.872 2.872 0 0 1-1-1c-.24-.426-.36-.89-.36-1.39V8.814Zm11.5-1.625 1.22-1.219a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531l-2.468 2.47a.713.713 0 0 1-.563.25.713.713 0 0 1-.562-.25l-2.47-2.47a.723.723 0 0 1-.218-.53c0-.21.073-.386.219-.532a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219l1.22 1.219V4.5c0-.344-.126-.635-.376-.875A1.166 1.166 0 0 0 12 3.251H6.5a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219H12c.5 0 .959.125 1.375.375.427.24.76.573 1 1 .25.417.375.875.375 1.375V7.19Z"})),hf=s.forwardRef(df),Jo=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(hf,{})}));Jo.displayName="SwapIcon";const ff=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M4.441 1.752H2.497a1.75 1.75 0 0 0-1.75 1.75v9c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-9a1.75 1.75 0 0 0-1.75-1.75H4.554a.758.758 0 0 0-.113 0Zm11.056 1.5a.25.25 0 0 1 .25.25v9a.25.25 0 0 1-.25.25H5.247v-9.5h10.25Zm-11.75 0v9.5h-1.25a.25.25 0 0 1-.25-.25v-9a.25.25 0 0 1 .25-.25h1.25Z"})),uf=s.forwardRef(ff),ea=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(uf,{})}));ea.displayName="TabletLangscapeIcon";const wf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M1.748 13.557v1.944c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-9a1.75 1.75 0 0 0-1.75 1.75v10.944a.759.759 0 0 0 0 .112Zm1.5-11.056a.25.25 0 0 1 .25-.25h9a.25.25 0 0 1 .25.25v10.25h-9.5V2.501Zm0 11.75h9.5v1.25a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-1.25Z"})),pf=s.forwardRef(wf),ta=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(pf,{})}));ta.displayName="TabletPortraitIcon";const gf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M10.037.251h4.004a1.71 1.71 0 0 1 1.71 1.71v4.004a2.67 2.67 0 0 1-.782 1.887l-7.398 7.399a1.71 1.71 0 0 1-2.417 0L.75 10.849a1.71 1.71 0 0 1 0-2.418l7.4-7.398c.5-.5 1.18-.782 1.887-.782ZM9.21 2.094 1.812 9.49a.21.21 0 0 0 0 .297l4.402 4.402a.21.21 0 0 0 .297 0l7.397-7.398c.22-.22.343-.517.343-.827V1.961a.21.21 0 0 0-.21-.21h-4.004c-.31 0-.608.123-.827.343Zm2.431 2.057a.21.21 0 1 0 0 .42.21.21 0 0 0 0-.42Zm-1.71.21a1.71 1.71 0 1 1 3.42 0 1.71 1.71 0 0 1-3.42 0Z"})),vf=s.forwardRef(gf),ra=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(vf,{})}));ra.displayName="TagAltIcon";const mf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.53 10.884a.25.25 0 0 1 0-.353l7.708-7.707a1.25 1.25 0 0 1 .883-.366m0 0h4.172a.25.25 0 0 1 .25.25v4.171c0 .332-.132.65-.366.884L7.47 15.47a.25.25 0 0 1-.354 0L2.53 10.884M11.121.958c-.729 0-1.428.29-1.944.805L1.47 9.47a1.75 1.75 0 0 0 0 2.475l4.586 4.586a1.75 1.75 0 0 0 2.474 0l7.708-7.708a2.75 2.75 0 0 0 .805-1.944V2.708a1.75 1.75 0 0 0-1.75-1.75H11.12Zm-.078 4.25a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm1.75-.25a.25.25 0 1 1 0 .5.25.25 0 0 1 0-.5Z"})),bf=s.forwardRef(mf),na=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(bf,{})}));na.displayName="TagIcon";const Ef=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M2.5 3.251a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75H8.5v4.25a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-9.5Zm4.5.75H4v8h3v-8Zm1.5 3H12v-3H8.5v3Z"}),o.createElement("path",{d:"M0 1.751C0 .785.785.001 1.75.001h12.5c.967 0 1.75.784 1.75 1.75v8.5a.75.75 0 0 1-.219.53l-5 5a.75.75 0 0 1-.53.22h-8.5A1.75 1.75 0 0 1 0 14.251v-12.5Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.113.25.25.25H9.5v-3.25c0-.966.784-1.75 1.75-1.75h3.25v-7.75a.25.25 0 0 0-.25-.25H1.75Zm11.69 9.5h-2.19a.25.25 0 0 0-.25.25v2.19L13.44 11Z"})),yf=s.forwardRef(Ef),oa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(yf,{})}));oa.displayName="TemplateIcon";const If=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M2.119 1.001a.75.75 0 0 1 .75-.75H9.4a3.55 3.55 0 0 1 2.17 6.359 4.949 4.949 0 0 1-2.636 9.139H2.869a.75.75 0 0 1 0-1.5h1.116V1.75H2.869a.75.75 0 0 1-.75-.75Zm3.366 6.35v6.897h3.449a3.45 3.45 0 0 0 .008-6.898H5.484Zm3.44-1.5H9.4a2.05 2.05 0 0 0 0-4.1H5.485v4.1h3.44Z"})),Sf=s.forwardRef(If),aa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Sf,{})}));aa.displayName="TextBoldIcon";const Cf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M11.887.251h3.364a.75.75 0 0 1 0 1.5h-2.942l-6.9 12.401h2.109a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5h2.942l6.899-12.4H8.484a.75.75 0 0 1 0-1.5h3.403Z"})),Mf=s.forwardRef(Cf),la=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Mf,{})}));la.displayName="TextItalicIcon";const xf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M.251 2.751a2.25 2.25 0 0 1 2.25-2.25h11a2.25 2.25 0 0 1 2.25 2.25v.25a.75.75 0 0 1-1.5 0v-.25a.75.75 0 0 0-.75-.75h-4.75v11.905h2.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5h2.25V2h-4.75a.75.75 0 0 0-.75.75V3a.75.75 0 0 1-1.5 0v-.25Z"})),Zf=s.forwardRef(xf),ca=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Zf,{})}));ca.displayName="TextStyleIcon";const Af=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M10.668 8.001a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z"}),o.createElement("path",{d:"M14.252 7.335h1.082a.667.667 0 1 1 0 1.333h-1.082a.333.333 0 0 0-.328.28 6.011 6.011 0 0 1-4.976 4.976.333.333 0 0 0-.28.329v1.082a.667.667 0 0 1-1.334 0v-1.082a.333.333 0 0 0-.28-.33A6.011 6.011 0 0 1 2.078 8.95a.333.333 0 0 0-.328-.281H.668a.667.667 0 0 1 0-1.333H1.75a.333.333 0 0 0 .328-.281A6.011 6.011 0 0 1 7.054 2.08a.333.333 0 0 0 .28-.33V.669a.667.667 0 0 1 1.334 0V1.75a.333.333 0 0 0 .28.329 6.011 6.011 0 0 1 4.976 4.975.333.333 0 0 0 .328.28ZM5.408 11.88a4.667 4.667 0 1 0 5.186-7.76 4.667 4.667 0 0 0-5.186 7.76Z"})),Tf=s.forwardRef(Af),ia=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Tf,{})}));ia.displayName="TragetIcon";const Nf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M5.001 1.75a.75.75 0 0 0-.75.75v9.189l-1.22-1.22a.75.75 0 1 0-1.06 1.06l2.5 2.5a.748.748 0 0 0 1.06 0l2.5-2.5a.75.75 0 0 0-1.06-1.06l-1.22 1.22v-9.19a.75.75 0 0 0-.75-.75Zm5.469.219a.747.747 0 0 1 1.061 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22v9.19a.75.75 0 0 1-1.5 0V4.31l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5Z"})),Lf=s.forwardRef(Nf),sa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Lf,{})}));sa.displayName="TransferIcon";const Ff=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M6.094.307C5.542.431 5.05.875 4.851 1.432c-.04.11-.06.253-.073.49l-.017.332-2.027.014c-1.913.012-2.032.016-2.12.063a.612.612 0 0 0-.276.27c-.048.091-.057.151-.057.4 0 .316.038.437.177.564.16.145.212.155.802.165l.552.008.014.112c.01.061.208 2.433.443 5.271.261 3.14.444 5.223.47 5.32.154.607.688 1.128 1.286 1.255.262.056 7.69.056 7.952 0 .598-.127 1.132-.648 1.287-1.255.025-.097.208-2.18.47-5.32.234-2.838.433-5.21.442-5.27l.014-.113.552-.008c.505-.008.561-.014.66-.066a.612.612 0 0 0 .27-.276c.04-.075.05-.152.05-.387 0-.235-.01-.312-.05-.387a.612.612 0 0 0-.27-.276c-.107-.057-.118-.057-2.125-.064l-2.018-.008-.019-.286c-.022-.34-.103-.639-.228-.846a1.887 1.887 0 0 0-.932-.78L9.881.281 8.068.276C6.63.272 6.221.278 6.094.307ZM9.672 1.82c.061.061.075.101.084.247l.011.174H6.241v-.158c0-.13.012-.172.068-.238a.293.293 0 0 1 .126-.092 54.48 54.48 0 0 1 1.612-.009l1.553.004.072.072Zm3.011 2.094c-.009.085-.202 2.39-.43 5.124a666.922 666.922 0 0 1-.428 5.031.319.319 0 0 1-.082.123l-.066.062H4.325l-.066-.062a.319.319 0 0 1-.082-.123 668.49 668.49 0 0 1-.428-5.03c-.228-2.735-.42-5.04-.43-5.125l-.017-.153H12.7l-.017.153ZM6.254 5.787a.615.615 0 0 0-.434.344c-.042.09-.046.304-.046 2.87 0 2.566.004 2.781.046 2.87.06.127.19.255.311.306.152.066.472.08.65.027.275-.08.403-.247.447-.583.014-.108.025-1.26.025-2.62 0-1.359-.01-2.512-.025-2.62-.043-.33-.17-.502-.433-.579a1.27 1.27 0 0 0-.54-.015Zm2.926.023a.546.546 0 0 0-.335.284l-.057.107v5.6l.058.11c.128.24.374.348.727.322.236-.017.363-.065.48-.18.187-.188.175.027.175-3.052s.012-2.864-.176-3.05c-.12-.122-.247-.167-.504-.18-.177-.009-.258 0-.368.04Z"})),Pf=s.forwardRef(Ff),da=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Pf,{})}));da.displayName="TrashIcon";const Bf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M17.194 3.714a.748.748 0 0 0-.693-.463h-4.5a.75.75 0 0 0 0 1.5h2.69l-4.013 4.013a.25.25 0 0 1-.354 0L8.24 6.678a1.75 1.75 0 0 0-2.475 0L.97 11.471a.75.75 0 0 0 1.06 1.06L6.826 7.74a.25.25 0 0 1 .353 0l2.086 2.085a1.75 1.75 0 0 0 2.475 0l4.012-4.012v2.69a.75.75 0 0 0 1.5 0v-4.5a.747.747 0 0 0-.057-.288Z"})),Hf=s.forwardRef(Bf),ha=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Hf,{})}));ha.displayName="TrendIcon";const Vf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.519 3.752 3.997 3.997 0 0 1 3.974.717 4 4 0 0 1-1.63 6.92.75.75 0 1 1-.364-1.455 2.498 2.498 0 0 0 1.67-3.457 2.5 2.5 0 0 0-3.7-1.024.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.824.75.75 0 0 1-1.045 1.076A5.75 5.75 0 0 1 6.366.74Z"}),o.createElement("path",{d:"M5.471 8.996a.75.75 0 0 1 1.06 0l2.47 2.47 2.47-2.47a.75.75 0 0 1 1.06 1.06l-2.469 2.47 2.42 2.42a.75.75 0 1 1-1.061 1.06L9 13.587l-2.419 2.42a.75.75 0 0 1-1.06-1.061l2.419-2.42-2.47-2.47a.75.75 0 0 1 0-1.06Z"})),Of=s.forwardRef(Vf),fa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Of,{})}));fa.displayName="UnExposeIcon";const Df=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M11.469.416a.75.75 0 1 0-.938 1.17l.83.665H11a4.75 4.75 0 0 0-4.75 4.75v1a.75.75 0 0 0 1.5 0v-1A3.25 3.25 0 0 1 11 3.751h.362l-.83.665a.75.75 0 0 0 .937 1.17l2.496-1.996a.749.749 0 0 0 0-1.177L11.47.416ZM2 9.251a1.75 1.75 0 0 0-1.75 1.75v3A1.75 1.75 0 0 0 2 15.751h12a1.75 1.75 0 0 0 1.75-1.75v-3A1.75 1.75 0 0 0 14 9.251h-2.555a.75.75 0 0 0-.651.378 3.217 3.217 0 0 1-5.588 0 .75.75 0 0 0-.651-.378H2Zm-.177 1.574A.25.25 0 0 1 2 10.75h2.144a4.718 4.718 0 0 0 7.712 0H14a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25H2a.25.25 0 0 1-.25-.25v-3a.25.25 0 0 1 .073-.176Z"})),$f=s.forwardRef(Df),ua=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx($f,{})}));ua.displayName="UnarchiveAltIcon";const _f=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M2.25 5.143v6.192a.25.25 0 0 0 .25.25h6.19L6.987 9.883a.75.75 0 0 1-.074-.974A5.694 5.694 0 0 1 11.5 6.584c.618 0 1.214.098 1.772.279a7.23 7.23 0 0 0-8.898-.473.75.75 0 0 1-.96-.084L2.25 5.143Zm-.729-1.758a1.25 1.25 0 0 1 1.362.27l1.162 1.162a8.73 8.73 0 0 1 13.205 7.52.75.75 0 0 1-1.5-.002 4.25 4.25 0 0 0-4.25-4.25 4.186 4.186 0 0 0-2.961 1.228l1.638 1.638a1.25 1.25 0 0 1-.884 2.133H2.5a1.75 1.75 0 0 1-1.75-1.75V4.54c0-.505.304-.961.771-1.155Z"})),kf=s.forwardRef(_f),wa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(kf,{})}));wa.displayName="UndoIcon";const Rf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 .75ZM3.718 10.751a1.892 1.892 0 0 1-1.966-1.75 1.892 1.892 0 0 1 1.998-1.75H5a.75.75 0 0 0 0-1.5H3.765a3.392 3.392 0 0 0-3.514 3.21.758.758 0 0 0 0 .092 3.392 3.392 0 0 0 3.514 3.197H5a.75.75 0 0 0 0-1.5H3.75l-.032.001ZM15.75 8.962a3.391 3.391 0 0 0-3.515-3.21H11a.75.75 0 0 0 0 1.5h1.25l.032-.001A1.891 1.891 0 0 1 14.25 9a1.892 1.892 0 0 1-1.999 1.75H11a.75.75 0 1 0 0 1.5h1.235a3.392 3.392 0 0 0 3.514-3.198.772.772 0 0 0 0-.091ZM5.53 2.97a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06l-1-1Zm6 0a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0ZM8.75 13.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm-2.22-.53a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 0 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0Zm4 0a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1Z"})),Uf=s.forwardRef(Rf),pa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Uf,{})}));pa.displayName="UnlinkIcon";const Wf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M10.75 10.001a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),o.createElement("path",{d:"M4.5 1.751a2.75 2.75 0 0 0-2.75 2.75v2.5a.75.75 0 0 1-1.5 0v-2.5a4.25 4.25 0 0 1 8.5 0v1.75H14c.967 0 1.75.784 1.75 1.75v6a1.75 1.75 0 0 1-1.75 1.75H6a1.75 1.75 0 0 1-1.75-1.75v-6c0-.966.784-1.75 1.75-1.75h1.25v-1.75a2.75 2.75 0 0 0-2.75-2.75Zm1.5 6a.25.25 0 0 0-.25.25v6c0 .138.112.25.25.25h8a.25.25 0 0 0 .25-.25v-6a.25.25 0 0 0-.25-.25H6Z"})),zf=s.forwardRef(Wf),ga=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(zf,{})}));ga.displayName="UnlockIcon";const jf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M14.751.668a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75ZM.59 3.065a.75.75 0 0 1 1.015-.309l9.647 5.147a.75.75 0 0 1 .177.13 1.25 1.25 0 0 1 0 1.769.75.75 0 0 1-.177.131L1.604 15.08a.75.75 0 1 1-.706-1.324l9.069-4.838L.898 4.08a.75.75 0 0 1-.309-1.015Z"})),Yf=s.forwardRef(jf),va=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yf,{})}));va.displayName="UntilNowAltIcon";const qf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M8.47 1.97a.748.748 0 0 1 1.062 0l3 3a.75.75 0 1 1-1.061 1.062l-1.72-1.72v6.19a.75.75 0 0 1-1.5 0v-6.19l-1.72 1.72a.75.75 0 0 1-1.06-1.061l3-3Z"}),o.createElement("path",{d:"M2.251 10.501a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1c0 .69-.56 1.25-1.25 1.25h-11c-.69 0-1.25-.56-1.25-1.25v-1Z"})),Kf=s.forwardRef(qf),ma=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Kf,{})}));ma.displayName="UploadIcon";const Gf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M14.031 5.03a2.25 2.25 0 1 0-1.06-1.06l-1.264 1.263a3.235 3.235 0 0 0-1.706-.483 3.245 3.245 0 0 0-2.608 1.31L5.686 5.036a2.25 2.25 0 1 0-.824 1.255l1.935 1.161a3.272 3.272 0 0 0 .437 2.254l-3.263 3.263a2.25 2.25 0 1 0 1.06 1.06l3.264-3.262c.291.18.613.315.956.396v1.715a2.251 2.251 0 1 0 1.5 0v-1.715a3.245 3.245 0 0 0 1.517-.835l.565.565a2.253 2.253 0 0 0 2.168 2.857 2.25 2.25 0 1 0-1.286-4.097l-.63-.629a3.235 3.235 0 0 0-.318-2.73l1.264-1.263Zm.97-2.78a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM8.358 7.394a1.75 1.75 0 1 1 .442 1.88.765.765 0 0 0-.073-.074 1.744 1.744 0 0 1-.369-1.806ZM4.125 4.916a.75.75 0 1 1-1.247-.83.75.75 0 0 1 1.247.83ZM3 14.25a.747.747 0 0 1 .75.75.75.75 0 1 1-.75-.75Zm11.25-2.75a.746.746 0 0 1 .75-.75.75.75 0 1 1-.75.75ZM10 14.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z"})),Xf=s.forwardRef(Gf),ba=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Xf,{})}));ba.displayName="UsagesIcon";const Qf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M5 2.751a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-3.75 2.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM12 7.751a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM6 10.751a4.25 4.25 0 0 0-4.25 4.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 1 8.05-5.27.75.75 0 1 1-.6 1.375 4.25 4.25 0 0 0-1.7-.355Zm6 2a2.25 2.25 0 0 0-2.25 2.25.75.75 0 0 1-1.5 0 3.75 3.75 0 0 1 7.5 0 .75.75 0 0 1-1.5 0 2.25 2.25 0 0 0-2.25-2.25Z"})),Jf=s.forwardRef(Qf),Ea=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Jf,{})}));Ea.displayName="UsersIcon";const eu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M5.253 4.23a.762.762 0 0 0-1.363.682l2.032 4.064a.762.762 0 0 0 1.363 0l2.032-4.064a.762.762 0 0 0-1.363-.681l-1.35 2.7-1.35-2.7Z"}),o.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),o.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"})))),tu=s.forwardRef(eu),ya=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(tu,{})}));ya.displayName="VariantsIcon";const ru=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.77.774a.75.75 0 0 1 .556.59c.11.594.212.913.365 1.103.101.125.298.284.897.284h.005a3.267 3.267 0 0 1 3.23 2.954l7.595 8.79a1.671 1.671 0 0 1-2.362 2.351l-.003-.002L4.296 9.24C2.428 9.108 1.301 7.697.914 6.117.513 4.475.844 2.48 2.003 1.033a.75.75 0 0 1 .768-.26Zm3.05 3.995a1.767 1.767 0 0 0-1.235-.518c-.899 0-1.593-.26-2.063-.844-.02-.025-.04-.05-.059-.077a4.625 4.625 0 0 0-.091 2.43c.27 1.108.94 1.851 1.923 1.974l2.017-2.018a1.767 1.767 0 0 0-.491-.947Zm-.132 3.693 8.346 7.246v.001a.171.171 0 0 0 .243-.24L7.048 7.102l-1.36 1.36Z"}),o.createElement("path",{d:"m13.995 7.896 1.6-1.6a1.405 1.405 0 0 1-.184 1.538L13.27 9.97a.75.75 0 0 0 1.06 1.062l2.16-2.156a2.902 2.902 0 0 0 .177-3.688 2.75 2.75 0 0 0-4.137-3.606l-3.6 3.6a.75.75 0 0 0-.03 1.029l2.665 2.992a.75.75 0 0 0 1.09.032l1.327-1.327.006-.006.006-.006Zm.48-5.62a1.25 1.25 0 0 1 .885 2.134l-1.901 1.901-1.768-1.768 1.9-1.9a1.25 1.25 0 0 1 .885-.367Zm-2.077 5.096-.24.24-1.666-1.87.138-.138 1.768 1.768Zm-8.608 2.95a.75.75 0 0 1 1.052-.008l2.876 2.781a.75.75 0 0 1 .008 1.07l-.888.888a1.75 1.75 0 0 1-1.825.41L4.01 16.468a.75.75 0 0 1-1.061 0l-.177-.177-.74.742A.75.75 0 1 1 .97 15.97l.74-.741-.176-.177a.75.75 0 0 1 0-1.061l1.003-1.004a1.75 1.75 0 0 1 .411-1.824l.841-.842Zm.043 4.2-.354-.353-.353.353.353.354.354-.354Zm1.768-.457a.25.25 0 0 0 .176-.073l.35-.349-1.797-1.738-.32.32a.25.25 0 0 0-.005.348l.005.005 1.414 1.414.005.005a.25.25 0 0 0 .172.068Z"})),nu=s.forwardRef(ru),Ia=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(nu,{})}));Ia.displayName="VisualIcon";const ou=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M6.501 4.251a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-.25 1.75a.25.25 0 1 1 .5 0 .25.25 0 0 1-.5 0Zm4 4a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Zm1.75-.25a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5Zm.03-3.719a.75.75 0 1 0-1.06-1.061l-5 5a.75.75 0 0 0 1.06 1.06l5-5Z"}),o.createElement("path",{d:"M2.501 2.251a1.75 1.75 0 0 0-1.75 1.75v2c0 .414.336.75.75.75a1.25 1.25 0 0 1 0 2.5.75.75 0 0 0-.75.75v2a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-2a.75.75 0 0 0-.75-.75 1.25 1.25 0 0 1 0-2.5.75.75 0 0 0 .75-.75v-2a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.177 1.573a.25.25 0 0 1 .177-.073h13a.25.25 0 0 1 .25.25v1.354a2.75 2.75 0 0 0 0 5.292v1.354a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-1.354a2.75 2.75 0 0 0 0-5.292V4.001a.25.25 0 0 1 .073-.177Z"})),au=s.forwardRef(ou),Sa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(au,{})}));Sa.displayName="VoucherIcon";const lu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M7.751 4.751a.75.75 0 0 0-.75.75v2.5a.748.748 0 0 0 .22.53l3.124 3.126a.75.75 0 1 0 1.061-1.06L8.501 7.69V5.5a.75.75 0 0 0-.75-.75Z"}),o.createElement("path",{d:"M8.001.251a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5Zm-6.25 7.75a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),cu=s.forwardRef(lu),Ca=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(cu,{})}));Ca.displayName="WaitIcon";const iu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M7.501.751a.75.75 0 0 1 .75.75v1.25l4.328-.002a1.75 1.75 0 0 1 1.254.529l2.91 2.99a1.75 1.75 0 0 1 0 2.467l-2.91 2.988a1.751 1.751 0 0 1-1.254.528H8.25v4.25a.75.75 0 0 1-1.5 0v-4.25H2.5a1.75 1.75 0 0 1-1.75-1.75v-6a1.75 1.75 0 0 1 1.75-1.75h4.25V1.5A.75.75 0 0 1 7.5.75Zm0 3.5h-5a.25.25 0 0 0-.25.25v6a.25.25 0 0 0 .25.25H12.58a.253.253 0 0 0 .18-.075l2.92-2.998a.25.25 0 0 0 0-.354l-.008-.007-2.912-2.992a.252.252 0 0 0-.18-.076l-5.038.001a.762.762 0 0 1-.04.001Z"})),su=s.forwardRef(iu),Ma=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(su,{})}));Ma.displayName="WalkthroughsIcon";const du=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.413 13.333 9.18 1.433a1.333 1.333 0 0 0-2.362 0l-6.232 11.9a1.333 1.333 0 0 0 1.182 1.952H14.23a1.333 1.333 0 0 0 1.182-1.952Zm-8.08-7.718a.667.667 0 0 1 1.334 0v4a.667.667 0 0 1-1.334 0v-4Zm.7 7.674h-.018A1.019 1.019 0 0 1 7 12.309a.984.984 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .954 1.362.983.983 0 0 1-.905.638Z"})),xa=s.forwardRef(du),Za=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xa,{})}));Za.displayName="WarningFillIcon";const hu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M8.001 1.751a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm2.404 3.938a3.25 3.25 0 1 0-4.808 0l-1.6 3.6A3.25 3.25 0 1 0 6.713 13H9.29a3.25 3.25 0 1 0 2.715-3.712l-1.6-3.6Zm-1.261.856 1.47 3.31c-.56.4-.99.976-1.206 1.646H6.595a3.257 3.257 0 0 0-1.208-1.647l1.471-3.31a3.243 3.243 0 0 0 2.286 0ZM3.5 10.75a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm9 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Z"})),fu=s.forwardRef(hu),Aa=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(fu,{})}));Aa.displayName="WebhookIcon";const uu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.34.78c-.687.09-1.263.57-1.492 1.244l-.082.242v5.715c0 5.44.003 5.724.055 5.908.15.528.5.944.983 1.171.385.18.382.18 2.982.18 1.497.001 2.41-.01 2.48-.029.282-.079.444-.296.468-.628.028-.396-.14-.698-.433-.78-.077-.02-.892-.032-2.433-.032-2.494 0-2.459.002-2.568-.154-.045-.063-.049-.43-.049-4.218V5.251h13.496l.01 1.492c.01 1.374.014 1.503.065 1.62.111.255.32.368.68.368.368 0 .577-.118.68-.384.051-.133.054-.313.054-3.096V2.296l-.07-.225a1.862 1.862 0 0 0-1.19-1.223l-.24-.082L9.121.762C5.483.76 2.431.768 2.341.78Zm13.247 1.507c.15.068.164.146.164.833v.631h-13.5l.001-.638c.001-.68.013-.743.152-.82.101-.056 13.061-.062 13.183-.006Zm-5.533 7.031c-.62.167-1.12.687-1.25 1.3-.064.3-.062 4.964.002 5.268.123.586.597 1.092 1.2 1.283l.21.067h2.79c3.104 0 2.92.011 3.33-.205.23-.122.573-.466.695-.696.215-.406.205-.257.205-3.059 0-2.743.004-2.665-.173-3.045-.12-.258-.5-.643-.764-.776-.372-.188-.29-.183-3.323-.182-2.313.002-2.786.01-2.922.045Zm5.556 1.458c.144.076.14-.004.14 2.48l.001 2.348-.074.073-.073.074h-5.213l-.072-.077-.073-.078-.009-2.255c-.005-1.24 0-2.3.01-2.356a.374.374 0 0 1 .09-.172l.071-.072h2.57c1.894 0 2.584.01 2.632.035Z"})),wu=s.forwardRef(uu),Ta=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wu,{})}));Ta.displayName="WeblayerIcon";const pu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M8.178 2.226a5.381 5.381 0 0 1 6.278-.815.75.75 0 0 1 .171 1.189l-2.4 2.4a.25.25 0 0 0 0 .353l.533.534a.25.25 0 0 0 .354 0l2.367-2.364a.75.75 0 0 1 1.2.194 5.383 5.383 0 0 1-6.63 7.479L4.514 16.73a1.778 1.778 0 0 1-2.517 0l-.727-.727a1.778 1.778 0 0 1 0-2.516L6.81 7.95a5.382 5.382 0 0 1 1.367-5.725Zm4.575.127a3.882 3.882 0 0 0-4.38 5.451.75.75 0 0 1-.146.854l-5.895 5.891a.278.278 0 0 0 0 .394l.727.728a.279.279 0 0 0 .395 0l5.89-5.89a.75.75 0 0 1 .854-.147 3.884 3.884 0 0 0 5.492-4.2l-1.516 1.514a1.75 1.75 0 0 1-2.474 0l-.533-.534a1.75 1.75 0 0 1 0-2.475l1.586-1.586Z"})),gu=s.forwardRef(pu),Na=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gu,{})}));Na.displayName="WrenchIcon";function w1(e){let t=e.activeElement;for(;((r=t)==null||(r=r.shadowRoot)==null?void 0:r.activeElement)!=null;){var r;t=t.shadowRoot.activeElement}return t}function w0(e,t){if(!e||!t)return!1;const r=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&e1(r)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function La(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function Fa(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:n}=t;return r+"/"+n}).join(" "):navigator.userAgent}function vu(e){return bu()?!1:!Ba()&&e.width===0&&e.height===0||Ba()&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType==="touch"}function Pa(){return/apple/i.test(navigator.vendor)}function Ba(){const e=/android/i;return e.test(La())||e.test(Fa())}function mu(){return La().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function bu(){return Fa().includes("jsdom/")}function Ha(e,t){const r=["mouse","pen"];return t||r.push("",void 0),r.includes(e)}function Ve(e){return(e==null?void 0:e.ownerDocument)||document}function Eu(e){return"composedPath"in e?e.composedPath()[0]:e.target}const yu="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function Iu(e){return pe(e)&&e.matches(yu)}/*!
32
+ */(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var i="",s=0;s<arguments.length;s++){var d=arguments[s];d&&(i=a(i,n(d)))}return i}function n(i){if(typeof i=="string"||typeof i=="number")return i;if(typeof i!="object")return"";if(Array.isArray(i))return r.apply(null,i);if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]"))return i.toString();var s="";for(var d in i)t.call(i,d)&&i[d]&&(s=a(s,d));return s}function a(i,s){return s?i?i+" "+s:i+s:i}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(pr);var Li=pr.exports;const ne=i1(Li),Fi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M0 .75A.75.75 0 0 1 .75 0h7a.75.75 0 0 1 0 1.5H7.5v11.25a3.25 3.25 0 0 1-6.5 0V1.5H.75A.75.75 0 0 1 0 .75Zm2.5 5v7a1.75 1.75 0 1 0 3.5 0v-7H2.5Zm0-1.5H6v-2.5H2.5v2.5ZM11.16.659A2.25 2.25 0 0 1 15 2.25v4.499a.75.75 0 0 1-1.5 0V5.5H12v1.25a.75.75 0 0 1-1.5 0v-4.5c0-.597.237-1.169.66-1.591ZM13.5 4V2.25a.75.75 0 1 0-1.5 0V4h1.5Zm-2.25 4.5a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h1.5a2.25 2.25 0 0 0 1.677-3.75A2.25 2.25 0 0 0 12.75 8.5h-1.5Zm1.5 3H12V10h.75a.75.75 0 0 1 0 1.5Zm-.75 3V13h.75a.75.75 0 0 1 0 1.5H12Z"})),Bi=c.forwardRef(Fi),b=c.forwardRef((e,t)=>{const{children:r,size:n,color:a,...i}=e,s={...n?{width:n,height:n}:{},...a?{fill:a}:{},ref:t,...i};return c.isValidElement(r)?c.cloneElement(r,s):null});b.displayName="Icon";const gr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bi,{})}));gr.displayName="AbTestIcon";const Hi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2.33 1.665A.75.75 0 0 1 3 1.25h10a.75.75 0 0 1 0 1.5H4.5l3.6 4.8c.2.267.2.633 0 .9l-3.6 4.8H13a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.6-1.2L6.563 8 2.4 2.45a.75.75 0 0 1-.07-.785Z"})),Vi=c.forwardRef(Hi),vr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vi,{})}));vr.displayName="AggregateIcon";const Oi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M9 .25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75A6.75 6.75 0 0 0 9 .25Zm.75 6V1.804a5.25 5.25 0 0 1 4.447 4.446H9.75ZM7 2.25A6.75 6.75 0 1 0 13.75 9a.75.75 0 0 0-.75-.75H7.75V3A.75.75 0 0 0 7 2.25ZM4.084 4.635a5.25 5.25 0 0 1 2.166-.831V9c0 .414.336.75.75.75h5.197a5.249 5.249 0 0 1-8.909 2.962 5.25 5.25 0 0 1 .796-8.077Z"})),Di=c.forwardRef(Oi),mr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Di,{})}));mr.displayName="AnalyticsIcon";const $i=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.25 9.25v6.25c0 .073.021.135.063.188a.29.29 0 0 0 .188.062h9c.072 0 .13-.02.171-.063a.256.256 0 0 0 .079-.187V9.25h-9.5Zm11-1.39a2.63 2.63 0 0 1 1.438.984c.375.49.563 1.041.563 1.656v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.198-.047-.385-.141-.563a1.132 1.132 0 0 0-.36-.437v6c0 .23-.046.453-.14.672a1.632 1.632 0 0 1-.375.578c-.167.156-.36.276-.578.36-.209.093-.427.14-.656.14h-9a1.72 1.72 0 0 1-.875-.234 1.756 1.756 0 0 1-.641-.625 1.75 1.75 0 0 1-.234-.891v-6c-.157.115-.282.26-.375.438a1.305 1.305 0 0 0-.125.562v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.625.187-1.177.562-1.656.375-.49.854-.818 1.438-.985.02-.875.213-1.708.578-2.5a6.226 6.226 0 0 1 1.547-2.046L3.89 1.937a.698.698 0 0 1-.14-.546.74.74 0 0 1 .312-.485.698.698 0 0 1 .547-.14c.208.03.375.13.5.296l1 1.391A6.204 6.204 0 0 1 9 1.75c1.021 0 1.985.234 2.891.703l1-1.39a.73.73 0 0 1 .485-.297.677.677 0 0 1 .562.125.74.74 0 0 1 .297.5c.042.198 0 .38-.125.546l-.984 1.375a6.043 6.043 0 0 1 1.53 2.047c.376.792.574 1.625.595 2.5Zm-3.53-3.75-.094-.063A4.61 4.61 0 0 0 9 3.25a4.616 4.616 0 0 0-2.719.86 4.591 4.591 0 0 0-1.438 1.593A4.702 4.702 0 0 0 4.25 7.75h9.5a4.702 4.702 0 0 0-.594-2.047 4.59 4.59 0 0 0-1.438-1.594ZM6 5.5c0-.208.074-.385.22-.531a.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Zm4.5 0a.72.72 0 0 1 .22-.531.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Z"})),ki=c.forwardRef($i),br=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ki,{})}));br.displayName="AndroidIcon";const _i=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M5.941.408a1.551 1.551 0 0 0-.466.065c-.15.046-.314.122-.457.246a.984.984 0 0 0-.333.578l-.817 4.795H1.5a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-2.367l-.817-4.795a.983.983 0 0 0-.333-.578 1.254 1.254 0 0 0-.457-.246 1.552 1.552 0 0 0-.933.013L9 1.356 6.408.485A1.534 1.534 0 0 0 5.94.408Zm6.671 5.684H5.39l.097-.57c.096.045.203.07.315.07h6.4a.747.747 0 0 0 .314-.069l.097.569Zm-.704-4.13.364 2.133a.76.76 0 0 0-.07-.003h-6.4a.758.758 0 0 0-.073.003l.364-2.133 2.67.896a.75.75 0 0 0 .476 0l2.67-.896ZM8.176 11.2a3.751 3.751 0 0 0-7.425.75 3.75 3.75 0 0 0 7.425.75h1.65a3.751 3.751 0 0 0 7.425-.75 3.75 3.75 0 0 0-7.425-.75h-1.65Zm-5.925.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm9 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"})),Ri=c.forwardRef(_i),Er=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ri,{})}));Er.displayName="AnonymizeIcon";const Ui=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M13.5 4.703a.867.867 0 0 0-.53-.265c-.188-.032-.38.026-.579.171-.187.136-.291.303-.312.5-.01.188.062.386.219.594.312.406.526.99.64 1.75a6.814 6.814 0 0 1-.03 2.344c-.168 1.02-.407 1.927-.72 2.719-.302.791-.65 1.422-1.047 1.89-.395.459-.807.724-1.234.797h-.11L8.502 14.5a1.557 1.557 0 0 0-1.594 0l-1.203.5h-.11c-.427-.062-.838-.328-1.234-.797-.396-.468-.75-1.099-1.062-1.89-.302-.792-.537-1.698-.703-2.72a8.62 8.62 0 0 1-.047-2.124c.083-.75.265-1.339.547-1.766.322-.479.724-.729 1.203-.75.541-.031 1.244.219 2.109.75.188.094.396.167.625.219.24.052.464.078.672.078h.203l.39-.406V2.797c.094-.24.09-.432-.015-.578C8.178 2.073 8.016 2 7.798 2c-.25 0-.448.073-.594.219-.135.135-.203.328-.203.578v1.61c-1.136-.699-2.162-.99-3.078-.876-.907.115-1.615.605-2.125 1.47-.386.582-.641 1.322-.766 2.218a9.754 9.754 0 0 0 .063 2.687c.312 1.865.833 3.375 1.562 4.532.76 1.229 1.677 1.916 2.75 2.062.25 0 .427-.01.531-.031a1.02 1.02 0 0 0 .47-.172l1.296-.594h.203l1.297.703c.198.063.349.105.453.125.167.042.313.063.438.063 1.072-.146 1.99-.834 2.75-2.063.729-1.156 1.25-2.666 1.562-4.53a10.02 10.02 0 0 0 0-2.954c-.167-.98-.469-1.76-.906-2.344Zm-2.905.203c.645-.093 1.312-.427 2-1 .583-.698.916-1.4 1-2.109.052-.25.052-.49 0-.719A1.137 1.137 0 0 0 13.298.5c-.146-.24-.334-.39-.563-.453a1.064 1.064 0 0 0-.734.047c-.646.094-1.313.427-2 1-.281.292-.516.62-.703.984a5.237 5.237 0 0 0-.391 1.125 1.75 1.75 0 0 0 0 .735c.052.229.151.416.297.562.198.208.432.354.703.438.27.073.5.062.688-.032ZM11 2.203c.302-.302.703-.505 1.203-.61-.104.5-.307.902-.61 1.204-.291.302-.687.505-1.187.61.094-.5.292-.902.594-1.204Z"})),Wi=c.forwardRef(Ui),yr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wi,{})}));yr.displayName="AppleIcon";const zi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.44l1.282-1.026a.75.75 0 1 1 .937 1.172L8.473 8.583a.747.747 0 0 1-.947-.002L5.032 6.586a.75.75 0 0 1 .938-1.172L7.25 6.44V1A.75.75 0 0 1 8 .25ZM.764 9.763A1.75 1.75 0 0 1 2 9.25h2.555a.75.75 0 0 1 .651.378 3.217 3.217 0 0 0 5.588 0 .75.75 0 0 1 .651-.378H14A1.75 1.75 0 0 1 15.75 11v3A1.75 1.75 0 0 1 14 15.75H2A1.75 1.75 0 0 1 .251 14v-3c0-.464.184-.91.513-1.237ZM2 10.75a.25.25 0 0 0-.25.25v3a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25h-2.144a4.717 4.717 0 0 1-7.712 0H2Z"})),ji=c.forwardRef(zi),Ir=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ji,{})}));Ir.displayName="ArchiveAltIcon";const qi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.263 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v2a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v1.25h13.5V2.5a.25.25 0 0 0-.25-.25h-13ZM2.5 5.75a.75.75 0 0 1 .75.75v6a1.25 1.25 0 0 0 1.25 1.25h9a1.25 1.25 0 0 0 1.25-1.25v-6a.75.75 0 0 1 1.5 0v6a2.75 2.75 0 0 1-2.75 2.75h-9a2.75 2.75 0 0 1-2.75-2.75v-6a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"M8 5.75a1.75 1.75 0 1 0 0 3.5h2a1.75 1.75 0 0 0 0-3.5H8Zm-.176 1.573a.25.25 0 0 1 .177-.073h2a.25.25 0 0 1 0 .5H8a.25.25 0 0 1-.177-.427Z"})),Yi=c.forwardRef(qi),Cr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yi,{})}));Cr.displayName="ArchiveIcon";const Ki=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5.531 1.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8 3.94 5.53 1.47Zm0 13.06a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06L8 12.06l-2.47 2.47Z"})),Gi=c.forwardRef(Ki),Sr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gi,{})}));Sr.displayName="ArrowCollapseIcon";const Xi=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M6.99 13.78a.75.75 0 0 0 1.062 0l4.32-4.32a.75.75 0 1 0-1.061-1.061l-3.04 3.04V2.69c0-.382-.336-.691-.75-.691s-.75.31-.75.691v8.747l-3.04-3.04a.75.75 0 0 0-1.06 1.061l4.32 4.32Z"})),Qi=c.forwardRef(Xi),Mr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qi,{})}));Mr.displayName="ArrowDownIcon";const Ji=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M5.532 5.03A.75.75 0 0 1 4.47 3.97l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06L8 2.56 5.53 5.03Zm0 5.94a.75.75 0 0 0-1.061 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-2.47 2.47-2.47-2.47Z"})),es=c.forwardRef(Ji),xr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(es,{})}));xr.displayName="ArrowExpandIcon";const ts=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M17.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm-6.78 3.97a.75.75 0 0 1 1.06 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 0 1 0-1.5h10.19l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),rs=c.forwardRef(ts),Zr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(rs,{})}));Zr.displayName="ArrowKeyboardNextIcon";const ns=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm5.281 3.97a.75.75 0 0 1 0 1.06l-1.22 1.22h10.19a.75.75 0 0 1 0 1.5H6.312l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5A.748.748 0 0 1 3.751 8v-.004c0-.191.073-.382.22-.528l2.5-2.5a.75.75 0 0 1 1.06 0Z"})),os=c.forwardRef(ns),Ar=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(os,{})}));Ar.displayName="ArrowKeyboardPreviousIcon";const as=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M15 2.248a.75.75 0 0 0 0-1.5H1a.75.75 0 1 0 0 1.5h14Zm-3.97 5.28a.75.75 0 0 1-1.06 0l-1.22-1.22v10.19a.75.75 0 1 1-1.5 0V6.308l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.748.748 0 0 1 .528-.22h.004c.191 0 .382.074.528.22l2.5 2.5a.75.75 0 0 1 0 1.06Z"})),ls=c.forwardRef(as),Tr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ls,{})}));Tr.displayName="ArrowKeyboardUpIcon";const is=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1.74 7.47a.75.75 0 0 0 0 1.06l4.32 4.32a.75.75 0 1 0 1.06-1.06L4.082 8.75h8.747c.382 0 .692-.336.692-.75 0-.415-.31-.75-.692-.75H4.081l3.04-3.04a.75.75 0 0 0-1.06-1.06L1.74 7.47Z"})),ss=c.forwardRef(is),Nr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ss,{})}));Nr.displayName="ArrowLeftIcon";const cs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.3 8.53a.75.75 0 0 0 0-1.06L8.98 3.15a.75.75 0 0 0-1.06 1.06l3.039 3.04H2.212c-.382 0-.691.335-.691.75 0 .414.31.75.69.75h8.748l-3.04 3.04a.75.75 0 0 0 1.061 1.06l4.32-4.32Z"})),ds=c.forwardRef(cs),Pr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ds,{})}));Pr.displayName="ArrowRightIcon";const us=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.05 2.22a.75.75 0 0 0-1.06 0L2.67 6.54A.75.75 0 1 0 3.73 7.6l3.04-3.04v8.748c0 .382.336.691.75.691.415 0 .75-.31.75-.691V4.56l3.04 3.04a.75.75 0 1 0 1.06-1.061L8.05 2.22Z"})),hs=c.forwardRef(us),Lr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(hs,{})}));Lr.displayName="ArrowUpIcon";const fs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),o.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),o.createElement("path",{d:"M6.5 3a.7.7 0 0 1 .7.7v2.1h2.1a.7.7 0 1 1 0 1.4H7.2v2.1a.7.7 0 1 1-1.4 0V7.2H3.7a.7.7 0 1 1 0-1.4h2.1V3.7a.7.7 0 0 1 .7-.7Z"})))),ws=c.forwardRef(fs),Fr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ws,{})}));Fr.displayName="AttributeSlotIcon";const ps=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M7.47.97a.748.748 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-.22-.22v10.44h4.44l-.22-.22a.75.75 0 1 1 1.06-1.06l1.5 1.5a.748.748 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H8.75v1.25a.75.75 0 0 1-1.5 0v-1.25H2.811l.22.22a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.748.748 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 1.06l-.22.22h4.44V3.31l-.22.22a.75.75 0 0 1-1.06-1.06l1.5-1.5Z"})),gs=c.forwardRef(ps),Br=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gs,{})}));Br.displayName="AxisIcon";const vs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1 .75A.75.75 0 0 1 1.75 0h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 1 .75Zm2.78 2.47a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 1 0 1.06 1.06l.22-.22V12H.75a.75.75 0 0 0 0 1.5H2.5v1.75a.75.75 0 0 0 1.5 0V13.5h6.44l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H4V5.56l.22.22a.75.75 0 0 0 1.06-1.06l-1.5-1.5ZM16 11.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Z"})),ms=c.forwardRef(vs),Hr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ms,{})}));Hr.displayName="AxisLimtIcon";const bs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M8 .75A1.25 1.25 0 0 0 6.75 2v11.75h-.5V8A1.25 1.25 0 0 0 5 6.75H3A1.25 1.25 0 0 0 1.75 8v5.75H1.5a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-.25V5A1.25 1.25 0 0 0 15 3.75h-2A1.25 1.25 0 0 0 11.75 5v8.75h-.5V2A1.25 1.25 0 0 0 10 .75H8Zm1.75 13h-1.5V2.25h1.5v11.5Zm3.5 0v-8.5h1.5v8.5h-1.5Zm-10 0v-5.5h1.5v5.5h-1.5Z"})),Es=c.forwardRef(bs),Vr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Es,{})}));Vr.displayName="BarChartIcon";const ys=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.5 7.797a.832.832 0 0 0-.562.219.754.754 0 0 0-.234.578v1a.85.85 0 0 0 .219.578.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.219.146-.145.219-.343.219-.593v-1c-.053-.25-.152-.443-.297-.578a.656.656 0 0 0-.5-.22Zm1-3c-.322 0-.624.083-.906.25-.27.156-.49.375-.656.656a1.75 1.75 0 0 0-.234.89c0 .22.073.412.219.579a.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.218.146-.146.219-.344.219-.594 0-.042.02-.084.062-.125a.194.194 0 0 1 .14-.063.782.782 0 0 0 .548-.218.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.547-.22Zm3 0h-1a.832.832 0 0 0-.562.219c-.156.145-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.218a.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm0 7h-1a.832.832 0 0 0-.562.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.219a.779.779 0 0 0 .25-.593.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm6-7h-2.203V2.5c0-.323-.083-.62-.25-.89a1.657 1.657 0 0 0-.656-.657 1.667 1.667 0 0 0-.89-.25h-9c-.323 0-.625.083-.907.25a1.69 1.69 0 0 0-.64.656c-.167.271-.25.568-.25.891v9c0 .323.083.625.25.906.156.271.37.49.64.656.282.157.584.235.907.235h2.203V15.5c0 .323.078.625.234.906.167.271.386.485.656.64.282.168.584.25.907.25h9c.323 0 .62-.082.89-.25.282-.155.5-.369.657-.64.166-.281.25-.583.25-.906v-9c-.052-.5-.24-.906-.563-1.219-.323-.323-.734-.484-1.234-.484Zm.297 10.703a.19.19 0 0 1-.062.14.194.194 0 0 1-.14.063h-9c-.042 0-.084-.02-.126-.062a.194.194 0 0 1-.062-.141v-2.203h.187a.795.795 0 0 0 .563-.219.73.73 0 0 0 .25-.578c0-.25-.073-.443-.219-.578-.146-.146-.344-.219-.594-.219h-.39V11.5a.776.776 0 0 0-.219-.547.751.751 0 0 0-.594-.25c-.24 0-.432.073-.578.219-.146.135-.219.328-.219.578v.203H2.501a.194.194 0 0 1-.14-.062.194.194 0 0 1-.063-.141v-9a.19.19 0 0 1 .062-.14.194.194 0 0 1 .14-.063h9c.053 0 .1.02.141.062a.194.194 0 0 1 .063.141v2.203H11.5a.832.832 0 0 0-.563.219c-.156.146-.234.344-.234.594 0 .24.067.432.203.578.146.135.344.203.594.203h.203V6.5c0 .208.073.396.218.563a.754.754 0 0 0 .579.234c.25 0 .442-.068.578-.203.146-.146.218-.344.218-.594v-.297H15.5c.052 0 .099.021.14.063a.194.194 0 0 1 .063.14V15.5h.093Zm-3.296-4.703a.832.832 0 0 0-.563.219.754.754 0 0 0-.234.578.191.191 0 0 1-.063.14.195.195 0 0 1-.14.063.832.832 0 0 0-.563.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218.323 0 .62-.078.89-.234.281-.167.5-.386.656-.656.167-.282.25-.589.25-.922-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Zm0-3a.832.832 0 0 0-.563.219.753.753 0 0 0-.234.578v1c0 .219.073.411.218.578a.754.754 0 0 0 .579.234c.25 0 .442-.073.578-.219.146-.145.218-.343.218-.593v-1c-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Z"})),Is=c.forwardRef(ys),Or=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Is,{})}));Or.displayName="BooleanIcon";const Cs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm3.217-1.46 4.26-4.32a.732.732 0 0 1 1.046 0l4.26 4.32a.758.758 0 0 1 0 1.06.733.733 0 0 1-1.046 0L8.74 4.56v8.749c0 .382-.332.691-.74.691-.409 0-.74-.31-.74-.691V4.56L4.263 7.6a.732.732 0 0 1-1.046 0 .758.758 0 0 1 0-1.061Z"})))),Ss=c.forwardRef(Cs),Dr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ss,{})}));Dr.displayName="BoostIcon";const Ms=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.749-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"}),o.createElement("path",{d:"M5.97 5.97a.75.75 0 0 1 1.061 0l1.97 1.97 1.97-1.97a.75.75 0 1 1 1.06 1.06L10.061 9l1.97 1.97a.75.75 0 1 1-1.06 1.06L9 10.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L7.94 9 5.97 7.03a.75.75 0 0 1 0-1.06Z"})),xs=c.forwardRef(Ms),$r=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xs,{})}));$r.displayName="BracketsCancelIcon";const Zs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.75-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"})),As=c.forwardRef(Zs),kr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(As,{})}));kr.displayName="BracketsIcon";const Ts=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2.508.752a2.25 2.25 0 0 0-2.25 2.25v10a2.25 2.25 0 0 0 2.25 2.25h11a2.25 2.25 0 0 0 2.25-2.25v-10a2.25 2.25 0 0 0-2.25-2.25h-11Zm11.75 3h-12.5v-.75a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 .75.75v.75Zm-12.5 1.5h12.5v7.75a.75.75 0 0 1-.75.75h-11a.75.75 0 0 1-.75-.75v-7.75Z"})),Ns=c.forwardRef(Ts),_r=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ns,{})}));_r.displayName="BrowserIcon";const Ps=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M2.572.75h11.855a1.83 1.83 0 0 1 1.824 1.825V6a.75.75 0 0 1-1.5 0v-.75h-12.5v7.672a.33.33 0 0 0 .328.328h2.922a.75.75 0 0 1 0 1.5H2.575a1.83 1.83 0 0 1-1.824-1.824V2.569A1.825 1.825 0 0 1 2.571.75h.001Zm-.32 3h12.5V2.578a.33.33 0 0 0-.33-.328H2.575a.325.325 0 0 0-.323.323V3.75Z"}),o.createElement("path",{d:"M16.001 13.25a.25.25 0 0 1-.25-.25v-2a3.25 3.25 0 1 0-6.5 0v2a.25.25 0 0 1-.25.25.75.75 0 0 0 0 1.5h3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2h3.5a.75.75 0 0 0 0-1.5Zm-3.5-4a1.75 1.75 0 0 1 1.75 1.75v2c0 .084.006.168.018.25h-3.536c.012-.082.018-.166.018-.25v-2a1.75 1.75 0 0 1 1.75-1.75Zm.098 6.99a.503.503 0 0 1-.56-.299.5.5 0 1 1 .56.3Z"})),Ls=c.forwardRef(Ps),Rr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ls,{})}));Rr.displayName="BrowserPushIcon";const Fs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm12.783 1.46-4.26 4.32a.733.733 0 0 1-1.046 0l-4.26-4.32a.757.757 0 0 1 0-1.061.732.732 0 0 1 1.046 0l2.997 3.04V2.69C7.26 2.31 7.592 2 8 2s.74.31.74.691v8.747l2.997-3.04a.733.733 0 0 1 1.046 0 .758.758 0 0 1 0 1.061Z"})))),Bs=c.forwardRef(Fs),Ur=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bs,{})}));Ur.displayName="BuryIcon";const Hs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M3.751 10.25a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),o.createElement("path",{d:"M5.501.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h1.75A2.25 2.25 0 0 1 17.251 5v10a2.25 2.25 0 0 1-2.25 2.25h-12A2.25 2.25 0 0 1 .751 15V5a2.25 2.25 0 0 1 2.25-2.25h1.75V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-1.75a.75.75 0 0 0-.75.75v1.75h13.5V5a.75.75 0 0 0-.75-.75h-1.75V5a.75.75 0 0 1-1.5 0v-.75Zm-9.5 4V15c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75V8.25h-13.5Z"})),Vs=c.forwardRef(Hs),Wr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vs,{})}));Wr.displayName="CalendarAltIcon";const Os=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.503.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h2.25c.966 0 1.75.784 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-11c0-.966.783-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v2.25h13.5V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75Zm4 4h-13.5v7.25c0 .138.111.25.25.25h13a.25.25 0 0 0 .25-.25V8.25Z"})),Ds=c.forwardRef(Os),zr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ds,{})}));zr.displayName="CalendarIcon";const $s=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.251 6a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 1 0 0 1.5H5a.75.75 0 1 0 0-1.5h-.666ZM3.585 9a.75.75 0 0 1 .75-.75H5a.75.75 0 1 1 0 1.5h-.666a.75.75 0 0 1-.75-.75Zm3.416-.75a.75.75 0 0 0 0 1.5h6.667a.75.75 0 0 0 0-1.5H7.001ZM6.251 12a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 0 0 0 1.5H5a.75.75 0 0 0 0-1.5h-.666Z"}),o.createElement("path",{d:"M.751 2.502c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),ks=c.forwardRef($s),jr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ks,{})}));jr.displayName="CatalogIcon";const _s=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.25 3.75a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5H10v2.25a.75.75 0 1 1-1.5 0V8.25H6.25a.75.75 0 1 1 0-1.5H8.5V4.5a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"M2.5.75A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75h1.25v2.25a.75.75 0 0 0 1.2.6l3.8-2.85h6.75a1.75 1.75 0 0 0 1.75-1.75v-10A1.75 1.75 0 0 0 15.5.75h-13Zm-.177 1.573A.25.25 0 0 1 2.5 2.25h13a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-7a.75.75 0 0 0-.45.15L5.25 15v-1.5a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .073-.177Z"})),Rs=c.forwardRef(_s),qr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rs,{})}));qr.displayName="ChatAddIcon";const Us=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M3.751 6a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"}),o.createElement("path",{d:"M1.264 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-6.75l-3.8 2.85a.75.75 0 0 1-1.2-.6v-2.25h-1.25a1.75 1.75 0 0 1-1.75-1.75v-10c0-.464.185-.91.513-1.237Zm1.237.987a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h2a.75.75 0 0 1 .75.75V15l2.8-2.1a.75.75 0 0 1 .45-.15h7a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-13Z"})),Ws=c.forwardRef(Us),Yr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ws,{})}));Yr.displayName="ChatIcon";const zs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.28 2.29a.15.15 0 0 1 .104-.04h11.491a.15.15 0 0 1 .104.04.75.75 0 0 0 1.042-1.079 1.65 1.65 0 0 0-1.146-.46H2.384a1.65 1.65 0 0 0-1.146.46A1.59 1.59 0 0 0 .75 2.354v8.542c0 .434.179.845.488 1.144a.75.75 0 0 0 1.042-1.08.09.09 0 0 1-.03-.064V2.354a.09.09 0 0 1 .03-.064Z"}),o.createElement("path",{d:"M5.255 3.75A1.505 1.505 0 0 0 3.75 5.255v8.07a1.505 1.505 0 0 0 1.505 1.505h.916v1.722a.698.698 0 0 0 1.117.559l3.041-2.281h5.416a1.505 1.505 0 0 0 1.505-1.506V5.255a1.505 1.505 0 0 0-1.505-1.505H5.255Zm-.077 1.43a.109.109 0 0 1 .077-.032h10.49a.108.108 0 0 1 .109.108v8.07a.109.109 0 0 1-.11.108h-5.647a.698.698 0 0 0-.42.14l-2.11 1.582v-1.024a.698.698 0 0 0-.698-.698H5.255a.108.108 0 0 1-.108-.109v-8.07c0-.028.011-.056.031-.076Z"})),js=c.forwardRef(zs),Kr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(js,{})}));Kr.displayName="ChatsIcon";const qs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5ZM.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8Z"}),o.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.327 1.327 0 0 1-1.699.355 1.329 1.329 0 0 1-.454-.416l-1.343-1.92a.75.75 0 1 1 1.229-.86l1.22 1.743 3.573-4.59a.75.75 0 0 1 1.053-.132Zm-4.489 4.92-.002-.004.002.003Z"})),Ys=c.forwardRef(qs),Gr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ys,{})}));Gr.displayName="CheckCircleIcon";const Ks=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.408-1.539a.75.75 0 1 0-1.184-.921l-3.573 4.59-1.22-1.743a.75.75 0 1 0-1.23.86l1.344 1.92a1.328 1.328 0 0 0 1.672.453c.19-.091.354-.226.48-.392l3.711-4.767Z"})),Xr=c.forwardRef(Ks),Qr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Xr,{})}));Qr.displayName="CheckFilledIcon";const Gs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.439 3.392a.75.75 0 0 1 .17 1.047l-6.186 8.583a1.732 1.732 0 0 1-.617.542 1.646 1.646 0 0 1-1.613-.052 1.747 1.747 0 0 1-.58-.574L2.37 9.478a.75.75 0 1 1 1.258-.815l2.247 3.465.009.015c.025.04.054.067.082.084a.154.154 0 0 0 .074.023.147.147 0 0 0 .073-.017.234.234 0 0 0 .083-.075l.006-.01 6.189-8.586a.75.75 0 0 1 1.047-.17Z"})),Xs=c.forwardRef(Gs),Et=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Xs,{})}));Et.displayName="CheckIcon";const Qs=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.328 1.328 0 0 1-1.699.355 1.328 1.328 0 0 1-.453-.416l-1.344-1.92a.75.75 0 0 1 1.229-.86l1.22 1.743 3.574-4.59a.75.75 0 0 1 1.052-.132Zm-4.488 4.92-.003-.004.003.003Z"})),Js=c.forwardRef(Qs),Jr=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Js,{})}));Jr.displayName="CheckSmallIcon";const ec=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5.415 5c-.891 0-1.337 1.077-.707 1.707l2.586 2.586a1 1 0 0 0 1.414 0l2.586-2.586c.63-.63.183-1.707-.708-1.707H5.415Z"})),tc=c.forwardRef(ec),en=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(tc,{})}));en.displayName="ChevronDownFillIcon";const rc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06Z"})),nc=c.forwardRef(rc),C0=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(nc,{})}));C0.displayName="ChevronDownIcon";const oc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M10 5.414c0-.89-1.076-1.337-1.706-.707L5.708 7.293a1 1 0 0 0 0 1.414l2.586 2.586c.63.63 1.707.184 1.707-.707V5.414Z"})),ac=c.forwardRef(oc),tn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ac,{})}));tn.displayName="ChevronLeftFillIcon";const lc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M9.531 4.47a.75.75 0 0 1 0 1.06L7.061 8l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z"})),ic=c.forwardRef(lc),yt=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ic,{})}));yt.displayName="ChevronLeftIcon";const sc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.001 10.586c0 .89 1.077 1.337 1.707.707l2.586-2.586a1 1 0 0 0 0-1.414L7.708 4.707c-.63-.63-1.707-.184-1.707.707v5.172Z"})),cc=c.forwardRef(sc),rn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(cc,{})}));rn.displayName="ChevronRightFillIcon";const dc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.47 11.53a.75.75 0 0 1 0-1.06L8.94 8 6.47 5.53a.75.75 0 1 1 1.061-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0Z"})),uc=c.forwardRef(dc),It=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(uc,{})}));It.displayName="ChevronRightIcon";const hc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M5.416 10c-.891 0-1.338-1.077-.708-1.707l2.586-2.586a1 1 0 0 1 1.414 0l2.586 2.586c.63.63.184 1.707-.707 1.707H5.416Z"})),fc=c.forwardRef(hc),nn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(fc,{})}));nn.displayName="ChevronUpFillIcon";const wc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M7.47 5.47a.75.75 0 0 1 1.061 0l3 3a.75.75 0 1 1-1.06 1.06L8 7.06 5.53 9.53a.75.75 0 1 1-1.06-1.06l3-3Z"})),pc=c.forwardRef(wc),Ct=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(pc,{})}));Ct.displayName="ChevronUpIcon";const gc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M13.66 2.343a7.996 7.996 0 1 0 0 11.314 8.01 8.01 0 0 0 0-11.314Zm-2.52 7.843a.666.666 0 0 1-.939.944L8.128 9.056a.168.168 0 0 0-.236 0L5.82 11.13a.68.68 0 0 1-.943 0 .667.667 0 0 1 0-.944L6.95 8.113a.166.166 0 0 0 0-.235L4.876 5.805a.667.667 0 0 1 .94-.944L7.89 6.935a.167.167 0 0 0 .236 0l2.073-2.074a.667.667 0 0 1 .943.944L9.067 7.878a.167.167 0 0 0 0 .235l2.074 2.073Z"})),vc=c.forwardRef(gc),on=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(vc,{})}));on.displayName="ClearFillIcon";const mc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12.53 5.47a.75.75 0 0 1 0 1.06L10.06 9l2.47 2.47a.75.75 0 0 1-1.06 1.06L9 10.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L7.939 9l-2.47-2.47a.75.75 0 1 1 1.06-1.06L9 7.94l2.47-2.47a.75.75 0 0 1 1.06 0Z"}),o.createElement("path",{d:"M.75 9a8.25 8.25 0 1 1 16.5 0A8.25 8.25 0 0 1 .75 9ZM9 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5Z"})),bc=c.forwardRef(mc),an=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(bc,{})}));an.displayName="ClearIcon";const Ec=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M12.703 2h-1.11c-.051-.312-.181-.557-.39-.734-.198-.177-.463-.266-.797-.266H10a2.034 2.034 0 0 0-.86-.719A2.463 2.463 0 0 0 8 .001a2.34 2.34 0 0 0-1.11.28 2.77 2.77 0 0 0-.89.72h-.406c-.177 0-.308.01-.39.03a1.01 1.01 0 0 0-.407.266c-.104.104-.214.287-.328.547L4.406 2H3.203c-.302 0-.594.073-.875.219-.27.146-.495.349-.672.61a1.59 1.59 0 0 0-.25.874v10.704c0 .49.172.895.516 1.218.344.313.77.469 1.281.469h9.5c.302 0 .589-.073.86-.219.28-.146.505-.349.671-.61.178-.26.266-.546.266-.859V3.704c0-.5-.177-.906-.531-1.218-.344-.323-.766-.485-1.266-.485Zm-6.906.406h.5a.83.83 0 0 0 .375-.078c.114-.052.224-.13.328-.234.094-.188.23-.333.406-.438A1.21 1.21 0 0 1 8 1.5c.208 0 .401.052.578.156.188.105.328.25.422.438.104.104.208.182.313.234a.934.934 0 0 0 .39.078h.5v1.5H5.797v-1.5Zm7.297 11.891c0 .052-.026.1-.078.14a.342.342 0 0 1-.22.063H3.204c-.198 0-.297-.099-.297-.297V3.594c0-.052.026-.094.078-.125a.342.342 0 0 1 .22-.063h1.202v.688c0 .354.11.646.328.875.23.219.516.328.86.328h4.812c.344 0 .625-.11.844-.328.23-.23.344-.52.344-.875v-.688h1.203c.198 0 .297.1.297.297v10.594ZM9.906 9.203H8.703V8a.68.68 0 0 0-.203-.5.68.68 0 0 0-.5-.203.68.68 0 0 0-.5.203.68.68 0 0 0-.203.5v1.203H6.094a.68.68 0 0 0-.5.203.676.676 0 0 0-.188.5.71.71 0 0 0 .188.5.71.71 0 0 0 .5.188h1.203v1.203a.68.68 0 0 0 .203.5.68.68 0 0 0 .5.203.68.68 0 0 0 .5-.203.68.68 0 0 0 .203-.5v-1.203h1.203c.198 0 .36-.063.485-.188a.68.68 0 0 0 .203-.5.648.648 0 0 0-.203-.5.63.63 0 0 0-.485-.203Z"})),yc=c.forwardRef(Ec),ln=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(yc,{})}));ln.displayName="ClipboardAddIcon";const Ic=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8 4.75a.75.75 0 0 1 .75.75v2.19l2.905 2.905a.75.75 0 0 1-1.06 1.06L7.47 8.532A.748.748 0 0 1 7.25 8V5.5A.75.75 0 0 1 8 4.75Z"}),o.createElement("path",{d:"M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5Z"})),Cc=c.forwardRef(Ic),sn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Cc,{})}));sn.displayName="ClockCircleIcon";const Sc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.395 1.84a3.669 3.669 0 0 1 6.263 2.595c0 1.025-.504 1.837-.887 2.454l-.036.057c-.423.682-.698 1.16-.698 1.728 0 .41.085.673.199.82.087.112.265.256.737.256h1.989c.954 0 1.713.311 2.265.828.539.506.828 1.16.95 1.777.121.61.09 1.24-.074 1.75a1.975 1.975 0 0 1-.402.73 1.297 1.297 0 0 1-.497.342v.323a1.75 1.75 0 0 1-1.741 1.75H3.516a1.75 1.75 0 0 1-1.74-1.75v-.322a1.275 1.275 0 0 1-.504-.352 1.942 1.942 0 0 1-.388-.737c-.15-.504-.172-1.122-.073-1.713.1-.592.334-1.232.768-1.739A2.49 2.49 0 0 1 3.52 9.75h2.486c.472 0 .65-.144.737-.256.115-.147.2-.41.2-.82 0-.569-.276-1.046-.699-1.728L6.21 6.89c-.384-.617-.888-1.429-.888-2.454 0-.973.386-1.906 1.074-2.594ZM2.353 13.75h13.282a.917.917 0 0 0 .04-.104 2.1 2.1 0 0 0 .03-1c-.075-.384-.244-.73-.505-.974-.248-.232-.63-.422-1.238-.422h-1.989c-.826 0-1.49-.28-1.922-.836-.404-.521-.514-1.171-.514-1.74 0-1.032.506-1.847.89-2.466l.033-.052c.424-.684.698-1.158.698-1.721a2.169 2.169 0 0 0-4.337 0c0 .563.274 1.037.698 1.72.01.018.022.035.033.053.384.619.89 1.434.89 2.466 0 .569-.11 1.219-.514 1.74-.431.556-1.096.836-1.922.836H3.52a.992.992 0 0 0-.802.363c-.208.244-.359.604-.427 1.012-.07.409-.043.79.03 1.036.01.035.022.065.032.09Zm.923 1.5v.25a.25.25 0 0 0 .247.25h10.933a.25.25 0 0 0 .248-.25v-.25H3.276Z"})),Mc=c.forwardRef(Sc),cn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Mc,{})}));cn.displayName="CloneIcon";const xc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M3.529 2.47a.75.75 0 1 0-1.06 1.06L6.938 8l-4.47 4.47a.75.75 0 0 0 1.06 1.06L8 9.06l4.47 4.47a.75.75 0 1 0 1.06-1.06L9.06 8l4.47-4.47a.75.75 0 1 0-1.061-1.06l-4.47 4.47-4.47-4.47Z"})),dn=c.forwardRef(xc),S0=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(dn,{})}));S0.displayName="CloseIcon";const Zc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M9.83 10.79a.7.7 0 0 0 .5.21l.01.02a.71.71 0 0 0 .49-1.2L9.008 7.996 10.83 6.18a.707.707 0 0 0-1-1L8.004 6.994 6.18 5.17a.707.707 0 0 0-1 1l1.827 1.815L5.18 9.8a.71.71 0 0 0 .49 1.2.7.7 0 0 0 .5-.18l1.844-1.835L9.83 10.79Z"})),Ac=c.forwardRef(Zc),un=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ac,{})}));un.displayName="CloseSmallIcon";const Tc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.78.795a5.751 5.751 0 0 1 6.102 3.698 3.997 3.997 0 0 1 5.245 2.76.75.75 0 0 1-1.453.373 2.497 2.497 0 0 0-3.84-1.432.75.75 0 0 1-1.164-.478A4.25 4.25 0 1 0 6.5 10.75a.75.75 0 0 1 .002 1.5A5.75 5.75 0 0 1 5.78.795Zm8.952 9.942a.75.75 0 0 1 .151 1.05l-1.934 2.584a1.25 1.25 0 0 1-1.883.133l-1-1a.75.75 0 1 1 1.06-1.06l.796.795 1.76-2.35a.75.75 0 0 1 1.05-.152Z"}),o.createElement("path",{d:"M7.75 12.501a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm4.75-3.25a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Z"})),Nc=c.forwardRef(Tc),hn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nc,{})}));hn.displayName="CloudCheckIcon";const Pc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.982.773a5.751 5.751 0 0 1 5.901 3.72 3.997 3.997 0 0 1 3.776.56 3.997 3.997 0 0 1 .143 6.283 4.001 4.001 0 0 1-1.63.808c-.344.081-.696.106-2.171.106a.75.75 0 0 1 0-1.5c1.525 0 1.688-.033 1.828-.066a2.5 2.5 0 1 0-1.995-4.49.75.75 0 0 1-1.163-.478 4.25 4.25 0 1 0-4.618 5.011.75.75 0 0 1-.155 1.492A5.75 5.75 0 0 1 5.982.773Z"}),o.createElement("path",{d:"M9 9.75a.75.75 0 0 1 .75.75v4.19l1.22-1.22a.75.75 0 0 1 1.061 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V10.5A.75.75 0 0 1 9 9.75Z"})),Lc=c.forwardRef(Pc),fn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Lc,{})}));fn.displayName="CloudDownloadIcon";const Fc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M6.617 3.53a.75.75 0 1 0-1.06-1.06L1.263 6.763a1.75 1.75 0 0 0 0 2.474l4.294 4.294a.75.75 0 1 0 1.06-1.061L2.324 8.177a.25.25 0 0 1 0-.354l4.293-4.292Zm5.828-1.06a.75.75 0 1 0-1.06 1.06l4.293 4.293a.25.25 0 0 1 0 .354l-4.294 4.293a.75.75 0 0 0 1.061 1.06l4.294-4.293a1.75 1.75 0 0 0 0-2.474L12.444 2.47Z"})),Bc=c.forwardRef(Fc),wn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bc,{})}));wn.displayName="CodeIcon";const Hc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M10.28 8.782a.75.75 0 1 0-1.06-1.06l-4.032 4.03a.75.75 0 1 0 1.06 1.061l4.032-4.031Z"}),o.createElement("path",{d:"M10.563 1.898a3.917 3.917 0 1 1 5.54 5.54L14.842 8.7l1.261 1.261a.75.75 0 1 1-1.06 1.06l-1.262-1.26-4.397 4.398a4.554 4.554 0 0 1-2.574 1.288l-1.633.231-1.167 1.167a1.385 1.385 0 0 1-1.957 0l-.896-.896a1.385 1.385 0 0 1 0-1.956l1.169-1.168.232-1.634a4.554 4.554 0 0 1 1.287-2.574L8.241 4.22 6.979 2.96A.75.75 0 0 1 8.04 1.897L9.302 3.16l1.261-1.262Zm4.48 4.48a2.417 2.417 0 1 0-3.419-3.42L10.362 4.22l3.42 3.42 1.26-1.263Zm-10.138 3.3a3.054 3.054 0 0 0-.863 1.725l-.267 1.881a.75.75 0 0 1-.213.426L2.3 14.97l.731.732 1.262-1.261a.75.75 0 0 1 .425-.213l1.88-.266a3.057 3.057 0 0 0 1.726-.863l4.398-4.4L9.3 5.282 4.906 9.678Z"})),Vc=c.forwardRef(Hc),pn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vc,{})}));pn.displayName="ColorPickerAltIcon";const Oc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M13.333.75a3.917 3.917 0 0 0-2.77 1.148L9.302 3.159 8.04 1.898a.75.75 0 0 0-1.06 1.06L8.24 4.22 3.845 8.617a4.554 4.554 0 0 0-1.288 2.574l-.231 1.634-1.17 1.168a1.384 1.384 0 0 0 0 1.956l.897.897a1.384 1.384 0 0 0 1.956 0l1.167-1.168 1.634-.231a4.554 4.554 0 0 0 2.575-1.288L13.78 9.76l1.262 1.262a.75.75 0 1 0 1.06-1.06L14.842 8.7l1.261-1.262A3.917 3.917 0 0 0 13.333.75Zm.448 6.889L10.362 4.22l1.262-1.261a2.417 2.417 0 1 1 3.418 3.418L13.781 7.64Zm-4.48-2.358 3.42 3.419-4.398 4.399a3.057 3.057 0 0 1-1.726.863l-1.88.266a.75.75 0 0 0-.425.213l-1.262 1.26-.731-.731 1.263-1.261a.75.75 0 0 0 .213-.426l.266-1.88a3.054 3.054 0 0 1 .864-1.726L9.302 5.28Z"})),Dc=c.forwardRef(Oc),gn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dc,{})}));gn.displayName="ColorPickerIcon";const $c=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 2.498c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-1Zm4.251 5.25c0-.966.783-1.75 1.75-1.75h1c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-8Zm1.75-.25a.25.25 0 0 0-.25.25v8c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-8a.25.25 0 0 0-.25-.25h-1Zm5.999 3.5a1.75 1.75 0 0 0-1.75 1.75v3c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-3Z"})),kc=c.forwardRef($c),vn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(kc,{})}));vn.displayName="ColumnsIcon";const _c=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.25h4.94l-.72-.72a.75.75 0 1 1 1.06-1.06l2 2a.747.747 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H8.75v5.94l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V1A.75.75 0 0 1 8 .25Z"})),Rc=c.forwardRef(_c),mn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rc,{})}));mn.displayName="ConditionAltIcon";const Uc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M12.173 6.875c-.052.073-.11.146-.172.219L7.095 12a1.163 1.163 0 0 1-.125.11v3.015a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.22.723.723 0 0 1-.531-.22.723.723 0 0 1-.219-.53v-2.97L5.283 12 .376 7.094a1.235 1.235 0 0 1-.375-.906c0-.354.125-.657.375-.907L5.283.375c.25-.25.552-.375.906-.375s.656.125.906.375l4.906 4.906.078.094h3.047c.209 0 .386.073.532.219a.723.723 0 0 1 .218.531.723.723 0 0 1-.218.531.723.723 0 0 1-.532.22h-2.953ZM1.595 6.188l4.594 4.593 4.594-4.593-4.594-4.594-4.594 4.594Z"})),Wc=c.forwardRef(Uc),bn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wc,{})}));bn.displayName="ConditionIcon";const zc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M3.471 5.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06L4.941 8 3.47 6.53a.75.75 0 0 1 0-1.06Zm5.03 1.78a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),o.createElement("path",{d:"M.251 4.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-7Zm1.75-.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25h-12Z"})),jc=c.forwardRef(zc),En=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(jc,{})}));En.displayName="ConsoleIcon";const qc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.004.73H2.26a1.5 1.5 0 0 0-1.5 1.5v.75a.75.75 0 0 0 1.5 0v-.75h3v12.477a.75.75 0 0 0 1.5 0V2.23h2.49v12.01a1.5 1.5 0 0 0 1.5 1.5h.75a.75.75 0 0 0 0-1.5h-.75V2.23h3.75a.75.75 0 0 0 0-1.5H6.016a.777.777 0 0 0-.012 0Z"})),Yc=c.forwardRef(qc),yn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yc,{})}));yn.displayName="ConstantAltIcon";const Kc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M3.675 1.177c.224-.116.474-.176.726-.177h7.196a1.573 1.573 0 0 1 1.279.659l2.84 3.796a1.514 1.514 0 0 1 .277 1.036l-.001.003a1.524 1.524 0 0 1-.443.923l-7.002 7.347a.747.747 0 0 1-.54.237H8a.722.722 0 0 1-.282-.056.746.746 0 0 1-.264-.182L.451 7.418a1.524 1.524 0 0 1-.442-.904l-.002-.021a1.514 1.514 0 0 1 .276-1.036L3.121 1.66c.144-.203.334-.368.553-.482Zm5.075 11.2 4.945-5.189H8.75v5.189Zm-1.5-5.189H2.305l4.945 5.188V7.188Zm1.5-1.5h5.266l-2.35-3.14a.788.788 0 0 1-.017-.025.047.047 0 0 0-.017-.014.075.075 0 0 0-.035-.009H8.75v3.188ZM7.25 2.5H4.4a.076.076 0 0 0-.034.009.048.048 0 0 0-.017.014.767.767 0 0 1-.018.024L1.983 5.688H7.25V2.5Z"})),Gc=c.forwardRef(Kc),In=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gc,{})}));In.displayName="ConstantIcon";const Xc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.334.25a3.967 3.967 0 0 0-.778 7.858 6.724 6.724 0 0 0-5.225 3.65.75.75 0 0 0 1.339.675 5.222 5.222 0 0 1 7.287-2.164.75.75 0 1 0 .753-1.297 6.725 6.725 0 0 0-2.598-.864A3.968 3.968 0 0 0 6.334.25Zm-1.78 2.258a2.468 2.468 0 0 1 4.073.8c-.887.196-1.64.179-2.301.022-.63-.148-1.211-.43-1.771-.822ZM3.892 3.87c.63.414 1.32.739 2.09.92.842.199 1.75.22 2.746.029A2.468 2.468 0 0 1 3.89 3.87ZM13 5.584c-1.15 0-2.083.933-2.083 2.083v.667c0 1.15.933 2.083 2.083 2.083h.667c1.15 0 2.083-.933 2.083-2.083v-.667c0-1.15-.932-2.083-2.083-2.083H13Zm-.583 2.083c0-.322.261-.583.583-.583h.667c.322 0 .583.261.583.583v.667a.583.583 0 0 1-.583.583H13a.583.583 0 0 1-.583-.583v-.667ZM10.917 13c0-1.15.933-2.083 2.083-2.083h.667c1.15 0 2.083.933 2.083 2.084v.666c0 1.15-.932 2.084-2.083 2.084H13a2.083 2.083 0 0 1-2.083-2.084v-.666ZM13 12.418a.583.583 0 0 0-.583.584v.666c0 .322.261.584.583.584h.667a.583.583 0 0 0 .583-.584v-.666a.583.583 0 0 0-.583-.584H13Z"}),o.createElement("path",{d:"M7.667 10.917c-1.15 0-2.084.933-2.084 2.084v.666c0 1.15.933 2.084 2.084 2.084h.666a2.084 2.084 0 0 0 2.084-2.084v-.666a2.084 2.084 0 0 0-2.084-2.084h-.666Zm-.584 2.084c0-.323.262-.584.584-.584h.666c.323 0 .584.261.584.584v.666a.583.583 0 0 1-.584.584h-.666a.583.583 0 0 1-.584-.584v-.666Z"})),Qc=c.forwardRef(Xc),Cn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qc,{})}));Cn.displayName="ContextualPersonalizationIcon";const Jc=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.324 2.324A.25.25 0 0 1 2.5 2.25h10a.25.25 0 0 1 .25.25.75.75 0 0 0 1.5 0A1.75 1.75 0 0 0 12.5.75h-10A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75.75.75 0 0 0 0-1.5.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .074-.176Z"}),o.createElement("path",{d:"M5.5 3.75A1.75 1.75 0 0 0 3.75 5.5v10c0 .967.784 1.75 1.75 1.75h10a1.75 1.75 0 0 0 1.75-1.75v-10a1.75 1.75 0 0 0-1.75-1.75h-10ZM5.25 5.5a.25.25 0 0 1 .25-.25h10a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-10a.25.25 0 0 1-.25-.25v-10Z"})),e3=c.forwardRef(Jc),Sn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(e3,{})}));Sn.displayName="CopyIcon";const t3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.5 2.25a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25.75.75 0 0 1 0 1.5A1.75 1.75 0 0 1 .75 12.5v-10A1.75 1.75 0 0 1 2.5.75h10a1.75 1.75 0 0 1 1.75 1.75.75.75 0 0 1-1.5 0 .25.25 0 0 0-.25-.25h-10Z"}),o.createElement("path",{d:"M5.5 5.25a.25.25 0 0 0-.25.25v10c0 .139.112.25.25.25h10a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-10Zm-1.75.25c0-.966.784-1.75 1.75-1.75h10c.967 0 1.75.784 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-10a1.75 1.75 0 0 1-1.75-1.75v-10Z"}),o.createElement("path",{d:"m13.594 8.291-.691-.29-.29-.692a.75.75 0 0 1 .981.982Zm-2.17 1.189c-.159.336-.321.667-.47.946-.09.168-.17.31-.239.42-.07.11-.107.155-.111.16 0 .001 0 0 0 0a.5.5 0 1 1-.707-.708c.006-.004.05-.041.16-.11.11-.07.252-.15.42-.24.28-.148.61-.31.946-.468ZM12.902 8l-.29-.691-.01.004-.027.011-.1.043a53.705 53.705 0 0 0-1.473.654c-.417.193-.858.405-1.23.603a8.441 8.441 0 0 0-.513.293c-.14.088-.3.198-.424.321a2 2 0 1 0 2.829 2.829 2.42 2.42 0 0 0 .32-.424c.096-.15.195-.327.294-.513.198-.372.41-.813.603-1.23a53.95 53.95 0 0 0 .655-1.473l.042-.1.015-.036-.691-.29Z"})),r3=c.forwardRef(t3),Mn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(r3,{})}));Mn.displayName="CopyToDashboardIcon";const n3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.032 7.25A2.75 2.75 0 0 0 3.282 10v1a2.75 2.75 0 0 0 2.75 2.75.75.75 0 0 0 0-1.5A1.25 1.25 0 0 1 4.782 11v-1a1.25 1.25 0 0 1 1.25-1.25.75.75 0 0 0 0-1.5Zm3 0A1.75 1.75 0 0 0 7.282 9c0 1.13.78 1.712 1.25 2.063l.05.037c.538.404.7.571.7.9a.25.25 0 0 1-.25.25h-1a.75.75 0 0 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.129-.78-1.711-1.25-2.062l-.05-.038c-.538-.403-.7-.57-.7-.9a.25.25 0 0 1 .25-.25h1a.75.75 0 0 0 0-1.5h-1Zm3.75.75a.75.75 0 0 0-1.5 0v1.697a6.71 6.71 0 0 0 1.126 3.72.75.75 0 0 0 1.248 0 6.707 6.707 0 0 0 1.126-3.72V8a.75.75 0 0 0-1.5 0v1.697a5.21 5.21 0 0 1-.25 1.594 5.205 5.205 0 0 1-.25-1.594V8Z"}),o.createElement("path",{d:"M2.502.752a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.783 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),o3=c.forwardRef(n3),xn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(o3,{})}));xn.displayName="CsvIcon";const a3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M3 2a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 2ZM.25 6.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14 11.25H2A1.75 1.75 0 0 1 .25 9.5v-3ZM2 6.25a.25.25 0 0 0-.25.25v3c0 .139.113.25.25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25H2ZM3 14a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 14Z"})),l3=c.forwardRef(a3),Zn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(l3,{})}));Zn.displayName="CustomRowIcon";const i3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M3.75 5a4.23 4.23 0 0 1 .6-2.176A4.25 4.25 0 1 1 3.75 5ZM8 2.25c-.794 0-1.51.338-2.012.877a5.057 5.057 0 0 0 4.594.923A2.751 2.751 0 0 0 8 2.25ZM6.603 5.228a6.557 6.557 0 0 1-1.304-.74 2.75 2.75 0 0 0 5.393 1.083 6.567 6.567 0 0 1-4.09-.343Z"}),o.createElement("path",{d:"M8 9.25a7.25 7.25 0 0 1 7.25 7.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 0-11.5 0 .75.75 0 0 1-1.5 0A7.25 7.25 0 0 1 8 9.25Z"})),s3=c.forwardRef(i3),An=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(s3,{})}));An.displayName="CustomerIcon";const c3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 3.423 2.668.75.75 0 0 1-.672 1.083A2.75 2.75 0 0 0 6.25 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325H9.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.745-.676l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"}),o.createElement("path",{d:"M1.75 5a2.25 2.25 0 1 1 2.915 2.151.75.75 0 0 1-.664 1.1A1.75 1.75 0 0 0 2.25 10v.75h.25a.75.75 0 0 1 .744.657l.418 3.343H5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.744-.658l-.418-3.342H1.5a.75.75 0 0 1-.75-.75V10a3.25 3.25 0 0 1 2.127-3.05A2.25 2.25 0 0 1 1.75 5ZM4 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm10-1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM13.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-5.5 4a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75 4.752 4.752 0 0 1-3.75 4.645V16a.75.75 0 0 1-.219.53l-.5.5a.75.75 0 0 1-1.28-.53v-2.855A4.752 4.752 0 0 1 7.75 9Zm1.588.75a3.251 3.251 0 0 0 6.326 0H9.338Z"})),d3=c.forwardRef(c3),Tn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(d3,{})}));Tn.displayName="CustomersFilterIcon";const u3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 4.016 2.443 4.25 4.25 0 0 1 2.985 4.058v1.5a.75.75 0 0 1-.75.75h-.821l-.433 4.324a.75.75 0 0 1-.746.675h-3a.75.75 0 0 1-.746-.675l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM7.057 8.056A2.75 2.75 0 0 0 6.251 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325h1.642l.433-4.325A.75.75 0 0 1 11 10.75h.75V10a2.75 2.75 0 0 0-4.695-1.945Z"}),o.createElement("path",{d:"M4 2.75a2.25 2.25 0 0 0-1.122 4.2A3.25 3.25 0 0 0 .75 10v1.5c0 .415.336.75.75.75h.338l.418 3.344A.75.75 0 0 0 3 16.25h2a.75.75 0 0 0 0-1.5H3.663l-.418-3.342a.75.75 0 0 0-.744-.657h-.25V10A1.75 1.75 0 0 1 4 8.25a.75.75 0 0 0 .664-1.1A2.251 2.251 0 0 0 4 2.751ZM3.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a2.25 2.25 0 1 1 3.374 1.95A3.25 3.25 0 0 1 17.25 10v1.5a.75.75 0 0 1-.75.75h-.338l-.418 3.344a.75.75 0 0 1-.744.656h-2a.75.75 0 0 1 0-1.5h1.338l.418-3.342a.75.75 0 0 1 .744-.657h.25V10A1.75 1.75 0 0 0 14 8.25a.75.75 0 0 1-.664-1.1A2.251 2.251 0 0 1 11.75 5ZM14 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"})),h3=c.forwardRef(u3),Nn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(h3,{})}));Nn.displayName="CustomersSegmentationIcon";const f3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.502.75a.75.75 0 0 1 .75.75v1.25h3.5V1.5a.75.75 0 1 1 1.5 0v1.25h2.25c.967 0 1.75.784 1.75 1.75V6a.75.75 0 0 1-1.5 0V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75h-3.5V5a.75.75 0 0 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v9c0 .139.112.25.25.25h3.499a.75.75 0 0 1 0 1.5H2.502a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.874 9.313a.75.75 0 0 1 .75.75l-1.28 2.093-.002-.002a.748.748 0 0 1-.218-.528v-1.563a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"m13.126 10.813-1.28 2.093 1.953 1.953a.75.75 0 0 0 1.06-1.06l-1.733-1.734v-1.252Z"}),o.createElement("path",{d:"M7.251 12.376a5.125 5.125 0 1 1 10.25 0 5.125 5.125 0 0 1-10.25 0Zm5.125-3.626a3.625 3.625 0 1 0 0 7.25 3.625 3.625 0 0 0 0-7.25Z"})),w3=c.forwardRef(f3),Pn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(w3,{})}));Pn.displayName="DateTimeIcon";const p3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.751 5.5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),o.createElement("path",{d:"m10.804 17.097.014-.007c.186-.085.358-.204.506-.352l5.415-5.415c.146-.146.264-.316.35-.5l.01-.025c.1-.222.152-.464.152-.711V2.5a1.75 1.75 0 0 0-1.75-1.75h-13A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h7.586c.25 0 .494-.053.717-.153ZM2.324 2.324a.25.25 0 0 1 .177-.074h13a.25.25 0 0 1 .25.25v7.25h-4.25a1.75 1.75 0 0 0-1.75 1.75v4.25h-7.25a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM14.69 11.25l-3.439 3.439V11.5a.25.25 0 0 1 .25-.25h3.19Z"})),g3=c.forwardRef(p3),Ln=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(g3,{})}));Ln.displayName="DescriptionIcon";const v3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 11.5v-8A2.75 2.75 0 0 1 3.501.75h11a2.75 2.75 0 0 1 2.75 2.75v8a2.75 2.75 0 0 1-2.75 2.75h-2.614l.25 1.5H13a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5h.865l.25-1.5H3.5A2.75 2.75 0 0 1 .75 11.5Zm1.5-8v7.25h13.5V3.5c0-.69-.56-1.25-1.25-1.25h-11c-.69 0-1.25.56-1.25 1.25Zm12.25 9.25c.41 0 .772-.196 1-.5h-13c.228.304.591.5 1 .5h11Zm-6.864 1.5-.25 1.5h3.229l-.25-1.5h-2.73Z"})),m3=c.forwardRef(v3),Fn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(m3,{})}));Fn.displayName="DesktopIcon";const b3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"m3.16 14.826.008.008.008.008A8.25 8.25 0 0 0 14.839 3.171l-.004-.004-.004-.004A8.25 8.25 0 0 0 3.16 14.826ZM2.25 9a6.75 6.75 0 0 1 10.964-5.273l-9.488 9.487A6.722 6.722 0 0 1 2.251 9Zm12.024-4.213a6.75 6.75 0 0 1-9.487 9.487l9.487-9.487Z"})),E3=c.forwardRef(b3),Bn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(E3,{})}));Bn.displayName="DisabledIcon";const y3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M9.251 4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-7 3.75a.75.75 0 0 1 .75-.75h10a.75.75 0 1 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm5.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),I3=c.forwardRef(y3),Hn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(I3,{})}));Hn.displayName="DivideIcon";const C3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.001 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-1.5.5a.75.75 0 0 0 0 1.5h.75V12h-.75a.75.75 0 0 0 0 1.5h3a.75.75 0 1 0 0-1.5h-.75V9.5a.75.75 0 0 0-.75-.75h-1.5Z"}),o.createElement("path",{d:"M4.251 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8.75a.75.75 0 0 0 .75-.75v-10a.75.75 0 0 0-.75-.75h-8.75a1.5 1.5 0 0 1 0-3h8.75a.75.75 0 0 0 0-1.5h-8.75Zm-1.5 13V5.6c.442.254.954.4 1.5.4h8v8.5h-8a1.5 1.5 0 0 1-1.5-1.5Z"}),o.createElement("path",{d:"M3.501 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),S3=c.forwardRef(C3),Vn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(S3,{})}));Vn.displayName="DocumentationIcon";const M3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M9 1.75a.75.75 0 0 1 .75.75v6.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3-.006.007a.748.748 0 0 1-1.047 0l-.007-.006-3-3a.75.75 0 0 1 1.06-1.06L8.25 8.69V2.5A.75.75 0 0 1 9 1.75Z"}),o.createElement("path",{d:"M2.25 10.5a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1a1.25 1.25 0 0 1-1.25 1.25h-11a1.25 1.25 0 0 1-1.25-1.25v-1Z"})),x3=c.forwardRef(M3),On=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(x3,{})}));On.displayName="DownloadIcon";const Z3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1.587 3.57a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.28-.28.438-.654.438-1.04a1.52 1.52 0 0 0-1.109-1.437 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm-12 6a1.41 1.41 0 0 0-.64.39 1.456 1.456 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.458-.457.564-1.12.274-1.713a1.566 1.566 0 0 0-.945-.764 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Z"})),A3=c.forwardRef(Z3),Dn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(A3,{})}));Dn.displayName="DragHorizontalIcon";const T3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM6.5 14a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 15.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})),N3=c.forwardRef(T3),$n=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(N3,{})}));$n.displayName="DragVericalIcon";const P3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.593 2.177a1.75 1.75 0 0 0-2.474 0L1.38 9.914a.75.75 0 0 0-.196.344l-.912 3.556a.75.75 0 0 0 .913.912l3.556-.912a.75.75 0 0 0 .344-.196l7.737-7.737a1.75 1.75 0 0 0 0-2.475l-1.23-1.23Zm-1.414 1.06a.25.25 0 0 1 .354 0l1.23 1.23a.25.25 0 0 1 0 .353l-.752.751-1.583-1.583.751-.75ZM8.368 5.05 9.95 6.632l-5.78 5.78-2.13.547.546-2.13 5.78-5.78Z"})),L3=c.forwardRef(P3),kn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(L3,{})}));kn.displayName="EditIcon";const F3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.326.825a.75.75 0 0 0-.652 0l-7.25 3.5A.75.75 0 0 0 0 5v4a.75.75 0 0 0 1.5 0V6.195l1.25.604V11.5c0 .162.053.32.15.45l.6-.45-.6.45h.001l.001.002.003.004.007.008.02.027.07.082c.057.069.14.16.25.27.216.216.535.499.957.78A6.758 6.758 0 0 0 8 14.252a6.751 6.751 0 0 0 3.791-1.127c.423-.281.742-.564.958-.78a4.816 4.816 0 0 0 .32-.352l.02-.027.007-.008.002-.004.001-.001s.001-.002-.599-.451l.6.45a.75.75 0 0 0 .15-.45V6.799l2.326-1.123a.75.75 0 0 0 0-1.35l-7.25-3.5Zm3.424 6.698v3.697l-.061.063a4.823 4.823 0 0 1-.73.594c-.652.434-1.634.873-2.959.873-1.324 0-2.307-.439-2.959-.873a4.822 4.822 0 0 1-.79-.657V7.523l3.423 1.653c.206.1.446.1.652 0l3.424-1.653ZM8 7.668 2.475 5 8 2.333 13.525 5 8 7.668Z"})),B3=c.forwardRef(F3),_n=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(B3,{})}));_n.displayName="EducationHubIcon";const H3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M5.492 3.252a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2.5 12.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.25a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-1 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"})),V3=c.forwardRef(H3),Rn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(V3,{})}));Rn.displayName="EllipsisVerticalIcon";const O3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm8-.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-1.5 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0Z"})),D3=c.forwardRef(O3),Un=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(D3,{})}));Un.displayName="EllipsissHorizontalIcon";const $3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M.656 3.047c.32-.385.804-.63 1.345-.63h12a1.746 1.746 0 0 1 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75H2a1.75 1.75 0 0 1-1.75-1.75v-8a1.743 1.743 0 0 1 .405-1.12ZM1.75 4.883v7.284c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25V4.883L9.803 8.304a2.955 2.955 0 0 1-3.604 0L1.75 4.884Zm11.295-.966H2.956l4.157 3.198a1.456 1.456 0 0 0 1.775 0l4.158-3.198Z"})),k3=c.forwardRef($3),Wn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(k3,{})}));Wn.displayName="EmailIcon";const _3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M.25 7.5a7.25 7.25 0 0 1 14.437-.965c.084.63.08 1.256 0 1.864A.75.75 0 0 1 13.2 8.2a5.55 5.55 0 0 0 0-1.468A5.751 5.751 0 0 0 1.75 7.5a5.75 5.75 0 0 0 6.34 5.72.75.75 0 0 1 .152 1.493A7.25 7.25 0 0 1 .252 7.5Z"}),o.createElement("path",{d:"M5.334 4.584a.967.967 0 1 0 0 1.933.967.967 0 0 0 0-1.933ZM8.7 5.55a.967.967 0 1 1 1.934 0 .967.967 0 0 1-1.933 0ZM3.852 7.64a.75.75 0 0 1 .91.545c.332 1.33 1.534 2.032 2.739 2.032.169 0 .336-.017.5-.05a.75.75 0 1 1 .302 1.468c-.262.054-.53.082-.802.082-1.737 0-3.66-1.03-4.195-3.168a.75.75 0 0 1 .546-.91Zm9.926 3.25a.667.667 0 0 0-1.333 0v1.555H10.89a.667.667 0 0 0 0 1.333h1.555v1.556a.667.667 0 0 0 1.333 0v-1.556h1.556a.667.667 0 0 0 0-1.333h-1.556v-1.556Z"})),R3=c.forwardRef(_3),zn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(R3,{})}));zn.displayName="EmojiPickerIcon";const U3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("path",{d:"M14.303 0H1.697C.757 0 0 .756 0 1.697v12.606C0 15.243.756 16 1.697 16h12.606c.94 0 1.697-.756 1.697-1.697V1.697C16 .757 15.244 0 14.303 0ZM1.697 1.455h12.606a.24.24 0 0 1 .242.242v7.515h-4.363v.727c0 1.203-.98 2.182-2.182 2.182A2.185 2.185 0 0 1 5.818 9.94v-.727H1.455V1.697a.24.24 0 0 1 .242-.242Zm12.606 13.09H1.697a.24.24 0 0 1-.242-.242v-3.636H4.44a3.631 3.631 0 0 0 7.118 0h2.986v3.636a.24.24 0 0 1-.242.242Z"}))),W3=c.forwardRef(U3),jn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(W3,{})}));jn.displayName="EmptyIcon";const z3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.333 7.057 8.943.667a1.333 1.333 0 0 0-1.886 0L.667 7.058a1.333 1.333 0 0 0 0 1.885l6.39 6.39a1.333 1.333 0 0 0 1.886 0l6.39-6.39a1.334 1.334 0 0 0 0-1.886ZM7.38 4.278a.667.667 0 0 1 1.333 0v4a.667.667 0 0 1-1.333 0v-4Zm.7 7.673h-.018a1.02 1.02 0 0 1-1.015-.98.983.983 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .952 1.364.984.984 0 0 1-.903.636Z"})),qn=c.forwardRef(z3),Yn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(qn,{})}));Yn.displayName="ErrorFillIcon";const j3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M7.017 0h8.484a1.75 1.75 0 0 1 1.75 1.75v2.5a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2.5A1.75 1.75 0 0 1 2.5 0h4.516Zm.55 1.5-.572 2h3.44l.571-2h-3.44Zm8.184 2V1.75a.25.25 0 0 0-.25-.25h-2.934l-.572 2h3.756Zm-9.744-2H2.5a.25.25 0 0 0-.25.25V3.5h3.184l.572-2ZM2.25 6.25a.75.75 0 1 0-1.5 0v8.5A1.75 1.75 0 0 0 2.5 16.5h13a1.75 1.75 0 0 0 1.75-1.75v-8.5a.75.75 0 0 0-1.5 0v8.5a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-8.5Zm5 2.362v3.278l3.277-1.64L7.25 8.612Zm3.6 1.8Zm-3.84-3.41c.225-.01.448.037.65.138l3.86 1.93a1.321 1.321 0 0 1 0 2.361l-3.86 1.93a1.324 1.324 0 0 1-1.743-.538 1.321 1.321 0 0 1-.167-.643V8.321a1.32 1.32 0 0 1 1.26-1.319Z"})),q3=c.forwardRef(j3),Kn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(q3,{})}));Kn.displayName="EventIcon";const Y3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.236.782c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475 0 5.054.003 5.302.055 5.474.087.286.229.521.44.736.308.312.61.463 1.017.508.269.032.546-.006.685-.092a.69.69 0 0 0 .18-.202c.075-.126.083-.168.083-.425s-.008-.299-.082-.425a.708.708 0 0 0-.187-.204c-.088-.053-.363-.117-.52-.12-.021 0-.072-.034-.112-.074l-.074-.073V2.398l.074-.073.073-.074h10.206l.073.074c.04.04.074.09.075.112.002.157.066.432.119.52a.708.708 0 0 0 .205.187c.126.074.168.082.425.082s.299-.008.425-.082a.69.69 0 0 0 .2-.181c.133-.215.138-.73.01-1.066-.19-.5-.613-.898-1.145-1.075-.157-.053-.402-.056-5.37-.06C4.758.76 2.335.769 2.236.782Zm3 3c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475s.003 5.303.055 5.475c.09.291.23.524.456.748.224.226.457.366.749.456.172.053.42.055 5.475.055s5.303-.002 5.475-.055a1.73 1.73 0 0 0 .749-.456 1.73 1.73 0 0 0 .456-.748c.052-.173.055-.42.055-5.476 0-5.054-.003-5.302-.055-5.474a1.852 1.852 0 0 0-1.19-1.204c-.157-.053-.402-.056-5.37-.06-2.863-.002-5.286.007-5.385.02Zm10.44 1.543.075.073v10.206l-.074.073-.073.074H5.398l-.073-.074-.074-.073V5.398l.074-.073.073-.074h10.206l.073.074ZM8.687 7.79c-.38.084-.725.4-.852.782-.061.18-.063.242-.063 1.928s.002 1.748.063 1.928c.2.601.854.935 1.469.753.089-.027.89-.412 1.78-.857 1.806-.904 1.85-.933 2.036-1.311.09-.184.097-.217.097-.513 0-.296-.006-.33-.097-.513-.186-.378-.23-.407-2.036-1.311-.89-.445-1.691-.831-1.78-.858a1.72 1.72 0 0 0-.617-.028Zm2.685 2.71c0 .008-.48.255-1.065.548l-1.065.532V9.42l1.065.532c.586.293 1.065.54 1.065.548Z"})),K3=c.forwardRef(Y3),Gn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(K3,{})}));Gn.displayName="EventsSegmentationIcon";const G3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.735 2.25h-.25a.75.75 0 1 1 0-1.5h7a.75.75 0 0 1 0 1.5h-.25v4.028l1.823 2.805a.662.662 0 0 1 .012.018l2.535 3.9a2.75 2.75 0 0 1-2.305 4.25H3.667A2.75 2.75 0 0 1 1.365 13l2.531-3.893a.753.753 0 0 1 .02-.03l1.819-2.8V2.25Zm5.121 4.66a.75.75 0 0 1-.121-.41V2.25h-3.5V6.5a.75.75 0 0 1-.121.41L5.917 8.75h6.136l-1.197-1.84Zm-7.214 5.34h3.793a.75.75 0 0 1 0 1.5H2.667l-.044.07a1.25 1.25 0 0 0 1.045 1.93H14.3a1.25 1.25 0 0 0 1.047-1.93l-2.32-3.57H4.943l-1.3 2Z"})),X3=c.forwardRef(G3),Xn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(X3,{})}));Xn.displayName="ExperimentIcon";const Q3=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.518 3.75 3.997 3.997 0 0 1 3.974.719 4 4 0 0 1-1.629 6.92.75.75 0 0 1-.364-1.456 2.5 2.5 0 1 0-2.03-4.481.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.825.75.75 0 1 1-1.045 1.075A5.75 5.75 0 0 1 6.366.74Z"}),o.createElement("path",{d:"M6.214 8.807a.748.748 0 0 0-.243.163l-2 2a.75.75 0 0 0 1.06 1.06l.72-.719v5.19a.75.75 0 0 0 1.5 0v-5.19l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.748.748 0 0 0-.817-.164Zm5.287-.057a.75.75 0 0 1 .75.75v5.19l.72-.72a.75.75 0 0 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.5a.75.75 0 0 1 .75-.75Z"})),J3=c.forwardRef(Q3),Qn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(J3,{})}));Qn.displayName="ExposeIcon";const e6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M5.751 3.501a.75.75 0 0 0-1.5 0v1.25h-1.25a.75.75 0 0 0 0 1.5h1.25v1.25a.75.75 0 0 0 1.5 0v-1.25h1.25a.75.75 0 0 0 0-1.5h-1.25v-1.25Zm7.28 3.969a.75.75 0 0 1 0 1.062l-.97.97.97.969a.75.75 0 0 1-1.06 1.06l-.97-.97-.97.97a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 1.06-1.06l.97.97.97-.97a.75.75 0 0 1 1.06 0Zm-10.28 5.031a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.288a1 1 0 1 1-.074 0H3.501a.75.75 0 0 1-.75-.75Z"}),o.createElement("path",{d:"M6.251 10.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),o.createElement("path",{d:"M12.025.751c.457 0 .896.179 1.223.498l1.975 1.921a1.751 1.751 0 0 1 .528 1.253v11.078a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-13a1.75 1.75 0 0 1 1.75-1.75h10.024Zm0 1.5H2.002a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25V4.423a.251.251 0 0 0-.075-.178L12.2 2.323a.25.25 0 0 0-.175-.072Z"})),t6=c.forwardRef(e6),Jn=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(t6,{})}));Jn.displayName="ExpressionIcon";const r6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.97 2.532a.723.723 0 0 0 .531.218h2.688L7.47 7.47a.752.752 0 0 0-.203.53c.01.198.083.37.219.516A.798.798 0 0 0 8 8.735a.752.752 0 0 0 .532-.203l4.718-4.719V6.5c0 .209.073.386.219.532A.723.723 0 0 0 14 7.25a.723.723 0 0 0 .532-.218.723.723 0 0 0 .218-.532V2a.723.723 0 0 0-.218-.53.723.723 0 0 0-.532-.22H9.5a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53c0 .209.073.386.219.532Z"}),o.createElement("path",{d:"M6.533 1.47A.723.723 0 0 0 6 1.25H3c-.312 0-.604.079-.875.235-.27.156-.484.37-.64.64A1.717 1.717 0 0 0 1.25 3v10c0 .313.078.605.235.876.156.27.37.484.64.64.271.156.563.235.875.235h10c.313 0 .604-.079.875-.235a1.71 1.71 0 0 0 .64-.64c.157-.271.235-.563.235-.875v-3a.723.723 0 0 0-.218-.532A.723.723 0 0 0 14 9.25a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53v3a.256.256 0 0 1-.078.188.232.232 0 0 1-.172.063H3a.29.29 0 0 1-.187-.063A.29.29 0 0 1 2.75 13V3a.23.23 0 0 1 .063-.171A.256.256 0 0 1 3 2.75h3a.723.723 0 0 0 .532-.218A.723.723 0 0 0 6.75 2a.723.723 0 0 0-.218-.53Z"})),n6=c.forwardRef(r6),e5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(n6,{})}));e5.displayName="ExternalLinkIcon";const o6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M7.868 6.384c-.617 0-1.117.5-1.117 1.116a.75.75 0 0 1-1.5 0 2.617 2.617 0 0 1 2.617-2.616.75.75 0 1 1 0 1.5Z"}),o.createElement("path",{d:"M14.532 2.53a.75.75 0 1 0-1.06-1.06l-1.817 1.817a8.468 8.468 0 0 0-2.07-.846A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012a13.977 13.977 0 0 0 2.766 2.577L1.471 13.47a.75.75 0 1 0 1.06 1.06l2.553-2.551a.745.745 0 0 0 .188-.188L7.42 9.643a.75.75 0 0 0 .716.973A2.617 2.617 0 0 0 10.752 8a.75.75 0 0 0-.974-.716l4.754-4.753ZM9.285 7.778A.75.75 0 0 0 9.251 8c0 .617-.5 1.117-1.116 1.117a.75.75 0 0 0-.223.034l1.373-1.374Zm-4.75 2.63C3.51 9.734 2.577 8.85 1.853 7.967a.494.494 0 0 1 0-.603c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.02c.405-.005.81.043 1.203.144h.004a6.71 6.71 0 0 1 1.327.5l-6.01 6.012Z"}),o.createElement("path",{d:"M12.953 4.99a.75.75 0 0 1 1.06-.038c.443.413.851.915 1.183 1.322l.12.147.009.011a1.994 1.994 0 0 1 0 2.466l-.009.011c-1.356 1.66-3.447 3.416-5.732 3.986A6.141 6.141 0 0 1 8 13.084a6.139 6.139 0 0 1-1.426-.152.75.75 0 0 1 .332-1.463c.356.081.72.12 1.085.115h.02a4.64 4.64 0 0 0 1.204-.143l.004-.001c1.845-.46 3.678-1.943 4.93-3.473a.495.495 0 0 0 0-.603l-.115-.142c-.341-.418-.681-.835-1.044-1.173a.75.75 0 0 1-.037-1.06Z"})),a6=c.forwardRef(o6),t5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(a6,{})}));t5.displayName="EyeCrossedIcon";const l6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8 5.05a2.617 2.617 0 1 0 0 5.234A2.617 2.617 0 0 0 8 5.05ZM6.884 7.668a1.117 1.117 0 1 1 2.233 0 1.117 1.117 0 0 1-2.233 0Z"}),o.createElement("path",{d:"M9.585 2.441A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012c1.358 1.658 3.446 3.413 5.731 3.985A6.135 6.135 0 0 0 8 13.084a6.141 6.141 0 0 0 1.583-.189c2.286-.57 4.377-2.326 5.733-3.986l.008-.01a1.994 1.994 0 0 0 0-2.467l-.008-.011c-1.383-1.69-3.48-3.414-5.731-3.98ZM8.01 3.751c.406-.005.81.043 1.204.144h.004c1.819.457 3.659 1.916 4.93 3.469a.494.494 0 0 1 0 .603c-1.25 1.53-3.084 3.014-4.929 3.473h-.004a4.64 4.64 0 0 1-1.205.144h-.02a4.641 4.641 0 0 1-1.202-.143h-.003c-1.845-.462-3.677-1.945-4.931-3.475a.494.494 0 0 1 0-.602c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.019Z"})),i6=c.forwardRef(l6),r5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(i6,{})}));r5.displayName="EyeIcon";const s6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.69 1.378A1.25 1.25 0 0 0 .75 2.42v11.16M2.69 1.378l4.06 2.523V2.42a1.25 1.25 0 0 1 1.958-1.03l.004.003 7.999 5.58a1.25 1.25 0 0 1 0 2.056L8.708 14.61a1.25 1.25 0 0 1-1.958-1.03V12.1l-4.06 2.523a1.249 1.249 0 0 1-1.94-1.042m1.5-10.71v10.26l4.854-3.017a.75.75 0 0 1 1.146.637v2.351l7.313-5.101L8.25 2.899v2.352a.75.75 0 0 1-1.146.637L2.25 2.87Z"})),c6=c.forwardRef(s6),n5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(c6,{})}));n5.displayName="FastForwardIcon";const d6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15 4.516c0-.219-.042-.432-.125-.64a1.738 1.738 0 0 0-.344-.547L11.844.5a1.653 1.653 0 0 0-.531-.359 1.443 1.443 0 0 0-.625-.14h-7.61a1.89 1.89 0 0 0-.797.171c-.25.105-.474.26-.672.47a2.158 2.158 0 0 0-.453.718c-.104.26-.156.536-.156.828v11.625c0 .292.052.573.156.844.105.27.256.51.453.719.198.197.422.354.672.468.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.114.474-.276.672-.484.198-.208.349-.443.453-.703a2.33 2.33 0 0 0 .156-.844V4.516Zm-12.187-3a.586.586 0 0 1 .265-.062h6.844V3.64c0 .219.042.432.125.64.083.21.198.397.344.563.156.156.333.276.531.36.198.083.401.125.61.125h2.078v8.484c0 .198-.068.37-.204.516a.608.608 0 0 1-.484.218H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.188c0-.198.067-.37.203-.516a.532.532 0 0 1 .219-.156Zm8.5.484 1.78 1.875h-1.562a.212.212 0 0 1-.156-.062.269.269 0 0 1-.062-.172v-1.64Z"})),u6=c.forwardRef(d6),o5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(u6,{})}));o5.displayName="FileIcon";const h6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M15 4.516c0-.22-.042-.433-.125-.641a1.738 1.738 0 0 0-.344-.547L11.844.5a1.654 1.654 0 0 0-.531-.36 1.443 1.443 0 0 0-.626-.14H3.079a1.89 1.89 0 0 0-.797.172c-.25.104-.474.26-.672.469a2.158 2.158 0 0 0-.453.718c-.104.26-.156.537-.156.829v11.624c0 .292.052.573.156.844.104.271.255.51.453.719.198.198.422.354.672.469.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.115.474-.276.672-.485a2.2 2.2 0 0 0 .453-.703c.104-.27.156-.552.156-.844V4.517Zm-12.188-3a.586.586 0 0 1 .266-.063h6.844v2.188c0 .218.042.432.125.64.083.209.198.396.344.563.156.156.333.276.53.36.199.082.402.124.61.124h2.078v8.485c0 .197-.067.37-.203.515a.608.608 0 0 1-.484.219H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.187c0-.197.067-.37.203-.515a.532.532 0 0 1 .219-.156Zm8.5.484 1.782 1.875H11.53a.212.212 0 0 1-.156-.063.269.269 0 0 1-.063-.171V2Z"}),o.createElement("path",{d:"M5.637 11.254a.667.667 0 0 0 .328-.07l4.92-2.46a.669.669 0 0 0 .001-1.196L5.964 5.07A.667.667 0 0 0 5 5.667v4.921a.667.667 0 0 0 .637.666Z"})))),f6=c.forwardRef(h6),a5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(f6,{})}));a5.displayName="FileVideoIcon";const w6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M2.75 2.75v.94l4.252 4.251c.265.266.415.626.415 1.002v3.805l1.167.292V8.944c0-.376.148-.736.413-1.002L13.25 3.69v-.94H2.75Zm10.525.915Zm-11.61-2a1.417 1.417 0 0 1 1.002-.415h10.667a1.417 1.417 0 0 1 1.416 1.417v1.057c0 .376-.15.737-.415 1.002l-4.252 4.251v4.17a1.417 1.417 0 0 1-1.76 1.374l-1.333-.334a1.417 1.417 0 0 1-1.073-1.374V8.978L1.664 4.725a1.417 1.417 0 0 1-.414-1V2.666c0-.376.15-.736.415-1.002Zm8.419 7.278Z"})),p6=c.forwardRef(w6),l5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(p6,{})}));l5.displayName="FilterIcon";const g6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M14.386 7.424a.332.332 0 0 0-.534-.158c-.393.334-.83.614-1.298.832a.166.166 0 0 1-.236-.14A8.767 8.767 0 0 0 5.172.004a.333.333 0 0 0-.339.498c.547.965.835 2.055.834 3.164a6.04 6.04 0 0 1-.42 2.215.167.167 0 0 1-.295.03 5.85 5.85 0 0 1-.698-1.525.333.333 0 0 0-.534-.162 6.643 6.643 0 0 0-2.386 5.109 6.667 6.667 0 1 0 13.333 0 6.61 6.61 0 0 0-.281-1.91ZM8 14.167a2.68 2.68 0 0 1-2.666-2.742 5.04 5.04 0 0 1 3.1-4.59.167.167 0 0 1 .194.258 2.853 2.853 0 0 0-.313 2.774.17.17 0 0 0 .118.092.167.167 0 0 0 .144-.04c.227-.183.397-.427.49-.704a.163.163 0 0 1 .092-.105.167.167 0 0 1 .14 0 2.467 2.467 0 0 1 1.368 2.39A2.616 2.616 0 0 1 8 14.168Z"})),v6=c.forwardRef(g6),i5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(v6,{})}));i5.displayName="FireIcon";const m6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.263.763A1.75 1.75 0 0 1 2.5.25H6a1.75 1.75 0 0 1 1.4.7l.975 1.3H15.5A1.75 1.75 0 0 1 17.25 4v10a1.75 1.75 0 0 1-1.75 1.75h-13A1.75 1.75 0 0 1 .75 14V2c0-.464.185-.909.513-1.237ZM2.5 1.75a.25.25 0 0 0-.25.25v12a.25.25 0 0 0 .25.25h13a.25.25 0 0 0 .25-.25V4a.25.25 0 0 0-.25-.25H8a.75.75 0 0 1-.6-.3l-1.2-1.6a.25.25 0 0 0-.2-.1H2.5Z"})),b6=c.forwardRef(m6),s5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(b6,{})}));s5.displayName="FolderEmptyIcon";const E6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.5.25c-.482 0-.933.208-1.256.556A1.87 1.87 0 0 0 .75 2.077v11.847c0 .467.172.925.494 1.271.323.348.774.556 1.256.556h13c.483 0 .934-.208 1.257-.556a1.87 1.87 0 0 0 .493-1.271V4.23a1.87 1.87 0 0 0-.493-1.272 1.715 1.715 0 0 0-1.257-.555H8.393l-.976-1.401a1.771 1.771 0 0 0-.613-.55A1.692 1.692 0 0 0 6 .25H2.5Z"})),y6=c.forwardRef(E6),c5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(y6,{})}));c5.displayName="FolderFullIcon";const I6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M1.312-.002C.587-.002 0 .585 0 1.31v2.999C0 5.033.587 5.62 1.312 5.62h2.999c.724 0 1.312-.588 1.312-1.312V1.31c0-.725-.588-1.312-1.312-1.312H1.312ZM1.125 1.31c0-.104.083-.187.187-.187h2.999c.103 0 .187.083.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V1.31Z"}),o.createElement("path",{d:"M1.312 6.745C.587 6.745 0 7.333 0 8.057v2.999c0 .725.587 1.312 1.312 1.312h2.999c.724 0 1.312-.588 1.312-1.312V8.057c0-.724-.588-1.312-1.312-1.312H1.312Zm-.187 1.312c0-.103.083-.187.187-.187h2.999c.103 0 .187.084.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V8.057Z"}),o.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),o.createElement("path",{d:"M8.06 6.745c-.725 0-1.313.588-1.313 1.312v2.999c0 .725.588 1.312 1.312 1.312h.155c0-.382.052-.76.155-1.125h-.31a.187.187 0 0 1-.187-.187V8.057c0-.103.084-.187.187-.187h2.999c.103 0 .187.084.187.187v.31a4.157 4.157 0 0 1 1.125-.155v-.155c0-.724-.587-1.312-1.312-1.312H8.059Z"}),o.createElement("path",{d:"M12.37 15.998a3.63 3.63 0 1 0 0-7.26 3.63 3.63 0 0 0 0 7.26Zm.02-6.31c.386 0 .699.313.699.698v1.293h1.292a.699.699 0 0 1 0 1.397H13.09v1.292a.699.699 0 1 1-1.397 0v-1.292h-1.293a.699.699 0 0 1 0-1.397h1.293v-1.293c0-.385.313-.698.698-.698Z"})),C6=c.forwardRef(I6),d5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(C6,{})}));d5.displayName="ForceAddToRecallIcon";const S6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M0 1.31C0 .585.587-.002 1.312-.002h2.999c.724 0 1.312.587 1.312 1.312v2.999c0 .724-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 4.309V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H1.312Z"}),o.createElement("path",{d:"M0 8.057c0-.724.587-1.312 1.312-1.312h2.999c.724 0 1.312.588 1.312 1.312v2.999c0 .725-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 11.056V8.057Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .104.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V8.057a.187.187 0 0 0-.187-.187H1.312Z"}),o.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),o.createElement("path",{d:"M6.747 8.057c0-.724.588-1.312 1.312-1.312h2.999c.725 0 1.312.588 1.312 1.312v.155c-.38 0-.758.052-1.125.155v-.31a.187.187 0 0 0-.187-.187H8.059a.187.187 0 0 0-.187.187v2.999c0 .104.084.187.187.187h.31a4.155 4.155 0 0 0-.155 1.125h-.155a1.312 1.312 0 0 1-1.312-1.312V8.057Z"}),o.createElement("path",{d:"M11.961 8.931A3.551 3.551 0 1 1 12.447 16a.505.505 0 0 1 0-1.01 2.542 2.542 0 1 0-2.035-4.061h1.02a.505.505 0 1 1 0 1.009H9.4a.505.505 0 0 1-.505-.505v-2.03a.505.505 0 1 1 1.01 0v.568a3.557 3.557 0 0 1 2.055-1.04Z"})),M6=c.forwardRef(S6),u5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(M6,{})}));u5.displayName="ForceAddToRecallUndoIcon";const x6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5.376 3.5a.75.75 0 1 0-1.5 0v.375H3.5a.75.75 0 1 0 0 1.5h.375v.375a.75.75 0 0 0 1.5 0v-.375h.375a.75.75 0 1 0 0-1.5h-.375V3.5Zm.905 7.28a.75.75 0 1 0-1.06-1.06l-.595.595-.595-.595a.75.75 0 0 0-1.06 1.06l.594.596-.595.594a.75.75 0 1 0 1.061 1.06l.595-.594.594.595a.75.75 0 0 0 1.061-1.06l-.595-.595.595-.595Zm3.219-.53a.75.75 0 0 1 .75-.75h2.25a.75.75 0 0 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75Zm.75 1.5a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Zm0-7.875a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Z"}),o.createElement("path",{d:"M.5 2.257v11.487c0 .97.787 1.757 1.757 1.757h11.487c.97 0 1.757-.787 1.757-1.757V2.257c0-.97-.787-1.757-1.757-1.757H2.257C1.287.5.501 1.287.501 2.257Zm1.5 0C2 2.115 2.117 2 2.258 2h4.994v5.25H2V2.257Zm0 11.487V8.75h5.25V14H2.258a.257.257 0 0 1-.256-.256Zm12 0a.257.257 0 0 1-.256.257H8.751V8.75H14v4.993ZM8.75 7.25V2h4.994c.142 0 .257.115.257.257V7.25H8.75Z"})),Z6=c.forwardRef(x6),h5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Z6,{})}));h5.displayName="FormulaExpressionIcon";const A6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.324 2.324a.25.25 0 0 1 .177-.074h2.5a.75.75 0 1 0 0-1.5H2.5A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h2.5a.75.75 0 0 0 0-1.5H2.5a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM13 .75a.75.75 0 0 0 0 1.5h2.5a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25H13a.75.75 0 0 0 0 1.5h2.5a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.75H13ZM7.652 5.628A.75.75 0 0 0 6.25 6v7a.75.75 0 0 0 1.5 0V8.826l.598 1.048a.75.75 0 0 0 1.303 0l.599-1.048V13a.75.75 0 0 0 1.5 0V6a.75.75 0 0 0-1.402-.373L9 7.987l-1.35-2.36Z"})),T6=c.forwardRef(A6),f5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(T6,{})}));f5.displayName="FormulaIcon";const N6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M1.251.667a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75Zm14.162 2.397a.75.75 0 0 1-.309 1.015L6.037 8.917l9.069 4.838a.75.75 0 1 1-.707 1.324L4.752 9.932a.75.75 0 0 1-.177-.13 1.25 1.25 0 0 1 0-1.769.75.75 0 0 1 .177-.13l9.646-5.147a.75.75 0 0 1 1.015.308Z"})),P6=c.forwardRef(N6),w5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(P6,{})}));w5.displayName="FromStartAltIcon";const L6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.25 2.499a.75.75 0 0 1 .75-.75h4.5a.749.749 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-8.438 8.44H7a.75.75 0 0 1 0 1.5H2.514a.748.748 0 0 1-.763-.75v-4.5a.75.75 0 1 1 1.5 0v2.69l8.44-8.44H9a.75.75 0 0 1-.75-.75Z"})),F6=c.forwardRef(L6),p5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(F6,{})}));p5.displayName="FullscreenIcon";const B6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.001.75a.75.75 0 0 0-.75.75c0 1.294.63 2.43 1.517 3.25H2.501A1.75 1.75 0 0 0 .751 6.5V8a1.25 1.25 0 0 0 1 1.225v6.276a1.75 1.75 0 0 0 1.75 1.75h11a1.75 1.75 0 0 0 1.75-1.75V9.225a1.25 1.25 0 0 0 1-1.225V6.5a1.75 1.75 0 0 0-1.75-1.75h-2.267c.886-.82 1.517-1.956 1.517-3.25a.75.75 0 0 0-.75-.75c-1.298 0-2.593.522-3.565 1.351C9.809 2.636 9.29 3.322 9 4.11c-.29-.788-.808-1.474-1.435-2.009C6.594 1.272 5.3.751 4.001.751Zm7.25 15v-6.5h3.5v6.25a.25.25 0 0 1-.25.25h-3.25Zm0-8v-1.5h4.25a.25.25 0 0 1 .25.25v1.25h-4.5Zm-1.5-1.5v1.5h-1.5v-1.5h1.5Zm-3 0v1.5h-4.5V6.5a.25.25 0 0 1 .25-.25h4.25Zm0 3v6.5h-3.25a.25.25 0 0 1-.25-.25V9.25h3.5Zm1.5 6.5v-6.5h1.5v6.5h-1.5Zm3.158-12.507a4.247 4.247 0 0 1 1.686-.875c-.187.513-.534.991-1.002 1.39a4.246 4.246 0 0 1-1.686.875c.187-.513.534-.991 1.002-1.39Zm-5.5.515c-.468-.399-.815-.877-1.002-1.39.61.156 1.2.46 1.686.875.468.399.815.877 1.002 1.39-.61-.156-1.2-.46-1.686-.875Z"})),H6=c.forwardRef(B6),g5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(H6,{})}));g5.displayName="GiftIcon";const V6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M11.451.503a7.75 7.75 0 0 0-8.788 3.85.75.75 0 0 0 1.323.706 6.25 6.25 0 1 1-.107 5.68.75.75 0 0 0-1.348.656A7.75 7.75 0 1 0 11.45.503Z"}),o.createElement("path",{d:"M8.97 4.973a.75.75 0 0 1 1.061 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 1 1 0-1.5h8.69l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),O6=c.forwardRef(V6),v5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(O6,{})}));v5.displayName="GoToIcon";const D6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M6.919 4.053 5.449 7.51a1.75 1.75 0 0 1-1.615 1.074H1.501a.75.75 0 0 1 0-1.5h2.333a.25.25 0 0 0 .232-.154l.002-.005L5.8 2.848a1.25 1.25 0 0 1 2.333.085l.005.013 2.934 9.127 1.47-3.889a1.75 1.75 0 0 1 1.625-1.1H16.5a.75.75 0 0 1 0 1.5h-2.333a.25.25 0 0 0-.227.146l-1.725 4.562a1.25 1.25 0 0 1-2.345-.057l-.004-.013L6.92 4.053Z"})),$6=c.forwardRef(D6),m5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx($6,{})}));m5.displayName="GraphStatsIcon";const k6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.501.749a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm.25 7.25a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm7.5-9c0-.967.784-1.75 1.75-1.75h4c.967 0 1.75.783 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-4a1.75 1.75 0 0 1-1.75-1.75v-4Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25h-4Zm0 7.5a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Z"})),_6=c.forwardRef(k6),b5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(_6,{})}));b5.displayName="GridAltIcon";const R6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 2.499c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm4.25.25c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm-13.5 6c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.499a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .139.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),U6=c.forwardRef(R6),E5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(U6,{})}));E5.displayName="GridIcon";const W6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.092 4.753a1.42 1.42 0 0 0-.69.13 1.189 1.189 0 0 0-.486.408.947.947 0 0 0-.165.528.75.75 0 1 1-1.5 0c0-.487.148-.958.419-1.363.27-.403.65-.723 1.093-.93a2.92 2.92 0 0 1 2.799.177c.41.264.743.632.952 1.07.21.44.283.928.21 1.409a2.49 2.49 0 0 1-.615 1.287 2.76 2.76 0 0 1-1.211.778.248.248 0 0 0-.121.079.105.105 0 0 0-.026.064V9a.75.75 0 1 1-1.5 0v-.609c0-.36.124-.705.342-.986.217-.279.515-.48.846-.586a1.26 1.26 0 0 0 .554-.352.991.991 0 0 0 .248-.511.919.919 0 0 0-.081-.537 1.115 1.115 0 0 0-.41-.454 1.38 1.38 0 0 0-.658-.212ZM8.001 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),o.createElement("path",{d:"M8.001.25a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5ZM1.751 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),z6=c.forwardRef(W6),y5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(z6,{})}));y5.displayName="HelpIcon";const j6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M7.226 1.47A7.25 7.25 0 1 1 10 15.416a.75.75 0 0 1 0-1.5A5.75 5.75 0 1 0 4.454 6.65l.516-.516a.75.75 0 0 1 1.06 1.06L4.062 9.165a.748.748 0 0 1-1.124 0L.97 7.196a.75.75 0 0 1 1.06-1.06l.822.82A7.25 7.25 0 0 1 7.226 1.47Z"}),o.createElement("path",{d:"M10.25 4.165a.75.75 0 0 0-1.5 0v4.5c0 .415.336.75.75.75H13a.75.75 0 0 0 0-1.5h-2.75v-3.75Z"})),q6=c.forwardRef(j6),I5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(q6,{})}));I5.displayName="HistoryIcon";const Y6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M13.72 9.243c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v5.5a.724.724 0 0 1-.219.532.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-4a.208.208 0 0 0-.078-.172.208.208 0 0 0-.172-.078h-1a.24.24 0 0 0-.172.078.208.208 0 0 0-.078.172v4a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-5.5c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v4.75h2.5v-3.25c0-.312.078-.603.234-.874.157-.27.37-.484.641-.64.27-.157.562-.235.875-.235h1c.323 0 .614.078.875.234.27.157.484.37.64.64.157.272.235.563.235.876v3.25h2.5v-4.75ZM2.001 8.774A.737.737 0 0 1 .97 8.758a.705.705 0 0 1-.219-.515.698.698 0 0 1 .188-.531L7.736.915c.166-.156.354-.281.562-.375a1.69 1.69 0 0 1 1.344 0c.219.094.406.219.562.375l6.797 6.797a.752.752 0 0 1 .203.53c0 .199-.073.37-.218.517a.815.815 0 0 1-.532.218.733.733 0 0 1-.515-.203L9.142 1.977A.208.208 0 0 0 8.97 1.9a.208.208 0 0 0-.172.078L2.001 8.774Z"})),K6=c.forwardRef(Y6),C5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(K6,{})}));C5.displayName="HomeIcon";const G6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M7.257 11.503a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Zm-1.72-4.531a.75.75 0 1 0-1.06 1.061l1.47 1.47-1.47 1.47a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2Z"}),o.createElement("path",{d:"M.257 2.503c0-.967.783-1.75 1.75-1.75h12c.966 0 1.75.783 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-11Zm1.5 0v1.25h12.5v-1.25a.25.25 0 0 0-.25-.25h-12a.25.25 0 0 0-.25.25Zm12.5 2.75h-12.5v8.25c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-8.25Z"})),X6=c.forwardRef(G6),S5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(X6,{})}));S5.displayName="HtmlIcon";const Q6=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M16 8.51v5.8c0 .94-.76 1.7-1.7 1.7H1.7c-.94 0-1.7-.76-1.7-1.7V1.7C0 .76.76 0 1.7 0h6.18v1.5H1.7c-.13 0-.2.06-.2.2v12.61c0 .13.06.2.2.2h12.61c.13 0 .2-.06.2-.2v-5.8h1.5H16Z"}),o.createElement("path",{d:"M7.17 5c0-1.13-.91-2.04-2.04-2.04S3.09 3.87 3.09 5 4 7.04 5.13 7.04 7.17 6.13 7.17 5Z"}),o.createElement("path",{d:"M9.21 10.28c.64-.23 1.32-.31 1.99-.25.67.06 1.33.26 1.92.6.36.21.82.08 1.02-.28a.74.74 0 0 0-.28-1.02c-.78-.44-1.64-.71-2.53-.79a6.182 6.182 0 0 0-4.88 1.73l-.02.02c-.55-.33-1.17-.51-1.82-.52-.9-.02-1.77.29-2.46.86-.32.27-.36.74-.09 1.06.27.32.74.36 1.06.09.41-.34.93-.53 1.47-.52.31 0 .62.08.9.21-.19.32-.36.65-.5 1-.15.39.04.82.43.97.39.15.82-.04.97-.43.17-.45.41-.86.71-1.24.01-.02.03-.03.04-.05.11-.14.23-.27.36-.39a4.82 4.82 0 0 1 1.71-1.06v.01Z"}),o.createElement("path",{d:"m15.76 6.6-1.22-1.22a.504.504 0 0 1-.1-.57c.21-.45.32-.94.32-1.44 0-1.86-1.52-3.38-3.38-3.38C9.52-.01 8 1.51 8 3.37c0 1.86 1.52 3.38 3.38 3.38.5 0 .99-.11 1.44-.32.07-.03.14-.05.21-.05.13 0 .26.05.35.15l1.22 1.22c.31.31.85.31 1.16 0a.82.82 0 0 0 0-1.16v.01ZM11.4 5.14c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Z"})))),J6=c.forwardRef(Q6),M5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(J6,{})}));M5.displayName="ImageSearchIcon";const ed=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12.792 4.918a.75.75 0 0 1 .949-.475l2.654.885a1.252 1.252 0 0 1 .79 1.581l-3.161 9.487a1.252 1.252 0 0 1-1.582.79l-7.176-2.392a.75.75 0 0 1 .475-1.423l6.939 2.313 3.004-9.012-2.417-.806a.75.75 0 0 1-.475-.948Zm2.97 1.517ZM4.376 2.5a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM4 4.377a.375.375 0 1 1 .751 0 .375.375 0 0 1-.75 0Z"}),o.createElement("path",{d:"M.75 2C.75 1.31 1.31.75 2 .75h9c.69 0 1.25.56 1.25 1.25v10c0 .691-.56 1.25-1.25 1.25H2A1.25 1.25 0 0 1 .75 12V2Zm1.5 6.75h1.86l2.542-3.633a1.752 1.752 0 0 1 2.753-.15l1.345 1.538V2.25h-8.5v6.5Zm6.026-2.795a.254.254 0 0 0-.203-.086.25.25 0 0 0-.191.106L5.94 8.751h4.782L8.276 5.955ZM2.25 10.25v1.5h8.5v-1.5h-8.5Z"})),td=c.forwardRef(ed),x5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(td,{})}));x5.displayName="ImagesIcon";const rd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M17.193 12.287a.748.748 0 0 1-.693.463H12a.75.75 0 0 1 0-1.5h2.69l-4.013-4.013a.25.25 0 0 0-.354 0L8.238 9.324a1.75 1.75 0 0 1-2.476 0L.97 4.53a.75.75 0 0 1 1.06-1.06l4.793 4.793a.25.25 0 0 0 .354 0l2.085-2.086a1.75 1.75 0 0 1 2.476 0l4.012 4.012V7.5a.75.75 0 0 1 1.5 0V12c0 .102-.02.199-.057.287Z"})),nd=c.forwardRef(rd),Z5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(nd,{})}));Z5.displayName="ImpactDownIcon";const od=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"})),A5=c.forwardRef(od),St=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(A5,{})}));St.displayName="InfoFilledIcon";const ad=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"}),o.createElement("path",{d:"M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),ld=c.forwardRef(ad),T5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ld,{})}));T5.displayName="InfoIcon";const id=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0ZM7.83 6.286a.857.857 0 1 0 0-1.714.857.857 0 0 0 0 1.714Zm1.2 4.02h-.257V7.734a.6.6 0 0 0-.6-.6h-.858a.6.6 0 0 0 0 1.2h.258v2.015h-.258a.6.6 0 1 0 0 1.2H9.03a.6.6 0 0 0 0-1.2v-.043Z"})),sd=c.forwardRef(id),N5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(sd,{})}));N5.displayName="InfoSmallIcon";const cd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.755 6.065a8.754 8.754 0 0 1 16.503.035c.319.908.492 1.884.492 2.9a8.736 8.736 0 0 1-.503 2.934A8.76 8.76 0 0 1 9 17.75a8.754 8.754 0 0 1-8.258-5.852A8.736 8.736 0 0 1 .25 9.001a8.736 8.736 0 0 1 .505-2.936Zm10.506 9.826a7.271 7.271 0 0 0 4.135-3.473h-3.325a26.486 26.486 0 0 1-.81 3.473Zm-.71-3.473H7.455c.224 1.288.549 2.563.974 3.81a7.318 7.318 0 0 0 1.146 0c.425-1.244.75-2.518.974-3.81Zm1.721-1.5h3.722c.167-.61.256-1.254.256-1.917 0-.664-.089-1.307-.256-1.917h-3.596c.013.342.02.685.019 1.028.002.939-.047 1.875-.145 2.806Zm-1.375-3.834H7.105a25.165 25.165 0 0 0 .136 3.834h3.523c.103-.93.155-1.866.153-2.805v-.002c0-.343-.006-.685-.02-1.027Zm1.402-1.5h3.097a7.278 7.278 0 0 0-3.618-3.282c.242 1.082.416 2.178.52 3.282Zm-2.175-3.747a7.306 7.306 0 0 0-2.246 0 25.158 25.158 0 0 0-.667 3.747h3.58a25.017 25.017 0 0 0-.668-3.747ZM2.006 7.084A7.258 7.258 0 0 0 1.75 9c0 .663.09 1.306.257 1.917h3.725a26.664 26.664 0 0 1-.129-3.834H2.007Zm.598 5.334a7.271 7.271 0 0 0 4.14 3.475 26.654 26.654 0 0 1-.81-3.475h-3.33Zm0-6.834h3.098c.105-1.1.278-2.197.52-3.282a7.278 7.278 0 0 0-3.618 3.282Z"})),dd=c.forwardRef(cd),P5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(dd,{})}));P5.displayName="InternetIcon";const ud=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"}),o.createElement("path",{d:"M.9 15.101a2.216 2.216 0 0 1 0-3.134l5.725-5.725A4.66 4.66 0 1 1 9.76 9.376l-.941.941.18.673a1.728 1.728 0 0 1-2.115 2.115l-.502-.135.134.502A1.728 1.728 0 0 1 4.4 15.588l-.726-.194c-.86.559-2.02.461-2.775-.293Zm1.06-2.073a.716.716 0 1 0 1.013 1.013.75.75 0 0 1 .724-.194l1.09.292a.228.228 0 0 0 .28-.279l-.293-1.09a.75.75 0 0 1 .194-.724l.488-.488a.75.75 0 0 1 .725-.194l1.089.292a.228.228 0 0 0 .279-.28l-.292-1.088a.75.75 0 0 1 .194-.725l1.583-1.584a.75.75 0 0 1 .823-.16 3.16 3.16 0 1 0-1.675-1.675.75.75 0 0 1-.16.823L1.96 13.028Z"})),hd=c.forwardRef(ud),L5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(hd,{})}));L5.displayName="KeyIcon";const fd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.75 15.834c0 .782.635 1.417 1.417 1.417h13.667c.782 0 1.417-.635 1.417-1.417V2.167c0-.782-.635-1.416-1.417-1.416H2.167A1.415 1.415 0 0 0 .751 2.167v13.667Zm1.5-8.583h3.5v8.5h-3.5v-8.5Zm0-1.5v-3.5h3.5v3.5h-3.5Zm5 1.5h8.5v8.5h-8.5v-8.5Zm8.5-1.5h-8.5v-3.5h8.5v3.5Z"})),wd=c.forwardRef(fd),F5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wd,{})}));F5.displayName="LayoutIcon";const pd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M4.49 16.251a.75.75 0 0 1-.74-.75V9.037a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 0 4.25-4.25V3a2.25 2.25 0 0 1 4.5 0v2.254c0 .115.079.215.17.238l.992.218a3.752 3.752 0 0 1 2.833 3.834l-.202 3.43a4.75 4.75 0 0 1-4.726 4.276H9.06c-.441 0-.88-.062-1.304-.183l-2.423-.692a3.252 3.252 0 0 0-.844-.125Zm1.255-1.317 2.423.692c.29.083.59.125.892.125h3.257c1.669 0 3.066-1.264 3.231-2.894l.2-3.394A2.245 2.245 0 0 0 14.07 7.17l-.99-.217a1.75 1.75 0 0 1-1.33-1.699V3.001a.75.75 0 0 0-1.5 0v1.036a5.751 5.751 0 0 1-5 5.701v5.082c.167.03.332.067.495.114ZM2.251 8.25v7.5h1.5v-7.5h-1.5Zm-.75-1.5h3a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-9a.75.75 0 0 1 .75-.75Z"})),gd=c.forwardRef(pd),B5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gd,{})}));B5.displayName="LikeIcon";const vd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.25 1.5a.75.75 0 1 0-1.5 0v15.001c0 .414.337.75.75.75h14.996a.75.75 0 0 0 0-1.5H2.251v-2.826l4.16-2.496c.194-.117.417-.178.644-.178h3.513c.392 0 .78-.085 1.138-.247l5.105-2.32a.75.75 0 1 0-.62-1.366l-5.106 2.32c-.163.074-.34.113-.518.113H7.055c-.499 0-.988.135-1.415.391l-3.39 2.034V1.501Z"})),md=c.forwardRef(vd),H5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(md,{})}));H5.displayName="LineChartIcon";const bd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M12.5 4.584a3.729 3.729 0 0 0-2.781 1.252.75.75 0 0 0 1.121.996 2.23 2.23 0 0 1 1.662-.748h.999a2.25 2.25 0 0 1 0 4.5h-1a2.231 2.231 0 0 1-1.661-.748.75.75 0 0 0-1.12.996 3.732 3.732 0 0 0 2.78 1.252h1a3.75 3.75 0 0 0 0-7.5h-1Zm-8 0a3.75 3.75 0 1 0 0 7.5h1.003a3.733 3.733 0 0 0 2.78-1.252.75.75 0 1 0-1.121-.997 2.233 2.233 0 0 1-1.662.749h-1a2.25 2.25 0 0 1 0-4.5h1a2.23 2.23 0 0 1 1.662.748.75.75 0 0 0 1.12-.996 3.73 3.73 0 0 0-2.78-1.252H4.501Z"}),o.createElement("path",{d:"M5.5 7.583a.75.75 0 1 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"})),Ed=c.forwardRef(bd),V5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ed,{})}));V5.displayName="LinkIcon";const yd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M3.001 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.5 7.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm4-14.25a.75.75 0 1 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Zm-.75 6.75a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm.75 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Z"})),Id=c.forwardRef(yd),O5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Id,{})}));O5.displayName="ListIcon";const Cd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M14.801 8c.663 0 1.21-.54 1.11-1.195a8 8 0 1 0-9.105 9.106C7.46 16.01 8 15.464 8 14.8s-.543-1.187-1.19-1.328a5.602 5.602 0 0 1-4.302-6.565 5.6 5.6 0 0 1 10.964-.098c.14.647.665 1.19 1.328 1.19Z"})),Sd=c.forwardRef(Cd),Mt=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Sd,{})}));Mt.displayName="LoaderIcon";const Md=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M8.751 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),o.createElement("path",{d:"M3.751 5v1.75h-.25a1.75 1.75 0 0 0-1.75 1.75v7c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-7a1.75 1.75 0 0 0-1.75-1.75h-.25V5a4.25 4.25 0 0 0-8.5 0Zm4.25-2.75A2.75 2.75 0 0 1 10.751 5v1.75h-5.5V5a2.75 2.75 0 0 1 2.75-2.75Zm-4.5 6h9a.25.25 0 0 1 .25.25v7a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-7a.25.25 0 0 1 .25-.25Z"})),xd=c.forwardRef(Md),D5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xd,{})}));D5.displayName="LockIcon";const Zd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M11.116 1.123c-.083.02-1.136.43-2.34.912-1.205.482-2.228.876-2.273.876-.045 0-.963-.353-2.039-.784-2.153-.861-2.066-.83-2.313-.866-.499-.075-1.024.212-1.258.687l-.097.197-.008 5.083c-.008 5.608-.02 5.227.181 5.636.116.237.446.584.667.702.167.089 4.298 1.744 4.44 1.779.05.012.17.033.268.047.356.052.484.01 2.868-.944 1.221-.488 2.25-.887 2.287-.887.036 0 .978.364 2.092.809 1.391.555 2.09.819 2.23.843.39.066.77-.066 1.056-.366.092-.096.203-.252.248-.348l.081-.173.008-5.07c.006-3.586-.002-5.116-.025-5.23-.09-.435-.455-.911-.86-1.124-.29-.151-4.236-1.724-4.458-1.776a1.847 1.847 0 0 0-.755-.003ZM4.06 3.563l1.702.68v4.689c0 2.579-.01 4.689-.023 4.689-.012 0-.77-.3-1.687-.663-1.154-.46-1.686-.686-1.733-.737l-.067-.073V7.496c0-4.417.003-4.65.052-4.632.03.01.82.325 1.756.699Zm6.712 3.964c0 3.706-.008 4.683-.038 4.706-.045.035-3.429 1.388-3.472 1.388-.02 0-.028-1.57-.023-4.688l.008-4.687 1.725-.695a75.81 75.81 0 0 1 1.762-.697c.03-.002.038.95.038 4.673Zm3.196-3.998c1.173.47 1.71.698 1.74.742.038.055.044.655.044 4.707 0 2.554-.01 4.643-.023 4.643-.012 0-.802-.312-1.754-.693l-1.733-.693V7.543c0-2.581.007-4.692.015-4.692s.778.305 1.711.678Z"})),Ad=c.forwardRef(Zd),$5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ad,{})}));$5.displayName="MapIcon";const Td=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M4.809 2.276a.75.75 0 0 1 .844.353L8 6.739l2.35-4.11a.75.75 0 0 1 1.4.372v10.5a.75.75 0 1 1-1.5 0V5.825L8.653 8.623a.75.75 0 0 1-1.303 0L5.751 5.825v7.676a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .558-.725Z"})),Nd=c.forwardRef(Td),k5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nd,{})}));k5.displayName="MetricAltIcon";const Pd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M3.251 8a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),Ld=c.forwardRef(Pd),_5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ld,{})}));_5.displayName="MinusIcon";const Fd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M4.75 1.75C4.75.785 5.534 0 6.5 0h7c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 13.5 7.5h-7a1.75 1.75 0 0 1-1.75-1.75v-4Zm2.53-.25 2.293 1.647a.735.735 0 0 0 .427.134c.16 0 .31-.05.427-.134l2.293-1.646H7.28Zm6.47 1.108-2.448 1.758A2.235 2.235 0 0 1 10 4.78c-.465 0-.923-.144-1.302-.415L6.25 2.608v3.143c0 .138.112.25.25.25h7a.25.25 0 0 0 .25-.25V2.608Z"}),o.createElement("path",{d:"M2.25 3.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .75 3.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75V9a.75.75 0 1 0-1.5 0v2.75h-6.5V3.5Zm0 9.75h6.5v.25a1.25 1.25 0 0 1-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),Bd=c.forwardRef(Fd),R5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bd,{})}));R5.displayName="MobileAppInboxIcon";const Hd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M11.375 2.75a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM11 4.627a.375.375 0 1 1 .75 0 .375.375 0 0 1-.75 0Z"}),o.createElement("path",{d:"M5.5.75a.75.75 0 0 0-.75.75v9c0 .415.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Zm.75 9V8.326a.753.753 0 0 0 .153-.075c.43-.273.9-.437 1.381-.485a3.04 3.04 0 0 1 1.427.204c.46.182.886.477 1.247.868.246.267.457.575.625.914H6.25Zm1.386-3.477c-.478.047-.945.17-1.386.364V2.25h7.5v7.5h-1.043a5.531 5.531 0 0 0-1.146-1.93 4.913 4.913 0 0 0-1.797-1.246 4.54 4.54 0 0 0-2.128-.302Z"}),o.createElement("path",{d:"M3.5 3.25c-.69 0-1.25.56-1.25 1.25v8.25h6.5v-.25a.75.75 0 0 1 1.5 0v2a2.75 2.75 0 0 1-2.75 2.75h-4A2.75 2.75 0 0 1 .75 14.5v-10A2.75 2.75 0 0 1 3.5 1.75a.75.75 0 0 1 0 1.5ZM2.25 14.5c0 .691.56 1.25 1.25 1.25h4a1.25 1.25 0 0 0 1.25-1.25v-.25h-6.5v.25Z"})),Vd=c.forwardRef(Hd),U5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vd,{})}));U5.displayName="MobileImageMessageIcon";const Od=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M14.5 2.75a2.75 2.75 0 0 1 2.75 2.75v5a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 .75 10.5v-5A2.75 2.75 0 0 1 3.5 2.75h11Zm0 1.5H5.25v7.5h9.25a1.25 1.25 0 0 0 1.25-1.25v-5c0-.69-.559-1.25-1.25-1.25Zm-10.75 7.5v-7.5H3.5c-.69 0-1.25.56-1.25 1.25v5c0 .691.56 1.25 1.25 1.25h.25Z"})),Dd=c.forwardRef(Od),W5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dd,{})}));W5.displayName="MobilePhoneLandscapeIcon";const $d=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M2.75 3.5A2.75 2.75 0 0 1 5.5.75h5a2.75 2.75 0 0 1 2.75 2.75v11a2.75 2.75 0 0 1-2.75 2.75h-5a2.75 2.75 0 0 1-2.75-2.75v-11Zm1.5 0v9.25h7.5V3.5c0-.69-.559-1.25-1.25-1.25h-5c-.69 0-1.25.56-1.25 1.25Zm7.5 10.75h-7.5v.25c0 .691.56 1.25 1.25 1.25h5a1.25 1.25 0 0 0 1.25-1.25v-.25Z"})),kd=c.forwardRef($d),z5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(kd,{})}));z5.displayName="MobilePhonePortraitIcon";const _d=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M10.505.027a3.254 3.254 0 0 0-2.802 2.618c-.034.175-.047.508-.059 1.466L7.63 5.349l-.066.066c-.049.05-.122.074-.3.1-.29.042-.428.128-.533.33-.062.122-.072.179-.072.398 0 .22.01.277.072.398.097.188.266.293.527.326.107.014.952.027 1.88.029 1.393.003 1.66.009 1.53.037a.911.911 0 0 0-.602.422.9.9 0 0 0-.157.61.971.971 0 0 0 1.054.906c.462-.037.815-.366.898-.838.087-.491-.292-1.032-.775-1.106-.066-.01.695-.026 1.692-.035 1.374-.012 1.841-.024 1.927-.052.15-.05.34-.241.38-.385.038-.14.04-.477.003-.606-.072-.254-.287-.408-.618-.443-.127-.014-.202-.04-.255-.085l-.077-.065-.016-1.3c-.019-1.45-.025-1.495-.227-2.003A3.224 3.224 0 0 0 11.24.028a2.55 2.55 0 0 0-.735-.001ZM2.13.536C1.154.699.387 1.385.078 2.37L0 2.617v11.248l.078.247c.28.892.88 1.492 1.772 1.772l.247.078H4.69c2.871 0 2.735.008 3.208-.187.633-.26 1.192-.848 1.41-1.482.135-.394.145-.515.146-1.901.001-.915-.009-1.346-.032-1.434-.069-.26-.27-.416-.569-.443-.573-.052-.837.17-.869.73l-.015.254H1.46V7.227c0-4.737-.01-4.456.187-4.754a1.18 1.18 0 0 1 .205-.233c.345-.264.32-.261 2.064-.261 1.618 0 1.657-.003 1.833-.165.27-.248.282-.864.024-1.122-.185-.185-.2-.186-1.946-.183C2.97.51 2.205.523 2.13.536Zm9.26 1.023c.527.15 1.001.614 1.183 1.157.06.176.062.238.072 1.48l.01 1.297H9.123l.01-1.254c.008-1.394.013-1.438.196-1.806.194-.391.648-.77 1.055-.88.33-.091.678-.09 1.006.006Zm-.31 5.97c.396.18.416.738.032.912a.506.506 0 0 1-.633-.161c-.067-.088-.08-.132-.08-.28 0-.22.09-.373.273-.462.153-.073.26-.076.408-.01Zm-3.109 5.805c-.009.298-.022.385-.074.5-.14.308-.418.546-.732.626-.152.039-.468.043-2.522.036l-2.348-.008-.19-.09a1.114 1.114 0 0 1-.54-.54c-.077-.164-.089-.226-.1-.493a2.076 2.076 0 0 1 .004-.348c.015-.04.357-.044 3.265-.044h3.248l-.01.36Z"})),Rd=c.forwardRef(_d),j5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rd,{})}));j5.displayName="MobilePushIcon";const Ud=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.234 3.284a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Zm1.35.983a.983.983 0 1 1 1.966 0 .983.983 0 0 1-1.966 0Zm3.316-.983a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Z"}),o.createElement("path",{d:"M5.384 2.867A2.617 2.617 0 0 1 8 .251h5.134a2.617 2.617 0 0 1 2.617 2.616v2.8a2.617 2.617 0 0 1-2.617 2.617h-.156l-2.114 2.114a.75.75 0 0 1-1.28-.53V8.283H8a2.617 2.617 0 0 1-2.616-2.617v-2.8ZM8 1.751c-.616 0-1.116.5-1.116 1.116v2.8c0 .617.5 1.117 1.116 1.117h2.334a.75.75 0 0 1 .75.75v.523l1.053-1.053a.75.75 0 0 1 .53-.22h.467c.617 0 1.117-.5 1.117-1.117v-2.8c0-.616-.5-1.116-1.117-1.116H8Z"}),o.createElement("path",{d:"M4.267 1.184H2.701a2.452 2.452 0 0 0-2.45 2.45v9.667a2.45 2.45 0 0 0 2.45 2.45h4.066a2.45 2.45 0 0 0 2.45-2.45V9.4a.75.75 0 0 0-1.5 0v2.05H1.75V3.635a.95.95 0 0 1 .951-.95h1.566a.75.75 0 1 0 0-1.5ZM1.75 12.951h5.967v.35a.95.95 0 0 1-.95.95H2.701a.95.95 0 0 1-.95-.95v-.35Z"})),Wd=c.forwardRef(Ud),q5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wd,{})}));q5.displayName="MobileSmsIcon";const zd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M6.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Zm.75 1.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM6.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z"}),o.createElement("path",{d:"M7.5.75A2.75 2.75 0 0 0 4.75 3.5v4a2.75 2.75 0 0 0 2.75 2.75h5a2.75 2.75 0 0 0 2.75-2.75v-4A2.75 2.75 0 0 0 12.5.75h-5ZM6.25 3.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25v4c0 .691-.56 1.25-1.25 1.25h-5A1.25 1.25 0 0 1 6.25 7.5v-4Z"}),o.createElement("path",{d:"M2.251 4.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .751 4.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75v-3a.75.75 0 1 0-1.5 0v1.25h-6.5V4.5Zm0 9.75h6.5v.25c0 .691-.56 1.25-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),jd=c.forwardRef(zd),Y5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(jd,{})}));Y5.displayName="MobileTextMessageIcon";const qd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M8.47.969a.748.748 0 0 1 .244-.163L9 .75c.207 0 .394.084.53.22l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v4.94h4.939l-.72-.72a.75.75 0 1 1 1.061-1.06l2 2a.748.748 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.719-.72H9.75v4.94l.72-.72a.75.75 0 0 1 1.061 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.75H3.31l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h4.94V3.31l-.72.72a.75.75 0 0 1-1.06-1.06l2-2Z"})),Yd=c.forwardRef(qd),K5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yd,{})}));K5.displayName="MoveIcon";const Kd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M6.63 3c.97 0 1.88.38 2.56 1.06l-.01.01a3.6 3.6 0 0 1 1.06 2.56c0 1.99-1.62 3.62-3.62 3.62a3.6 3.6 0 0 1-2.56-1.06C3.38 8.5 3 7.59 3 6.62 3 4.63 4.63 3 6.63 3Zm2.49 3.63c0-.48-.13-.93-.38-1.33h-.01L5.29 8.75a2.505 2.505 0 0 0 3.83-2.12ZM7.94 4.5c-.39-.25-.85-.38-1.32-.38h-.01a2.5 2.5 0 0 0-2.12 3.83L7.94 4.5Z"}),o.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),o.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),Gd=c.forwardRef(Kd),G5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gd,{})}));G5.displayName="MultiParentRejectedIcon";const Xd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M9.852 4.554c.238-.352.183-.86-.122-1.133-.305-.274-.745-.211-.982.14L5.412 8.507 4.274 6.628c-.222-.365-.659-.454-.975-.198-.317.256-.394.76-.172 1.125L4.38 9.622c.108.185.253.339.423.448.173.111.366.173.564.18.198.007.395-.042.573-.14.176-.098.33-.243.448-.422l3.463-5.134Z"}),o.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),o.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),Qd=c.forwardRef(Xd),X5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qd,{})}));X5.displayName="MultiParentSelectedIcon";const Jd=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),o.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),o.createElement("path",{d:"M5.783 7.976v-.113c.003-.389.038-.698.106-.93.07-.23.172-.417.306-.559.133-.142.294-.27.482-.386.14-.089.266-.181.377-.276.111-.096.2-.201.265-.317a.792.792 0 0 0 .099-.393.725.725 0 0 0-.415-.67.916.916 0 0 0-.414-.092.938.938 0 0 0-.418.096.793.793 0 0 0-.323.28.845.845 0 0 0-.136.456s0 .782-.693.782-.693-.782-.693-.782c.011-.444.12-.81.326-1.099.206-.29.479-.507.819-.65.34-.143.715-.216 1.125-.216.45 0 .85.074 1.196.22.346.144.618.354.815.63.197.275.296.607.296.995 0 .26-.044.49-.133.693-.086.2-.207.377-.363.533-.156.153-.341.292-.554.416a2.242 2.242 0 0 0-.442.326 1.107 1.107 0 0 0-.255.393 1.663 1.663 0 0 0-.085.55v.113H5.783Zm.673 2.131a.806.806 0 0 1-.58-.233.758.758 0 0 1-.235-.566.744.744 0 0 1 .234-.56.806.806 0 0 1 .581-.232c.216 0 .405.077.568.233a.757.757 0 0 1 .248.56.763.763 0 0 1-.12.402.87.87 0 0 1-.295.29.784.784 0 0 1-.4.106Z"})))),e4=c.forwardRef(Jd),Q5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(e4,{})}));Q5.displayName="MultiParentUnassignedIcon";const t4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M14.546 2.667a1.13 1.13 0 0 0-.363-.848 1.13 1.13 0 0 0-.849-.364H2.667a1.18 1.18 0 0 0-.863.364 1.155 1.155 0 0 0-.349.848v10.667c0 .333.116.621.349.864.242.232.53.348.863.348h10.667c.334 0 .616-.116.849-.348a1.18 1.18 0 0 0 .363-.864V2.667Zm1.455 0v10.667c0 .485-.121.934-.364 1.349A2.628 2.628 0 0 1 13.334 16H2.667a2.71 2.71 0 0 1-1.348-.349 2.785 2.785 0 0 1-.97-.97 2.71 2.71 0 0 1-.348-1.348V2.667A2.627 2.627 0 0 1 1.319.364 2.623 2.623 0 0 1 2.667.001h10.667c.485 0 .93.12 1.334.363.414.233.737.556.97.97.242.404.363.849.363 1.333ZM5.819 6.304v5.575a.7.7 0 0 1-.212.516.701.701 0 0 1-.515.212.701.701 0 0 1-.515-.212.701.701 0 0 1-.213-.515V4.122c0-.222.081-.399.243-.53a.747.747 0 0 1 .545-.197c.212.01.384.106.515.288l4.516 6.015V4.122c0-.202.07-.374.212-.515a.701.701 0 0 1 .515-.212c.202 0 .374.07.515.212a.701.701 0 0 1 .212.515v7.758c0 .222-.08.404-.242.545a.8.8 0 0 1-.56.182.637.637 0 0 1-.5-.288L5.818 6.304Z"})),r4=c.forwardRef(t4),J5=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(r4,{})}));J5.displayName="NegationIcon";const n4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v.8a5.75 5.75 0 0 1 5 5.7c0 2.302.247 3.595.466 4.285.109.344.209.53.263.617.018.028.03.046.037.054a.75.75 0 0 1-.515 1.295H2a.75.75 0 0 1-.59-1.215c.013-.022.04-.067.077-.139a4.77 4.77 0 0 0 .294-.775c.226-.766.469-2.068.469-4.121a5.75 5.75 0 0 1 5-5.701v-.8A.75.75 0 0 1 8 .75ZM4.997 4.997A4.25 4.25 0 0 0 3.75 8c0 2.17-.257 3.617-.53 4.546l-.064.204h9.633l-.004-.012c-.28-.885-.535-2.342-.535-4.738a4.25 4.25 0 0 0-7.255-3.005Zm1.459 9.784a.75.75 0 0 1 .931.508.641.641 0 0 0 1.231 0 .75.75 0 1 1 1.44.423 2.141 2.141 0 0 1-4.11 0 .75.75 0 0 1 .508-.93Z"})),o4=c.forwardRef(n4),eo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(o4,{})}));eo.displayName="NotificationIcon";const a4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.238.788a.75.75 0 0 1 .474.949L8.375 5.749h3.419l1.495-4.487a.75.75 0 1 1 1.423.475l-1.337 4.012H16.5a.75.75 0 0 1 0 1.5h-3.626l-1.5 4.5H14.5a.75.75 0 0 1 0 1.5h-3.626l-1.163 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013h-3.42l-1.162 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013H1.5a.75.75 0 0 1 0-1.5h3.293l1.5-4.5H3.5a.75.75 0 1 1 0-1.5h3.293l1.495-4.487a.75.75 0 0 1 .95-.474Zm.556 10.961 1.5-4.5h-3.42l-1.5 4.5h3.42Z"})),l4=c.forwardRef(a4),to=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(l4,{})}));to.displayName="NumberIcon";const i4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.751 9a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0Zm4.5 0c0 .415.336.75.75.75h6a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0-.75.75Z"})),s4=c.forwardRef(i4),ro=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(s4,{})}));ro.displayName="OfflineFillIcon";const c4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.001 8.25a.75.75 0 1 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"}),o.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),d4=c.forwardRef(c4),no=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(d4,{})}));no.displayName="OfflineIcon";const u4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M11.413 6.757a.707.707 0 0 1-1.028 0l-.94-.972-.94.972a.707.707 0 0 1-1.029 0 .775.775 0 0 1 0-1.063l.94-.972-.94-.973a.775.775 0 0 1 0-1.062.715.715 0 0 1 1.028 0l.94.972.941-.972a.715.715 0 0 1 1.028 0 .775.775 0 0 1 0 1.062l-.94.973.94.972a.775.775 0 0 1 0 1.063Z"}),o.createElement("path",{d:"M11.627 11.99c1.066 0 1.94.902 1.94 2.005 0 1.103-.874 2.005-1.94 2.005-1.067 0-1.94-.902-1.94-2.005 0-1.103.873-2.005 1.94-2.005Zm0 2.506c.271 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.213.501.485.501Z"}),o.createElement("path",{d:"M6.778 11.99c1.067 0 1.94.902 1.94 2.005 0 1.103-.873 2.005-1.94 2.005-1.066 0-1.94-.902-1.94-2.005 0-1.103.874-2.005 1.94-2.005Zm0 2.506c.272 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.214.501.485.501Z"}),o.createElement("path",{d:"M.718 0h.669c.989 0 1.852.692 2.104 1.674l2.094 8.12c.03.11.127.191.233.191h7.001c.107 0 .204-.08.243-.2l1.503-5.274A.728.728 0 0 1 15.467 4a.76.76 0 0 1 .494.932l-1.503 5.253c-.194.762-.873 1.304-1.639 1.304H5.828a1.702 1.702 0 0 1-1.639-1.304l-2.094-8.12a.738.738 0 0 0-.699-.561H.727C.33 1.504 0 1.163 0 .752S.33 0 .727 0h-.01Z"})))),h4=c.forwardRef(u4),oo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(h4,{})}));oo.displayName="OutOfStockIcon";const f4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M14.9 3.327c.07.179.106.362.106.55v7.982a1.892 1.892 0 0 1-.513 1.328 1.824 1.824 0 0 1-.566.415c-.21.09-.434.135-.671.135h-.466v.385a1.892 1.892 0 0 1-.513 1.328 1.825 1.825 0 0 1-.566.416c-.211.09-.435.134-.671.134H2.75c-.237 0-.46-.045-.671-.134-.21-.099-.4-.233-.566-.403a1.858 1.858 0 0 1-.381-.617A2.035 2.035 0 0 1 1 14.122v-9.98c0-.251.044-.488.132-.712.087-.232.214-.438.381-.617s.355-.313.566-.402c.21-.099.434-.148.671-.148h.466v-.385c0-.25.044-.487.132-.71.088-.233.215-.44.382-.618.166-.179.355-.313.565-.402C4.505.049 4.73 0 4.966 0h6.408c.184 0 .36.04.527.12.166.072.315.175.447.31l2.263 2.427c.123.134.22.291.29.47ZM4.388 2.263h3.495V5.39c0 .272.05.536.15.79.096.245.23.468.4.667l.014.016.015.015c.188.191.405.342.65.447.241.104.495.158.757.158h2.921v5.007h.467a.508.508 0 0 0 .408-.188.636.636 0 0 0 .17-.442V4.574h-1.75c-.072 0-.144-.006-.216-.018l.527.565c.123.134.219.29.29.469.07.179.104.362.104.55v.054H9.87a.668.668 0 0 1-.269-.057.754.754 0 0 1-.23-.156 1.03 1.03 0 0 1-.165-.281.839.839 0 0 1-.06-.311V2.263h.013c.184 0 .36.04.526.12.167.072.316.175.448.31l.615.66a1.482 1.482 0 0 1-.017-.227V1.248H4.966a.486.486 0 0 0-.223.053.448.448 0 0 0-.184.134.636.636 0 0 0-.172.443v.385Zm9.014 1.064-1.5-1.61v1.409c0 .053.017.102.052.147a.177.177 0 0 0 .132.054H13.4ZM2.895 9.56c0 .356.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526a.638.638 0 0 0-.631.644Zm.631 2.36a.638.638 0 0 0-.631.645c0 .355.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526Z"})))),w4=c.forwardRef(f4),ao=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(w4,{})}));ao.displayName="PagesIcon";const p4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M2.479 3.506v3.419L1.467 7.937a3.217 3.217 0 0 0 0 4.551l2.326 2.327a3.217 3.217 0 0 0 4.552 0l3.595-3.595 1.506-.168a1.161 1.161 0 0 0 .692-1.975L8.344 3.282a1.572 1.572 0 0 0-.415-.298 2.75 2.75 0 0 0-5.45.522Zm2.75-1.25a1.25 1.25 0 0 1 1.168.805c-.1.063-.192.136-.277.22L3.98 5.425V3.506a1.25 1.25 0 0 1 1.25-1.25Zm1.25 6.75a.75.75 0 1 0 1.5 0V5.038l4.6 4.601-1.067.119a.75.75 0 0 0-.447.215l-3.782 3.782a1.717 1.717 0 0 1-2.43 0l-2.326-2.328a1.717 1.717 0 0 1 0-2.43L6.48 5.046v3.961Zm7.688 3.164a.75.75 0 0 0-1.342 0l-1.102 2.206a1.982 1.982 0 1 0 3.546 0l-1.102-2.205Zm-1.147 3.17a.478.478 0 0 1 .044-.293l.432-.864.432.864a.482.482 0 0 1-.772.557h-.001a.482.482 0 0 1-.135-.264Z"})),g4=c.forwardRef(p4),lo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(g4,{})}));lo.displayName="PaintIcon";const v4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.745 2a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.745 11a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 0 0 0 1.5h13a.75.75 0 0 0 0-1.5h-13Z"})),m4=c.forwardRef(v4),io=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(m4,{})}));io.displayName="ParagraphCenterAlignIcon";const b4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M.751 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14A.75.75 0 0 1 .751 2Zm0 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 .751 5Zm.75 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM.751 11a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),E4=c.forwardRef(b4),so=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(E4,{})}));so.displayName="ParagraphLeftAlignIcon";const y4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M1.583 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.583 11a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 1 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),I4=c.forwardRef(y4),co=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(I4,{})}));co.displayName="ParagraphRightAlignIcon";const C4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M15.226 1.455c.427 0 .774-.326.774-.728C16 .326 15.653 0 15.226 0H.774C.347 0 0 .326 0 .727c0 .402.347.728.774.728h14.452Z"}),o.createElement("path",{d:"M11.128 12.334a.81.81 0 0 0-1.095 0l-1.259 1.183v-9.88c0-.402-.346-.728-.774-.728-.428 0-.774.326-.774.727v9.88l-1.26-1.182a.81.81 0 0 0-1.094 0 .697.697 0 0 0 0 1.029l2.58 2.424a.815.815 0 0 0 .545.213h.005a.798.798 0 0 0 .545-.213l2.581-2.424a.697.697 0 0 0 0-1.029Z"})))),S4=c.forwardRef(C4),uo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(S4,{})}));uo.displayName="PassDownIcon";const M4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M11.13 10.57a.792.792 0 0 0-1.09 0l-1.26 1.2V1.74A.767.767 0 0 0 8 1c-.43 0-.77.33-.77.74v10.03l-1.26-1.2a.792.792 0 0 0-1.09 0c-.3.29-.3.76 0 1.04l2.58 2.46a.821.821 0 0 0 .54.22c.2 0 .39-.07.55-.22l2.58-2.46c.3-.29.3-.76 0-1.04Z"}),o.createElement("path",{d:"M6.23 6.52H.77c-.43 0-.77.33-.77.74S.35 8 .77 8h5.45V6.52h.01Z"}),o.createElement("path",{d:"M15.23 6.52H9.78V8h5.45c.43 0 .77-.33.77-.74s-.35-.74-.77-.74Z"})))),x4=c.forwardRef(M4),ho=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(x4,{})}));ho.displayName="PassThroughIcon";const Z4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.03.97a.75.75 0 0 1 0 1.061l-13 13a.75.75 0 1 1-1.06-1.06l13-13a.75.75 0 0 1 1.06 0ZM9.75 12.501a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-9-10.5a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"})),A4=c.forwardRef(Z4),fo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(A4,{})}));fo.displayName="PercentageIcon";const T4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.613-.7-.613-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.018-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.628.628 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.12-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.089-.384.092-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),o.createElement("path",{d:"M5.25 5.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 10.5V12a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-1.5a3.25 3.25 0 0 1 2.055-3.022A2.75 2.75 0 0 1 5.25 5ZM8 3.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 9.264A1.75 1.75 0 0 0 6.25 10.5v.75h3.5v-.75a1.75 1.75 0 0 0-2.987-1.237Z"})),N4=c.forwardRef(T4),wo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(N4,{})}));wo.displayName="PersAlt1Icon";const P4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.614-.7-.614-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.017-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.627.627 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.119-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.088-.384.091-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),o.createElement("path",{d:"M5.25 4.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 9.5V11a.75.75 0 0 1-.75.75h-.338l-.418 3.343A.75.75 0 0 1 9 15.75H7a.75.75 0 0 1-.744-.657l-.418-3.343H5.5a.75.75 0 0 1-.75-.75V9.5a3.25 3.25 0 0 1 2.056-3.022A2.75 2.75 0 0 1 5.25 4ZM8 2.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 8.264A1.75 1.75 0 0 0 6.25 9.5v.75h.25a.75.75 0 0 1 .745.657l.417 3.343h.676l.418-3.343a.75.75 0 0 1 .744-.657h.25V9.5a1.75 1.75 0 0 0-2.987-1.237Z"})),L4=c.forwardRef(P4),po=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(L4,{})}));po.displayName="PersAlt2Icon";const F4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"m13.751 1.751.021.01c.034.02.099.07.174.184.154.232.28.614.304 1.079v1.92c.007.417.077.835.212 1.212.13.367.33.716.611.98L15.94 8l-.866.866c-.28.263-.48.612-.611.98a3.816 3.816 0 0 0-.211 1.21v1.923c-.024.464-.15.846-.305 1.077a.583.583 0 0 1-.174.183.107.107 0 0 1-.02.01.762.762 0 0 0-.085-.004H13a.75.75 0 0 0 0 1.5h.63c.685.058 1.23-.357 1.564-.857.343-.514.525-1.186.556-1.857v-1.956c.005-.269.051-.52.124-.725.076-.212.166-.336.229-.393a.877.877 0 0 0 .021-.021l1.406-1.405a.75.75 0 0 0 0-1.06l-1.405-1.407a.895.895 0 0 0-.023-.021 1.013 1.013 0 0 1-.228-.393 2.312 2.312 0 0 1-.124-.725v-1.92a.77.77 0 0 0 0-.034c-.03-.672-.212-1.344-.556-1.859-.333-.5-.879-.916-1.564-.857H13a.75.75 0 0 0 0 1.5h.667a.751.751 0 0 0 .084-.005Zm-.003 12.5h.002-.002ZM4.37.256H5a.75.75 0 0 1 0 1.5h-.666a.75.75 0 0 1-.084-.005.115.115 0 0 0-.021.01.584.584 0 0 0-.174.185c-.154.23-.28.614-.305 1.078v1.92a3.812 3.812 0 0 1-.21 1.212c-.132.367-.332.716-.613.98L2.061 8l.866.865c.28.264.48.613.612.98.135.377.205.794.211 1.211v1.922c.024.465.15.847.305 1.078.075.113.14.164.173.183.011.007.018.01.022.01a.764.764 0 0 1 .084-.004H5a.75.75 0 0 1 0 1.5h-.629c-.685.058-1.231-.357-1.564-.857-.343-.514-.525-1.186-.556-1.857v-1.956a2.316 2.316 0 0 0-.125-.725c-.075-.212-.165-.336-.228-.393a.755.755 0 0 1-.021-.021L.47 8.532a.75.75 0 0 1 0-1.06l1.406-1.407a.751.751 0 0 1 .023-.022c.062-.057.152-.18.228-.392.073-.205.119-.456.123-.725v-1.92l.001-.035c.03-.67.213-1.343.556-1.857.333-.5.878-.916 1.564-.858ZM4.254 14.25H4.25h.002Zm0-12.5h-.001.002Z"}),o.createElement("path",{d:"M6 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})),B4=c.forwardRef(F4),go=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(B4,{})}));go.displayName="PersAlt3Icon";const H4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.773 1.761a.117.117 0 0 0-.022-.01.751.751 0 0 1-.084.005h-.666a.75.75 0 0 1 0-1.5h.629c.685-.059 1.231.358 1.564.857.344.515.525 1.187.556 1.859a.77.77 0 0 1 0 .034v1.92c.005.269.05.52.124.725.076.212.166.335.228.393a.895.895 0 0 1 .023.021l1.406 1.406a.75.75 0 0 1 0 1.061l-1.407 1.405a.877.877 0 0 1-.021.02c-.063.058-.153.182-.228.394-.074.205-.12.456-.124.725v1.922l-.001.034c-.031.671-.213 1.343-.556 1.857-.333.5-.88.915-1.564.857H11a.75.75 0 0 1 0-1.5h.667c.028 0 .056.001.084.005a.107.107 0 0 0 .022-.01.583.583 0 0 0 .173-.184c.154-.231.28-.613.305-1.077v-1.923a3.8 3.8 0 0 1 .21-1.21c.132-.368.332-.717.612-.98L13.94 8l-.866-.866c-.281-.263-.481-.612-.612-.98a3.812 3.812 0 0 1-.211-1.21V3.022c-.024-.464-.15-.846-.305-1.078a.582.582 0 0 0-.173-.184Zm-.025-.01h.002-.002Zm0 12.5h.002-.002ZM5 .256h-.63c-.684-.058-1.23.358-1.563.858-.343.514-.525 1.186-.556 1.857v1.955c-.005.269-.05.52-.124.725-.076.212-.166.335-.228.392a.764.764 0 0 0-.023.022L.47 7.471a.75.75 0 0 0 0 1.061l1.407 1.405a.755.755 0 0 0 .021.02c.063.058.153.182.228.394.074.205.12.456.124.724v1.923l.001.034c.031.671.213 1.343.556 1.857.333.5.88.915 1.564.857h.63a.75.75 0 0 0 0-1.5h-.667a.764.764 0 0 0-.084.005.108.108 0 0 1-.022-.01.583.583 0 0 1-.173-.184c-.154-.231-.28-.613-.305-1.077v-1.923a3.815 3.815 0 0 0-.21-1.21c-.132-.368-.332-.717-.612-.98L2.06 8l.866-.866c.281-.263.481-.612.612-.98.135-.376.205-.794.211-1.21V3.023c.024-.464.15-.847.305-1.078a.584.584 0 0 1 .174-.184.115.115 0 0 1 .021-.01.75.75 0 0 0 .084.004H5a.75.75 0 1 0 0-1.5ZM4.253 14.25H4.25h.002Zm0-12.5h-.001.002Z"})),V4=c.forwardRef(H4),vo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(V4,{})}));vo.displayName="PersAlt4Icon";const O4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M.75 2.501v9.5c0 .966.784 1.75 1.75 1.75H12a1.75 1.75 0 0 0 1.75-1.75v-9.5A1.75 1.75 0 0 0 12 .751H2.5a1.75 1.75 0 0 0-1.75 1.75Zm1.75-.25H12a.25.25 0 0 1 .25.25v6.75h-10v-6.75a.25.25 0 0 1 .25-.25Zm9.75 9.75a.25.25 0 0 1-.25.25H2.5a.25.25 0 0 1-.25-.25v-1.25h10v1.25Z"}),o.createElement("path",{d:"M15.278 3.636a.75.75 0 1 0-.281 1.474l.255.048a.614.614 0 0 1 .487.718l-1.789 9.376a.614.614 0 0 1-.718.488L6.216 14.4a.75.75 0 0 0-.281 1.474l7.016 1.339a2.114 2.114 0 0 0 2.472-1.68l1.79-9.375a2.114 2.114 0 0 0-1.68-2.473l-.255-.049Z"})),D4=c.forwardRef(O4),mo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(D4,{})}));mo.displayName="PictureAltIcon";const $4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12 3.251a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Zm-2.828 5.277a4.712 4.712 0 0 0-3.91.347.75.75 0 1 1-.742-1.303 6.213 6.213 0 0 1 7.419.955 3.716 3.716 0 0 1 4.281.344.75.75 0 0 1-.962 1.15 2.216 2.216 0 0 0-2.368-.303c.194.317.36.651.496 1a.75.75 0 0 1-1.398.543 4.714 4.714 0 0 0-2.816-2.733Z"}),o.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),k4=c.forwardRef($4),bo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(k4,{})}));bo.displayName="PictureIcon";const _4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M7.134.828a5.817 5.817 0 0 0-2.082.748 6.003 6.003 0 0 0-1.99 2c-.62 1.039-.914 2.4-.753 3.486.216 1.45 1.243 3.824 2.96 6.837.776 1.36 1.619 2.714 1.839 2.95.238.258.522.378.893.378.37 0 .655-.12.893-.377.22-.237 1.063-1.59 1.838-2.951 1.718-3.013 2.745-5.386 2.96-6.837.162-1.084-.133-2.448-.752-3.486a5.979 5.979 0 0 0-2.024-2.02A5.775 5.775 0 0 0 8.78.817a7.425 7.425 0 0 0-1.646.012Zm1.287 1.44a4.174 4.174 0 0 1 1.527.456 4.263 4.263 0 0 1 2.224 2.937c.057.275.1.824.08 1.007-.133 1.245-1.131 3.546-2.832 6.533-.496.869-1.39 2.346-1.42 2.346-.028 0-.86-1.372-1.372-2.266-1.554-2.713-2.546-4.91-2.83-6.267-.055-.264-.06-.775-.011-1.106a4.23 4.23 0 0 1 1.182-2.384A4.225 4.225 0 0 1 8.42 2.268ZM7.668 3.28a3.238 3.238 0 0 0-2.855 2.667c-.065.37-.041 1.016.05 1.346.14.51.282.798.593 1.2 1.148 1.487 3.346 1.664 4.742.384.358-.328.71-.867.865-1.32a3.592 3.592 0 0 0 .123-1.627 3.244 3.244 0 0 0-2.133-2.492 3.501 3.501 0 0 0-1.385-.158Zm.77 1.519a1.75 1.75 0 0 1 1.138 2.468c-.181.367-.456.64-.815.812-.277.133-.45.172-.76.172s-.483-.04-.76-.172a1.774 1.774 0 0 1-1-1.563A1.78 1.78 0 0 1 7.553 4.8c.263-.068.619-.07.885-.001Z"})),R4=c.forwardRef(_4),Eo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(R4,{})}));Eo.displayName="PinIcon";const U4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M9.143 6.913c-.4-.25-.746-.466-1.036-.61-.293-.145-.653-.284-1.053-.235a1.75 1.75 0 0 0-1.146.635c-.254.314-.327.692-.359 1.018-.031.322-.031.73-.031 1.202v.073c0 .471 0 .88.031 1.202.032.325.105.704.359 1.017.285.352.696.58 1.146.635.4.05.76-.089 1.053-.234.29-.145.636-.361 1.036-.61l.06-.039c.36-.224.673-.42.91-.602.242-.187.502-.43.636-.781a1.75 1.75 0 0 0 0-1.249c-.134-.352-.394-.595-.636-.781-.237-.182-.55-.378-.91-.602l-.06-.039Zm-2.06.724a.25.25 0 0 1 .14-.078c.018.004.082.02.216.087.217.108.5.284.94.559.397.248.648.406.82.538.104.08.142.125.152.138a.25.25 0 0 1 0 .157.889.889 0 0 1-.153.138c-.171.132-.422.29-.82.538-.44.275-.722.45-.939.558a.992.992 0 0 1-.216.087.25.25 0 0 1-.14-.077.996.996 0 0 1-.041-.23c-.024-.24-.024-.574-.024-1.093 0-.518 0-.852.024-1.093a.994.994 0 0 1 .04-.23Z"}),o.createElement("path",{d:"m13.313 3.336-3.062-1.768a4.5 4.5 0 0 0-4.5 0L2.689 3.336a4.5 4.5 0 0 0-2.25 3.897v3.536a4.5 4.5 0 0 0 2.25 3.897l3.062 1.768a4.5 4.5 0 0 0 4.5 0l3.062-1.768a4.5 4.5 0 0 0 2.25-3.897V7.233a4.5 4.5 0 0 0-2.25-3.897Zm-6.812-.469a3 3 0 0 1 3 0l3.062 1.768a3 3 0 0 1 1.5 2.598v3.536a3 3 0 0 1-1.5 2.598l-3.062 1.768a3 3 0 0 1-3 0l-3.062-1.768a3 3 0 0 1-1.5-2.598V7.233a3 3 0 0 1 1.5-2.598L6.5 2.867Z"})),W4=c.forwardRef(U4),yo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(W4,{})}));yo.displayName="PlugPlayIcon";const z4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.001 15.668A7.667 7.667 0 1 0 .335 8 7.675 7.675 0 0 0 8 15.668Zm-4-8.334h3.167a.167.167 0 0 0 .167-.166V4a.667.667 0 0 1 1.333 0v3.167a.167.167 0 0 0 .167.166H12a.667.667 0 1 1 0 1.334H8.835a.167.167 0 0 0-.167.166V12a.667.667 0 1 1-1.333 0V8.834a.167.167 0 0 0-.167-.166H4a.667.667 0 1 1 0-1.334Z"})),j4=c.forwardRef(z4),Io=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(j4,{})}));Io.displayName="PlusCircleFillIcon";const q4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.001 5.251a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25h-2.25a.75.75 0 1 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z"}),o.createElement("path",{d:"M9.001.751a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Zm-6.75 8.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),Y4=c.forwardRef(q4),Co=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Y4,{})}));Co.displayName="PlusCircleIcon";const K4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.751 3.001a.75.75 0 1 0-1.5 0v4.25h-4.25a.75.75 0 1 0 0 1.5h4.25v4.25a.75.75 0 0 0 1.5 0v-4.25h4.25a.75.75 0 0 0 0-1.5h-4.25v-4.25Z"})),G4=c.forwardRef(K4),So=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(G4,{})}));So.displayName="PlusIcon";const X4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M8.751 1a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0V1Z"}),o.createElement("path",{d:"M6.251 4.049a.75.75 0 0 0-.5-1.414 6.75 6.75 0 1 0 4.5 0 .75.75 0 1 0-.5 1.414 5.25 5.25 0 1 1-3.5 0Z"})),Q4=c.forwardRef(X4),Mo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Q4,{})}));Mo.displayName="PoverButtonIcon";const J4=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M12.424 5.818h-.242V4.121a4.157 4.157 0 0 0-1.203-2.919A4.116 4.116 0 0 0 8.061 0a4.157 4.157 0 0 0-2.92 1.202 4.099 4.099 0 0 0-1.202 2.92v1.696h-.242C2.757 5.818 2 6.575 2 7.515v6.788C2 15.243 2.756 16 3.697 16h8.727c.94 0 1.697-.756 1.697-1.697V7.515c0-.94-.756-1.697-1.697-1.697Zm-2.986 5.683c-.534.504-1.31.581-1.95.581h-.174v1.145c0 .32-.272.582-.601.582a.594.594 0 0 1-.601-.582V8.582c0-.32.271-.582.6-.582h.301c.689-.02 1.736-.068 2.415.572.378.35.562.844.562 1.455 0 .61-.194 1.105-.562 1.464l.01.01Zm1.29-5.683H5.393V4.121c0-.708.281-1.386.785-1.881a2.666 2.666 0 0 1 1.882-.785 2.65 2.65 0 0 1 1.88.785c.505.504.786 1.183.786 1.881v1.697Z"}),o.createElement("path",{d:"M7.314 9.164v1.764c.465.01 1.028-.01 1.29-.252.048-.048.203-.194.203-.63s-.155-.582-.203-.63c-.262-.243-.825-.272-1.29-.252Z"})))),eu=c.forwardRef(J4),xo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(eu,{})}));xo.displayName="ProductSlotsIcon";const tu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M15.226 16c.427 0 .774-.33.774-.739 0-.407-.347-.738-.774-.738H.774c-.427 0-.774.33-.774.739 0 .407.347.738.774.738h14.452Z"}),o.createElement("path",{d:"M11.128 9.57a.801.801 0 0 0-1.095 0l-1.259 1.201V.738C8.774.331 8.428 0 8 0c-.428 0-.774.33-.774.738v10.033l-1.26-1.2a.8.8 0 0 0-1.094 0 .715.715 0 0 0 0 1.043l2.58 2.462a.777.777 0 0 0 .546.216h.004a.791.791 0 0 0 .545-.216l2.581-2.462a.715.715 0 0 0 0-1.044Z"})))),ru=c.forwardRef(tu),Zo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ru,{})}));Zo.displayName="ReceiveIcon";const nu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M7.374 2.49a5.752 5.752 0 0 1 3.842.204.75.75 0 1 0 .576-1.386A7.252 7.252 0 0 0 2.799 11.75H1.5a.75.75 0 0 0 0 1.5h2.757a.752.752 0 0 0 .11 0H4.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 0-1.5 0v.837a5.752 5.752 0 0 1 3.623-7.846Zm6.877 3.166V6.5a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75h.133a.755.755 0 0 1 .11 0h2.757a.75.75 0 1 1 0 1.5h-1.296A7.25 7.25 0 0 1 6.21 14.693a.75.75 0 0 1 .577-1.384 5.751 5.751 0 0 0 7.464-7.653Z"})),ou=c.forwardRef(nu),Ao=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ou,{})}));Ao.displayName="RefreshIcon";const au=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.251 1.501a.75.75 0 1 0-1.5 0v.25H2.475A1.787 1.787 0 0 0 .752 3.583v9.91a1.726 1.726 0 0 0 1.758 1.758h3.992a.75.75 0 0 0 0-1.5h-4.02a.225.225 0 0 1-.23-.231V3.547a.287.287 0 0 1 .267-.296h1.232v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.233a.287.287 0 0 1 .268.296v2.954a.75.75 0 1 0 1.5 0V3.583a1.787 1.787 0 0 0-1.75-1.832h-1.25v-.25a.75.75 0 0 0-1.5 0v.25h-1.5v-.25a.75.75 0 1 0-1.5 0v.25h-1.5v-.25Z"}),o.createElement("path",{d:"M14.88 7.623a7.75 7.75 0 0 1 1.654 0 .75.75 0 0 1 .665.661c.351 3.093-1.104 5.38-2.849 6.671-.865.64-1.823 1.054-2.7 1.198-.589.096-1.228.081-1.77-.149l-1.027 1.027a.75.75 0 0 1-1.061-1.06l1.028-1.029a2.845 2.845 0 0 1-.204-1.104c0-.632.166-1.324.46-1.997a7.244 7.244 0 0 1 3.401-3.551.75.75 0 0 1 .991.318l.21.39.647-1.028a.75.75 0 0 1 .555-.347Zm-3.473 7.05c.613-.1 1.352-.406 2.05-.924 1.267-.937 2.334-2.514 2.293-4.67-.118 0-.237.002-.355.008l-1.133 1.801a.75.75 0 0 1-1.296-.044l-.454-.847a5.765 5.765 0 0 0-2.061 2.444c-.192.439-.296.85-.326 1.196l1.555-1.556a.75.75 0 1 1 1.061 1.06l-1.558 1.56c.07-.007.145-.016.224-.029Z"})),lu=c.forwardRef(au),To=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(lu,{})}));To.displayName="ReleaseNotesIcon";const iu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M9.5.75a.75.75 0 1 0 0 1.5 2.25 2.25 0 0 1 2.25 2.25v.25H2.5A1.75 1.75 0 0 0 .75 6.5v5c0 .966.784 1.75 1.75 1.75h9.25v.25a2.25 2.25 0 0 1-2.25 2.25.75.75 0 0 0 0 1.5 3.75 3.75 0 0 0 3-1.5 3.75 3.75 0 0 0 3 1.5.75.75 0 0 0 0-1.5 2.25 2.25 0 0 1-2.25-2.25v-.25h2.25a1.75 1.75 0 0 0 1.75-1.75v-5a1.75 1.75 0 0 0-1.75-1.75h-2.25V4.5a2.25 2.25 0 0 1 2.25-2.25.75.75 0 0 0 0-1.5 3.75 3.75 0 0 0-3 1.5 3.745 3.745 0 0 0-3-1.5Zm-7 5.5h9.25v5.5H2.5a.25.25 0 0 1-.25-.25v-5a.25.25 0 0 1 .25-.25Zm10.75 0h2.25a.25.25 0 0 1 .25.25v5a.25.25 0 0 1-.25.25h-2.25v-5.5Z"})),su=c.forwardRef(iu),No=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(su,{})}));No.displayName="RenameAltIcon";const cu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M10.119 2.178a1.75 1.75 0 0 1 2.474 0l1.23 1.23a1.75 1.75 0 0 1 0 2.474L6.086 13.62a.75.75 0 0 1-.344.196l-3.556.912a.75.75 0 0 1-.913-.912l.912-3.556a.75.75 0 0 1 .196-.344l7.738-7.737Zm1.414 1.06a.25.25 0 0 0-.354 0l-.75.751 1.582 1.583.752-.75a.25.25 0 0 0 0-.354l-1.23-1.23ZM3.587 10.83l-.546 2.13 2.13-.547 5.78-5.78L9.368 5.05l-5.781 5.78Zm5.148 2.617a.735.735 0 0 0 0 1.47h6.035a.735.735 0 1 0 0-1.47H8.735Z"})),du=c.forwardRef(cu),Po=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(du,{})}));Po.displayName="RenameIcon";const uu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M5 1.749a.75.75 0 0 1 .75.75v9.19l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22v-9.19a.75.75 0 0 1 .75-.75Zm5.713.057a.747.747 0 0 0-.243.163l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v9.19a.75.75 0 0 0 1.5 0v-9.19l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.748.748 0 0 0-.817-.163Z"})),hu=c.forwardRef(uu),Lo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(hu,{})}));Lo.displayName="ReorderIcon";const fu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M5 8.751a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 7.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .198-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 9.751h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 12.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm5.5-9a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531 1.64 1.64 0 0 0-.234-.86 1.719 1.719 0 0 0-.64-.64A1.64 1.64 0 0 0 8 2.251a1.64 1.64 0 0 0-.875.25c-.27.156-.484.37-.64.64a1.64 1.64 0 0 0-.235.86.723.723 0 0 1-.218.531.723.723 0 0 1-.532.219H3a.256.256 0 0 0-.187.078.269.269 0 0 0-.063.172v10.5c0 .073.021.135.063.188A.291.291 0 0 0 3 15.75h10c.073 0 .13-.02.172-.063a.256.256 0 0 0 .078-.187V5a.24.24 0 0 0-.078-.172A.208.208 0 0 0 13 4.75h-2.5Zm2.5-1.5c.313 0 .604.083.875.25.271.156.485.37.64.64.157.261.235.547.235.86v10.5c0 .323-.078.62-.234.89-.156.261-.37.47-.64.626a1.727 1.727 0 0 1-.876.234H3c-.312 0-.604-.078-.875-.234a1.756 1.756 0 0 1-.64-.625 1.75 1.75 0 0 1-.235-.891v-10.5c0-.313.078-.599.235-.86.156-.27.37-.484.64-.64.271-.167.563-.25.875-.25h1.844c.115-.48.323-.906.625-1.281a3.211 3.211 0 0 1 1.125-.89A3.101 3.101 0 0 1 8 .75c.5 0 .969.11 1.407.328a3.07 3.07 0 0 1 1.109.89 3.1 3.1 0 0 1 .64 1.282H13Zm-5.75.25c0-.198.073-.37.219-.516A.7.7 0 0 1 8 2.751c.282 0 .516.099.703.297A.979.979 0 0 1 9 3.767c0 .27-.099.505-.297.703A.954.954 0 0 1 8 4.75c-.281 0-.52-.094-.718-.281A.988.988 0 0 1 7 3.767c0-.282.094-.521.282-.72A.979.979 0 0 1 8 2.752a.7.7 0 0 1 .532.234.723.723 0 0 1 .218.532c0 .198-.073.37-.218.515A.723.723 0 0 1 8 4.251a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531Z"})),wu=c.forwardRef(fu),Fo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wu,{})}));Fo.displayName="ReportIcon";const pu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 3.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1ZM8.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 9.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-6 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),gu=c.forwardRef(pu),Bo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gu,{})}));Bo.displayName="RetentionIcon";const vu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12.286 1.43A8.25 8.25 0 0 0 2.25 4.262V1.5a.75.75 0 1 0-1.5 0v5c0 .414.336.75.75.75h5.001a.75.75 0 0 0 0-1.5H3.088A6.75 6.75 0 1 1 9 15.75a.75.75 0 0 0 0 1.5 8.25 8.25 0 0 0 3.286-15.82Z"})),mu=c.forwardRef(vu),Ho=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(mu,{})}));Ho.displayName="RewertLeftIcon";const bu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.72 1.43a8.25 8.25 0 0 1 10.035 2.832V1.5a.75.75 0 0 1 1.5 0v5a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1 0-1.5h3.412a6.75 6.75 0 1 0-5.912 10 .75.75 0 0 1 0 1.5A8.25 8.25 0 0 1 5.72 1.43Z"})),Eu=c.forwardRef(bu),Vo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Eu,{})}));Vo.displayName="RewertRightIcon";const yu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M3.5 2.251h9a.25.25 0 0 1 .25.25v13.008l-3.72-2.706a1.75 1.75 0 0 0-2.058 0L3.25 15.51V2.501a.25.25 0 0 1 .25-.25Zm8.766 14.76a1.25 1.25 0 0 0 1.985-1.008V2.5A1.75 1.75 0 0 0 12.5.751h-9a1.75 1.75 0 0 0-1.75 1.75v13.502a1.25 1.25 0 0 0 1.985 1.008l4.118-2.995a.25.25 0 0 1 .294 0l4.118 2.995Z"})),Iu=c.forwardRef(yu),Oo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Iu,{})}));Oo.displayName="RibbonIcon";const Cu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M0 2.751a2.75 2.75 0 0 1 5.397-.75h7.229a3.375 3.375 0 1 1 0 6.75h-1.979a2.751 2.751 0 0 1-5.293 0H3.376a1.875 1.875 0 0 0 0 3.75H10.5c.034 0 .068.002.101.007a2.751 2.751 0 1 1 0 1.486.773.773 0 0 1-.101.007H3.376a3.375 3.375 0 0 1 0-6.75h1.978a2.751 2.751 0 0 1 5.293 0h1.979a1.875 1.875 0 0 0 0-3.75H5.397a2.751 2.751 0 0 1-5.396-.75Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm6.5 6.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0Zm2.75 5.25a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Z"})),Su=c.forwardRef(Cu),Do=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Su,{})}));Do.displayName="RoadmapIcon";const Mu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M7.25 2.251a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 .001a2.25 2.25 0 0 0-.887 4.318 5.751 5.751 0 0 0-4.862 5.682v3.25A2.75 2.75 0 0 0 5 16.001h6a2.75 2.75 0 0 0 2.75-2.75v-3.25a5.751 5.751 0 0 0-4.862-5.682A2.25 2.25 0 0 0 8 .001Zm4.25 10v1.75h-8.5v-1.75a4.25 4.25 0 1 1 8.5 0ZM5 14.501c-.69 0-1.25-.56-1.25-1.25h8.5c0 .69-.559 1.25-1.25 1.25H5Zm10.25-5.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm-13.75.75a.75.75 0 1 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm4.5 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})),xu=c.forwardRef(Mu),$o=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xu,{})}));$o.displayName="RobotIcon";const Zu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"m15.54 6.888-2.605-2.605a2.457 2.457 0 0 0-1.737-.72H1.573A1.573 1.573 0 0 0 0 5.136v5.728a1.573 1.573 0 0 0 1.573 1.573h9.625c.652 0 1.276-.26 1.737-.72l2.604-2.605a1.573 1.573 0 0 0 0-2.224Z"})),Au=c.forwardRef(Zu),ko=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Au,{})}));ko.displayName="RuleLabelIcon";const Tu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M4.001 1.251a.75.75 0 0 0-.6 1.2l4.162 5.55-4.162 5.55a.75.75 0 0 0 .6 1.2h10a.75.75 0 0 0 0-1.5h-8.5l3.6-4.8a.75.75 0 0 0 0-.9l-3.6-4.8h8.5a.75.75 0 0 0 0-1.5h-10Z"}),o.createElement("path",{d:"M2.476 4.984a.983.983 0 0 0-.705-.23 1.007 1.007 0 0 0-.646.31c-.145.15-.237.327-.292.492a1.634 1.634 0 0 0-.082.516V9.93c0 .171.026.348.082.516.055.165.147.342.292.492.148.152.367.289.646.31a.984.984 0 0 0 .705-.23l2.316-1.93c.183-.153.295-.35.361-.526a1.61 1.61 0 0 0 .098-.561c0-.186-.03-.38-.098-.56a1.244 1.244 0 0 0-.362-.527l-2.315-1.93ZM2.25 9.252V6.75L3.751 8v.002l-1.5 1.25Z"})),Nu=c.forwardRef(Tu),_o=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nu,{})}));_o.displayName="RunningAggregateIcon";const Pu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.551.781a2.791 2.791 0 0 0-1.245.444c-.15.098-.589.515-1.549 1.474-.736.735-1.393 1.411-1.46 1.502a3.246 3.246 0 0 0-.45.956l-.08.289v5.175c0 4.938.002 5.183.054 5.355.09.292.231.525.456.749.224.225.457.366.75.456.171.053.463.055 6.974.055s6.803-.002 6.975-.055a1.73 1.73 0 0 0 .75-.456 1.73 1.73 0 0 0 .455-.749c.053-.172.055-.464.055-6.975 0-6.511-.002-6.803-.055-6.975a1.85 1.85 0 0 0-1.19-1.204c-.157-.053-.397-.056-5.19-.059C8.037.76 5.675.769 5.551.781Zm.211 3.187c0 1.911.005 1.97.193 2.326.203.385.541.688.942.844l.2.078 2.811.008c3.1.009 3.012.014 3.391-.177.245-.123.641-.517.754-.75.181-.374.178-.334.19-2.269l.012-1.777h1.35l.072.074.074.073v13.206l-.074.073-.073.074h-1.35l-.009-2.588-.009-2.587-.07-.193a1.743 1.743 0 0 0-1.208-1.066c-.289-.068-7.625-.068-7.914 0a1.742 1.742 0 0 0-1.208 1.066l-.07.193-.009 2.587-.008 2.588H2.4l-.075-.074-.074-.074.008-5.048.008-5.049.1-.21c.091-.195.19-.301 1.41-1.519.898-.899 1.352-1.331 1.443-1.376.168-.084.352-.143.46-.147l.082-.003.001 1.717Zm6.988-.045c0 1.766.002 1.728-.14 1.803-.089.048-5.144.05-5.234.003-.14-.076-.145-.13-.145-1.857V2.251h5.52v1.672Zm-.088 6.864.09.046v4.438h-7.5v-4.438l.081-.045c.072-.039.548-.045 3.662-.046 3.151-.001 3.59.004 3.667.045Z"})),Lu=c.forwardRef(Pu),Ro=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Lu,{})}));Ro.displayName="SaveIcon";const Fu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M8.751 5.121a2.251 2.251 0 1 0-1.5 0V8.75h-.75a4.75 4.75 0 0 0-4.707 4.113 2.25 2.25 0 1 0 1.513.035 3.25 3.25 0 0 1 3.194-2.649h.75v2.628a2.251 2.251 0 1 0 1.5 0V10.25h.75a3.25 3.25 0 0 1 3.194 2.65 2.25 2.25 0 1 0 1.513-.036A4.75 4.75 0 0 0 9.501 8.75h-.75V5.12ZM7.251 3a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm0 12a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-4.75-.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm10.25.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"})),Bu=c.forwardRef(Fu),Uo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bu,{})}));Uo.displayName="ScenarioIcon";const Hu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M7.543.752a6.791 6.791 0 1 0 4.243 12.094l4.185 4.185a.75.75 0 0 0 1.06-1.06l-4.184-4.185A6.791 6.791 0 0 0 7.544.752ZM2.252 7.543a5.291 5.291 0 1 1 10.583 0 5.291 5.291 0 0 1-10.583 0Z"})),Vu=c.forwardRef(Hu),xt=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vu,{})}));xt.displayName="SearchIcon";const Ou=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M6.667.149H1.306A1.307 1.307 0 0 0 .008 1.454L0 5.981a.333.333 0 0 0 .333.334h6.334A.333.333 0 0 0 7 5.982v-5.5a.333.333 0 0 0-.333-.333Zm0 8.166H.423a.167.167 0 0 0-.162.204 10.143 10.143 0 0 0 6.519 7.305.165.165 0 0 0 .15-.022.167.167 0 0 0 .07-.136V8.649a.333.333 0 0 0-.333-.334Zm8.904 0H9.333A.333.333 0 0 0 9 8.65v7.036a.167.167 0 0 0 .22.158 10.14 10.14 0 0 0 6.513-7.324.165.165 0 0 0-.032-.14.166.166 0 0 0-.058-.047.316.316 0 0 0-.072-.017Zm.421-6.861A1.307 1.307 0 0 0 14.694.149h-5.36A.333.333 0 0 0 9 .482v5.5a.333.333 0 0 0 .333.333h6.334A.333.333 0 0 0 16 5.981l-.008-4.527Z"})),Du=c.forwardRef(Ou),Wo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Du,{})}));Wo.displayName="SecurityShieldIcon";const $u=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},o.createElement("path",{d:"M14.906 1.352a.858.858 0 0 1 .246.506.867.867 0 0 1-.069.547l-3.76 11.73c-.09.3-.277.552-.56.752a1.582 1.582 0 0 1-.93.287c-.319 0-.61-.1-.875-.3a1.46 1.46 0 0 1-.52-.835l-1.23-5.072-5.072-1.23c-.355-.082-.633-.246-.834-.493-.2-.255-.3-.551-.3-.888 0-.347.095-.652.286-.916a1.75 1.75 0 0 1 .752-.588l11.73-3.76a.79.79 0 0 1 .561-.068c.21.045.402.155.575.328l-.069-.068.069.068ZM7.468 7.737l4.908-4.895-9.898 3.322c-.037 0-.073.019-.11.055a.17.17 0 0 0-.054.123.17.17 0 0 0 .055.123c.036.037.072.055.109.055l4.99 1.217Zm2.625 6.043 3.24-9.98L8.44 8.611l1.31 5.169a.17.17 0 0 0 .055.123c.036.036.073.054.11.054a.17.17 0 0 0 .123-.054.17.17 0 0 0 .054-.123Z"})),ku=c.forwardRef($u),zo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ku,{})}));zo.displayName="SendIcon";const _u=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M5.88 10.751H4.5a.75.75 0 0 0 0 1.5h1.38a2.25 2.25 0 0 0 4.242 0h3.379a.75.75 0 0 0 0-1.5h-3.379a2.251 2.251 0 0 0-4.243 0Zm2.87.75a.75.75 0 1 1-1.499 0 .75.75 0 0 1 1.5 0Zm-5-5a.75.75 0 0 1 .75-.75h5.38a2.25 2.25 0 1 1 0 1.5H4.5a.75.75 0 0 1-.75-.75Zm8.874-.417a.75.75 0 1 0-1.247.834.75.75 0 0 0 1.247-.834Z"}),o.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),Ru=c.forwardRef(_u),jo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ru,{})}));jo.displayName="SettingsAltIcon";const Uu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M11.335.783c-.22.025-.336.057-.606.169-.301.126-.423.232-1.186 1.035-.263.278-.37.336-.589.318-.203-.017-.283-.078-.69-.527-.527-.581-.75-.75-1.21-.914-.24-.085-.82-.108-1.083-.042-.568.143-1.099.565-1.345 1.069-.21.43-.226.537-.205 1.369l.018.723-.074.15a.465.465 0 0 1-.228.233l-.154.083-.589-.03a7.485 7.485 0 0 0-.82-.003c-.782.083-1.43.614-1.707 1.397-.075.21-.108.754-.06 1.004.054.29.208.633.383.853.09.113.354.38.587.595.233.215.448.438.48.496a.563.563 0 0 1-.013.504c-.038.068-.233.273-.439.459-.644.583-.766.743-.94 1.227-.087.239-.109.817-.042 1.08.218.857.873 1.449 1.728 1.559.148.019.423.018.802-.002.633-.035.716-.024.883.117.193.162.206.236.185 1.04-.02.829-.005.936.205 1.366.161.33.531.71.851.877.36.186.627.243 1.05.225.702-.031 1.044-.226 1.751-1.003.406-.444.474-.496.681-.513.25-.021.363.054.761.496.19.21.422.452.518.536.607.54 1.54.648 2.283.26.324-.168.692-.546.855-.878.069-.14.146-.336.17-.435.053-.202.063-.641.03-1.223-.027-.444.01-.588.181-.74.17-.147.264-.161.886-.127.327.018.646.02.78.005.859-.097 1.539-.701 1.757-1.56.076-.298.046-.841-.063-1.14-.152-.42-.326-.644-.9-1.158-.476-.426-.51-.475-.51-.732s.034-.306.51-.732c.574-.514.748-.74.9-1.158.108-.3.139-.842.063-1.14-.218-.86-.898-1.463-1.756-1.56a6.01 6.01 0 0 0-.78.006c-.617.035-.716.02-.885-.128-.19-.167-.206-.257-.168-.944.035-.633.02-.862-.08-1.17A2.043 2.043 0 0 0 11.335.784ZM6.66 2.299c.088.035.228.167.528.496.224.247.477.503.561.57.707.559 1.796.559 2.503 0 .084-.066.338-.323.563-.57.437-.477.532-.544.769-.544.135 0 .31.079.409.185.111.12.133.228.123.61-.005.198-.008.556-.008.795.002.394.01.458.085.675a2.038 2.038 0 0 0 1.274 1.287l.26.093.803-.007c.739-.007.814-.003.915.049a.554.554 0 0 1 .26.72c-.036.086-.171.23-.498.529-.513.469-.655.634-.795.929a1.81 1.81 0 0 0-.194.885c0 .373.049.58.212.915.14.286.316.486.838.956.406.366.483.478.483.696a.68.68 0 0 1-.143.383.7.7 0 0 1-.162.113c-.1.05-.18.055-.93.049l-.82-.007-.22.08c-.328.12-.533.253-.8.52a1.6 1.6 0 0 0-.367.495c-.207.42-.226.558-.204 1.41l.02.735-.088.138a.583.583 0 0 1-.47.267c-.206 0-.345-.097-.69-.481-.478-.531-.667-.697-.953-.837a1.791 1.791 0 0 0-.923-.214 1.95 1.95 0 0 0-1.252.418 8.17 8.17 0 0 0-.562.57c-.327.36-.436.46-.542.5a.556.556 0 0 1-.702-.267c-.064-.132-.065-.156-.046-.865.018-.677.015-.746-.043-.965a2.092 2.092 0 0 0-1.334-1.421l-.244-.083-.803.008c-.74.007-.812.003-.915-.05a.554.554 0 0 1-.259-.721c.034-.085.151-.212.414-.448.54-.485.715-.683.856-.971.166-.34.214-.547.214-.923a1.95 1.95 0 0 0-.415-1.248 8.072 8.072 0 0 0-.57-.562c-.472-.43-.547-.534-.547-.757a.68.68 0 0 1 .144-.383.707.707 0 0 1 .166-.115c.11-.056.158-.058.855-.04.688.019.756.016.976-.042.365-.096.626-.25.92-.543.207-.206.28-.304.38-.51.211-.434.23-.562.206-1.41l-.02-.735.087-.137a.556.556 0 0 1 .695-.22Zm2.003 2.985c-1.789.147-3.224 1.59-3.379 3.395a3.732 3.732 0 0 0 4.495 3.975 3.732 3.732 0 0 0 1.861-1.014 3.652 3.652 0 0 0 1.079-2.317c.157-1.831-1.005-3.47-2.794-3.94-.234-.061-.37-.08-.834-.114a3.745 3.745 0 0 0-.428.015Zm1.043 1.569c.34.115.625.294.888.556.26.26.439.544.558.887.077.222.083.274.083.705 0 .43-.006.483-.083.705a2.347 2.347 0 0 1-1.453 1.449c-.21.07-.277.078-.698.078-.42 0-.487-.007-.698-.078a2.274 2.274 0 0 1-.894-.562 2.255 2.255 0 0 1-.558-.887c-.077-.222-.083-.274-.083-.705 0-.431.006-.483.083-.705.22-.63.718-1.161 1.31-1.396.3-.118.5-.15.915-.138.328.009.428.023.63.09Z"})),Wu=c.forwardRef(Uu),qo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wu,{})}));qo.displayName="SettingsIcon";const zu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M11.53 4.531a.75.75 0 0 1-1.06 0l-1.72-1.72v7.19a.75.75 0 0 1-1.5 0v-7.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06Z"}),o.createElement("path",{d:"M5.5 6.751H3.75v7.5h8.5v-7.5H10.5a.75.75 0 0 1 0-1.5h1.833c.707 0 1.417.532 1.417 1.35v7.8c0 .818-.71 1.35-1.417 1.35H3.667c-.706 0-1.417-.532-1.417-1.35v-7.8c0-.818.71-1.35 1.417-1.35H5.5a.75.75 0 1 1 0 1.5Z"})),ju=c.forwardRef(zu),Yo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ju,{})}));Yo.displayName="ShareIcon";const qu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M2.088.001a.571.571 0 0 0-.553.457L.5 5.25C.5 6.216 1.261 7 2.2 7c.223 0 .435-.044.63-.124A1.75 1.75 0 0 0 3.9 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 7.3 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 10.7 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 14.1 5.25a1.75 1.75 0 0 0 1.07 1.626c.195.08.408.124.63.124.94 0 1.7-.784 1.7-1.75L16.465.458A.57.57 0 0 0 15.912 0H2.088Zm13.898 5.345c-.036.11-.13.155-.186.155-.07 0-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25-.056 0-.15-.045-.186-.155l.83-3.845h12.312l.83 3.845ZM2.5 7.751a.75.75 0 0 1 .75.75v5c0 .138.112.25.25.25h1.75v-2.75A2.75 2.75 0 0 1 8 8.251h2a2.75 2.75 0 0 1 2.75 2.75v2.75h1.75a.25.25 0 0 0 .25-.25v-5a.75.75 0 0 1 1.5 0v5a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75v-5a.75.75 0 0 1 .75-.75Zm8.75 6v-2.75c0-.69-.56-1.25-1.25-1.25H8c-.69 0-1.25.56-1.25 1.25v2.75h4.5Z"})),Yu=c.forwardRef(qu),Ko=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yu,{})}));Ko.displayName="ShopIcon";const Ku=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.8 1.201a.71.71 0 0 1 1 0 .71.71 0 0 1 0 .99l-3.64 3.64h1.76a.7.7 0 1 1 0 1.4H9.47a.7.7 0 0 1-.7-.7v-3.45a.7.7 0 1 1 1.4 0v1.76l3.63-3.64Zm-7 7.62a.71.71 0 0 1 .38.38c.01.04.05.1.05.1a.965.965 0 0 1 0 .17v3.45a.7.7 0 1 1-1.4 0v-1.76l-3.63 3.63a.7.7 0 0 1-.5.21.67.67 0 0 1-.49-.2.69.69 0 0 1 0-1l3.63-3.58H3.08a.7.7 0 1 1 0-1.4h3.45a.965.965 0 0 1 .17 0h.1Z"})),Gu=c.forwardRef(Ku),Go=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gu,{})}));Go.displayName="ShrinkIcon";const Xu=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M5.323.779c-.21.028-.37.126-.462.283l-.074.126-.007 6.753c-.004 3.714-.016 6.753-.026 6.753-.01 0-.44-.419-.954-.932-.692-.691-.964-.946-1.053-.986-.258-.116-.514-.047-.768.207-.244.244-.318.519-.205.766.032.072.533.592 1.563 1.626.834.837 1.516 1.534 1.516 1.549 0 .066.204.226.375.293a.606.606 0 0 0 .313.058c.194-.018.462-.153.554-.278.041-.056.75-.781 1.572-1.609 1.165-1.173 1.51-1.535 1.555-1.633.122-.267.046-.538-.222-.792-.176-.166-.33-.241-.5-.241-.25-.002-.31.047-1.32 1.049l-.94.934v-6.68c0-7.503.018-6.871-.198-7.079-.159-.153-.403-.21-.719-.167Zm6.157.047a2.078 2.078 0 0 0-.902.45c-.39.328-.66.776-.768 1.274-.049.24-.05.37-.044 2.738.008 2.756-.004 2.578.183 2.764.116.116.243.164.48.181.35.026.602-.085.72-.316.077-.152.103-.417.104-1.083v-.593h1.517l.01.78c.006.753.01.784.067.894.17.316.682.426 1.067.229.131-.067.163-.099.232-.235l.081-.158.007-2.475c.007-2.355.005-2.487-.044-2.727a2.275 2.275 0 0 0-1.393-1.64c-.38-.141-.95-.177-1.317-.083Zm.846 1.494c.163.084.294.22.372.385.06.132.061.163.07 1.089l.01.954h-1.525l.001-.967c0-.915.003-.973.055-1.087a.807.807 0 0 1 .481-.424.905.905 0 0 1 .536.05Zm-2.073 7.467a.567.567 0 0 0-.303.161c-.115.115-.165.243-.182.469-.028.348.087.613.318.737.113.06.13.06 1.314.074.782.008 1.197.022 1.191.04-.005.014-.599.907-1.32 1.984a150.85 150.85 0 0 0-1.37 2.067c-.127.235-.17.55-.114.845.092.483.53.936 1.002 1.037.087.019.627.026 1.572.021l1.44-.008.113-.06c.231-.124.346-.389.318-.737-.017-.225-.067-.354-.18-.467-.176-.176-.157-.174-1.472-.189l-1.193-.013 1.383-2.067c1.328-1.984 1.385-2.074 1.427-2.259.023-.105.043-.256.043-.334 0-.603-.466-1.173-1.06-1.298-.164-.033-2.796-.037-2.927-.003Z"})),Qu=c.forwardRef(Xu),Xo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qu,{})}));Xo.displayName="SortIcon";const Ju=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M15.03 1.47a.75.75 0 1 0-1.06 1.06l.721.72h-1.69c-.829 0-1.57.332-2.187.76-.617.43-1.151.987-1.583 1.518A13.053 13.053 0 0 0 8.056 7.25H1.5a.75.75 0 1 0 0 1.5h6.555a13.264 13.264 0 0 0 1.176 1.724c.432.531.966 1.088 1.583 1.518.616.428 1.358.759 2.186.759h1.688l-.718.718a.75.75 0 1 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2a.75.75 0 1 0-1.06 1.06l.72.722h-1.69c-.422 0-.868-.17-1.33-.49-.461-.322-.895-.764-1.276-1.233A11.563 11.563 0 0 1 9.355 8a11.736 11.736 0 0 1 1.04-1.527c.38-.469.815-.912 1.276-1.232.462-.322.908-.491 1.33-.491h1.688l-.719.718a.75.75 0 0 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2Z"})),eh=c.forwardRef(Ju),Qo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(eh,{})}));Qo.displayName="SplitFlowIcon";const th=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M12 7.251a.75.75 0 0 1 .75.75v4a.25.25 0 0 0 .25.25h1a.75.75 0 1 1 0 1.5h-1a1.75 1.75 0 0 1-1.75-1.75v-4a.75.75 0 0 1 .75-.75Zm-7 0a1.75 1.75 0 0 0-1.75 1.75c0 1.13.78 1.712 1.25 2.062l.05.038c.539.404.7.57.7.9a.25.25 0 0 1-.25.25H4a.75.75 0 1 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.13-.78-1.712-1.25-2.062L5.45 9.9c-.538-.404-.7-.57-.7-.9A.25.25 0 0 1 5 8.75h1a.75.75 0 0 0 0-1.5H5Zm2.763.513A1.75 1.75 0 0 1 10.751 9v3c0 .45-.174.883-.484 1.208l.264.264a.75.75 0 0 1-1.06 1.061l-.819-.818A1.75 1.75 0 0 1 7.251 12V9c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v3a.25.25 0 1 0 .5 0v-3a.25.25 0 0 0-.25-.25Z"}),o.createElement("path",{d:"M.75 2.504c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.113.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),rh=c.forwardRef(th),Jo=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(rh,{})}));Jo.displayName="SqlIcon";const nh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.542-1.122L11.85 10.16a.333.333 0 0 1 .103-.362l3.463-2.87a1 1 0 0 0 .288-1.108Z"})),oh=c.forwardRef(nh),ea=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(oh,{})}));ea.displayName="StarFillIcon";const ah=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.541-1.122L11.85 10.16a.334.334 0 0 1 .104-.362l3.462-2.87a1 1 0 0 0 .289-1.108Zm-2.325.847-2.384 1.977a1.833 1.833 0 0 0-.569 1.99l.956 2.867-2.298-1.685a1.833 1.833 0 0 0-2.168 0L4.62 13.502l.955-2.864a1.833 1.833 0 0 0-.568-1.99L2.62 6.668h2.675a1.833 1.833 0 0 0 1.727-1.225l.979-2.773.978 2.773v.001a1.833 1.833 0 0 0 1.73 1.224h2.67Z"})),lh=c.forwardRef(ah),ta=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(lh,{})}));ta.displayName="StarIcon";const ih=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M8.001.001a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8Zm3.219 8.596-4.921 2.46a.667.667 0 0 1-.965-.596V5.54a.667.667 0 0 1 .964-.597l4.922 2.458a.667.667 0 0 1 0 1.195v.001Z"})),sh=c.forwardRef(ih),ra=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(sh,{})}));ra.displayName="StartFillIcon";const ch=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M8.36 4.77a1.84 1.84 0 0 0-2.11 1.82v4.82a1.84 1.84 0 0 0 3.053 1.385l3.692-3.23a.75.75 0 0 0 0-1.128L9.303 5.205a1.84 1.84 0 0 0-.944-.436Zm-.41 1.51a.34.34 0 0 1 .365.054l3.047 2.667-3.047 2.665a.34.34 0 0 1-.564-.257V6.59a.34.34 0 0 1 .2-.309Z"}),o.createElement("path",{d:"M9 .75a8.25 8.25 0 1 0 0 16.5A8.25 8.25 0 0 0 9 .75ZM2.25 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),dh=c.forwardRef(ch),na=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(dh,{})}));na.displayName="StartIcon";const uh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M13.001 8.001a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"})),hh=c.forwardRef(uh),oa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(hh,{})}));oa.displayName="StatusDotIcon";const fh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M7.001 5.75c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h4c.69 0 1.25-.56 1.25-1.25V7c0-.69-.56-1.25-1.25-1.25h-4Zm.25 5v-3.5h3.5v3.5h-3.5Z"}),o.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),wh=c.forwardRef(fh),aa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(wh,{})}));aa.displayName="StopIcon";const ph=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M6.058 7.73a.75.75 0 1 0-1.113 1.006l2.5 2.768a.75.75 0 0 0 1.113-1.006l-2.5-2.767Z"}),o.createElement("path",{d:"M7.251 3.792V2.251h-.75a.75.75 0 0 1 0-1.5h3a.75.75 0 1 1 0 1.5h-.75v1.541a6.713 6.713 0 0 1 3.18 1.22l.34-.341a.75.75 0 0 1 1.26-.7l.25.25.25.25a.75.75 0 0 1-.7 1.26l-.285.286a6.75 6.75 0 1 1-5.795-2.224Zm.75 1.459a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5Z"})),gh=c.forwardRef(ph),la=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(gh,{})}));la.displayName="StopwatchIcon";const vh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},o.createElement("path",{d:"M5.703.752a.762.762 0 0 0-.086 0H2.399c-1.185 0-2.146.96-2.148 2.146a.75.75 0 0 0 1.5.001c0-.357.29-.647.648-.647H4.91v11.543H3.797a.75.75 0 0 0 0 1.5h3.726a.75.75 0 0 0 0-1.5H6.41V2.252h2.511c.358 0 .648.29.648.647a.75.75 0 0 0 1.5-.001A2.148 2.148 0 0 0 8.92.752H5.703Z"}),o.createElement("path",{d:"M10.127 7.29c0-.297.24-.538.538-.538h1.399v7.092h-.987a.75.75 0 0 0 0 1.5h3.437a.75.75 0 0 0 0-1.5h-.95V6.752h1.398a.54.54 0 0 1 .539.54.75.75 0 0 0 1.5 0 2.039 2.039 0 0 0-2.04-2.04h-2.104a.764.764 0 0 0-.087 0h-2.105A2.039 2.039 0 0 0 8.626 7.29a.75.75 0 0 0 1.5.002Z"})),mh=c.forwardRef(vh),ia=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(mh,{})}));ia.displayName="StringComponentIcon";const bh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},o.createElement("path",{d:"M2.271.777A2.236 2.236 0 0 0 .296 2.618C.262 2.827.26 3.629.293 3.772c.037.159.157.31.308.386.115.059.17.068.387.069.36.001.527-.076.658-.299.07-.118.073-.144.088-.605.015-.441.022-.494.084-.629a.769.769 0 0 1 .368-.38l.122-.06 2.473-.007 2.473-.007v13.521H6.045c-1.287 0-1.359.006-1.535.132-.149.106-.22.268-.236.535-.017.294.034.474.175.62.184.19 0 .181 3.552.181 3.523 0 3.372.007 3.538-.167.157-.165.182-.245.182-.568 0-.272-.005-.302-.073-.418a.713.713 0 0 0-.156-.183c-.176-.126-.248-.132-1.535-.132H8.748V2.24l2.473.007 2.473.007.122.06c.164.08.294.214.368.38.062.135.07.188.084.629.015.464.018.487.09.607.134.229.388.332.747.302.245-.02.404-.102.514-.266.11-.162.125-.293.11-.906-.013-.437-.02-.508-.087-.712A2.223 2.223 0 0 0 13.686.775C13.343.742 2.61.744 2.271.777Z"})),Eh=c.forwardRef(bh),sa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Eh,{})}));sa.displayName="StringIcon";const yh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M2.25 6.501a5.75 5.75 0 1 0 11.5 0 5.75 5.75 0 0 0-11.5 0Zm1.5 0a4.25 4.25 0 1 1 5 4.184V9.312l1.28-1.28A.75.75 0 1 0 8.97 6.97L8 7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l1.28 1.28v1.374A4.251 4.251 0 0 1 3.75 6.5ZM6 12.751a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5H6Zm-.75 2.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H8.75v.25a.75.75 0 0 1-1.5 0v-.25H6a.75.75 0 0 1-.75-.75Z"})),Ih=c.forwardRef(yh),ca=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ih,{})}));ca.displayName="SuggestionIcon";const Ch=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.625 2.251a.362.362 0 0 0-.266.11.362.362 0 0 0-.109.265v12.75c0 .104.037.193.11.266.072.073.16.11.265.11h12.75a.361.361 0 0 0 .266-.11.362.362 0 0 0 .11-.266V2.626a.362.362 0 0 0-.11-.265.361.361 0 0 0-.266-.11H2.625Zm0-1.5h12.75c.344 0 .656.084.938.25.291.167.52.396.687.688.167.281.25.593.25.937v12.75c0 .344-.083.662-.25.953a1.85 1.85 0 0 1-.687.672c-.282.167-.594.25-.938.25H2.625a1.881 1.881 0 0 1-1.328-.547 1.88 1.88 0 0 1-.547-1.328V2.626c0-.344.083-.656.25-.937a1.85 1.85 0 0 1 .672-.688c.292-.166.61-.25.953-.25Zm3.297 6.11 2.484-3.313a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.078l-2-2a.733.733 0 0 1-.203-.515.815.815 0 0 1 .218-.531.705.705 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39Zm4.578.39a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.22h-3ZM8.406 9.548a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.079l-2-2a.733.733 0 0 1-.203-.516.815.815 0 0 1 .218-.531.706.706 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39 2.484-3.312Zm2.094 3.703a.77.77 0 0 1-.375-.093.906.906 0 0 1-.281-.282.77.77 0 0 1-.094-.375.77.77 0 0 1 .094-.375.762.762 0 0 1 .281-.265.685.685 0 0 1 .375-.11h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218h-3Z"})),Sh=c.forwardRef(Ch),da=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Sh,{})}));da.displayName="SurveyIcon";const Mh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"m3.25 8.814-1.219 1.219a.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218A.723.723 0 0 1 .75 9.5c0-.208.073-.385.219-.531l2.5-2.5A.723.723 0 0 1 4 6.251a.72.72 0 0 1 .531.219l2.5 2.5a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218L4.75 8.813v2.688c0 .344.12.64.36.89.25.24.546.36.89.36h5.5a.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218H6c-.5 0-.964-.12-1.391-.36a2.872 2.872 0 0 1-1-1c-.24-.426-.36-.89-.36-1.39V8.814Zm11.5-1.625 1.22-1.219a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531l-2.468 2.47a.713.713 0 0 1-.563.25.713.713 0 0 1-.562-.25l-2.47-2.47a.723.723 0 0 1-.218-.53c0-.21.073-.386.219-.532a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219l1.22 1.219V4.5c0-.344-.126-.635-.376-.875A1.166 1.166 0 0 0 12 3.251H6.5a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219H12c.5 0 .959.125 1.375.375.427.24.76.573 1 1 .25.417.375.875.375 1.375V7.19Z"})),xh=c.forwardRef(Mh),ua=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(xh,{})}));ua.displayName="SwapIcon";const Zh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M4.441 1.752H2.497a1.75 1.75 0 0 0-1.75 1.75v9c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-9a1.75 1.75 0 0 0-1.75-1.75H4.554a.758.758 0 0 0-.113 0Zm11.056 1.5a.25.25 0 0 1 .25.25v9a.25.25 0 0 1-.25.25H5.247v-9.5h10.25Zm-11.75 0v9.5h-1.25a.25.25 0 0 1-.25-.25v-9a.25.25 0 0 1 .25-.25h1.25Z"})),Ah=c.forwardRef(Zh),ha=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Ah,{})}));ha.displayName="TabletLangscapeIcon";const Th=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M1.748 13.557v1.944c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-9a1.75 1.75 0 0 0-1.75 1.75v10.944a.759.759 0 0 0 0 .112Zm1.5-11.056a.25.25 0 0 1 .25-.25h9a.25.25 0 0 1 .25.25v10.25h-9.5V2.501Zm0 11.75h9.5v1.25a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-1.25Z"})),Nh=c.forwardRef(Th),fa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nh,{})}));fa.displayName="TabletPortraitIcon";const Ph=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M10.037.251h4.004a1.71 1.71 0 0 1 1.71 1.71v4.004a2.67 2.67 0 0 1-.782 1.887l-7.398 7.399a1.71 1.71 0 0 1-2.417 0L.75 10.849a1.71 1.71 0 0 1 0-2.418l7.4-7.398c.5-.5 1.18-.782 1.887-.782ZM9.21 2.094 1.812 9.49a.21.21 0 0 0 0 .297l4.402 4.402a.21.21 0 0 0 .297 0l7.397-7.398c.22-.22.343-.517.343-.827V1.961a.21.21 0 0 0-.21-.21h-4.004c-.31 0-.608.123-.827.343Zm2.431 2.057a.21.21 0 1 0 0 .42.21.21 0 0 0 0-.42Zm-1.71.21a1.71 1.71 0 1 1 3.42 0 1.71 1.71 0 0 1-3.42 0Z"})),Lh=c.forwardRef(Ph),wa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Lh,{})}));wa.displayName="TagAltIcon";const Fh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.53 10.884a.25.25 0 0 1 0-.353l7.708-7.707a1.25 1.25 0 0 1 .883-.366m0 0h4.172a.25.25 0 0 1 .25.25v4.171c0 .332-.132.65-.366.884L7.47 15.47a.25.25 0 0 1-.354 0L2.53 10.884M11.121.958c-.729 0-1.428.29-1.944.805L1.47 9.47a1.75 1.75 0 0 0 0 2.475l4.586 4.586a1.75 1.75 0 0 0 2.474 0l7.708-7.708a2.75 2.75 0 0 0 .805-1.944V2.708a1.75 1.75 0 0 0-1.75-1.75H11.12Zm-.078 4.25a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm1.75-.25a.25.25 0 1 1 0 .5.25.25 0 0 1 0-.5Z"})),Bh=c.forwardRef(Fh),pa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Bh,{})}));pa.displayName="TagIcon";const Hh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M2.5 3.251a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75H8.5v4.25a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-9.5Zm4.5.75H4v8h3v-8Zm1.5 3H12v-3H8.5v3Z"}),o.createElement("path",{d:"M0 1.751C0 .785.785.001 1.75.001h12.5c.967 0 1.75.784 1.75 1.75v8.5a.75.75 0 0 1-.219.53l-5 5a.75.75 0 0 1-.53.22h-8.5A1.75 1.75 0 0 1 0 14.251v-12.5Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.113.25.25.25H9.5v-3.25c0-.966.784-1.75 1.75-1.75h3.25v-7.75a.25.25 0 0 0-.25-.25H1.75Zm11.69 9.5h-2.19a.25.25 0 0 0-.25.25v2.19L13.44 11Z"})),Vh=c.forwardRef(Hh),ga=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Vh,{})}));ga.displayName="TemplateIcon";const Oh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M2.119 1.001a.75.75 0 0 1 .75-.75H9.4a3.55 3.55 0 0 1 2.17 6.359 4.949 4.949 0 0 1-2.636 9.139H2.869a.75.75 0 0 1 0-1.5h1.116V1.75H2.869a.75.75 0 0 1-.75-.75Zm3.366 6.35v6.897h3.449a3.45 3.45 0 0 0 .008-6.898H5.484Zm3.44-1.5H9.4a2.05 2.05 0 0 0 0-4.1H5.485v4.1h3.44Z"})),Dh=c.forwardRef(Oh),va=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Dh,{})}));va.displayName="TextBoldIcon";const $h=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M11.887.251h3.364a.75.75 0 0 1 0 1.5h-2.942l-6.9 12.401h2.109a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5h2.942l6.899-12.4H8.484a.75.75 0 0 1 0-1.5h3.403Z"})),kh=c.forwardRef($h),ma=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(kh,{})}));ma.displayName="TextItalicIcon";const _h=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M.251 2.751a2.25 2.25 0 0 1 2.25-2.25h11a2.25 2.25 0 0 1 2.25 2.25v.25a.75.75 0 0 1-1.5 0v-.25a.75.75 0 0 0-.75-.75h-4.75v11.905h2.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5h2.25V2h-4.75a.75.75 0 0 0-.75.75V3a.75.75 0 0 1-1.5 0v-.25Z"})),Rh=c.forwardRef(_h),ba=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Rh,{})}));ba.displayName="TextStyleIcon";const Uh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M10.668 8.001a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z"}),o.createElement("path",{d:"M14.252 7.335h1.082a.667.667 0 1 1 0 1.333h-1.082a.333.333 0 0 0-.328.28 6.011 6.011 0 0 1-4.976 4.976.333.333 0 0 0-.28.329v1.082a.667.667 0 0 1-1.334 0v-1.082a.333.333 0 0 0-.28-.33A6.011 6.011 0 0 1 2.078 8.95a.333.333 0 0 0-.328-.281H.668a.667.667 0 0 1 0-1.333H1.75a.333.333 0 0 0 .328-.281A6.011 6.011 0 0 1 7.054 2.08a.333.333 0 0 0 .28-.33V.669a.667.667 0 0 1 1.334 0V1.75a.333.333 0 0 0 .28.329 6.011 6.011 0 0 1 4.976 4.975.333.333 0 0 0 .328.28ZM5.408 11.88a4.667 4.667 0 1 0 5.186-7.76 4.667 4.667 0 0 0-5.186 7.76Z"})),Wh=c.forwardRef(Uh),Ea=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Wh,{})}));Ea.displayName="TragetIcon";const zh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M5.001 1.75a.75.75 0 0 0-.75.75v9.189l-1.22-1.22a.75.75 0 1 0-1.06 1.06l2.5 2.5a.748.748 0 0 0 1.06 0l2.5-2.5a.75.75 0 0 0-1.06-1.06l-1.22 1.22v-9.19a.75.75 0 0 0-.75-.75Zm5.469.219a.747.747 0 0 1 1.061 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22v9.19a.75.75 0 0 1-1.5 0V4.31l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5Z"})),jh=c.forwardRef(zh),ya=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(jh,{})}));ya.displayName="TransferIcon";const qh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M6.094.307C5.542.431 5.05.875 4.851 1.432c-.04.11-.06.253-.073.49l-.017.332-2.027.014c-1.913.012-2.032.016-2.12.063a.612.612 0 0 0-.276.27c-.048.091-.057.151-.057.4 0 .316.038.437.177.564.16.145.212.155.802.165l.552.008.014.112c.01.061.208 2.433.443 5.271.261 3.14.444 5.223.47 5.32.154.607.688 1.128 1.286 1.255.262.056 7.69.056 7.952 0 .598-.127 1.132-.648 1.287-1.255.025-.097.208-2.18.47-5.32.234-2.838.433-5.21.442-5.27l.014-.113.552-.008c.505-.008.561-.014.66-.066a.612.612 0 0 0 .27-.276c.04-.075.05-.152.05-.387 0-.235-.01-.312-.05-.387a.612.612 0 0 0-.27-.276c-.107-.057-.118-.057-2.125-.064l-2.018-.008-.019-.286c-.022-.34-.103-.639-.228-.846a1.887 1.887 0 0 0-.932-.78L9.881.281 8.068.276C6.63.272 6.221.278 6.094.307ZM9.672 1.82c.061.061.075.101.084.247l.011.174H6.241v-.158c0-.13.012-.172.068-.238a.293.293 0 0 1 .126-.092 54.48 54.48 0 0 1 1.612-.009l1.553.004.072.072Zm3.011 2.094c-.009.085-.202 2.39-.43 5.124a666.922 666.922 0 0 1-.428 5.031.319.319 0 0 1-.082.123l-.066.062H4.325l-.066-.062a.319.319 0 0 1-.082-.123 668.49 668.49 0 0 1-.428-5.03c-.228-2.735-.42-5.04-.43-5.125l-.017-.153H12.7l-.017.153ZM6.254 5.787a.615.615 0 0 0-.434.344c-.042.09-.046.304-.046 2.87 0 2.566.004 2.781.046 2.87.06.127.19.255.311.306.152.066.472.08.65.027.275-.08.403-.247.447-.583.014-.108.025-1.26.025-2.62 0-1.359-.01-2.512-.025-2.62-.043-.33-.17-.502-.433-.579a1.27 1.27 0 0 0-.54-.015Zm2.926.023a.546.546 0 0 0-.335.284l-.057.107v5.6l.058.11c.128.24.374.348.727.322.236-.017.363-.065.48-.18.187-.188.175.027.175-3.052s.012-2.864-.176-3.05c-.12-.122-.247-.167-.504-.18-.177-.009-.258 0-.368.04Z"})),Yh=c.forwardRef(qh),Ia=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Yh,{})}));Ia.displayName="TrashIcon";const Kh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M17.194 3.714a.748.748 0 0 0-.693-.463h-4.5a.75.75 0 0 0 0 1.5h2.69l-4.013 4.013a.25.25 0 0 1-.354 0L8.24 6.678a1.75 1.75 0 0 0-2.475 0L.97 11.471a.75.75 0 0 0 1.06 1.06L6.826 7.74a.25.25 0 0 1 .353 0l2.086 2.085a1.75 1.75 0 0 0 2.475 0l4.012-4.012v2.69a.75.75 0 0 0 1.5 0v-4.5a.747.747 0 0 0-.057-.288Z"})),Gh=c.forwardRef(Kh),Ca=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Gh,{})}));Ca.displayName="TrendIcon";const Xh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.519 3.752 3.997 3.997 0 0 1 3.974.717 4 4 0 0 1-1.63 6.92.75.75 0 1 1-.364-1.455 2.498 2.498 0 0 0 1.67-3.457 2.5 2.5 0 0 0-3.7-1.024.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.824.75.75 0 0 1-1.045 1.076A5.75 5.75 0 0 1 6.366.74Z"}),o.createElement("path",{d:"M5.471 8.996a.75.75 0 0 1 1.06 0l2.47 2.47 2.47-2.47a.75.75 0 0 1 1.06 1.06l-2.469 2.47 2.42 2.42a.75.75 0 1 1-1.061 1.06L9 13.587l-2.419 2.42a.75.75 0 0 1-1.06-1.061l2.419-2.42-2.47-2.47a.75.75 0 0 1 0-1.06Z"})),Qh=c.forwardRef(Xh),Sa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Qh,{})}));Sa.displayName="UnExposeIcon";const Jh=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M11.469.416a.75.75 0 1 0-.938 1.17l.83.665H11a4.75 4.75 0 0 0-4.75 4.75v1a.75.75 0 0 0 1.5 0v-1A3.25 3.25 0 0 1 11 3.751h.362l-.83.665a.75.75 0 0 0 .937 1.17l2.496-1.996a.749.749 0 0 0 0-1.177L11.47.416ZM2 9.251a1.75 1.75 0 0 0-1.75 1.75v3A1.75 1.75 0 0 0 2 15.751h12a1.75 1.75 0 0 0 1.75-1.75v-3A1.75 1.75 0 0 0 14 9.251h-2.555a.75.75 0 0 0-.651.378 3.217 3.217 0 0 1-5.588 0 .75.75 0 0 0-.651-.378H2Zm-.177 1.574A.25.25 0 0 1 2 10.75h2.144a4.718 4.718 0 0 0 7.712 0H14a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25H2a.25.25 0 0 1-.25-.25v-3a.25.25 0 0 1 .073-.176Z"})),ef=c.forwardRef(Jh),Ma=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ef,{})}));Ma.displayName="UnarchiveAltIcon";const tf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M2.25 5.143v6.192a.25.25 0 0 0 .25.25h6.19L6.987 9.883a.75.75 0 0 1-.074-.974A5.694 5.694 0 0 1 11.5 6.584c.618 0 1.214.098 1.772.279a7.23 7.23 0 0 0-8.898-.473.75.75 0 0 1-.96-.084L2.25 5.143Zm-.729-1.758a1.25 1.25 0 0 1 1.362.27l1.162 1.162a8.73 8.73 0 0 1 13.205 7.52.75.75 0 0 1-1.5-.002 4.25 4.25 0 0 0-4.25-4.25 4.186 4.186 0 0 0-2.961 1.228l1.638 1.638a1.25 1.25 0 0 1-.884 2.133H2.5a1.75 1.75 0 0 1-1.75-1.75V4.54c0-.505.304-.961.771-1.155Z"})),rf=c.forwardRef(tf),xa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(rf,{})}));xa.displayName="UndoIcon";const nf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 .75ZM3.718 10.751a1.892 1.892 0 0 1-1.966-1.75 1.892 1.892 0 0 1 1.998-1.75H5a.75.75 0 0 0 0-1.5H3.765a3.392 3.392 0 0 0-3.514 3.21.758.758 0 0 0 0 .092 3.392 3.392 0 0 0 3.514 3.197H5a.75.75 0 0 0 0-1.5H3.75l-.032.001ZM15.75 8.962a3.391 3.391 0 0 0-3.515-3.21H11a.75.75 0 0 0 0 1.5h1.25l.032-.001A1.891 1.891 0 0 1 14.25 9a1.892 1.892 0 0 1-1.999 1.75H11a.75.75 0 1 0 0 1.5h1.235a3.392 3.392 0 0 0 3.514-3.198.772.772 0 0 0 0-.091ZM5.53 2.97a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06l-1-1Zm6 0a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0ZM8.75 13.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm-2.22-.53a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 0 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0Zm4 0a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1Z"})),of=c.forwardRef(nf),Za=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(of,{})}));Za.displayName="UnlinkIcon";const af=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M10.75 10.001a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),o.createElement("path",{d:"M4.5 1.751a2.75 2.75 0 0 0-2.75 2.75v2.5a.75.75 0 0 1-1.5 0v-2.5a4.25 4.25 0 0 1 8.5 0v1.75H14c.967 0 1.75.784 1.75 1.75v6a1.75 1.75 0 0 1-1.75 1.75H6a1.75 1.75 0 0 1-1.75-1.75v-6c0-.966.784-1.75 1.75-1.75h1.25v-1.75a2.75 2.75 0 0 0-2.75-2.75Zm1.5 6a.25.25 0 0 0-.25.25v6c0 .138.112.25.25.25h8a.25.25 0 0 0 .25-.25v-6a.25.25 0 0 0-.25-.25H6Z"})),lf=c.forwardRef(af),Aa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(lf,{})}));Aa.displayName="UnlockIcon";const sf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},o.createElement("path",{d:"M14.751.668a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75ZM.59 3.065a.75.75 0 0 1 1.015-.309l9.647 5.147a.75.75 0 0 1 .177.13 1.25 1.25 0 0 1 0 1.769.75.75 0 0 1-.177.131L1.604 15.08a.75.75 0 1 1-.706-1.324l9.069-4.838L.898 4.08a.75.75 0 0 1-.309-1.015Z"})),cf=c.forwardRef(sf),Ta=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(cf,{})}));Ta.displayName="UntilNowAltIcon";const df=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M8.47 1.97a.748.748 0 0 1 1.062 0l3 3a.75.75 0 1 1-1.061 1.062l-1.72-1.72v6.19a.75.75 0 0 1-1.5 0v-6.19l-1.72 1.72a.75.75 0 0 1-1.06-1.061l3-3Z"}),o.createElement("path",{d:"M2.251 10.501a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1c0 .69-.56 1.25-1.25 1.25h-11c-.69 0-1.25-.56-1.25-1.25v-1Z"})),uf=c.forwardRef(df),Na=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(uf,{})}));Na.displayName="UploadIcon";const hf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M14.031 5.03a2.25 2.25 0 1 0-1.06-1.06l-1.264 1.263a3.235 3.235 0 0 0-1.706-.483 3.245 3.245 0 0 0-2.608 1.31L5.686 5.036a2.25 2.25 0 1 0-.824 1.255l1.935 1.161a3.272 3.272 0 0 0 .437 2.254l-3.263 3.263a2.25 2.25 0 1 0 1.06 1.06l3.264-3.262c.291.18.613.315.956.396v1.715a2.251 2.251 0 1 0 1.5 0v-1.715a3.245 3.245 0 0 0 1.517-.835l.565.565a2.253 2.253 0 0 0 2.168 2.857 2.25 2.25 0 1 0-1.286-4.097l-.63-.629a3.235 3.235 0 0 0-.318-2.73l1.264-1.263Zm.97-2.78a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM8.358 7.394a1.75 1.75 0 1 1 .442 1.88.765.765 0 0 0-.073-.074 1.744 1.744 0 0 1-.369-1.806ZM4.125 4.916a.75.75 0 1 1-1.247-.83.75.75 0 0 1 1.247.83ZM3 14.25a.747.747 0 0 1 .75.75.75.75 0 1 1-.75-.75Zm11.25-2.75a.746.746 0 0 1 .75-.75.75.75 0 1 1-.75.75ZM10 14.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z"})),ff=c.forwardRef(hf),Pa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(ff,{})}));Pa.displayName="UsagesIcon";const wf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M5 2.751a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-3.75 2.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM12 7.751a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM6 10.751a4.25 4.25 0 0 0-4.25 4.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 1 8.05-5.27.75.75 0 1 1-.6 1.375 4.25 4.25 0 0 0-1.7-.355Zm6 2a2.25 2.25 0 0 0-2.25 2.25.75.75 0 0 1-1.5 0 3.75 3.75 0 0 1 7.5 0 .75.75 0 0 1-1.5 0 2.25 2.25 0 0 0-2.25-2.25Z"})),pf=c.forwardRef(wf),La=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(pf,{})}));La.displayName="UsersIcon";const gf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M5.253 4.23a.762.762 0 0 0-1.363.682l2.032 4.064a.762.762 0 0 0 1.363 0l2.032-4.064a.762.762 0 0 0-1.363-.681l-1.35 2.7-1.35-2.7Z"}),o.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),o.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"})))),vf=c.forwardRef(gf),Fa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(vf,{})}));Fa.displayName="VariantsIcon";const mf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.77.774a.75.75 0 0 1 .556.59c.11.594.212.913.365 1.103.101.125.298.284.897.284h.005a3.267 3.267 0 0 1 3.23 2.954l7.595 8.79a1.671 1.671 0 0 1-2.362 2.351l-.003-.002L4.296 9.24C2.428 9.108 1.301 7.697.914 6.117.513 4.475.844 2.48 2.003 1.033a.75.75 0 0 1 .768-.26Zm3.05 3.995a1.767 1.767 0 0 0-1.235-.518c-.899 0-1.593-.26-2.063-.844-.02-.025-.04-.05-.059-.077a4.625 4.625 0 0 0-.091 2.43c.27 1.108.94 1.851 1.923 1.974l2.017-2.018a1.767 1.767 0 0 0-.491-.947Zm-.132 3.693 8.346 7.246v.001a.171.171 0 0 0 .243-.24L7.048 7.102l-1.36 1.36Z"}),o.createElement("path",{d:"m13.995 7.896 1.6-1.6a1.405 1.405 0 0 1-.184 1.538L13.27 9.97a.75.75 0 0 0 1.06 1.062l2.16-2.156a2.902 2.902 0 0 0 .177-3.688 2.75 2.75 0 0 0-4.137-3.606l-3.6 3.6a.75.75 0 0 0-.03 1.029l2.665 2.992a.75.75 0 0 0 1.09.032l1.327-1.327.006-.006.006-.006Zm.48-5.62a1.25 1.25 0 0 1 .885 2.134l-1.901 1.901-1.768-1.768 1.9-1.9a1.25 1.25 0 0 1 .885-.367Zm-2.077 5.096-.24.24-1.666-1.87.138-.138 1.768 1.768Zm-8.608 2.95a.75.75 0 0 1 1.052-.008l2.876 2.781a.75.75 0 0 1 .008 1.07l-.888.888a1.75 1.75 0 0 1-1.825.41L4.01 16.468a.75.75 0 0 1-1.061 0l-.177-.177-.74.742A.75.75 0 1 1 .97 15.97l.74-.741-.176-.177a.75.75 0 0 1 0-1.061l1.003-1.004a1.75 1.75 0 0 1 .411-1.824l.841-.842Zm.043 4.2-.354-.353-.353.353.353.354.354-.354Zm1.768-.457a.25.25 0 0 0 .176-.073l.35-.349-1.797-1.738-.32.32a.25.25 0 0 0-.005.348l.005.005 1.414 1.414.005.005a.25.25 0 0 0 .172.068Z"})),bf=c.forwardRef(mf),Ba=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(bf,{})}));Ba.displayName="VisualIcon";const Ef=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},o.createElement("path",{d:"M6.501 4.251a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-.25 1.75a.25.25 0 1 1 .5 0 .25.25 0 0 1-.5 0Zm4 4a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Zm1.75-.25a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5Zm.03-3.719a.75.75 0 1 0-1.06-1.061l-5 5a.75.75 0 0 0 1.06 1.06l5-5Z"}),o.createElement("path",{d:"M2.501 2.251a1.75 1.75 0 0 0-1.75 1.75v2c0 .414.336.75.75.75a1.25 1.25 0 0 1 0 2.5.75.75 0 0 0-.75.75v2a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-2a.75.75 0 0 0-.75-.75 1.25 1.25 0 0 1 0-2.5.75.75 0 0 0 .75-.75v-2a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.177 1.573a.25.25 0 0 1 .177-.073h13a.25.25 0 0 1 .25.25v1.354a2.75 2.75 0 0 0 0 5.292v1.354a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-1.354a2.75 2.75 0 0 0 0-5.292V4.001a.25.25 0 0 1 .073-.177Z"})),yf=c.forwardRef(Ef),Ha=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(yf,{})}));Ha.displayName="VoucherIcon";const If=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},o.createElement("path",{d:"M7.751 4.751a.75.75 0 0 0-.75.75v2.5a.748.748 0 0 0 .22.53l3.124 3.126a.75.75 0 1 0 1.061-1.06L8.501 7.69V5.5a.75.75 0 0 0-.75-.75Z"}),o.createElement("path",{d:"M8.001.251a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5Zm-6.25 7.75a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),Cf=c.forwardRef(If),Va=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Cf,{})}));Va.displayName="WaitIcon";const Sf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M7.501.751a.75.75 0 0 1 .75.75v1.25l4.328-.002a1.75 1.75 0 0 1 1.254.529l2.91 2.99a1.75 1.75 0 0 1 0 2.467l-2.91 2.988a1.751 1.751 0 0 1-1.254.528H8.25v4.25a.75.75 0 0 1-1.5 0v-4.25H2.5a1.75 1.75 0 0 1-1.75-1.75v-6a1.75 1.75 0 0 1 1.75-1.75h4.25V1.5A.75.75 0 0 1 7.5.75Zm0 3.5h-5a.25.25 0 0 0-.25.25v6a.25.25 0 0 0 .25.25H12.58a.253.253 0 0 0 .18-.075l2.92-2.998a.25.25 0 0 0 0-.354l-.008-.007-2.912-2.992a.252.252 0 0 0-.18-.076l-5.038.001a.762.762 0 0 1-.04.001Z"})),Mf=c.forwardRef(Sf),Oa=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Mf,{})}));Oa.displayName="WalkthroughsIcon";const xf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("path",{d:"M15.413 13.333 9.18 1.433a1.333 1.333 0 0 0-2.362 0l-6.232 11.9a1.333 1.333 0 0 0 1.182 1.952H14.23a1.333 1.333 0 0 0 1.182-1.952Zm-8.08-7.718a.667.667 0 0 1 1.334 0v4a.667.667 0 0 1-1.334 0v-4Zm.7 7.674h-.018A1.019 1.019 0 0 1 7 12.309a.984.984 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .954 1.362.983.983 0 0 1-.905.638Z"})),Da=c.forwardRef(xf),$a=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Da,{})}));$a.displayName="WarningFillIcon";const Zf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},o.createElement("path",{d:"M8.001 1.751a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm2.404 3.938a3.25 3.25 0 1 0-4.808 0l-1.6 3.6A3.25 3.25 0 1 0 6.713 13H9.29a3.25 3.25 0 1 0 2.715-3.712l-1.6-3.6Zm-1.261.856 1.47 3.31c-.56.4-.99.976-1.206 1.646H6.595a3.257 3.257 0 0 0-1.208-1.647l1.471-3.31a3.243 3.243 0 0 0 2.286 0ZM3.5 10.75a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm9 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Z"})),Af=c.forwardRef(Zf),ka=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Af,{})}));ka.displayName="WebhookIcon";const Tf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M2.34.78c-.687.09-1.263.57-1.492 1.244l-.082.242v5.715c0 5.44.003 5.724.055 5.908.15.528.5.944.983 1.171.385.18.382.18 2.982.18 1.497.001 2.41-.01 2.48-.029.282-.079.444-.296.468-.628.028-.396-.14-.698-.433-.78-.077-.02-.892-.032-2.433-.032-2.494 0-2.459.002-2.568-.154-.045-.063-.049-.43-.049-4.218V5.251h13.496l.01 1.492c.01 1.374.014 1.503.065 1.62.111.255.32.368.68.368.368 0 .577-.118.68-.384.051-.133.054-.313.054-3.096V2.296l-.07-.225a1.862 1.862 0 0 0-1.19-1.223l-.24-.082L9.121.762C5.483.76 2.431.768 2.341.78Zm13.247 1.507c.15.068.164.146.164.833v.631h-13.5l.001-.638c.001-.68.013-.743.152-.82.101-.056 13.061-.062 13.183-.006Zm-5.533 7.031c-.62.167-1.12.687-1.25 1.3-.064.3-.062 4.964.002 5.268.123.586.597 1.092 1.2 1.283l.21.067h2.79c3.104 0 2.92.011 3.33-.205.23-.122.573-.466.695-.696.215-.406.205-.257.205-3.059 0-2.743.004-2.665-.173-3.045-.12-.258-.5-.643-.764-.776-.372-.188-.29-.183-3.323-.182-2.313.002-2.786.01-2.922.045Zm5.556 1.458c.144.076.14-.004.14 2.48l.001 2.348-.074.073-.073.074h-5.213l-.072-.077-.073-.078-.009-2.255c-.005-1.24 0-2.3.01-2.356a.374.374 0 0 1 .09-.172l.071-.072h2.57c1.894 0 2.584.01 2.632.035Z"})),Nf=c.forwardRef(Tf),_a=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Nf,{})}));_a.displayName="WeblayerIcon";const Pf=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},o.createElement("path",{d:"M8.178 2.226a5.381 5.381 0 0 1 6.278-.815.75.75 0 0 1 .171 1.189l-2.4 2.4a.25.25 0 0 0 0 .353l.533.534a.25.25 0 0 0 .354 0l2.367-2.364a.75.75 0 0 1 1.2.194 5.383 5.383 0 0 1-6.63 7.479L4.514 16.73a1.778 1.778 0 0 1-2.517 0l-.727-.727a1.778 1.778 0 0 1 0-2.516L6.81 7.95a5.382 5.382 0 0 1 1.367-5.725Zm4.575.127a3.882 3.882 0 0 0-4.38 5.451.75.75 0 0 1-.146.854l-5.895 5.891a.278.278 0 0 0 0 .394l.727.728a.279.279 0 0 0 .395 0l5.89-5.89a.75.75 0 0 1 .854-.147 3.884 3.884 0 0 0 5.492-4.2l-1.516 1.514a1.75 1.75 0 0 1-2.474 0l-.533-.534a1.75 1.75 0 0 1 0-2.475l1.586-1.586Z"})),Lf=c.forwardRef(Pf),Ra=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(Lf,{})}));Ra.displayName="WrenchIcon";function Zt(e){let t=e.activeElement;for(;((r=t)==null||(r=r.shadowRoot)==null?void 0:r.activeElement)!=null;){var r;t=t.shadowRoot.activeElement}return t}function M0(e,t){if(!e||!t)return!1;const r=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&ht(r)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function Ua(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function Wa(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:n}=t;return r+"/"+n}).join(" "):navigator.userAgent}function Ff(e){return Hf()?!1:!ja()&&e.width===0&&e.height===0||ja()&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType==="touch"}function za(){return/apple/i.test(navigator.vendor)}function ja(){const e=/android/i;return e.test(Ua())||e.test(Wa())}function Bf(){return Ua().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function Hf(){return Wa().includes("jsdom/")}function qa(e,t){const r=["mouse","pen"];return t||r.push("",void 0),r.includes(e)}function Re(e){return(e==null?void 0:e.ownerDocument)||document}function Vf(e){return"composedPath"in e?e.composedPath()[0]:e.target}const Of="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function Df(e){return Ee(e)&&e.matches(Of)}/*!
33
33
  * tabbable 6.2.0
34
34
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
35
- */var Su=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],p1=Su.join(","),Va=typeof Element>"u",qe=Va?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,p0=!Va&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},g0=function e(t,r){var n;r===void 0&&(r=!0);var a=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"inert"),c=a===""||a==="true",i=c||r&&t&&e(t.parentNode);return i},Cu=function(t){var r,n=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"contenteditable");return n===""||n==="true"},Mu=function(t,r,n){if(g0(t))return[];var a=Array.prototype.slice.apply(t.querySelectorAll(p1));return r&&qe.call(t,p1)&&a.unshift(t),a=a.filter(n),a},xu=function e(t,r,n){for(var a=[],c=Array.from(t);c.length;){var i=c.shift();if(!g0(i,!1))if(i.tagName==="SLOT"){var d=i.assignedElements(),f=d.length?d:i.children,h=e(f,!0,n);n.flatten?a.push.apply(a,h):a.push({scopeParent:i,candidates:h})}else{var u=qe.call(i,p1);u&&n.filter(i)&&(r||!t.includes(i))&&a.push(i);var w=i.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(i),p=!g0(w,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(i));if(w&&p){var v=e(w===!0?i.children:w.children,!0,n);n.flatten?a.push.apply(a,v):a.push({scopeParent:i,candidates:v})}else c.unshift.apply(c,i.children)}}return a},Oa=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Da=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||Cu(t))&&!Oa(t)?0:t.tabIndex},Zu=function(t,r){var n=Da(t);return n<0&&r&&!Oa(t)?0:n},Au=function(t,r){return t.tabIndex===r.tabIndex?t.documentOrder-r.documentOrder:t.tabIndex-r.tabIndex},$a=function(t){return t.tagName==="INPUT"},Tu=function(t){return $a(t)&&t.type==="hidden"},Nu=function(t){var r=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(n){return n.tagName==="SUMMARY"});return r},Lu=function(t,r){for(var n=0;n<t.length;n++)if(t[n].checked&&t[n].form===r)return t[n]},Fu=function(t){if(!t.name)return!0;var r=t.form||p0(t),n=function(d){return r.querySelectorAll('input[type="radio"][name="'+d+'"]')},a;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")a=n(window.CSS.escape(t.name));else try{a=n(t.name)}catch(i){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",i.message),!1}var c=Lu(a,t.form);return!c||c===t},Pu=function(t){return $a(t)&&t.type==="radio"},Bu=function(t){return Pu(t)&&!Fu(t)},Hu=function(t){var r,n=t&&p0(t),a=(r=n)===null||r===void 0?void 0:r.host,c=!1;if(n&&n!==t){var i,d,f;for(c=!!((i=a)!==null&&i!==void 0&&(d=i.ownerDocument)!==null&&d!==void 0&&d.contains(a)||t!=null&&(f=t.ownerDocument)!==null&&f!==void 0&&f.contains(t));!c&&a;){var h,u,w;n=p0(a),a=(h=n)===null||h===void 0?void 0:h.host,c=!!((u=a)!==null&&u!==void 0&&(w=u.ownerDocument)!==null&&w!==void 0&&w.contains(a))}}return c},_a=function(t){var r=t.getBoundingClientRect(),n=r.width,a=r.height;return n===0&&a===0},Vu=function(t,r){var n=r.displayCheck,a=r.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var c=qe.call(t,"details>summary:first-of-type"),i=c?t.parentElement:t;if(qe.call(i,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof a=="function"){for(var d=t;t;){var f=t.parentElement,h=p0(t);if(f&&!f.shadowRoot&&a(f)===!0)return _a(t);t.assignedSlot?t=t.assignedSlot:!f&&h!==t.ownerDocument?t=h.host:t=f}t=d}if(Hu(t))return!t.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return _a(t);return!1},Ou=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var r=t.parentElement;r;){if(r.tagName==="FIELDSET"&&r.disabled){for(var n=0;n<r.children.length;n++){var a=r.children.item(n);if(a.tagName==="LEGEND")return qe.call(r,"fieldset[disabled] *")?!0:!a.contains(t)}return!0}r=r.parentElement}return!1},Du=function(t,r){return!(r.disabled||g0(r)||Tu(r)||Vu(r,t)||Nu(r)||Ou(r))},ka=function(t,r){return!(Bu(r)||Da(r)<0||!Du(t,r))},$u=function(t){var r=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},_u=function e(t){var r=[],n=[];return t.forEach(function(a,c){var i=!!a.scopeParent,d=i?a.scopeParent:a,f=Zu(d,i),h=i?e(a.candidates):d;f===0?i?r.push.apply(r,h):r.push(d):n.push({documentOrder:c,tabIndex:f,item:a,isScope:i,content:h})}),n.sort(Au).reduce(function(a,c){return c.isScope?a.push.apply(a,c.content):a.push(c.content),a},[]).concat(r)},Ra=function(t,r){r=r||{};var n;return r.getShadowRoot?n=xu([t],r.includeContainer,{filter:ka.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:$u}):n=Mu(t,r.includeContainer,ka.bind(null,r)),_u(n)};const ku=o["useInsertionEffect".toString()]||(e=>e());function Ru(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return ku(()=>{t.current=e}),o.useCallback(function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return t.current==null?void 0:t.current(...n)},[])}var me=typeof document<"u"?s.useLayoutEffect:s.useEffect;function v0(){return v0=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},v0.apply(this,arguments)}let g1=!1,Uu=0;const Ua=()=>"floating-ui-"+Uu++;function Wu(){const[e,t]=o.useState(()=>g1?Ua():void 0);return me(()=>{e==null&&t(Ua())},[]),o.useEffect(()=>{g1||(g1=!0)},[]),e}const m0=o["useId".toString()]||Wu,zu=o.forwardRef(function(t,r){let{context:{placement:n,elements:{floating:a},middlewareData:{arrow:c}},width:i=14,height:d=7,tipRadius:f=0,strokeWidth:h=0,staticOffset:u,stroke:w,d:p,style:{transform:v,...m}={},...E}=t;process.env.NODE_ENV!=="production"&&(r||console.warn("Floating UI: The `ref` prop is required for the `FloatingArrow`","component."));const C=m0();if(!a)return null;h*=2;const S=h/2,M=i/2*(f/-8+1),I=d/2*f/4,[Z,y]=n.split("-"),L=_t.isRTL(a),P=!!p,F=Z==="top"||Z==="bottom",B=u&&y==="end"?"bottom":"top";let _=u&&y==="end"?"right":"left";u&&L&&(_=y==="end"?"left":"right");const q=(c==null?void 0:c.x)!=null?u||c.x:"",O=(c==null?void 0:c.y)!=null?u||c.y:"",W=p||"M0,0"+(" H"+i)+(" L"+(i-M)+","+(d-I))+(" Q"+i/2+","+d+" "+M+","+(d-I))+" Z",R={top:P?"rotate(180deg)":"",left:P?"rotate(90deg)":"rotate(-90deg)",bottom:P?"":"rotate(180deg)",right:P?"rotate(-90deg)":"rotate(90deg)"}[Z];return o.createElement("svg",v0({},E,{"aria-hidden":!0,ref:r,width:P?i:i+h,height:i,viewBox:"0 0 "+i+" "+(d>i?d:i),style:{position:"absolute",pointerEvents:"none",[_]:q,[B]:O,[Z]:F||P?"100%":"calc(100% - "+h/2+"px)",transform:""+R+(v??""),...m}}),h>0&&o.createElement("path",{clipPath:"url(#"+C+")",fill:"none",stroke:w,strokeWidth:h+(p?0:1),d:W}),o.createElement("path",{stroke:h&&!p?E.fill:"none",d:W}),o.createElement("clipPath",{id:C},o.createElement("rect",{x:-S,y:S*(P?-1:1),width:i+h,height:i})))});function ju(){const e=new Map;return{emit(t,r){var n;(n=e.get(t))==null||n.forEach(a=>a(r))},on(t,r){e.set(t,[...e.get(t)||[],r])},off(t,r){var n;e.set(t,((n=e.get(t))==null?void 0:n.filter(a=>a!==r))||[])}}}const Yu=o.createContext(null),qu=o.createContext(null),v1=()=>{var e;return((e=o.useContext(Yu))==null?void 0:e.id)||null},Wa=()=>o.useContext(qu);function b0(e){return"data-floating-ui-"+e}function za(e){const t=s.useRef(e);return me(()=>{t.current=e}),t}const ja=b0("safe-polygon");function m1(e,t,r){return r&&!Ha(r)?0:typeof e=="number"?e:e==null?void 0:e[t]}function Ku(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,dataRef:a,events:c,elements:{domReference:i,floating:d},refs:f}=e,{enabled:h=!0,delay:u=0,handleClose:w=null,mouseOnly:p=!1,restMs:v=0,move:m=!0}=t,E=Wa(),C=v1(),S=za(w),M=za(u),I=o.useRef(),Z=o.useRef(),y=o.useRef(),L=o.useRef(),P=o.useRef(!0),F=o.useRef(!1),B=o.useRef(()=>{}),_=o.useCallback(()=>{var R;const N=(R=a.current.openEvent)==null?void 0:R.type;return(N==null?void 0:N.includes("mouse"))&&N!=="mousedown"},[a]);o.useEffect(()=>{if(!h)return;function R(N){let{open:x}=N;x||(clearTimeout(Z.current),clearTimeout(L.current),P.current=!0)}return c.on("openchange",R),()=>{c.off("openchange",R)}},[h,c]),o.useEffect(()=>{if(!h||!S.current||!r)return;function R(x){_()&&n(!1,x,"hover")}const N=Ve(d).documentElement;return N.addEventListener("mouseleave",R),()=>{N.removeEventListener("mouseleave",R)}},[d,r,n,h,S,_]);const q=o.useCallback(function(R,N,x){N===void 0&&(N=!0),x===void 0&&(x="hover");const A=m1(M.current,"close",I.current);A&&!y.current?(clearTimeout(Z.current),Z.current=setTimeout(()=>n(!1,R,x),A)):N&&(clearTimeout(Z.current),n(!1,R,x))},[M,n]),O=o.useCallback(()=>{B.current(),y.current=void 0},[]),W=o.useCallback(()=>{if(F.current){const R=Ve(f.floating.current).body;R.style.pointerEvents="",R.removeAttribute(ja),F.current=!1}},[f]);return o.useEffect(()=>{if(!h)return;function R(){return a.current.openEvent?["click","mousedown"].includes(a.current.openEvent.type):!1}function N($){if(clearTimeout(Z.current),P.current=!1,p&&!Ha(I.current)||v>0&&m1(M.current,"open")===0)return;const z=m1(M.current,"open",I.current);z?Z.current=setTimeout(()=>{n(!0,$,"hover")},z):n(!0,$,"hover")}function x($){if(R())return;B.current();const z=Ve(d);if(clearTimeout(L.current),S.current){r||clearTimeout(Z.current),y.current=S.current({...e,tree:E,x:$.clientX,y:$.clientY,onClose(){W(),O(),q($,!0,"safe-polygon")}});const H=y.current;z.addEventListener("mousemove",H),B.current=()=>{z.removeEventListener("mousemove",H)};return}(I.current==="touch"?!w0(d,$.relatedTarget):!0)&&q($)}function A($){R()||S.current==null||S.current({...e,tree:E,x:$.clientX,y:$.clientY,onClose(){W(),O(),q($)}})($)}if(ce(i)){const $=i;return r&&$.addEventListener("mouseleave",A),d==null||d.addEventListener("mouseleave",A),m&&$.addEventListener("mousemove",N,{once:!0}),$.addEventListener("mouseenter",N),$.addEventListener("mouseleave",x),()=>{r&&$.removeEventListener("mouseleave",A),d==null||d.removeEventListener("mouseleave",A),m&&$.removeEventListener("mousemove",N),$.removeEventListener("mouseenter",N),$.removeEventListener("mouseleave",x)}}},[i,d,h,e,p,v,m,q,O,W,n,r,E,M,S,a]),me(()=>{var R;if(h&&r&&(R=S.current)!=null&&R.__options.blockPointerEvents&&_()){const x=Ve(d).body;if(x.setAttribute(ja,""),x.style.pointerEvents="none",F.current=!0,ce(i)&&d){var N;const A=i,$=E==null||(N=E.nodesRef.current.find(z=>z.id===C))==null||(N=N.context)==null?void 0:N.elements.floating;return $&&($.style.pointerEvents=""),A.style.pointerEvents="auto",d.style.pointerEvents="auto",()=>{A.style.pointerEvents="",d.style.pointerEvents=""}}}},[h,r,C,d,i,E,S,_]),me(()=>{r||(I.current=void 0,O(),W())},[r,O,W]),o.useEffect(()=>()=>{O(),clearTimeout(Z.current),clearTimeout(L.current),W()},[h,i,O,W]),o.useMemo(()=>{if(!h)return{};function R(N){I.current=N.pointerType}return{reference:{onPointerDown:R,onPointerEnter:R,onMouseMove(N){r||v===0||(clearTimeout(L.current),L.current=setTimeout(()=>{P.current||n(!0,N.nativeEvent,"hover")},v))}},floating:{onMouseEnter(){clearTimeout(Z.current)},onMouseLeave(N){q(N.nativeEvent,!1)}}}},[h,v,r,n,q])}const Ya=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function qa(e,t){const r=Ra(e,Ya());t==="prev"&&r.reverse();const n=r.indexOf(w1(Ve(e)));return r.slice(n+1)[0]}function Gu(){return qa(document.body,"next")}function Xu(){return qa(document.body,"prev")}function b1(e,t){const r=t||e.currentTarget,n=e.relatedTarget;return!n||!w0(r,n)}function Qu(e){Ra(e,Ya()).forEach(r=>{r.dataset.tabindex=r.getAttribute("tabindex")||"",r.setAttribute("tabindex","-1")})}function Ju(e){e.querySelectorAll("[data-tabindex]").forEach(r=>{const n=r.dataset.tabindex;delete r.dataset.tabindex,n?r.setAttribute("tabindex",n):r.removeAttribute("tabindex")})}const Ka={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0};let e8;function Ga(e){e.key==="Tab"&&(e.target,clearTimeout(e8))}const Xa=o.forwardRef(function(t,r){const[n,a]=o.useState();me(()=>(Pa()&&a("button"),document.addEventListener("keydown",Ga),()=>{document.removeEventListener("keydown",Ga)}),[]);const c={ref:r,tabIndex:0,role:n,"aria-hidden":n?void 0:!0,[b0("focus-guard")]:"",style:Ka};return o.createElement("span",v0({},t,c))}),Qa=o.createContext(null),Ja=b0("portal");function t8(e){let{id:t,root:r}=e===void 0?{}:e;const[n,a]=o.useState(null),c=m0(),i=n8(),d=o.useRef(null);return me(()=>()=>{n==null||n.remove(),queueMicrotask(()=>{d.current=null})},[n]),me(()=>{if(d.current)return;const f=t?document.getElementById(t):null;if(!f)return;const h=document.createElement("div");h.id=c,h.setAttribute(Ja,""),f.appendChild(h),d.current=h,a(h)},[t,c]),me(()=>{if(d.current)return;let f=r||(i==null?void 0:i.portalNode);f&&!ce(f)&&(f=f.current),f=f||document.body;let h=null;t&&(h=document.createElement("div"),h.id=t,f.appendChild(h));const u=document.createElement("div");u.id=c,u.setAttribute(Ja,""),f=h||f,f.appendChild(u),d.current=u,a(u)},[t,r,c,i]),n}function r8(e){let{children:t,id:r,root:n=null,preserveTabOrder:a=!0}=e;const c=t8({id:r,root:n}),[i,d]=o.useState(null),f=o.useRef(null),h=o.useRef(null),u=o.useRef(null),w=o.useRef(null),p=!!i&&!i.modal&&i.open&&a&&!!(n||c);return o.useEffect(()=>{if(!c||!a||i!=null&&i.modal)return;function v(m){c&&b1(m)&&(m.type==="focusin"?Ju:Qu)(c)}return c.addEventListener("focusin",v,!0),c.addEventListener("focusout",v,!0),()=>{c.removeEventListener("focusin",v,!0),c.removeEventListener("focusout",v,!0)}},[c,a,i==null?void 0:i.modal]),o.createElement(Qa.Provider,{value:o.useMemo(()=>({preserveTabOrder:a,beforeOutsideRef:f,afterOutsideRef:h,beforeInsideRef:u,afterInsideRef:w,portalNode:c,setFocusManagerState:d}),[a,c])},p&&c&&o.createElement(Xa,{"data-type":"outside",ref:f,onFocus:v=>{if(b1(v,c)){var m;(m=u.current)==null||m.focus()}else{const E=Xu()||(i==null?void 0:i.refs.domReference.current);E==null||E.focus()}}}),p&&c&&o.createElement("span",{"aria-owns":c.id,style:Ka}),c&&N0.createPortal(t,c),p&&c&&o.createElement(Xa,{"data-type":"outside",ref:h,onFocus:v=>{if(b1(v,c)){var m;(m=w.current)==null||m.focus()}else{const E=Gu()||(i==null?void 0:i.refs.domReference.current);E==null||E.focus(),i!=null&&i.closeOnFocusOut&&(i==null||i.onOpenChange(!1,v.nativeEvent))}}}))}const n8=()=>o.useContext(Qa);let E1;process.env.NODE_ENV!=="production"&&(E1=new Set);function o8(e){var t;e===void 0&&(e={});const{open:r=!1,onOpenChange:n,nodeId:a}=e;if(process.env.NODE_ENV!=="production"){var c;const F="Floating UI: Cannot pass a virtual element to the `elements.reference` option, as it must be a real DOM element. Use `refs.setPositionReference` instead.";if((c=e.elements)!=null&&c.reference&&!ce(e.elements.reference)){var i;if(!((i=E1)!=null&&i.has(F))){var d;(d=E1)==null||d.add(F),console.error(F)}}}const[f,h]=o.useState(null),u=((t=e.elements)==null?void 0:t.reference)||f,w=jt(e),p=Wa(),v=v1()!=null,m=Ru((F,B,_)=>{F&&(C.current.openEvent=B),S.emit("openchange",{open:F,event:B,reason:_,nested:v}),n==null||n(F,B,_)}),E=o.useRef(null),C=o.useRef({}),S=o.useState(()=>ju())[0],M=m0(),I=o.useCallback(F=>{const B=ce(F)?{getBoundingClientRect:()=>F.getBoundingClientRect(),contextElement:F}:F;w.refs.setReference(B)},[w.refs]),Z=o.useCallback(F=>{(ce(F)||F===null)&&(E.current=F,h(F)),(ce(w.refs.reference.current)||w.refs.reference.current===null||F!==null&&!ce(F))&&w.refs.setReference(F)},[w.refs]),y=o.useMemo(()=>({...w.refs,setReference:Z,setPositionReference:I,domReference:E}),[w.refs,Z,I]),L=o.useMemo(()=>({...w.elements,domReference:u}),[w.elements,u]),P=o.useMemo(()=>({...w,refs:y,elements:L,dataRef:C,nodeId:a,floatingId:M,events:S,open:r,onOpenChange:m}),[w,a,M,S,r,m,y,L]);return me(()=>{const F=p==null?void 0:p.nodesRef.current.find(B=>B.id===a);F&&(F.context=P)}),o.useMemo(()=>({...w,context:P,refs:y,elements:L}),[w,y,L,P])}function a8(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,events:a,refs:c,elements:{domReference:i}}=e,{enabled:d=!0,visibleOnly:f=!0}=t,h=o.useRef(!1),u=o.useRef(),w=o.useRef(!0);return o.useEffect(()=>{if(!d)return;const p=he(i);function v(){!r&&pe(i)&&i===w1(Ve(i))&&(h.current=!0)}function m(){w.current=!0}return p.addEventListener("blur",v),p.addEventListener("keydown",m,!0),()=>{p.removeEventListener("blur",v),p.removeEventListener("keydown",m,!0)}},[i,r,d]),o.useEffect(()=>{if(!d)return;function p(v){let{reason:m}=v;(m==="reference-press"||m==="escape-key")&&(h.current=!0)}return a.on("openchange",p),()=>{a.off("openchange",p)}},[a,d]),o.useEffect(()=>()=>{clearTimeout(u.current)},[]),o.useMemo(()=>d?{reference:{onPointerDown(p){vu(p.nativeEvent)||(w.current=!1)},onMouseLeave(){h.current=!1},onFocus(p){if(h.current)return;const v=Eu(p.nativeEvent);if(f&&ce(v))try{if(Pa()&&mu())throw Error();if(!v.matches(":focus-visible"))return}catch{if(!w.current&&!Iu(v))return}n(!0,p.nativeEvent,"focus")},onBlur(p){h.current=!1;const v=p.relatedTarget,m=ce(v)&&v.hasAttribute(b0("focus-guard"))&&v.getAttribute("data-type")==="outside";u.current=window.setTimeout(()=>{const E=w1(i?i.ownerDocument:document);!v&&E===i||w0(c.floating.current,E)||w0(i,E)||m||n(!1,p.nativeEvent,"focus")})}}}:{},[d,f,i,c,n])}const e2="active",t2="selected";function y1(e,t,r){const n=new Map,a=r==="item";let c=e;if(a&&e){const{[e2]:i,[t2]:d,...f}=e;c=f}return{...r==="floating"&&{tabIndex:-1},...c,...t.map(i=>{const d=i?i[r]:null;return typeof d=="function"?e?d(e):null:d}).concat(e).reduce((i,d)=>(d&&Object.entries(d).forEach(f=>{let[h,u]=f;if(!(a&&[e2,t2].includes(h)))if(h.indexOf("on")===0){if(n.has(h)||n.set(h,[]),typeof u=="function"){var w;(w=n.get(h))==null||w.push(u),i[h]=function(){for(var p,v=arguments.length,m=new Array(v),E=0;E<v;E++)m[E]=arguments[E];return(p=n.get(h))==null?void 0:p.map(C=>C(...m)).find(C=>C!==void 0)}}}else i[h]=u}),i),{})}}function l8(e){e===void 0&&(e=[]);const t=e,r=o.useCallback(c=>y1(c,e,"reference"),t),n=o.useCallback(c=>y1(c,e,"floating"),t),a=o.useCallback(c=>y1(c,e,"item"),e.map(c=>c==null?void 0:c.item));return o.useMemo(()=>({getReferenceProps:r,getFloatingProps:n,getItemProps:a}),[r,n,a])}const c8=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function i8(e,t){var r;t===void 0&&(t={});const{open:n,floatingId:a}=e,{enabled:c=!0,role:i="dialog"}=t,d=(r=c8.get(i))!=null?r:i,f=m0(),u=v1()!=null;return o.useMemo(()=>{if(!c)return{};const w={id:a,...d&&{role:d}};return d==="tooltip"||i==="label"?{reference:{["aria-"+(i==="label"?"labelledby":"describedby")]:n?a:void 0},floating:w}:{reference:{"aria-expanded":n?"true":"false","aria-haspopup":d==="alertdialog"?"dialog":d,"aria-controls":n?a:void 0,...d==="listbox"&&{role:"combobox"},...d==="menu"&&{id:f},...d==="menu"&&u&&{role:"menuitem"},...i==="select"&&{"aria-autocomplete":"none"},...i==="combobox"&&{"aria-autocomplete":"list"}},floating:{...w,...d==="menu"&&{"aria-labelledby":f}},item(p){let{active:v,selected:m}=p;const E={role:"option",...v&&{id:a+"-option"}};switch(i){case"select":return{...E,"aria-selected":v&&m};case"combobox":return{...E,...v&&{"aria-selected":!0}}}return{}}}},[c,i,d,n,a,f,u])}function s8(e,t){const[r,n]=o.useState(e);return e&&!r&&n(!0),o.useEffect(()=>{if(!e){const a=setTimeout(()=>n(!1),t);return()=>clearTimeout(a)}},[e,t]),r}function d8(e,t){t===void 0&&(t={});const{open:r,elements:{floating:n}}=e,{duration:a=250}=t,i=(typeof a=="number"?a:a.close)||0,[d,f]=o.useState(!1),[h,u]=o.useState("unmounted"),w=s8(r,i);return me(()=>{d&&!w&&u("unmounted")},[d,w]),me(()=>{if(n){if(r){u("initial");const p=requestAnimationFrame(()=>{u("open")});return()=>{cancelAnimationFrame(p)}}f(!0),u("close")}},[r,n]),{isMounted:w,status:h}}function r2(e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}const h8=50,f8=200,w9="",E0=s.forwardRef((e,t)=>{const{children:r,className:n,title:a,placement:c="top",disablePortal:i=!1,portalRoot:d,...f}=e,h=s.useRef(null),[u,w]=s.useState(!1),{refs:p,floatingStyles:v,context:m}=o8({whileElementsMounted:o1,placement:c,open:u,onOpenChange:w,middleware:[c0(10),a1(),kt(),Ul({element:h})]}),E=Ku(m,{delay:{open:h8,close:f8}}),C=a8(m),S=i8(m,{role:"tooltip"}),{isMounted:M,status:I}=d8(m),{getReferenceProps:Z,getFloatingProps:y}=l8([S,E,C]),L=s.useMemo(()=>r2([p.setReference,r.props.ref]),[p.setReference,r]),P=s.useMemo(()=>r2([p.setFloating,t]),[p.setFloating,t]);if(!a)return r;const F=s.cloneElement(r,Z({ref:L,...r.props})),B=l.jsx("div",{...f,...y(),ref:P,style:{...v},className:te("rbui-tooltip",n),children:M&&l.jsxs("div",{className:te("rbui-tooltip__inner",`rbui-tooltip__inner--${I}`),children:[a,l.jsx(zu,{ref:h,context:m,className:"rbui-tooltip__arrow"})]})}),_=typeof d=="string"?d:void 0,q=typeof d!="string"?d:void 0;return l.jsxs(l.Fragment,{children:[F,u&&(i?B:l.jsx(r8,{id:_,root:q,children:B}))]})});E0.displayName="Tooltip";const p9="",u8=({type:e,color:t,active:r,disabled:n,loading:a,hasIcons:c})=>e==="primary"&&(t==="default"||t==="alternative")?["rbui-button-primary",...r?["rbui-button-primary--active"]:[],...n?["rbui-button-primary--disabled"]:[],...a?["rbui-button-primary--loading"]:[]]:e==="primary"&&t==="danger"?["rbui-button-primary-danger",...r?["rbui-button-primary-danger--active"]:[],...n?["rbui-button-primary-danger--disabled"]:[],...a?["rbui-button-primary-danger--loading"]:[]]:e==="secondary"&&(t==="default"||t==="alternative")?["rbui-button-secondary",...r?["rbui-button-secondary--active"]:[],...n?["rbui-button-secondary--disabled"]:[],...a?["rbui-button-secondary--loading"]:[]]:e==="secondary"&&t==="danger"?["rbui-button-secondary-danger",...r?["rbui-button-secondary-danger--active"]:[],...n?["rbui-button-secondary-danger--disabled"]:[],...a?["rbui-button-secondary-danger--loading"]:[]]:e==="tertiary"&&t==="default"?["rbui-button-tertiary",...r?["rbui-button-tertiary--active"]:[],...n?["rbui-button-tertiary--disabled"]:[],...a?["rbui-button-tertiary--loading"]:[],...c?["rbui-button-tertiary--has-icons"]:[]]:e==="tertiary"&&t==="danger"?["rbui-button-tertiary-danger",...r?["rbui-button-tertiary-danger--active"]:[],...n?["rbui-button-tertiary-danger--disabled"]:[],...a?["rbui-button-tertiary-danger--loading"]:[],...c?["rbui-button-tertiary-danger--has-icons"]:[]]:e==="tertiary"&&t==="alternative"?["rbui-button-tertiary-alternative",...r?["rbui-button-tertiary-alternative--active"]:[],...n?["rbui-button-tertiary-alternative--disabled"]:[],...a?["rbui-button-tertiary-alternative--loading"]:[],...c?["rbui-button-tertiary-alternative--has-icons"]:[]]:[],be=s.forwardRef((e,t)=>{const{children:r,className:n,color:a="default",disabled:c=!1,endIcon:i,htmlType:d="button",loading:f=!1,loadingText:h,onClick:u,startIcon:w,tooltip:p,type:v="secondary",...m}=e,{getRootProps:E,active:C,focusVisible:S}=z0({...e,type:d,rootRef:t});function M(F){f||c||u==null||u(F)}const I=E({onClick:M,...m}),Z=!!w||!!i,y=!r&&(w&&!i||i&&!w),L=te("rbui-button",n,{"rbui-button--focus-visible":S,"rbui-button--disabled":c,"rbui-button--icon-only":y&&!(f&&h),"rbui-button--loading":f},u8({type:v,color:a,active:C,disabled:c,loading:f,hasIcons:Z})),P=te("rbui-button__loader",{"rbui-button__loader--short":h||y});return l.jsx(E0,{title:p,children:l.jsxs("button",{...I,className:L,children:[w&&!f&&l.jsx("span",{role:"img",className:"rbui-button__start-icon",children:w}),f&&l.jsx("span",{role:"progressbar",className:P,children:l.jsx(f1,{className:"rbui-button__spinner"})}),f&&h,!f&&r,i&&!f&&l.jsx("span",{role:"img",className:"rbui-button__end-icon",children:i})]})})});be.displayName="Button";const g9="",w8=e=>e==="primary"?"rbui-button-group--primary":e==="tertiary"?"rbui-button-group--tertiary":"rbui-button-group--secondary",p8=(e,t)=>e&&t?"":e?"rbui-button-group__button--first":t?"rbui-button-group__button--last":"rbui-button-group__button--middle",I1=s.forwardRef((e,t)=>{var h;const{children:r,className:n,disabled:a,type:c="secondary",...i}=e,d=te(n,"rbui-button-group",w8(c),{"rbui-button-group--disabled":a}),f=s.Children.count(r);return l.jsx("div",{role:"group",className:d,"aria-disabled":a,ref:t,...i,children:(h=s.Children.map(r,(u,w)=>{if(!s.isValidElement(u))return;const p=w===0,v=w===f-1,m=u.props.disabled??a,E=te("rbui-button-group__button",{"rbui-button-group__button--disabled":m},p8(p,v),u.props.className);return s.cloneElement(u,{key:u.key??w,type:u.props.type??c,disabled:m,className:E})}))==null?void 0:h.filter(Boolean)})});I1.displayName="ButtonGroup";const v9="";function g8(e,t){const{children:r,className:n,color:a="default",disabled:c,onClick:i,selected:d,type:f="secondary",value:h,...u}=e,w=te("rbui-toggle-button",{"rbui-toggle-button--disabled":c,"rbui-toggle-button--selected":d},n);return l.jsx(be,{...u,className:w,type:f,color:a,disabled:c,"aria-pressed":d,onClick:p=>i==null?void 0:i(p,h),ref:t,children:r})}const n2=s.forwardRef(g8);n2.displayName="ToggleButton";function o2(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.indexOf(e)>=0:e===t}function v8(e,t){const{children:r,className:n,disabled:a,onChange:c,value:i,multiple:d=!1}=e,f=(p,v)=>{o2(v,i)||c==null||c(p,v)},h=(p,v)=>{let m=[];Array.isArray(i)&&(m=[...i]);const E=m.indexOf(v);E>=0?m.splice(E,1):m.push(v),c==null||c(p,m)},u=te(n,"rbui-toggle-button-group"),w=s.Children.map(r,p=>s.isValidElement(p)?s.cloneElement(p,{disabled:a||p.props.disabled,selected:o2(p.props.value,i),onClick:d?h:f}):p);return l.jsx(I1,{className:u,ref:t,...e,children:w})}const a2=s.forwardRef(v8);a2.displayName="ToggleButtonGroup";function l2(e){const{open:t,onOpenChange:r,children:n}=e,{contextValue:a}=F7({open:t,onOpenChange:r});return l.jsx(ke.Provider,{value:a,children:n})}l2.displayName="Menu";const c2=s.forwardRef((e,t)=>{const{children:r,disabled:n=!1,type:a,htmlType:c,...i}=e,{getRootProps:d}=Gl({disabled:n,focusableWhenDisabled:!1,rootRef:t}),f=be,{ownerState:h,...u}=_e({elementType:f,getSlotProps:d,externalForwardedProps:i,externalSlotProps:void 0,additionalProps:{ref:t},ownerState:void 0});return l.jsx(be,{...u,htmlType:c,type:a,children:r})});c2.displayName="MenuButton";const m9="",i2=s.forwardRef((e,t)=>{const{children:r,className:n,placement:a="bottom-end"}=e,{contextValue:c,getListboxProps:i,open:d,listboxRef:f,triggerElement:h}=hl({disabledItemsFocusable:!1,listboxRef:t}),u=i(),w=te("rbui-menu-content",n);return l.jsx(fl,{value:c,children:l.jsx(Gt,{open:d,keepMounted:!0,disablePortal:!0,anchor:h,placement:a,middleware:[c0(4),a1()],children:l.jsx("ul",{...u,className:w,ref:f,children:r})})})});i2.displayName="MenuContent";const b9="";function s2(e){const{children:t,className:r,...n}=e,a=te("rbui-menu-group",r);return l.jsx("li",{className:"rbui-menu-group__container",children:l.jsx("ul",{role:"group",className:a,...n,children:t})})}s2.displayName="MenuGroup";const E9="";function d2(e){const{children:t,className:r,...n}=e,a=te("rbui-menu-group__label",r);return l.jsx("li",{role:"presentation",className:a,...n,children:t})}d2.displayName="MenuGroupLabel";const y9="",h2=s.forwardRef((e,t)=>{const{children:r,disabled:n=!1,startIcon:a,className:c,...i}=e,{getRootProps:d,disabled:f,highlighted:h}=Jl({disabled:n,rootRef:t}),u=te("rbui-menu-item",c,{"rbui-menu-item--disabled":f,"rbui-menu-item--highlighted":h}),w="li",p=_e({elementType:w,getSlotProps:d,externalForwardedProps:i,className:u,ownerState:void 0,externalSlotProps:void 0});return l.jsxs(w,{...p,"aria-label":"label",children:[a&&l.jsx("span",{role:"img",className:"rbui-menu-item__start-icon",children:a}),r]})});h2.displayName="MenuItem";const I9="";function f2(){return l.jsx("li",{role:"separator","aria-orientation":"horizontal","aria-hidden":!0,className:"rbui-menu-separator"})}f2.displayName="MenuSeparator";const S9="",m8={error:e=>l.jsx(Hn,{...e}),info:e=>l.jsx(g5,{...e}),success:e=>l.jsx(Dr,{...e}),warning:e=>l.jsx(xa,{...e})};function b8(e){const{actions:t,children:r,className:n,icon:a,onClose:c,role:i="alert",type:d="info"}=e;return l.jsxs("div",{className:te(`rbui-alert rbui-alert--${d}`,n),role:i,children:[a!==!1?l.jsx("div",{className:`rbui-alert__icon rbui-alert__icon--${d}`,children:a||m8[d]()}):null,l.jsxs("div",{className:"rbui-alert__content",children:[r,t?l.jsx("div",{className:"rbui-alert__actions",children:t}):null]}),c?l.jsx(be,{type:"tertiary","aria-label":"Close",className:"rbui-alert__close",startIcon:l.jsx(Xr,{}),onClick:()=>c()}):null]})}const C9="";function E8(e){const{children:t,className:r}=e;return l.jsx("div",{className:te("rbui-alert-title",r),children:t})}const y8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M7.25 0h1.5v7.25H16v1.5H7.25V0Z"})))),I8=s.forwardRef(y8),u2=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(I8,{})}));u2.displayName="NextStepIcon";const S8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),o.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),C8=s.forwardRef(S8),w2=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(C8,{})}));w2.displayName="SortAscIcon";const M8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),o.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),x8=s.forwardRef(M8),p2=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(x8,{})}));p2.displayName="SortDescIcon";const Z8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),o.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.141.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),A8=s.forwardRef(Z8),g2=s.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(A8,{})}));g2.displayName="SortInactiveIcon";const v2=s.createContext(null);function m2(){return s.useContext(v2)}const M9="",T8=s.forwardRef((e,t)=>{const{open:r,className:n,...a}=e;return l.jsx("div",{className:te({"rbui-modal__backdrop":r},n),ref:t,...a})}),b2=s.forwardRef((e,t)=>{const{open:r,children:n,width:a="sm",role:c="dialog",className:i,onClose:d,...f}=e,h=()=>{d==null||d()};return l.jsx(v2.Provider,{value:e,children:l.jsx(er,{ref:t,role:c,"aria-modal":"true",className:te("rbui-modal",i),open:r,onClose:h,slots:{backdrop:x7(T8)},...f,children:l.jsx("div",{className:te("rbui-modal__wrapper",`rbui-modal__wrapper--${a}`),children:n})})})});b2.displayName="Modal";function S1(e){const{className:t,children:r,...n}=e,a=m2();if(a===null)throw new Error("ModalCloseButton must be used within a ModalContext.Provider");const{onClose:c}=a,i=()=>{c==null||c()};return l.jsx(be,{...n,type:"tertiary",onClick:i,className:t,children:r})}S1.displayName="ModalCloseButton";const E2=s.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,c=m2();if(c===null)throw new Error("ModalHeader must be used within a ModalContext.Provider");const{onClose:i}=c;return l.jsxs("div",{...a,ref:t,className:te("rbui-modal__header",n),children:[l.jsx("div",{className:"rbui-modal__header-section",children:r}),i&&l.jsx(S1,{className:"rbui-modal__header-close",startIcon:l.jsx(u0,{})})]})});E2.displayName="ModalHeader";const y2=s.forwardRef((e,t)=>{const{className:r,children:n,...a}=e;return l.jsx("div",{...a,ref:t,className:te("rbui-modal__header-title",r),children:n})});y2.displayName="ModalHeaderTitle";const I2=s.forwardRef((e,t)=>{const{children:r,padding:n="narrow",className:a,...c}=e;return l.jsx("div",{...c,ref:t,className:te("rbui-modal__body",`rbui-modal__body--${n}`,a),children:r})});I2.displayName="ModalBody";const S2=s.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return l.jsx("div",{...a,ref:t,className:te("rbui-modal__footer",n),children:r})});S2.displayName="ModalFooter";const C2=s.forwardRef((e,t)=>{const{className:r,children:n,...a}=e;return l.jsx("div",{...a,ref:t,className:te("rbui-modal__footer--actions",r),children:n})});C2.displayName="ModalFooterActions";const x9="",C1=()=>l.jsx("span",{children:" "}),M1=s.forwardRef((e,t)=>{const{className:r,control:n,error:a,fullWidth:c,helperText:i,label:d,labelPosition:f="block-start",metadata:h,tooltip:u,...w}=e,p=!!(d||h),v=!!i;return l.jsxs("div",{...w,className:te("rbui-base-field",r,{"rbui-base-field--error":a,"rbui-base-field--full-width":c,"rbui-base-field--label-block-start":p&&f==="block-start","rbui-base-field--label-inline-start":p&&f==="inline-start","rbui-base-field--label-inline-end":p&&f==="inline-end","rbui-base-field--has-helper":v}),ref:t,children:[p&&l.jsxs("div",{className:te("rbui-base-field__label"),children:[d,u&&l.jsx(E0,{title:u,children:l.jsx(h1,{className:"rbui-base-field__icon"})}),h&&l.jsx("span",{className:"rbui-base-field__metadata",children:h})]}),l.jsx("div",{className:"rbui-base-field__control",children:n}),v&&l.jsx("span",{className:"rbui-base-field__helper",children:i===" "?C1():i})]})});function N8({onEnter:e,onLeave:t}={}){const[r,n]=s.useState(!1),a=s.useCallback(()=>{n(!0),e==null||e()},[e]),c=s.useCallback(()=>{n(!1),t==null||t()},[t]);return{hovered:r,handlers:{onMouseEnter:a,onMouseLeave:c}}}const Z9="";function L8(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function F8(...e){return s.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(r=>{L8(r,t)})},e)}const x1=s.forwardRef((e,t)=>{const{autoSize:r,className:n,clearable:a,defaultValue:c,disabled:i,error:d,inputProps:f={},leftElement:h,maxRows:u,minRows:w,multiline:p,onBlur:v,onChange:m,onCountChange:E,onFocus:C,readOnly:S,required:M,rightElement:I,value:Z,...y}=e,L=Z==null,P=s.useRef(null),F=F8(P,t),[B,_]=s.useState(L?c:""),q=L?B:Z;s.useEffect(()=>{E==null||E((q==null?void 0:q.length)??0)},[q,E]);const O=G=>{_(G.target.value),m==null||m(G)},{hovered:W,handlers:R}=N8(),{getInputProps:N,getRootProps:x,focused:A}=_7({defaultValue:c,disabled:i,error:d,inputRef:F,onBlur:v,onChange:O,onFocus:C,required:M,value:L?void 0:q}),$=G=>{if(!P.current)return;P.current.value="",_("");const Q=Object.create(G,{target:{value:P.current},currentTarget:{value:P.current}});m==null||m(Q)},z=()=>{const G=i||S||!q;return l.jsx(be,{"aria-label":"Clear",type:"tertiary",className:te("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":G}),onMouseDown:Q=>Q.preventDefault(),startIcon:l.jsx(u0,{}),onClick:$})},T=te("rbui-base-input",n,{"rbui-base-input--disabled":i,"rbui-base-input--error":d,"rbui-base-input--focused":A,"rbui-base-input--hovered":W,"rbui-base-input--readonly":S,"rbui-base-input--required":M}),H=N({...f,className:te("rbui-base-input__input",f.className,{"rbui-base-input__input--multiline":p,"rbui-base-input__input--has-right":a||I,"rbui-base-input__input--has-left":h}),...y,readOnly:S});return l.jsxs("div",{className:T,...x(),...R,children:[h&&l.jsx("span",{className:"rbui-base-input__element",children:h}),p&&(r?l.jsx(tr,{...H,minRows:w,maxRows:u}):l.jsx("textarea",{...H,rows:w})),!p&&l.jsx("input",{...H}),(I||a)&&l.jsxs("span",{className:"rbui-base-input__element",children:[a&&z(),I]})]})});x1.displayName="BaseInput";const A9="",y0=s.forwardRef((e,t)=>{const{className:r,children:n,htmlFor:a,view:c="bold",...i}=e,d=te(r,"rbui-field-label",{"rbui-field-label--bold":c==="bold","rbui-field-label--normal":c==="normal"});return l.jsx("label",{className:d,htmlFor:a,ref:t,...i,children:n})});y0.displayName="FieldLabel";const T9="",M2=s.forwardRef((e,t)=>{const{className:r,checked:n,defaultChecked:a,disabled:c,onChange:i,readOnly:d,required:f,inputProps:h,name:u,...w}=e,{getInputProps:p,checked:v,disabled:m,focusVisible:E,readOnly:C}=fc(e),{onChange:S,...M}=p({name:u,...h,className:te("rbui-toggle__input",h==null?void 0:h.className)});return l.jsxs("span",{"aria-checked":v,"aria-disabled":m,"aria-readonly":C,className:te(r,"rbui-toggle",{"rbui-toggle--checked":v,"rbui-toggle--disabled":m,"rbui-toggle--focus-visible":E,"rbui-toggle--readonly":C}),...w,children:[l.jsx("div",{className:te("rbui-toggle__track"),children:l.jsx("div",{className:te("rbui-toggle__thumb")})}),l.jsx("input",{...M,onChange:C?void 0:S,ref:t})]})});M2.displayName="Toggle";const Z1=e=>`${e}-${Math.round(Math.random()*1e3)}`,x2=s.forwardRef((e,t)=>{const{className:r,clearable:n,defaultValue:a,disabled:c,error:i,helperText:d,inputProps:f,label:h,leftElement:u,name:w,onBlur:p,onChange:v,onFocus:m,placeholder:E,readOnly:C,required:S,rightElement:M,tooltip:I,value:Z,id:y,...L}=e,P=y??(f==null?void 0:f.id)??Z1("rbui-input-field-id"),F={clearable:n,defaultValue:a,disabled:c,error:i,id:P,inputProps:f,leftElement:u,name:w,onBlur:p,onChange:v,onFocus:m,placeholder:E,readOnly:C,required:S,rightElement:M,value:Z},B=h&&l.jsx(y0,{htmlFor:P,children:h===" "?C1():h});return l.jsx(M1,{...L,className:te("rbui-input-field",r),control:l.jsx(x1,{...F,ref:t}),error:i,helperText:d,label:B,tooltip:I})});x2.displayName="InputField";const N9="",Z2=s.forwardRef((e,t)=>{const{autoSize:r,className:n,counter:a,defaultValue:c,disabled:i,error:d,helperText:f,id:h,label:u,maxCount:w,maxRows:p,minRows:v=3,name:m,onBlur:E,onChange:C,onFocus:S,placeholder:M,readOnly:I,required:Z,resizable:y,textareaProps:L,tooltip:P,value:F,...B}=e,_=h??(L==null?void 0:L.id)??Z1("rbui-text-field-id"),q={autoSize:r,defaultValue:c,disabled:i,error:d,id:_,inputProps:{...L,className:te("rbui-text-field__textarea",L==null?void 0:L.className,{"rbui-text-field__textarea--resizable":y})},maxRows:p,minRows:v,name:m,onBlur:E,onChange:C,onFocus:S,placeholder:M,readOnly:I,required:Z,value:F},[O,W]=s.useState(0),R=u&&l.jsx(y0,{htmlFor:_,children:u===" "?C1():u});return l.jsx(M1,{...B,className:te("rbui-text-field",n),control:l.jsx(x1,{...q,multiline:!0,onCountChange:W,ref:t}),error:d,helperText:f,label:R,metadata:a&&l.jsx("span",{className:"rbui-text-field__counter",children:`${O}${w?`/${w}`:""}`}),tooltip:P})});Z2.displayName="TextField";const L9="",A2=s.forwardRef((e,t)=>{const{className:r,inputProps:n,label:a,tooltip:c,checked:i,defaultChecked:d,disabled:f,name:h,onChange:u,readOnly:w,required:p,...v}=e,m=(n==null?void 0:n.id)??Z1("rbui-toggle-field-id"),E={checked:i,defaultChecked:d,disabled:f,inputProps:{...n,id:m},name:h,onChange:u,readOnly:w,required:p},C=a&&l.jsx(y0,{htmlFor:m,view:"normal",children:a});return l.jsx(M1,{className:te(r,"rbui-toggle-field"),control:l.jsx(M2,{...E,ref:t}),label:C,labelPosition:"inline-end",tooltip:c,...v})});A2.displayName="ToggleField";const T2=s.createContext(null);function I0(){return s.useContext(T2)}const P8=[10,20,50],Le=9,Se=2,B8=()=>{};function H8(e){return new Promise(t=>{setTimeout(t,e)})}var A1=N0;process.env.NODE_ENV==="production"?(A1.createRoot,A1.hydrateRoot):A1.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function ie(...e){return e.filter(Boolean).join(" ").trim()}function V8(e,t){if(!e)return{x:0,y:0,left:0,right:0,top:0,bottom:0,width:0,height:0};let{top:r,right:n,bottom:a,left:c,width:i,height:d}=e;return t&&(t.left&&(c-=t.left,i+=t.left),t.right&&(n+=t.right,i+=t.right),t.top&&(r-=t.top,d+=t.top),t.bottom&&(a+=t.bottom,d+=t.bottom)),{x:c,y:r,top:r,right:n,bottom:a,left:c,width:i,height:d}}const N2="__modal_root__";function L2(e){let t=null;const r=document.getElementById(e||N2);if(r instanceof HTMLDivElement)t=r;else{const n=document.getElementsByTagName("body")[0];t=document.createElement("div"),n&&t&&n.appendChild(t)}return t&&(t.setAttribute("style",`
35
+ */var $f=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],At=$f.join(","),Ya=typeof Element>"u",e0=Ya?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,x0=!Ya&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},Z0=function e(t,r){var n;r===void 0&&(r=!0);var a=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"inert"),i=a===""||a==="true",s=i||r&&t&&e(t.parentNode);return s},kf=function(t){var r,n=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"contenteditable");return n===""||n==="true"},_f=function(t,r,n){if(Z0(t))return[];var a=Array.prototype.slice.apply(t.querySelectorAll(At));return r&&e0.call(t,At)&&a.unshift(t),a=a.filter(n),a},Rf=function e(t,r,n){for(var a=[],i=Array.from(t);i.length;){var s=i.shift();if(!Z0(s,!1))if(s.tagName==="SLOT"){var d=s.assignedElements(),h=d.length?d:s.children,u=e(h,!0,n);n.flatten?a.push.apply(a,u):a.push({scopeParent:s,candidates:u})}else{var f=e0.call(s,At);f&&n.filter(s)&&(r||!t.includes(s))&&a.push(s);var w=s.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(s),p=!Z0(w,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(s));if(w&&p){var g=e(w===!0?s.children:w.children,!0,n);n.flatten?a.push.apply(a,g):a.push({scopeParent:s,candidates:g})}else i.unshift.apply(i,s.children)}}return a},Ka=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Ga=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||kf(t))&&!Ka(t)?0:t.tabIndex},Uf=function(t,r){var n=Ga(t);return n<0&&r&&!Ka(t)?0:n},Wf=function(t,r){return t.tabIndex===r.tabIndex?t.documentOrder-r.documentOrder:t.tabIndex-r.tabIndex},Xa=function(t){return t.tagName==="INPUT"},zf=function(t){return Xa(t)&&t.type==="hidden"},jf=function(t){var r=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(n){return n.tagName==="SUMMARY"});return r},qf=function(t,r){for(var n=0;n<t.length;n++)if(t[n].checked&&t[n].form===r)return t[n]},Yf=function(t){if(!t.name)return!0;var r=t.form||x0(t),n=function(d){return r.querySelectorAll('input[type="radio"][name="'+d+'"]')},a;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")a=n(window.CSS.escape(t.name));else try{a=n(t.name)}catch(s){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",s.message),!1}var i=qf(a,t.form);return!i||i===t},Kf=function(t){return Xa(t)&&t.type==="radio"},Gf=function(t){return Kf(t)&&!Yf(t)},Xf=function(t){var r,n=t&&x0(t),a=(r=n)===null||r===void 0?void 0:r.host,i=!1;if(n&&n!==t){var s,d,h;for(i=!!((s=a)!==null&&s!==void 0&&(d=s.ownerDocument)!==null&&d!==void 0&&d.contains(a)||t!=null&&(h=t.ownerDocument)!==null&&h!==void 0&&h.contains(t));!i&&a;){var u,f,w;n=x0(a),a=(u=n)===null||u===void 0?void 0:u.host,i=!!((f=a)!==null&&f!==void 0&&(w=f.ownerDocument)!==null&&w!==void 0&&w.contains(a))}}return i},Qa=function(t){var r=t.getBoundingClientRect(),n=r.width,a=r.height;return n===0&&a===0},Qf=function(t,r){var n=r.displayCheck,a=r.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var i=e0.call(t,"details>summary:first-of-type"),s=i?t.parentElement:t;if(e0.call(s,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof a=="function"){for(var d=t;t;){var h=t.parentElement,u=x0(t);if(h&&!h.shadowRoot&&a(h)===!0)return Qa(t);t.assignedSlot?t=t.assignedSlot:!h&&u!==t.ownerDocument?t=u.host:t=h}t=d}if(Xf(t))return!t.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return Qa(t);return!1},Jf=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var r=t.parentElement;r;){if(r.tagName==="FIELDSET"&&r.disabled){for(var n=0;n<r.children.length;n++){var a=r.children.item(n);if(a.tagName==="LEGEND")return e0.call(r,"fieldset[disabled] *")?!0:!a.contains(t)}return!0}r=r.parentElement}return!1},e8=function(t,r){return!(r.disabled||Z0(r)||zf(r)||Qf(r,t)||jf(r)||Jf(r))},Ja=function(t,r){return!(Gf(r)||Ga(r)<0||!e8(t,r))},t8=function(t){var r=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},r8=function e(t){var r=[],n=[];return t.forEach(function(a,i){var s=!!a.scopeParent,d=s?a.scopeParent:a,h=Uf(d,s),u=s?e(a.candidates):d;h===0?s?r.push.apply(r,u):r.push(d):n.push({documentOrder:i,tabIndex:h,item:a,isScope:s,content:u})}),n.sort(Wf).reduce(function(a,i){return i.isScope?a.push.apply(a,i.content):a.push(i.content),a},[]).concat(r)},e2=function(t,r){r=r||{};var n;return r.getShadowRoot?n=Rf([t],r.includeContainer,{filter:Ja.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:t8}):n=_f(t,r.includeContainer,Ja.bind(null,r)),r8(n)};const n8=o["useInsertionEffect".toString()]||(e=>e());function o8(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return n8(()=>{t.current=e}),o.useCallback(function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return t.current==null?void 0:t.current(...n)},[])}var Ce=typeof document<"u"?c.useLayoutEffect:c.useEffect;function A0(){return A0=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},A0.apply(this,arguments)}let Tt=!1,a8=0;const t2=()=>"floating-ui-"+a8++;function l8(){const[e,t]=o.useState(()=>Tt?t2():void 0);return Ce(()=>{e==null&&t(t2())},[]),o.useEffect(()=>{Tt||(Tt=!0)},[]),e}const T0=o["useId".toString()]||l8,i8=o.forwardRef(function(t,r){let{context:{placement:n,elements:{floating:a},middlewareData:{arrow:i}},width:s=14,height:d=7,tipRadius:h=0,strokeWidth:u=0,staticOffset:f,stroke:w,d:p,style:{transform:g,...m}={},...E}=t;process.env.NODE_ENV!=="production"&&(r||console.warn("Floating UI: The `ref` prop is required for the `FloatingArrow`","component."));const S=T0();if(!a)return null;u*=2;const I=u/2,M=s/2*(h/-8+1),C=d/2*h/4,[Z,y]=n.split("-"),P=er.isRTL(a),F=!!p,L=Z==="top"||Z==="bottom",B=f&&y==="end"?"bottom":"top";let $=f&&y==="end"?"right":"left";f&&P&&($=y==="end"?"left":"right");const K=(i==null?void 0:i.x)!=null?f||i.x:"",H=(i==null?void 0:i.y)!=null?f||i.y:"",z=p||"M0,0"+(" H"+s)+(" L"+(s-M)+","+(d-C))+(" Q"+s/2+","+d+" "+M+","+(d-C))+" Z",R={top:F?"rotate(180deg)":"",left:F?"rotate(90deg)":"rotate(-90deg)",bottom:F?"":"rotate(180deg)",right:F?"rotate(-90deg)":"rotate(90deg)"}[Z];return o.createElement("svg",A0({},E,{"aria-hidden":!0,ref:r,width:F?s:s+u,height:s,viewBox:"0 0 "+s+" "+(d>s?d:s),style:{position:"absolute",pointerEvents:"none",[$]:K,[B]:H,[Z]:L||F?"100%":"calc(100% - "+u/2+"px)",transform:""+R+(g??""),...m}}),u>0&&o.createElement("path",{clipPath:"url(#"+S+")",fill:"none",stroke:w,strokeWidth:u+(p?0:1),d:z}),o.createElement("path",{stroke:u&&!p?E.fill:"none",d:z}),o.createElement("clipPath",{id:S},o.createElement("rect",{x:-I,y:I*(F?-1:1),width:s+u,height:s})))});function s8(){const e=new Map;return{emit(t,r){var n;(n=e.get(t))==null||n.forEach(a=>a(r))},on(t,r){e.set(t,[...e.get(t)||[],r])},off(t,r){var n;e.set(t,((n=e.get(t))==null?void 0:n.filter(a=>a!==r))||[])}}}const c8=o.createContext(null),d8=o.createContext(null),Nt=()=>{var e;return((e=o.useContext(c8))==null?void 0:e.id)||null},r2=()=>o.useContext(d8);function N0(e){return"data-floating-ui-"+e}function n2(e){const t=c.useRef(e);return Ce(()=>{t.current=e}),t}const o2=N0("safe-polygon");function Pt(e,t,r){return r&&!qa(r)?0:typeof e=="number"?e:e==null?void 0:e[t]}function u8(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,dataRef:a,events:i,elements:{domReference:s,floating:d},refs:h}=e,{enabled:u=!0,delay:f=0,handleClose:w=null,mouseOnly:p=!1,restMs:g=0,move:m=!0}=t,E=r2(),S=Nt(),I=n2(w),M=n2(f),C=o.useRef(),Z=o.useRef(),y=o.useRef(),P=o.useRef(),F=o.useRef(!0),L=o.useRef(!1),B=o.useRef(()=>{}),$=o.useCallback(()=>{var R;const A=(R=a.current.openEvent)==null?void 0:R.type;return(A==null?void 0:A.includes("mouse"))&&A!=="mousedown"},[a]);o.useEffect(()=>{if(!u)return;function R(A){let{open:x}=A;x||(clearTimeout(Z.current),clearTimeout(P.current),F.current=!0)}return i.on("openchange",R),()=>{i.off("openchange",R)}},[u,i]),o.useEffect(()=>{if(!u||!I.current||!r)return;function R(x){$()&&n(!1,x,"hover")}const A=Re(d).documentElement;return A.addEventListener("mouseleave",R),()=>{A.removeEventListener("mouseleave",R)}},[d,r,n,u,I,$]);const K=o.useCallback(function(R,A,x){A===void 0&&(A=!0),x===void 0&&(x="hover");const T=Pt(M.current,"close",C.current);T&&!y.current?(clearTimeout(Z.current),Z.current=setTimeout(()=>n(!1,R,x),T)):A&&(clearTimeout(Z.current),n(!1,R,x))},[M,n]),H=o.useCallback(()=>{B.current(),y.current=void 0},[]),z=o.useCallback(()=>{if(L.current){const R=Re(h.floating.current).body;R.style.pointerEvents="",R.removeAttribute(o2),L.current=!1}},[h]);return o.useEffect(()=>{if(!u)return;function R(){return a.current.openEvent?["click","mousedown"].includes(a.current.openEvent.type):!1}function A(D){if(clearTimeout(Z.current),F.current=!1,p&&!qa(C.current)||g>0&&Pt(M.current,"open")===0)return;const W=Pt(M.current,"open",C.current);W?Z.current=setTimeout(()=>{n(!0,D,"hover")},W):n(!0,D,"hover")}function x(D){if(R())return;B.current();const W=Re(d);if(clearTimeout(P.current),I.current){r||clearTimeout(Z.current),y.current=I.current({...e,tree:E,x:D.clientX,y:D.clientY,onClose(){z(),H(),K(D,!0,"safe-polygon")}});const V=y.current;W.addEventListener("mousemove",V),B.current=()=>{W.removeEventListener("mousemove",V)};return}(C.current==="touch"?!M0(d,D.relatedTarget):!0)&&K(D)}function T(D){R()||I.current==null||I.current({...e,tree:E,x:D.clientX,y:D.clientY,onClose(){z(),H(),K(D)}})(D)}if(ue(s)){const D=s;return r&&D.addEventListener("mouseleave",T),d==null||d.addEventListener("mouseleave",T),m&&D.addEventListener("mousemove",A,{once:!0}),D.addEventListener("mouseenter",A),D.addEventListener("mouseleave",x),()=>{r&&D.removeEventListener("mouseleave",T),d==null||d.removeEventListener("mouseleave",T),m&&D.removeEventListener("mousemove",A),D.removeEventListener("mouseenter",A),D.removeEventListener("mouseleave",x)}}},[s,d,u,e,p,g,m,K,H,z,n,r,E,M,I,a]),Ce(()=>{var R;if(u&&r&&(R=I.current)!=null&&R.__options.blockPointerEvents&&$()){const x=Re(d).body;if(x.setAttribute(o2,""),x.style.pointerEvents="none",L.current=!0,ue(s)&&d){var A;const T=s,D=E==null||(A=E.nodesRef.current.find(W=>W.id===S))==null||(A=A.context)==null?void 0:A.elements.floating;return D&&(D.style.pointerEvents=""),T.style.pointerEvents="auto",d.style.pointerEvents="auto",()=>{T.style.pointerEvents="",d.style.pointerEvents=""}}}},[u,r,S,d,s,E,I,$]),Ce(()=>{r||(C.current=void 0,H(),z())},[r,H,z]),o.useEffect(()=>()=>{H(),clearTimeout(Z.current),clearTimeout(P.current),z()},[u,s,H,z]),o.useMemo(()=>{if(!u)return{};function R(A){C.current=A.pointerType}return{reference:{onPointerDown:R,onPointerEnter:R,onMouseMove(A){r||g===0||(clearTimeout(P.current),P.current=setTimeout(()=>{F.current||n(!0,A.nativeEvent,"hover")},g))}},floating:{onMouseEnter(){clearTimeout(Z.current)},onMouseLeave(A){K(A.nativeEvent,!1)}}}},[u,g,r,n,K])}const a2=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function l2(e,t){const r=e2(e,a2());t==="prev"&&r.reverse();const n=r.indexOf(Zt(Re(e)));return r.slice(n+1)[0]}function h8(){return l2(document.body,"next")}function f8(){return l2(document.body,"prev")}function Lt(e,t){const r=t||e.currentTarget,n=e.relatedTarget;return!n||!M0(r,n)}function w8(e){e2(e,a2()).forEach(r=>{r.dataset.tabindex=r.getAttribute("tabindex")||"",r.setAttribute("tabindex","-1")})}function p8(e){e.querySelectorAll("[data-tabindex]").forEach(r=>{const n=r.dataset.tabindex;delete r.dataset.tabindex,n?r.setAttribute("tabindex",n):r.removeAttribute("tabindex")})}const i2={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0};let g8;function s2(e){e.key==="Tab"&&(e.target,clearTimeout(g8))}const c2=o.forwardRef(function(t,r){const[n,a]=o.useState();Ce(()=>(za()&&a("button"),document.addEventListener("keydown",s2),()=>{document.removeEventListener("keydown",s2)}),[]);const i={ref:r,tabIndex:0,role:n,"aria-hidden":n?void 0:!0,[N0("focus-guard")]:"",style:i2};return o.createElement("span",A0({},t,i))}),d2=o.createContext(null),u2=N0("portal");function v8(e){let{id:t,root:r}=e===void 0?{}:e;const[n,a]=o.useState(null),i=T0(),s=b8(),d=o.useRef(null);return Ce(()=>()=>{n==null||n.remove(),queueMicrotask(()=>{d.current=null})},[n]),Ce(()=>{if(d.current)return;const h=t?document.getElementById(t):null;if(!h)return;const u=document.createElement("div");u.id=i,u.setAttribute(u2,""),h.appendChild(u),d.current=u,a(u)},[t,i]),Ce(()=>{if(d.current)return;let h=r||(s==null?void 0:s.portalNode);h&&!ue(h)&&(h=h.current),h=h||document.body;let u=null;t&&(u=document.createElement("div"),u.id=t,h.appendChild(u));const f=document.createElement("div");f.id=i,f.setAttribute(u2,""),h=u||h,h.appendChild(f),d.current=f,a(f)},[t,r,i,s]),n}function m8(e){let{children:t,id:r,root:n=null,preserveTabOrder:a=!0}=e;const i=v8({id:r,root:n}),[s,d]=o.useState(null),h=o.useRef(null),u=o.useRef(null),f=o.useRef(null),w=o.useRef(null),p=!!s&&!s.modal&&s.open&&a&&!!(n||i);return o.useEffect(()=>{if(!i||!a||s!=null&&s.modal)return;function g(m){i&&Lt(m)&&(m.type==="focusin"?p8:w8)(i)}return i.addEventListener("focusin",g,!0),i.addEventListener("focusout",g,!0),()=>{i.removeEventListener("focusin",g,!0),i.removeEventListener("focusout",g,!0)}},[i,a,s==null?void 0:s.modal]),o.createElement(d2.Provider,{value:o.useMemo(()=>({preserveTabOrder:a,beforeOutsideRef:h,afterOutsideRef:u,beforeInsideRef:f,afterInsideRef:w,portalNode:i,setFocusManagerState:d}),[a,i])},p&&i&&o.createElement(c2,{"data-type":"outside",ref:h,onFocus:g=>{if(Lt(g,i)){var m;(m=f.current)==null||m.focus()}else{const E=f8()||(s==null?void 0:s.refs.domReference.current);E==null||E.focus()}}}),p&&i&&o.createElement("span",{"aria-owns":i.id,style:i2}),i&&R0.createPortal(t,i),p&&i&&o.createElement(c2,{"data-type":"outside",ref:u,onFocus:g=>{if(Lt(g,i)){var m;(m=w.current)==null||m.focus()}else{const E=h8()||(s==null?void 0:s.refs.domReference.current);E==null||E.focus(),s!=null&&s.closeOnFocusOut&&(s==null||s.onOpenChange(!1,g.nativeEvent))}}}))}const b8=()=>o.useContext(d2);let Ft;process.env.NODE_ENV!=="production"&&(Ft=new Set);function E8(e){var t;e===void 0&&(e={});const{open:r=!1,onOpenChange:n,nodeId:a}=e;if(process.env.NODE_ENV!=="production"){var i;const L="Floating UI: Cannot pass a virtual element to the `elements.reference` option, as it must be a real DOM element. Use `refs.setPositionReference` instead.";if((i=e.elements)!=null&&i.reference&&!ue(e.elements.reference)){var s;if(!((s=Ft)!=null&&s.has(L))){var d;(d=Ft)==null||d.add(L),console.error(L)}}}const[h,u]=o.useState(null),f=((t=e.elements)==null?void 0:t.reference)||h,w=lr(e),p=r2(),g=Nt()!=null,m=o8((L,B,$)=>{L&&(S.current.openEvent=B),I.emit("openchange",{open:L,event:B,reason:$,nested:g}),n==null||n(L,B,$)}),E=o.useRef(null),S=o.useRef({}),I=o.useState(()=>s8())[0],M=T0(),C=o.useCallback(L=>{const B=ue(L)?{getBoundingClientRect:()=>L.getBoundingClientRect(),contextElement:L}:L;w.refs.setReference(B)},[w.refs]),Z=o.useCallback(L=>{(ue(L)||L===null)&&(E.current=L,u(L)),(ue(w.refs.reference.current)||w.refs.reference.current===null||L!==null&&!ue(L))&&w.refs.setReference(L)},[w.refs]),y=o.useMemo(()=>({...w.refs,setReference:Z,setPositionReference:C,domReference:E}),[w.refs,Z,C]),P=o.useMemo(()=>({...w.elements,domReference:f}),[w.elements,f]),F=o.useMemo(()=>({...w,refs:y,elements:P,dataRef:S,nodeId:a,floatingId:M,events:I,open:r,onOpenChange:m}),[w,a,M,I,r,m,y,P]);return Ce(()=>{const L=p==null?void 0:p.nodesRef.current.find(B=>B.id===a);L&&(L.context=F)}),o.useMemo(()=>({...w,context:F,refs:y,elements:P}),[w,y,P,F])}function y8(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,events:a,refs:i,elements:{domReference:s}}=e,{enabled:d=!0,visibleOnly:h=!0}=t,u=o.useRef(!1),f=o.useRef(),w=o.useRef(!0);return o.useEffect(()=>{if(!d)return;const p=me(s);function g(){!r&&Ee(s)&&s===Zt(Re(s))&&(u.current=!0)}function m(){w.current=!0}return p.addEventListener("blur",g),p.addEventListener("keydown",m,!0),()=>{p.removeEventListener("blur",g),p.removeEventListener("keydown",m,!0)}},[s,r,d]),o.useEffect(()=>{if(!d)return;function p(g){let{reason:m}=g;(m==="reference-press"||m==="escape-key")&&(u.current=!0)}return a.on("openchange",p),()=>{a.off("openchange",p)}},[a,d]),o.useEffect(()=>()=>{clearTimeout(f.current)},[]),o.useMemo(()=>d?{reference:{onPointerDown(p){Ff(p.nativeEvent)||(w.current=!1)},onMouseLeave(){u.current=!1},onFocus(p){if(u.current)return;const g=Vf(p.nativeEvent);if(h&&ue(g))try{if(za()&&Bf())throw Error();if(!g.matches(":focus-visible"))return}catch{if(!w.current&&!Df(g))return}n(!0,p.nativeEvent,"focus")},onBlur(p){u.current=!1;const g=p.relatedTarget,m=ue(g)&&g.hasAttribute(N0("focus-guard"))&&g.getAttribute("data-type")==="outside";f.current=window.setTimeout(()=>{const E=Zt(s?s.ownerDocument:document);!g&&E===s||M0(i.floating.current,E)||M0(s,E)||m||n(!1,p.nativeEvent,"focus")})}}}:{},[d,h,s,i,n])}const h2="active",f2="selected";function Bt(e,t,r){const n=new Map,a=r==="item";let i=e;if(a&&e){const{[h2]:s,[f2]:d,...h}=e;i=h}return{...r==="floating"&&{tabIndex:-1},...i,...t.map(s=>{const d=s?s[r]:null;return typeof d=="function"?e?d(e):null:d}).concat(e).reduce((s,d)=>(d&&Object.entries(d).forEach(h=>{let[u,f]=h;if(!(a&&[h2,f2].includes(u)))if(u.indexOf("on")===0){if(n.has(u)||n.set(u,[]),typeof f=="function"){var w;(w=n.get(u))==null||w.push(f),s[u]=function(){for(var p,g=arguments.length,m=new Array(g),E=0;E<g;E++)m[E]=arguments[E];return(p=n.get(u))==null?void 0:p.map(S=>S(...m)).find(S=>S!==void 0)}}}else s[u]=f}),s),{})}}function I8(e){e===void 0&&(e=[]);const t=e,r=o.useCallback(i=>Bt(i,e,"reference"),t),n=o.useCallback(i=>Bt(i,e,"floating"),t),a=o.useCallback(i=>Bt(i,e,"item"),e.map(i=>i==null?void 0:i.item));return o.useMemo(()=>({getReferenceProps:r,getFloatingProps:n,getItemProps:a}),[r,n,a])}const C8=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function S8(e,t){var r;t===void 0&&(t={});const{open:n,floatingId:a}=e,{enabled:i=!0,role:s="dialog"}=t,d=(r=C8.get(s))!=null?r:s,h=T0(),f=Nt()!=null;return o.useMemo(()=>{if(!i)return{};const w={id:a,...d&&{role:d}};return d==="tooltip"||s==="label"?{reference:{["aria-"+(s==="label"?"labelledby":"describedby")]:n?a:void 0},floating:w}:{reference:{"aria-expanded":n?"true":"false","aria-haspopup":d==="alertdialog"?"dialog":d,"aria-controls":n?a:void 0,...d==="listbox"&&{role:"combobox"},...d==="menu"&&{id:h},...d==="menu"&&f&&{role:"menuitem"},...s==="select"&&{"aria-autocomplete":"none"},...s==="combobox"&&{"aria-autocomplete":"list"}},floating:{...w,...d==="menu"&&{"aria-labelledby":h}},item(p){let{active:g,selected:m}=p;const E={role:"option",...g&&{id:a+"-option"}};switch(s){case"select":return{...E,"aria-selected":g&&m};case"combobox":return{...E,...g&&{"aria-selected":!0}}}return{}}}},[i,s,d,n,a,h,f])}function M8(e,t){const[r,n]=o.useState(e);return e&&!r&&n(!0),o.useEffect(()=>{if(!e){const a=setTimeout(()=>n(!1),t);return()=>clearTimeout(a)}},[e,t]),r}function x8(e,t){t===void 0&&(t={});const{open:r,elements:{floating:n}}=e,{duration:a=250}=t,s=(typeof a=="number"?a:a.close)||0,[d,h]=o.useState(!1),[u,f]=o.useState("unmounted"),w=M8(r,s);return Ce(()=>{d&&!w&&f("unmounted")},[d,w]),Ce(()=>{if(n){if(r){f("initial");const p=requestAnimationFrame(()=>{f("open")});return()=>{cancelAnimationFrame(p)}}h(!0),f("close")}},[r,n]),{isMounted:w,status:u}}function Ht(e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}const Z8=50,A8=200,W9="",P0=c.forwardRef((e,t)=>{const{children:r,className:n,title:a,placement:i="top",disablePortal:s=!1,portalRoot:d,...h}=e,u=c.useRef(null),[f,w]=c.useState(!1),{refs:p,floatingStyles:g,context:m}=E8({whileElementsMounted:gt,placement:i,open:f,onOpenChange:w,middleware:[g0(10),vt(),tr(),ei({element:u})]}),E=u8(m,{delay:{open:Z8,close:A8}}),S=y8(m),I=S8(m,{role:"tooltip"}),{isMounted:M,status:C}=x8(m),{getReferenceProps:Z,getFloatingProps:y}=I8([I,E,S]),P=c.useMemo(()=>Ht([p.setReference,r.props.ref]),[p.setReference,r]),F=c.useMemo(()=>Ht([p.setFloating,t]),[p.setFloating,t]);if(!a)return r;const L=c.cloneElement(r,Z({ref:P,...r.props})),B=l.jsx("div",{...h,...y(),ref:F,style:{...g},className:ne("rbui-tooltip",n),children:M&&l.jsxs("div",{className:ne("rbui-tooltip__inner",`rbui-tooltip__inner--${C}`),children:[a,l.jsx(i8,{ref:u,context:m,className:"rbui-tooltip__arrow"})]})}),$=typeof d=="string"?d:void 0,K=typeof d!="string"?d:void 0;return l.jsxs(l.Fragment,{children:[L,f&&(s?B:l.jsx(m8,{id:$,root:K,children:B}))]})});P0.displayName="Tooltip";const z9="",T8=({type:e,color:t,active:r,disabled:n,loading:a,hasIcons:i})=>e==="primary"&&(t==="default"||t==="alternative")?["rbui-button-primary",...r?["rbui-button-primary--active"]:[],...n?["rbui-button-primary--disabled"]:[],...a?["rbui-button-primary--loading"]:[]]:e==="primary"&&t==="danger"?["rbui-button-primary-danger",...r?["rbui-button-primary-danger--active"]:[],...n?["rbui-button-primary-danger--disabled"]:[],...a?["rbui-button-primary-danger--loading"]:[]]:e==="secondary"&&(t==="default"||t==="alternative")?["rbui-button-secondary",...r?["rbui-button-secondary--active"]:[],...n?["rbui-button-secondary--disabled"]:[],...a?["rbui-button-secondary--loading"]:[]]:e==="secondary"&&t==="danger"?["rbui-button-secondary-danger",...r?["rbui-button-secondary-danger--active"]:[],...n?["rbui-button-secondary-danger--disabled"]:[],...a?["rbui-button-secondary-danger--loading"]:[]]:e==="tertiary"&&t==="default"?["rbui-button-tertiary",...r?["rbui-button-tertiary--active"]:[],...n?["rbui-button-tertiary--disabled"]:[],...a?["rbui-button-tertiary--loading"]:[],...i?["rbui-button-tertiary--has-icons"]:[]]:e==="tertiary"&&t==="danger"?["rbui-button-tertiary-danger",...r?["rbui-button-tertiary-danger--active"]:[],...n?["rbui-button-tertiary-danger--disabled"]:[],...a?["rbui-button-tertiary-danger--loading"]:[],...i?["rbui-button-tertiary-danger--has-icons"]:[]]:e==="tertiary"&&t==="alternative"?["rbui-button-tertiary-alternative",...r?["rbui-button-tertiary-alternative--active"]:[],...n?["rbui-button-tertiary-alternative--disabled"]:[],...a?["rbui-button-tertiary-alternative--loading"]:[],...i?["rbui-button-tertiary-alternative--has-icons"]:[]]:[],Se=c.forwardRef((e,t)=>{const{children:r,className:n,color:a="default",disabled:i=!1,endIcon:s,htmlType:d="button",loading:h=!1,loadingText:u,onClick:f,startIcon:w,tooltip:p,type:g="secondary",...m}=e,{getRootProps:E,active:S,focusVisible:I}=i0({...e,type:d,rootRef:t});function M(L){h||i||f==null||f(L)}const C=E({onClick:M,...m}),Z=!!w||!!s,y=!r&&(w&&!s||s&&!w),P=ne("rbui-button",n,{"rbui-button--focus-visible":I,"rbui-button--disabled":i,"rbui-button--icon-only":y&&!(h&&u),"rbui-button--loading":h},T8({type:g,color:a,active:S,disabled:i,loading:h,hasIcons:Z})),F=ne("rbui-button__loader",{"rbui-button__loader--short":u||y});return l.jsx(P0,{title:p,children:l.jsxs("button",{...C,className:P,children:[w&&!h&&l.jsx("span",{role:"img",className:"rbui-button__start-icon",children:w}),h&&l.jsx("span",{role:"progressbar",className:F,children:l.jsx(Mt,{className:"rbui-button__spinner"})}),h&&u,!h&&r,s&&!h&&l.jsx("span",{role:"img",className:"rbui-button__end-icon",children:s})]})})});Se.displayName="Button";const j9="",N8=e=>e==="primary"?"rbui-button-group--primary":e==="tertiary"?"rbui-button-group--tertiary":"rbui-button-group--secondary",P8=(e,t)=>e&&t?"":e?"rbui-button-group__button--first":t?"rbui-button-group__button--last":"rbui-button-group__button--middle",Vt=c.forwardRef((e,t)=>{var u;const{children:r,className:n,disabled:a,type:i="secondary",...s}=e,d=ne(n,"rbui-button-group",N8(i),{"rbui-button-group--disabled":a}),h=c.Children.count(r);return l.jsx("div",{role:"group",className:d,"aria-disabled":a,ref:t,...s,children:(u=c.Children.map(r,(f,w)=>{if(!c.isValidElement(f))return;const p=w===0,g=w===h-1,m=f.props.disabled??a,E=ne("rbui-button-group__button",{"rbui-button-group__button--disabled":m},P8(p,g),f.props.className);return c.cloneElement(f,{key:f.key??w,type:f.props.type??i,disabled:m,className:E})}))==null?void 0:u.filter(Boolean)})});Vt.displayName="ButtonGroup";const q9="";function L8(e,t){const{children:r,className:n,color:a="default",disabled:i,onClick:s,selected:d,type:h="secondary",value:u,...f}=e,w=ne("rbui-toggle-button",{"rbui-toggle-button--disabled":i,"rbui-toggle-button--selected":d},n);return l.jsx(Se,{...f,className:w,type:h,color:a,disabled:i,"aria-pressed":d,onClick:p=>s==null?void 0:s(p,u),ref:t,children:r})}const w2=c.forwardRef(L8);w2.displayName="ToggleButton";function p2(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.indexOf(e)>=0:e===t}function F8(e,t){const{children:r,className:n,disabled:a,onChange:i,value:s,multiple:d=!1}=e,h=(p,g)=>{p2(g,s)||i==null||i(p,g)},u=(p,g)=>{let m=[];Array.isArray(s)&&(m=[...s]);const E=m.indexOf(g);E>=0?m.splice(E,1):m.push(g),i==null||i(p,m)},f=ne(n,"rbui-toggle-button-group"),w=c.Children.map(r,p=>c.isValidElement(p)?c.cloneElement(p,{disabled:a||p.props.disabled,selected:p2(p.props.value,s),onClick:d?u:h}):p);return l.jsx(Vt,{className:f,ref:t,...e,children:w})}const g2=c.forwardRef(F8);g2.displayName="ToggleButtonGroup";function v2(e){const{open:t,onOpenChange:r,children:n}=e,{contextValue:a}=zl({open:t,onOpenChange:r});return l.jsx(qe.Provider,{value:a,children:n})}v2.displayName="Menu";const m2=c.forwardRef((e,t)=>{const{children:r,disabled:n=!1,type:a,htmlType:i,...s}=e,{getRootProps:d}=ii({disabled:n,focusableWhenDisabled:!1,rootRef:t}),h=Se,{ownerState:u,...f}=je({elementType:h,getSlotProps:d,externalForwardedProps:s,externalSlotProps:void 0,additionalProps:{ref:t},ownerState:void 0});return l.jsx(Se,{...f,htmlType:i,type:a,children:r})});m2.displayName="MenuButton";const Y9="",b2=c.forwardRef((e,t)=>{const{children:r,className:n,placement:a="bottom-end"}=e,{contextValue:i,getListboxProps:s,open:d,listboxRef:h,triggerElement:u}=I7({disabledItemsFocusable:!1,listboxRef:t}),f=s(),w=ne("rbui-menu-content",n);return l.jsx(C7,{value:i,children:l.jsx(mt,{open:d,keepMounted:!0,disablePortal:!0,anchor:u,placement:a,middleware:[g0(4),vt()],children:l.jsx("ul",{...f,className:w,ref:h,children:r})})})});b2.displayName="MenuContent";const K9="";function E2(e){const{children:t,className:r,...n}=e,a=ne("rbui-menu-group",r);return l.jsx("li",{className:"rbui-menu-group__container",children:l.jsx("ul",{role:"group",className:a,...n,children:t})})}E2.displayName="MenuGroup";const G9="";function y2(e){const{children:t,className:r,...n}=e,a=ne("rbui-menu-group__label",r);return l.jsx("li",{role:"presentation",className:a,...n,children:t})}y2.displayName="MenuGroupLabel";const X9="",I2=c.forwardRef((e,t)=>{const{children:r,disabled:n=!1,startIcon:a,className:i,...s}=e,{getRootProps:d,disabled:h,highlighted:u}=di({disabled:n,rootRef:t}),f=ne("rbui-menu-item",i,{"rbui-menu-item--disabled":h,"rbui-menu-item--highlighted":u}),w="li",p=je({elementType:w,getSlotProps:d,externalForwardedProps:s,className:f,ownerState:void 0,externalSlotProps:void 0});return l.jsxs(w,{...p,"aria-label":"label",children:[a&&l.jsx("span",{role:"img",className:"rbui-menu-item__start-icon",children:a}),r]})});I2.displayName="MenuItem";const Q9="";function C2(){return l.jsx("li",{role:"separator","aria-orientation":"horizontal","aria-hidden":!0,className:"rbui-menu-separator"})}C2.displayName="MenuSeparator";const J9="",B8={error:e=>l.jsx(qn,{...e}),info:e=>l.jsx(A5,{...e}),success:e=>l.jsx(Xr,{...e}),warning:e=>l.jsx(Da,{...e})};function H8(e){const{actions:t,children:r,className:n,icon:a,onClose:i,role:s="alert",type:d="info"}=e;return l.jsxs("div",{className:ne(`rbui-alert rbui-alert--${d}`,n),role:s,children:[a!==!1?l.jsx("div",{className:`rbui-alert__icon rbui-alert__icon--${d}`,children:a||B8[d]()}):null,l.jsxs("div",{className:"rbui-alert__content",children:[r,t?l.jsx("div",{className:"rbui-alert__actions",children:t}):null]}),i?l.jsx(Se,{type:"tertiary","aria-label":"Close",className:"rbui-alert__close",startIcon:l.jsx(dn,{}),onClick:()=>i()}):null]})}const ew="";function V8(e){const{children:t,className:r}=e;return l.jsx("div",{className:ne("rbui-alert-title",r),children:t})}const O8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M7.25 0h1.5v7.25H16v1.5H7.25V0Z"})))),D8=c.forwardRef(O8),S2=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(D8,{})}));S2.displayName="NextStepIcon";const $8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),o.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),k8=c.forwardRef($8),M2=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(k8,{})}));M2.displayName="SortAscIcon";const _8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),o.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),R8=c.forwardRef(_8),x2=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(R8,{})}));x2.displayName="SortDescIcon";const U8=(e,t)=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},o.createElement("g",null,o.createElement("g",null,o.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),o.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.141.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),W8=c.forwardRef(U8),Z2=c.forwardRef((e,t)=>l.jsx(b,{...e,ref:t,children:l.jsx(W8,{})}));Z2.displayName="SortInactiveIcon";const A2=c.createContext(null);function T2(){return c.useContext(A2)}const tw="",z8=c.forwardRef((e,t)=>{const{open:r,className:n,...a}=e;return l.jsx("div",{className:ne({"rbui-modal__backdrop":r},n),ref:t,...a})}),N2=c.forwardRef((e,t)=>{const{open:r,children:n,width:a="sm",role:i="dialog",className:s,onClose:d,...h}=e,u=()=>{d==null||d()};return l.jsx(A2.Provider,{value:e,children:l.jsx(fr,{ref:t,role:i,"aria-modal":"true",className:ne("rbui-modal",s),open:r,onClose:u,slots:{backdrop:$l(z8)},...h,children:l.jsx("div",{className:ne("rbui-modal__wrapper",`rbui-modal__wrapper--${a}`),children:n})})})});N2.displayName="Modal";function Ot(e){const{className:t,children:r,...n}=e,a=T2();if(a===null)throw new Error("ModalCloseButton must be used within a ModalContext.Provider");const{onClose:i}=a,s=()=>{i==null||i()};return l.jsx(Se,{...n,type:"tertiary",onClick:s,className:t,children:r})}Ot.displayName="ModalCloseButton";const P2=c.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,i=T2();if(i===null)throw new Error("ModalHeader must be used within a ModalContext.Provider");const{onClose:s}=i;return l.jsxs("div",{...a,ref:t,className:ne("rbui-modal__header",n),children:[l.jsx("div",{className:"rbui-modal__header-section",children:r}),s&&l.jsx(Ot,{className:"rbui-modal__header-close",startIcon:l.jsx(S0,{})})]})});P2.displayName="ModalHeader";const L2=c.forwardRef((e,t)=>{const{className:r,children:n,...a}=e;return l.jsx("div",{...a,ref:t,className:ne("rbui-modal__header-title",r),children:n})});L2.displayName="ModalHeaderTitle";const F2=c.forwardRef((e,t)=>{const{children:r,padding:n="narrow",className:a,...i}=e;return l.jsx("div",{...i,ref:t,className:ne("rbui-modal__body",`rbui-modal__body--${n}`,a),children:r})});F2.displayName="ModalBody";const B2=c.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return l.jsx("div",{...a,ref:t,className:ne("rbui-modal__footer",n),children:r})});B2.displayName="ModalFooter";const H2=c.forwardRef((e,t)=>{const{className:r,children:n,...a}=e;return l.jsx("div",{...a,ref:t,className:ne("rbui-modal__footer--actions",r),children:n})});H2.displayName="ModalFooterActions";const rw="",Dt=()=>l.jsx("span",{children:" "}),$t=c.forwardRef((e,t)=>{const{className:r,control:n,error:a,fullWidth:i,helperText:s,label:d,labelPosition:h="block-start",metadata:u,tooltip:f,...w}=e,p=!!(d||u),g=!!s;return l.jsxs("div",{...w,className:ne("rbui-base-field",r,{"rbui-base-field--error":a,"rbui-base-field--full-width":i,"rbui-base-field--label-block-start":p&&h==="block-start","rbui-base-field--label-inline-start":p&&h==="inline-start","rbui-base-field--label-inline-end":p&&h==="inline-end","rbui-base-field--has-helper":g}),ref:t,children:[p&&l.jsxs("div",{className:ne("rbui-base-field__label"),children:[d,f&&l.jsx(P0,{title:f,children:l.jsx(St,{className:"rbui-base-field__icon"})}),u&&l.jsx("span",{className:"rbui-base-field__metadata",children:u})]}),l.jsx("div",{className:"rbui-base-field__control",children:n}),g&&l.jsx("span",{className:"rbui-base-field__helper",children:s===" "?Dt():s})]})});function j8({onEnter:e,onLeave:t}={}){const[r,n]=c.useState(!1),a=c.useCallback(()=>{n(!0),e==null||e()},[e]),i=c.useCallback(()=>{n(!1),t==null||t()},[t]);return{hovered:r,handlers:{onMouseEnter:a,onMouseLeave:i}}}const nw="";function q8(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function Y8(...e){return c.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(r=>{q8(r,t)})},e)}const L0=c.forwardRef((e,t)=>{const{autoSize:r,className:n,clearable:a,defaultValue:i,disabled:s,error:d,id:h,inputProps:u={},inputRef:f,leftElement:w,maxRows:p,minRows:g,multiline:m,name:E,onBlur:S,onChange:I,onCountChange:M,onFocus:C,placeholder:Z,readOnly:y,required:P,rightElement:F,value:L,...B}=e,$=L==null,K=c.useRef(null),H=Y8(K,f),[z,R]=c.useState($?i:""),A=$?z:L;c.useEffect(()=>{M==null||M((A==null?void 0:A.length)??0)},[A,M]);const x=J=>{R(J.target.value),I==null||I(J)},{hovered:T,handlers:D}=j8(),{getInputProps:W,getRootProps:N,focused:V}=Jl({defaultValue:i,disabled:s,error:d,inputRef:H,onBlur:S,onChange:x,onFocus:C,required:P,value:$?void 0:A}),te=J=>{if(!K.current)return;K.current.value="",R("");const q=Object.create(J,{target:{value:K.current},currentTarget:{value:K.current}});I==null||I(q)},re=()=>{const J=s||y||!A;return l.jsx(Se,{"aria-label":"Clear",type:"tertiary",className:ne("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":J}),onMouseDown:q=>q.preventDefault(),startIcon:l.jsx(S0,{}),onClick:te})},ee=ne("rbui-base-input",n,{"rbui-base-input--disabled":s,"rbui-base-input--error":d,"rbui-base-input--focused":V,"rbui-base-input--hovered":T,"rbui-base-input--readonly":y,"rbui-base-input--required":P}),oe=W({id:h,name:E,placeholder:Z,readOnly:y,...u,className:ne("rbui-base-input__input",u.className,{"rbui-base-input__input--multiline":m,"rbui-base-input__input--has-right":a||F,"rbui-base-input__input--has-left":w})});return l.jsxs("div",{className:ee,...N({...B,...D}),ref:t,children:[w&&l.jsx("span",{className:"rbui-base-input__element",children:w}),m&&(r?l.jsx(wr,{...oe,minRows:g,maxRows:p}):l.jsx("textarea",{...oe,rows:g})),!m&&l.jsx("input",{...oe}),(F||a)&&l.jsxs("span",{className:"rbui-base-input__element",children:[a&&re(),F]})]})});L0.displayName="BaseInput";const ow="",F0=c.forwardRef((e,t)=>{const{className:r,children:n,htmlFor:a,view:i="bold",...s}=e,d=ne(r,"rbui-field-label",{"rbui-field-label--bold":i==="bold","rbui-field-label--normal":i==="normal"});return l.jsx("label",{className:d,htmlFor:a,ref:t,...s,children:n})});F0.displayName="FieldLabel";const aw="",V2=c.forwardRef((e,t)=>{const{className:r,children:n,role:a="listbox",...i}=e;return l.jsx("ul",{className:ne("rbui-listbox",r),ref:t,role:a,...i,children:n})});V2.displayName="Listbox";const lw="",K8=c.forwardRef((e,t)=>{var z;const{children:r,className:n,defaultValue:a,disabled:i,icon:s,id:d,multiple:h,name:u,onChange:f,placeholder:w,readOnly:p,required:g,value:m,...E}=e,S=c.useRef(null),I=Ht([S,t]),{contextValue:M,getButtonProps:C,getHiddenInputProps:Z,getListboxProps:y,getOptionMetadata:P,open:F,value:L}=xi({buttonRef:I,defaultValue:a,disabled:i,multiple:h,name:u,onChange:f,required:g,value:m}),B=R=>{var x;if(!R)return null;if(Array.isArray(R))return R.map(T=>{var D;return((D=P(T))==null?void 0:D.label)??""}).join(", ");const A=(x=P(R))==null?void 0:x.label;return typeof A=="string"?A:null},$=i||p?{}:C(),K=ne("rbui-select-trigger",{"rbui-select-trigger--disabled":i,"rbui-select-trigger--readonly":p},n),H=F?Ct:C0;return l.jsxs(l.Fragment,{children:[l.jsx(L0,{...$,className:K,disabled:i,id:d,inputProps:{onMouseDown:R=>R.preventDefault(),readOnly:!0},leftElement:s,placeholder:w,readOnly:p,rightElement:l.jsx(H,{"aria-hidden":!0,className:"rbui-select-chevron"}),value:B(L)??"",...E}),l.jsx("input",{...Z()}),l.jsx(mt,{anchor:S.current,keepMounted:!0,offset:0,open:F,placement:"bottom-start",role:void 0,style:{minWidth:(z=S.current)==null?void 0:z.offsetWidth,zIndex:1},children:l.jsx(V2,{...y(),className:"rbui-select-menu",children:l.jsx(Zi,{value:M,children:r})})})]})});K8.displayName="Select";const iw="",O2=c.forwardRef((e,t)=>{const{className:r,checked:n,defaultChecked:a,disabled:i,onChange:s,readOnly:d,required:h,inputProps:u,name:f,...w}=e,{getInputProps:p,checked:g,disabled:m,focusVisible:E,readOnly:S}=Ai(e),{onChange:I,...M}=p({name:f,...u,className:ne("rbui-toggle__input",u==null?void 0:u.className)});return l.jsxs("span",{"aria-checked":g,"aria-disabled":m,"aria-readonly":S,className:ne(r,"rbui-toggle",{"rbui-toggle--checked":g,"rbui-toggle--disabled":m,"rbui-toggle--focus-visible":E,"rbui-toggle--readonly":S}),...w,children:[l.jsx("div",{className:ne("rbui-toggle__track"),children:l.jsx("div",{className:ne("rbui-toggle__thumb")})}),l.jsx("input",{...M,onChange:S?void 0:I,ref:t})]})});O2.displayName="Toggle";const sw="",G8=c.forwardRef((e,t)=>{const{className:r,children:n,highlighted:a,selected:i,disabled:s,role:d="option",...h}=e,u=ne("rbui-listbox-item",{"rbui-listbox-item--disabled":s,"rbui-listbox-item--highlighted":a,"rbui-listbox-item--selected":i},r);return l.jsx("li",{className:u,ref:t,role:d,...h,children:n})});G8.displayName="ListboxItem";const kt=e=>`${e}-${Math.round(Math.random()*1e3)}`,D2=c.forwardRef((e,t)=>{const{className:r,clearable:n,defaultValue:a,disabled:i,error:s,helperText:d,inputProps:h,label:u,leftElement:f,name:w,onBlur:p,onChange:g,onFocus:m,placeholder:E,readOnly:S,required:I,rightElement:M,tooltip:C,value:Z,id:y,...P}=e,F=y??(h==null?void 0:h.id)??kt("rbui-input-field-id"),L={clearable:n,defaultValue:a,disabled:i,error:s,id:F,inputProps:h,leftElement:f,name:w,onBlur:p,onChange:g,onFocus:m,placeholder:E,readOnly:S,required:I,rightElement:M,value:Z},B=u&&l.jsx(F0,{htmlFor:F,children:u===" "?Dt():u});return l.jsx($t,{...P,className:ne("rbui-input-field",r),control:l.jsx(L0,{...L,inputRef:t}),error:s,helperText:d,label:B,tooltip:C})});D2.displayName="InputField";const cw="",$2=c.forwardRef((e,t)=>{const{autoSize:r,className:n,counter:a,defaultValue:i,disabled:s,error:d,helperText:h,id:u,label:f,maxCount:w,maxRows:p,minRows:g=3,name:m,onBlur:E,onChange:S,onFocus:I,placeholder:M,readOnly:C,required:Z,resizable:y,textareaProps:P,tooltip:F,value:L,...B}=e,$=u??(P==null?void 0:P.id)??kt("rbui-text-field-id"),K={autoSize:r,defaultValue:i,disabled:s,error:d,id:$,inputProps:{...P,className:ne("rbui-text-field__textarea",P==null?void 0:P.className,{"rbui-text-field__textarea--resizable":y})},maxRows:p,minRows:g,name:m,onBlur:E,onChange:S,onFocus:I,placeholder:M,readOnly:C,required:Z,value:L},[H,z]=c.useState(0),R=f&&l.jsx(F0,{htmlFor:$,children:f===" "?Dt():f});return l.jsx($t,{...B,className:ne("rbui-text-field",n),control:l.jsx(L0,{...K,multiline:!0,onCountChange:z,inputRef:t}),error:d,helperText:h,label:R,metadata:a&&l.jsx("span",{className:"rbui-text-field__counter",children:`${H}${w?`/${w}`:""}`}),tooltip:F})});$2.displayName="TextField";const dw="",k2=c.forwardRef((e,t)=>{const{className:r,inputProps:n,label:a,tooltip:i,checked:s,defaultChecked:d,disabled:h,name:u,onChange:f,readOnly:w,required:p,...g}=e,m=(n==null?void 0:n.id)??kt("rbui-toggle-field-id"),E={checked:s,defaultChecked:d,disabled:h,inputProps:{...n,id:m},name:u,onChange:f,readOnly:w,required:p},S=a&&l.jsx(F0,{htmlFor:m,view:"normal",children:a});return l.jsx($t,{className:ne(r,"rbui-toggle-field"),control:l.jsx(O2,{...E,ref:t}),label:S,labelPosition:"inline-end",tooltip:i,...g})});k2.displayName="ToggleField";const _2=c.createContext(null);function B0(){return c.useContext(_2)}const X8=[10,20,50],Ve=9,Ze=2,Q8=()=>{};function J8(e){return new Promise(t=>{setTimeout(t,e)})}var _t=R0;process.env.NODE_ENV==="production"?(_t.createRoot,_t.hydrateRoot):_t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function he(...e){return e.filter(Boolean).join(" ").trim()}function e9(e,t){if(!e)return{x:0,y:0,left:0,right:0,top:0,bottom:0,width:0,height:0};let{top:r,right:n,bottom:a,left:i,width:s,height:d}=e;return t&&(t.left&&(i-=t.left,s+=t.left),t.right&&(n+=t.right,s+=t.right),t.top&&(r-=t.top,d+=t.top),t.bottom&&(a+=t.bottom,d+=t.bottom)),{x:i,y:r,top:r,right:n,bottom:a,left:i,width:s,height:d}}const R2="__modal_root__";function U2(e){let t=null;const r=document.getElementById(e||R2);if(r instanceof HTMLDivElement)t=r;else{const n=document.getElementsByTagName("body")[0];t=document.createElement("div"),n&&t&&n.appendChild(t)}return t&&(t.setAttribute("style",`
36
36
  position: fixed;
37
37
  top: 0px;
38
38
  left: 0px;
39
39
  width: 100%;
40
40
  z-index: 999999;
41
- `),document.body.lastChild!==t&&document.body.appendChild(t),t.id=e||N2),t}function O8(e){return e&&e.charCodeAt!==void 0}function Ke(e){return e!==void 0&&e.toExponential}function D8(e,t){let r=e;for(;r&&!r.classList.contains(t);)r=r.parentElement;return r}function T1(e,t){if(!e||!t)return!1;let r=t;for(;r;){if(r===e)return!0;r=r.parentNode}return!1}var S0=!!(typeof window<"u"&&window.document&&window.document.createElement),F2={canUseDOM:S0,canUseWorkers:typeof Worker<"u",canUseEventListeners:S0&&!!(window.addEventListener||window.attachEvent),canUseViewport:S0&&!!window.screen,isInWorker:!S0},P2;F2.canUseDOM&&(P2=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);/**
41
+ `),document.body.lastChild!==t&&document.body.appendChild(t),t.id=e||R2),t}function t9(e){return e&&e.charCodeAt!==void 0}function t0(e){return e!==void 0&&e.toExponential}function r9(e,t){let r=e;for(;r&&!r.classList.contains(t);)r=r.parentElement;return r}function Rt(e,t){if(!e||!t)return!1;let r=t;for(;r;){if(r===e)return!0;r=r.parentNode}return!1}var H0=!!(typeof window<"u"&&window.document&&window.document.createElement),W2={canUseDOM:H0,canUseWorkers:typeof Worker<"u",canUseEventListeners:H0&&!!(window.addEventListener||window.attachEvent),canUseViewport:H0&&!!window.screen,isInWorker:!H0},z2;W2.canUseDOM&&(z2=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);/**
42
42
  * Checks if an event is supported in the current execution environment.
43
43
  *
44
44
  * NOTE: This will not work correctly for non-generic events such as `change`,
@@ -51,5 +51,5 @@ Valid keys: `+JSON.stringify(Object.keys(T),null," "));var k=se(Y,K,J,ne,ee+"."
51
51
  * @return {boolean} True if the event is supported.
52
52
  * @internal
53
53
  * @license Modernizr 3.0.0pre (Custom Build) | MIT
54
- */function $8(e,t){if(!F2.canUseDOM||t&&!("addEventListener"in document))return!1;var r="on"+e,n=r in document;if(!n){var a=document.createElement("div");a.setAttribute(r,"return;"),n=typeof a[r]=="function"}return!n&&P2&&e==="wheel"&&(n=document.implementation.hasFeature("Events.wheel","3.0")),n}var B2=!1,Fe,N1,L1,C0,M0,H2,x0,F1,P1,B1,V2,H1,V1,O2,D2;function fe(){if(!B2){B2=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),r=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(H1=/\b(iPhone|iP[ao]d)/.exec(e),V1=/\b(iP[ao]d)/.exec(e),B1=/Android/i.exec(e),O2=/FBAN\/\w+;/i.exec(e),D2=/Mobile/i.exec(e),V2=!!/Win64/.exec(e),t){Fe=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,Fe&&document&&document.documentMode&&(Fe=document.documentMode);var n=/(?:Trident\/(\d+.\d+))/.exec(e);H2=n?parseFloat(n[1])+4:Fe,N1=t[2]?parseFloat(t[2]):NaN,L1=t[3]?parseFloat(t[3]):NaN,C0=t[4]?parseFloat(t[4]):NaN,C0?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),M0=t&&t[1]?parseFloat(t[1]):NaN):M0=NaN}else Fe=N1=L1=M0=C0=NaN;if(r){if(r[1]){var a=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);x0=a?parseFloat(a[1].replace("_",".")):!0}else x0=!1;F1=!!r[2],P1=!!r[3]}else x0=F1=P1=!1}}var O1={ie:function(){return fe()||Fe},ieCompatibilityMode:function(){return fe()||H2>Fe},ie64:function(){return O1.ie()&&V2},firefox:function(){return fe()||N1},opera:function(){return fe()||L1},webkit:function(){return fe()||C0},safari:function(){return O1.webkit()},chrome:function(){return fe()||M0},windows:function(){return fe()||F1},osx:function(){return fe()||x0},linux:function(){return fe()||P1},iphone:function(){return fe()||H1},mobile:function(){return fe()||H1||V1||B1||D2},nativeApp:function(){return fe()||O2},android:function(){return fe()||B1},ipad:function(){return fe()||V1}};const $2=10,_2=40,k2=800;function D1(e){let t=0,r=0,n=0,a=0;return"detail"in e&&(r=e.detail),"wheelDelta"in e&&(r=-e.wheelDelta/120),"wheelDeltaY"in e&&(r=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=r,r=0),n=t*$2,a=r*$2,"deltaY"in e&&(a=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||a)&&e.deltaMode&&(e.deltaMode===1?(n*=_2,a*=_2):(n*=k2,a*=k2)),n&&!t&&(t=n<1?-1:1),a&&!r&&(r=a<1?-1:1),{spinX:t,spinY:-r,pixelX:n,pixelY:-a}}D1.getEventType=function(){return O1.firefox()?"DOMMouseScroll":$8("wheel")?"wheel":"mousewheel"};function _8(e,t,r){return{onMouseOver:n=>{e.setState({hovered:!0}),t==null||t(n)},onMouseLeave:n=>{if(e.container&&e.container.current&&!T1(e.container.current,n.nativeEvent.target)){r==null||r(n);return}e.setState({hovered:!1}),r==null||r(n)}}}function k8(e){return{onFocus:()=>e.setState({focused:!0}),onBlur:()=>e.setState({focused:!1})}}function Ze(e){var t,r,n,a,c,i,d,f;try{const h=e;return(t=h.stopPropagation)==null||t.call(h),(r=h.preventDefault)==null||r.call(h),h.nativeEvent&&((a=(n=h.nativeEvent).stopImmediatePropagation)==null||a.call(n),(i=(c=h.nativeEvent).stopPropagation)==null||i.call(c),(f=(d=h.nativeEvent).preventDefault)==null||f.call(d)),!1}catch{return!1}}function R2(e){return typeof e=="function"}function re(e,t,r){if(e)return R2(t)?t(e):t;if(r)return R2(r)?r():r}const R8="__tooltip__",U8="__dropdown__",F9="";let Z0=null;const Oe=[];class U2 extends o.Component{constructor(){super(...arguments);D(this,"container",o.createRef());D(this,"state",{});D(this,"addQueueId",()=>{var r;this.isQueued||(this.isTopQueuedId?(r=this.topQueuedItem)==null||r[1].add(this):Oe.push([this.modalId,new Set([this])]))});D(this,"removeQueueId",()=>{const r=new Set;Oe.forEach((n,a)=>{n[1].delete(this),n[1].size===0&&r.add(a)}),Array.from(r.values()).sort().reverse().forEach(n=>Oe.splice(n,1))});D(this,"handleDocumentDown",r=>{var n,a,c;if(this.props.bounds&&this.isTopQueued){const{customModalRootId:i}=this.props;let{customModalRoot:d=Z0}=this.props;if(i&&(d=document.getElementById(i)),this.props.dismissTestOnContainer){if(T1(this.container.current,r.target)&&r.target!==this.container.current)return}else if(T1(d,r.target)&&r.target!==this.container.current)return;(((n=this.topQueuedItem)==null?void 0:n[1].size)||0)<=1&&Ze(r),(c=(a=this.props).onClose)==null||c.call(a,r),this.removeQueueId()}})}componentDidMount(){const{customModalRoot:r}=this.props;document.addEventListener("mousedown",this.handleDocumentDown),r||(Z0=L2(this.modalId)),L2(R8),!Z0&&!r&&console.warn("Could not establish the modal root for the document to display Menus and modals"),this.isOpen&&this.addQueueId(),this.componentDidUpdate()}componentDidUpdate(){if(!this.container.current)return;const{dropdownWidth:r}=this.state;if(this.isOpen&&this.addQueueId(),r===void 0){const n=this.container.current.getBoundingClientRect();this.setState({dropdownWidth:n.width,dropdownHeight:n.height})}}componentWillUnmount(){this.removeQueueId(),document.removeEventListener("mousedown",this.handleDocumentDown)}get isOpen(){const{bounds:r}=this.props;return!!r}get modalId(){const{customModalRootId:r}=this.props;return r||U8}get topQueuedItem(){return Oe[Oe.length-1]}get isTopQueuedId(){var r;return((r=this.topQueuedItem)==null?void 0:r[0])===this.modalId}get isTopQueued(){const r=this.topQueuedItem;return(r==null?void 0:r[0])===this.modalId&&(r==null?void 0:r[1].has(this))}get isQueued(){return!!Oe.find(r=>r[1].has(this))}renderContent(r){const{className:n,containerProps:a={},children:c}=this.props;return l.jsx("div",{className:ie("Dropdown",n),style:r,ref:this.container,...a,children:c})}render(){const{dropdownWidth:r,dropdownHeight:n}=this.state,{bounds:a,customModalRoot:c=Z0,coverBounds:i,width:d=0,maxWidth:f,height:h,dropUp:u,dropLeft:w,dropRight:p,dropCenter:v,showWithNoBounds:m,shiftToMiddle:E,inline:C}=this.props;if(a){if(!c)return setTimeout(()=>this.forceUpdate(),200),null;let S=Math.max(d||0,0)||r||0,M=h||n||Number.NaN;const I=r||0;let Z,y,L,P;C?u?y=!0:w?P=!0:p?L=!0:Z=!0:u?(M<0&&(M=a.top-1),d<0&&(S=a.width),y=a.top+(i?a.height:0)>M,Z=!y&&window.innerHeight-a.bottom+(i?a.height:0)>M,L=!Z&&!y&&I<window.innerWidth-a.right,P=!Z&&!y&&!L&&I<a.left):w?(M<0&&(M=window.innerHeight-1),d<0&&(S=a.left-1),P=!Z&&!y&&!L&&I<a.left,y=!P&&a.top+(i?a.height:0)>M,Z=!P&&!y&&window.innerHeight-a.bottom+(i?a.height:0)>M,L=!P&&!Z&&!y&&I<window.innerWidth-a.right):p?(M<0&&(M=window.innerHeight-1),d<0&&(S=window.innerWidth-a.right-1),L=!Z&&!y&&!P&&I<window.innerWidth-a.right,P=!Z&&!y&&!L&&I<a.left,Z=!P&&!L&&!y&&window.innerHeight-a.bottom+(i?a.height:0)>M,y=!P&&!L&&!Z&&a.top+(i?a.height:0)>M):(M<0&&(M=window.innerHeight-a.bottom-1),d<0&&(S=a.width),Z=window.innerHeight-a.bottom+(i?a.height:0)>M,y=!Z&&a.top+(i?a.height:0)>M,L=!Z&&!y&&I<window.innerWidth-a.right,P=!Z&&!y&&!L&&I<a.left);let F=(Z||y)&&a.left>window.innerWidth/2;E&&(F=!1),S&&(S=Math.min(S||0,window.innerWidth)),i&&!d&&(S=Math.min(0,window.innerWidth)),f&&(S=Math.min(S,f));const B=Math.min(M,window.innerHeight)+1||0,_=Z?Math.max(i?a.top:a.bottom,0):y?Math.min(a.top-B+(i?a.height:0),window.innerHeight-B):w||p?a.top:0,q=Math.max(F?a.right-I:L?a.right-(i?a.width:0):P?a.left-I+(i?a.width:0):a.left,0)-(E?S/2:0),O={top:Math.max(_,C?_:0),left:v?a.left+(a.width-I)/2:q,width:S||void 0,height:B||void 0};if(r||(O.left-=f||(v?4:0)),S!==void 0&&!C){if(O.left+S>window.innerWidth){const W=window.innerWidth-(O.left+S);O.left+=W}O.left<0&&(O.left=v?4:0),O.left+S>=window.innerWidth&&(v?O.left=window.innerWidth-(S+4):O.left+S>window.innerWidth&&(O.left=0,O.width=window.innerWidth))}if(B!==void 0&&!C){if(O.top+B>window.innerHeight){const W=window.innerHeight-(O.top+B);O.top+=W}O.top<0&&(O.top=0),O.top+B>window.innerHeight&&(O.top=0,O.height=window.innerHeight)}return C?this.renderContent(O):L0.createPortal(this.renderContent(O),c)}return m?this.renderContent():null}}const P9="",{min:W8,max:z8}=Math;function j8(e,t,r){return W8(z8(e,t),r)}function W2(e,t,r){r=j8(r,0,1);const n=r<.5?4*r*r*r:(r-1)*(2*r-2)*(2*r-2)+1;return(t-e)*n+e}const Y8={LIGHT:"ScrollRegion--light",DARK:"ScrollRegion--dark"};class q8 extends o.Component{constructor(){super(...arguments);D(this,"state",{isOpen:!1,isDragging:!1,top:[0,0]});D(this,"container",o.createRef());D(this,"wrapper",o.createRef());D(this,"content",o.createRef());D(this,"scrolledToOnce");D(this,"currentScrollHeight");D(this,"initialized",!1);D(this,"childrenChanged",!1);D(this,"isUpdatingChildren",!1);D(this,"animateScrollId",-1);D(this,"touch",{id:0,position:[0,0],inertia:[0,0],animation:-1});D(this,"init",()=>{const{bounds:r,contentBounds:n}=this.state;if(!(!(r!=null&&r.width)||!(n!=null&&n.width)||r.width>=n.width)&&!(!(r!=null&&r.height)||!(n!=null&&n.height)||r.height>=n.height)&&!this.initialized&&r&&n&&this.content.current&&(this.initialized=!0,this.props.onScroll)){const a=this.getScrollMetrics();this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],a.scrollSpace,r,n)}});D(this,"updateRegionWidth",async()=>{const r=this.wrapper.current;if(!r)return;await H8(1);const n=Array.from(r.children);let a=-1;n.forEach(c=>{const{width:i}=c.getBoundingClientRect();i>a&&(a=i)}),this.state.regionWidth!==a&&this.setState({regionWidth:a})});D(this,"animateScrollOnce",(r,n)=>{let a=0;const c=this.props.autoScrollDuration||170,i=d=>{var v;if(!this.container.current||!this.content.current||!this.wrapper.current)return;const f=this.container.current.getBoundingClientRect(),h=(v=this.wrapper.current)==null?void 0:v.getBoundingClientRect(),u=this.getScrollMetrics(f,h);if(!this.container.current)return;a||(a=d);const w=(d-a)/c,p=[W2(r[0],n[0],w),W2(r[1],n[1],w)];this.content.current.scrollLeft=Math.max(Math.min(p[0]||0,u.scrollSpace[0]),0),this.content.current.scrollTop=Math.max(Math.min(p[1]||0,u.scrollSpace[1]),0),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop],bounds:f,contentBounds:h}),this.props.onScroll&&f&&h&&this.container.current&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],u.scrollSpace,f,h,!0),this.state.animating&&w<1&&(this.animateScrollId=requestAnimationFrame(i))};return i});D(this,"handleResize",()=>{this.setState({bounds:void 0,contentBounds:void 0}),this.updateRegionWidth()});D(this,"handleTouchStart",r=>{let n=null;for(let a=0,c=r.touches.length;a<c&&(n=r.touches.item(a),!n);++a);n&&(this.touch.position=[n.pageX,n.pageY],this.touch.id=n.identifier),this.setState(a=>({top:a.top,isOpen:!0,animating:!1})),cancelAnimationFrame(this.touch.animation),this.touch.animation=-1});D(this,"handleTouchEnd",r=>{let n=null;for(let a=0,c=r.touches.length;a<c;++a)if(n=r.touches.item(a),n){if(n.identifier===this.touch.id)break;n=null}if(!n){for(let a=0,c=r.targetTouches.length;a<c;++a)if(n=r.targetTouches.item(a),n){if(n.identifier===this.touch.id)break;n=null}}if(!n){for(let a=0,c=r.changedTouches.length;a<c;++a)if(n=r.changedTouches.item(a),n){if(n.identifier===this.touch.id)break;n=null}}if(n&&(this.setState(a=>({top:a.top,isOpen:!1})),(Math.abs(this.touch.inertia[0])>0||Math.abs(this.touch.inertia[1])>0)&&this.content.current)){const{bounds:a,contentBounds:c}=this.state,{current:i}=this.content;cancelAnimationFrame(this.touch.animation);const d=()=>{i.scrollLeft+=this.touch.inertia[0],i.scrollTop+=this.touch.inertia[1];const f=this.getScrollMetrics();i.scrollLeft=Math.min(i.scrollLeft,f.scrollSpace[0]),i.scrollTop=Math.min(i.scrollTop,f.scrollSpace[1]),this.setState({top:[i.scrollLeft,i.scrollTop]}),this.props.onScroll&&a&&c&&this.props.onScroll([i.scrollLeft,i.scrollTop],f.scrollSpace,a,c),this.touch.inertia[0]*=.95,this.touch.inertia[1]*=.95,Math.abs(this.touch.inertia[0])>.001||Math.abs(this.touch.inertia[1])>.001?requestAnimationFrame(d):this.touch.animation=-1};this.touch.animation=requestAnimationFrame(d)}});D(this,"handleTouchMove",r=>{if(!(r.currentTarget instanceof HTMLDivElement)||!this.content.current)return;const{bounds:n,contentBounds:a,isOpen:c}=this.state;let i=null;for(let f=0,h=r.touches.length;f<h&&(i=r.touches.item(f),!(i&&i.identifier===this.touch.id));++f);if(!i)return;this.content.current.scrollLeft+=this.touch.position[0]-i.pageX,this.content.current.scrollTop+=this.touch.position[1]-i.pageY,this.touch.inertia[0]=this.touch.position[0]-i.pageX,this.touch.inertia[1]=this.touch.position[1]-i.pageY,this.props.allowTouchInertia||(this.touch.inertia=[0,0]),this.touch.position=[i.pageX,i.pageY];const d=this.getScrollMetrics();this.content.current.scrollLeft=Math.min(this.content.current.scrollLeft,d.scrollSpace[0]),this.content.current.scrollTop=Math.min(this.content.current.scrollTop,d.scrollSpace[1]),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop],animating:!1}),this.props.onScroll&&n&&a&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],d.scrollSpace,n,a),c&&n&&(d.barRatio[0]<1||d.barRatio[1]<1)&&Ze(r),cancelAnimationFrame(this.touch.animation)});D(this,"handleWheel",r=>{if(!(r.currentTarget instanceof HTMLDivElement)||this.props.preventWheel||!this.content.current)return!1;const{bounds:n,contentBounds:a,isOpen:c}=this.state,i=D1(r),d=this.content.current.scrollLeft+i.pixelX,f=this.content.current.scrollTop-i.pixelY,h=this.getScrollMetrics(),u=Math.min(d,h.scrollSpace[0]),w=Math.min(f,h.scrollSpace[1]);if(this.content.current.scrollLeft=u,this.content.current.scrollTop=w,this.setState({top:[u,w],animating:!1}),this.props.onScroll&&n&&a&&this.props.onScroll([u,w],h.scrollSpace,n,a),c&&n&&(h.barRatio[0]<1||h.barRatio[1]<1))if(this.props.allowScrollFlowThrough){if(Math.floor(u)<Math.floor(h.scrollSpace[0])&&Math.floor(u)>0||Math.floor(w)<Math.floor(h.scrollSpace[1])&&Math.floor(w)>0)return r.preventDefault(),Ze(r),!1}else return r.preventDefault(),Ze(r),!1;return r.preventDefault(),!1});D(this,"handleHorizontalBarDown",r=>{const{bounds:n,contentBounds:a}=this.state,c=this.getScrollMetrics(),i=[c.scrollSpace[0]/c.barSpace[0],c.scrollSpace[1]/c.barSpace[1]];let d=[r.nativeEvent.clientX,r.nativeEvent.clientY];this.setState({isDragging:!0,animating:!1});const{pointerId:f,currentTarget:h}=r;h.setPointerCapture(f);const u=p=>{if("which"in p){if(!p.which){w();return}}else if(!p.buttons){w();return}const v=[p.clientX,p.clientY],m=[v[0]-d[0],v[1]-d[1]];if(d=v,this.content.current){const E=this.content.current.scrollLeft+m[0]*i[0];this.content.current.scrollLeft=Math.min(E,c.scrollSpace[0]),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop]})}p.stopPropagation&&p.stopPropagation(),p.preventDefault&&p.preventDefault(),p.cancelBubble=!0,p.returnValue=!1,this.props.onScroll&&n&&a&&this.content.current&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],c.scrollSpace,n,a)},w=()=>{document.removeEventListener("mousemove",u),document.removeEventListener("mouseup",w),h.removeEventListener("mouseup",w),h.releasePointerCapture(f),this.setState({isDragging:!1})};document.addEventListener("mousemove",u),document.addEventListener("mouseup",w),h.addEventListener("mouseup",w)});D(this,"handleVerticalBarDown",r=>{const{bounds:n,contentBounds:a}=this.state,c=this.getScrollMetrics(),i=[c.scrollSpace[0]/c.barSpace[0],c.scrollSpace[1]/c.barSpace[1]];let d=[r.nativeEvent.clientX,r.nativeEvent.clientY];this.setState({isDragging:!0,animating:!1});const{pointerId:f,currentTarget:h}=r;h.setPointerCapture(f);const u=p=>{if("which"in p){if(!p.which){w();return}}else if(!p.buttons){w();return}const v=[p.clientX,p.clientY],m=[v[0]-d[0],v[1]-d[1]];if(d=v,this.content.current){const E=this.content.current.scrollTop+m[1]*i[1];this.content.current.scrollTop=Math.min(E,c.scrollSpace[1]),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop]})}p.stopPropagation&&p.stopPropagation(),p.preventDefault&&p.preventDefault(),p.cancelBubble=!0,p.returnValue=!1,this.props.onScroll&&n&&a&&this.content.current&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],c.scrollSpace,n,a)},w=()=>{document.removeEventListener("mousemove",u),document.removeEventListener("mouseup",w),h.removeEventListener("mouseup",w),h.releasePointerCapture(f),this.setState({isDragging:!1})};document.addEventListener("mousemove",u),document.addEventListener("mouseup",w),h.addEventListener("mouseup",w)})}getSnapshotBeforeUpdate(r){const{children:n}=this.props;return this.isUpdatingChildren||(this.childrenChanged=r.children===n),this.isUpdatingChildren=!1,null}componentDidMount(){this.componentDidUpdate(),window.addEventListener("resize",this.handleResize),setTimeout(()=>this.componentDidUpdate(),10),this.container.current&&(this.container.current.addEventListener("wheel",this.handleWheel,{passive:!1}),this.container.current.addEventListener("touchmove",this.handleTouchMove,{passive:!1}),this.container.current.addEventListener("touchstart",this.handleTouchStart),this.container.current.addEventListener("touchend",this.handleTouchEnd)),this.updateRegionWidth()}componentDidUpdate(){var f;const{bounds:r,contentBounds:n}=this.state,{onScroll:a,autoScrollDuration:c,scrollHeight:i}=this.props;if((!r||this.childrenChanged)&&this.wrapper.current&&this.content.current&&this.container.current){this.childrenChanged=!1,this.isUpdatingChildren=!0;const h=this.container.current.getBoundingClientRect(),u=this.wrapper.current.getBoundingClientRect();if(a){const w=this.getScrollMetrics();a([this.content.current.scrollLeft,this.content.current.scrollTop],w.scrollSpace,h,u)}this.setState({bounds:h,contentBounds:u})}if(r&&n&&this.wrapper.current&&this.container.current){const h=this.container.current.getBoundingClientRect(),u=this.wrapper.current.getBoundingClientRect();(h.width!==r.width||h.height!==r.height||u.width!==n.width||u.height!==n.height)&&this.setState({bounds:h,contentBounds:u})}const{scrollToOnce:d}=this.props;if(d!==void 0&&Number.isNaN(d[0])&&Number.isNaN(d[1])&&(d[0]=0,d[1]=0),r&&n&&this.content.current&&this.container.current&&this.scrolledToOnce!==d){const h=this.container.current.getBoundingClientRect(),u=(f=this.wrapper.current)==null?void 0:f.getBoundingClientRect();this.scrolledToOnce=d||[0,0];const w=this.scrolledToOnce;let p=[this.content.current.scrollLeft,this.content.current.scrollTop];if(c===0&&(p=this.scrolledToOnce,this.content.current.scrollLeft=p[0],this.content.current.scrollTop=p[1]),this.setState({top:p,bounds:h,contentBounds:u,animating:!0}),window.cancelAnimationFrame(this.animateScrollId),c!==0&&(this.animateScrollId=requestAnimationFrame(this.animateScrollOnce(p,w))),a&&h&&u&&this.container.current){const v=this.getScrollMetrics(h,u);a([this.content.current.scrollLeft,this.content.current.scrollTop],v.scrollSpace,h,u)}}else if(r&&n&&this.content.current&&this.currentScrollHeight!==i&&a){this.currentScrollHeight=i;const h=this.getScrollMetrics();a([this.content.current.scrollLeft,this.content.current.scrollTop],h.scrollSpace,r,n)}this.updateRegionWidth()}componentWillUnmount(){window.removeEventListener("resize",this.handleResize),this.container.current&&(this.container.current.removeEventListener("wheel",this.handleWheel),this.container.current.removeEventListener("touchmove",this.handleTouchMove),this.container.current.removeEventListener("touchstart",this.handleTouchStart),this.container.current.removeEventListener("touchend",this.handleTouchEnd))}getScrollMetrics(r,n){let{bounds:a,contentBounds:c}=this.state;a=r||a,c=n||c;const i=[0,0],d=[1,1],f=[0,0],h=[0,0];return a&&c&&(d[0]=a.width/c.width,i[0]=d[0]*a.width,i[0]=Math.max(i[0],30),i[0]=Math.min(i[0],a.width)),d[0]<1&&a&&c&&(f[0]=a.width-i[0],h[0]=c.width-a.width),a&&c&&(d[1]=a.height/c.height,i[1]=d[1]*a.height,i[1]=Math.max(i[1],30),i[1]=Math.min(i[1],a.height)),d[1]<1&&a&&c&&(f[1]=a.height-i[1],h[1]=c.height-a.height),{barSizes:i,barRatio:d,barSpace:f,scrollSpace:h}}render(){var M,I,Z,y,L;const{isOpen:r,isDragging:n,bounds:a,top:c,regionWidth:i}=this.state,{className:d,contentClassName:f,containerProps:h,contentProps:u,children:w,scrollHeight:p,alwaysShowScroll:v,mode:m=Y8.DARK}=this.props,E=[((I=(M=this.content)==null?void 0:M.current)==null?void 0:I.scrollLeft)||0,((y=(Z=this.content)==null?void 0:Z.current)==null?void 0:y.scrollTop)||0],C=this.getScrollMetrics();E[0]=c[0]/C.scrollSpace[0]*C.barSpace[0],E[1]=c[1]/C.scrollSpace[1]*C.barSpace[1],Number.isNaN(E[0])&&(E[0]=0),Number.isNaN(E[1])&&(E[1]=0);const S=[{left:E[0],width:re((r||v||this.touch.animation>=0)&&a&&C.barRatio[0]<1||n&&C.barRatio[0]<1,C.barSizes[0],0),opacity:re((r||v||this.touch.animation>=0)&&a&&C.barRatio[0]<1||n&&C.barRatio[0]<1,1,0),bottom:"0px"},{top:E[1],height:re((r||v||this.touch.animation>=0)&&a&&C.barRatio[1]<1||n&&C.barRatio[1]<1,C.barSizes[1],0),opacity:re((r||v||this.touch.animation>=0)&&a&&C.barRatio[1]<1||n&&C.barRatio[1]<1,1,0),right:"0px"}];return l.jsxs("div",{className:ie("ScrollRegion",m,d),...h,ref:this.container,style:h==null?void 0:h.style,onMouseOver:()=>{this.setState({top:c,isOpen:!0}),this.forceUpdate()},onMouseLeave:P=>{const F=P.nativeEvent;let B=F.toElement||F.relatedTarget;for(;B;){if(B.parentNode===this.container.current||B===this.container.current)return;B=B.parentElement}this.setState({top:c,isOpen:!1})},children:[l.jsx("div",{ref:this.content,className:ie("ScrollRegion__Content",f),style:{},...u,children:l.jsx("div",{ref:this.wrapper,className:"ScrollRegion__Wrapper",style:{minWidth:Math.max(i||0,((L=this.content.current)==null?void 0:L.getBoundingClientRect().width)||0),height:p,flex:`1 1 ${p}px`,minHeight:p},children:w})}),l.jsx("div",{className:ie("ScrollRegion__Bar","ScrollRegion--horizontal"),style:S[0],onPointerDown:this.handleHorizontalBarDown}),l.jsx("div",{className:ie("ScrollRegion__Bar"),style:S[1],onPointerDown:this.handleVerticalBarDown})]})}}const B9="",{min:K8,max:G8}=Math;function X8(e,t,r){return K8(G8(e,t),r)}function Q8(e,t,r){r=X8(r,0,1);const n=r<.5?4*r*r*r:(r-1)*(2*r-2)*(2*r-2)+1;return(t-e)*n+e}const J8={LIGHT:"ScrollView--light",DARK:"ScrollView--dark"};class e9 extends o.Component{constructor(){super(...arguments);D(this,"state",{isOpen:!1,isDragging:!1,top:0});D(this,"container",o.createRef());D(this,"scrollBarRef",o.createRef());D(this,"content",o.createRef());D(this,"scrolledToOnce");D(this,"currentScrollHeight");D(this,"initialized",!1);D(this,"childrenChanged",!1);D(this,"isUpdatingChildren",!1);D(this,"animateScrollId",-1);D(this,"touch",{id:0,y:0,inertia:0,animation:-1});D(this,"init",()=>{const{horizontal:r}=this.props,{bounds:n,contentBounds:a}=this.state;if(r){if(!(n!=null&&n.width)||!(a!=null&&a.width)||n.width>=a.width)return}else if(!(n!=null&&n.height)||!(a!=null&&a.height)||n.height>=a.height)return;if(!this.initialized&&n&&a&&this.container.current&&(this.initialized=!0,this.props.onScroll)){const c=this.getScrollMetrics();this.props.onScroll(r?this.container.current.scrollLeft:this.container.current.scrollTop,c.scrollSpace,n,a)}});D(this,"animateScrollOnce",(r,n)=>{let a=0;const c=this.props.autoScrollDuration||170,i=d=>{var m;if(!this.container.current||!this.content.current)return;const{horizontal:f}=this.props,h=this.container.current.getBoundingClientRect(),u=(m=this.content.current)==null?void 0:m.getBoundingClientRect(),w=this.getScrollMetrics(h,u);if(!this.container.current)return;a||(a=d);const p=(d-a)/c,v=Q8(r,n,p);f?this.container.current.scrollLeft=Math.max(Math.min(v||0,w.scrollSpace),0):this.container.current.scrollTop=Math.max(Math.min(v||0,w.scrollSpace),0),this.positionScrollBar(f?this.container.current.scrollLeft:this.container.current.scrollTop),this.setState({top:f?this.container.current.scrollLeft:this.container.current.scrollTop,bounds:h,contentBounds:u}),this.props.onScroll&&h&&u&&this.container.current&&this.props.onScroll(f?this.container.current.scrollLeft:this.container.current.scrollTop,w.scrollSpace,h,u,!0),this.state.animating&&p<1&&(this.animateScrollId=requestAnimationFrame(i))};return i});D(this,"handleResize",()=>{this.setState({bounds:void 0,contentBounds:void 0})});D(this,"handleTouchStart",r=>{let n=null;for(let a=0,c=r.touches.length;a<c&&(n=r.touches.item(a),!n);++a);n&&(this.touch.y=n.pageY,this.touch.id=n.identifier),this.setState(a=>({top:a.top,isOpen:!0,animating:!1})),cancelAnimationFrame(this.touch.animation),this.touch.animation=-1});D(this,"handleTouchEnd",r=>{const{horizontal:n}=this.props;let a=null;for(let c=0,i=r.touches.length;c<i;++c)if(a=r.touches.item(c),a){if(a.identifier===this.touch.id)break;a=null}if(!a){for(let c=0,i=r.targetTouches.length;c<i;++c)if(a=r.targetTouches.item(c),a){if(a.identifier===this.touch.id)break;a=null}}if(!a){for(let c=0,i=r.changedTouches.length;c<i;++c)if(a=r.changedTouches.item(c),a){if(a.identifier===this.touch.id)break;a=null}}if(a&&(this.setState(c=>({top:c.top,isOpen:!1})),Math.abs(this.touch.inertia)>0&&this.container.current)){const{bounds:c,contentBounds:i}=this.state,{current:d}=this.container;cancelAnimationFrame(this.touch.animation);const f=()=>{n?d.scrollLeft+=this.touch.inertia:d.scrollTop+=this.touch.inertia;const h=this.getScrollMetrics();n?d.scrollLeft=Math.min(d.scrollLeft,h.scrollSpace):d.scrollTop=Math.min(d.scrollTop,h.scrollSpace),this.positionScrollBar(n?d.scrollLeft:d.scrollTop),this.setState({top:n?d.scrollLeft:d.scrollTop}),this.props.onScroll&&c&&i&&this.props.onScroll(n?d.scrollLeft:d.scrollTop,h.scrollSpace,c,i),this.touch.inertia*=.95,Math.abs(this.touch.inertia)>.001?requestAnimationFrame(f):this.touch.animation=-1};this.touch.animation=requestAnimationFrame(f)}});D(this,"handleTouchMove",r=>{if(!(r.currentTarget instanceof HTMLDivElement))return;const{horizontal:n}=this.props,{bounds:a,contentBounds:c,isOpen:i}=this.state;let d=null;for(let h=0,u=r.touches.length;h<u&&(d=r.touches.item(h),!(d&&d.identifier===this.touch.id));++h);if(!d)return;n?r.currentTarget.scrollLeft+=this.touch.y-d.pageX:r.currentTarget.scrollTop+=this.touch.y-d.pageY,this.touch.inertia=this.touch.y-d.pageY,this.props.allowTouchInertia||(this.touch.inertia=0),this.touch.y=n?d.pageX:d.pageY;const f=this.getScrollMetrics();n?r.currentTarget.scrollLeft=Math.min(r.currentTarget.scrollLeft,f.scrollSpace):r.currentTarget.scrollTop=Math.min(r.currentTarget.scrollTop,f.scrollSpace),this.positionScrollBar(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop),this.setState({top:n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,animating:!1}),this.props.onScroll&&a&&c&&this.props.onScroll(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,f.scrollSpace,a,c),i&&a&&f.barRatio<1&&Ze(r),cancelAnimationFrame(this.touch.animation)});D(this,"handleWheel",r=>{if(!(r.currentTarget instanceof HTMLDivElement)||this.props.preventWheel)return;const{horizontal:n}=this.props,{bounds:a,contentBounds:c,isOpen:i}=this.state,d=D1(r);if(n){if(this.props.onlyHorizontalWheel&&Math.abs(d.pixelX)<Math.abs(d.pixelY))return;r.currentTarget.scrollLeft+=d.pixelX,r.currentTarget.scrollLeft-=d.pixelY}else r.currentTarget.scrollTop-=d.pixelY;const f=this.getScrollMetrics();n?r.currentTarget.scrollLeft=Math.min(r.currentTarget.scrollLeft,f.scrollSpace):r.currentTarget.scrollTop=Math.min(r.currentTarget.scrollTop,f.scrollSpace),this.positionScrollBar(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop),this.setState({top:n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,animating:!1}),this.props.onScroll&&a&&c&&this.props.onScroll(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,f.scrollSpace,a,c),i&&a&&f.barRatio<1&&(this.props.allowScrollFlowThrough?Math.floor(r.currentTarget.scrollTop)<Math.floor(f.scrollSpace)&&Math.floor(r.currentTarget.scrollTop)>0&&Ze(r):Ze(r))});D(this,"handleBarDown",r=>{const{horizontal:n}=this.props,{bounds:a,contentBounds:c}=this.state,i=this.getScrollMetrics(),d=i.scrollSpace/i.barSpace;let f=n?r.nativeEvent.clientX:r.nativeEvent.clientY;this.setState({isDragging:!0,animating:!1});const{pointerId:h,currentTarget:u}=r;u.setPointerCapture(h);const w=v=>{if("which"in v){if(!v.which){p();return}}else if(!(v!=null&&v.buttons)){p();return}const m=n?v.clientX:v.clientY,E=m-f;f=m,this.container.current&&(n?this.container.current.scrollLeft+=E*d:this.container.current.scrollTop+=E*d,n?this.container.current.scrollLeft=Math.min(this.container.current.scrollLeft,i.scrollSpace):this.container.current.scrollTop=Math.min(this.container.current.scrollTop,i.scrollSpace),this.positionScrollBar(n?this.container.current.scrollLeft:this.container.current.scrollTop),this.setState({top:n?this.container.current.scrollLeft:this.container.current.scrollTop})),v.stopPropagation&&v.stopPropagation(),v.preventDefault&&v.preventDefault(),v.cancelBubble=!0,v.returnValue=!1,this.props.onScroll&&a&&c&&this.container.current&&this.props.onScroll(n?this.container.current.scrollLeft:this.container.current.scrollTop,i.scrollSpace,a,c)},p=()=>{document.removeEventListener("mousemove",w),document.removeEventListener("mouseup",p),u.removeEventListener("mouseup",p),u.releasePointerCapture(h),this.setState({isDragging:!1})};document.addEventListener("mousemove",w),document.addEventListener("mouseup",p),u.addEventListener("mouseup",p)})}getSnapshotBeforeUpdate(r){const{children:n}=this.props;return this.isUpdatingChildren||(this.childrenChanged=r.children===n),this.isUpdatingChildren=!1,null}componentDidMount(){this.componentDidUpdate(),window.addEventListener("resize",this.handleResize),setTimeout(()=>this.componentDidUpdate(),10),this.container.current&&(this.container.current.addEventListener("wheel",this.handleWheel,{passive:!1}),this.container.current.addEventListener("touchmove",this.handleTouchMove,{passive:!1}),this.container.current.addEventListener("touchstart",this.handleTouchStart),this.container.current.addEventListener("touchend",this.handleTouchEnd))}componentDidUpdate(){var h;const{horizontal:r,onScroll:n,autoScrollDuration:a,scrollHeight:c}=this.props,{bounds:i,contentBounds:d}=this.state;if((!i||this.childrenChanged)&&this.content.current&&this.container.current){this.childrenChanged=!1,this.isUpdatingChildren=!0;const u=this.container.current.getBoundingClientRect(),w=this.content.current.getBoundingClientRect();if(n){const p=this.getScrollMetrics();n(r?this.container.current.scrollLeft:this.container.current.scrollTop,p.scrollSpace,u,w)}this.setState({bounds:u,contentBounds:w})}if(i&&d&&this.content.current&&this.container.current){const u=this.container.current.getBoundingClientRect(),w=this.content.current.getBoundingClientRect();(u.width!==i.width||u.height!==i.height||w.width!==d.width||w.height!==d.height)&&this.setState({bounds:u,contentBounds:w})}let{scrollTopOnce:f}=this.props;if(f!==void 0&&Number.isNaN(f)&&(f=0),i&&d&&this.container.current&&this.scrolledToOnce!==f){const u=this.container.current.getBoundingClientRect(),w=(h=this.content.current)==null?void 0:h.getBoundingClientRect();this.scrolledToOnce=f||0;const p=this.scrolledToOnce;let v=r?this.container.current.scrollLeft:this.container.current.scrollTop;if(a===0&&(v=this.scrolledToOnce,r?this.container.current.scrollLeft=v:this.container.current.scrollTop=v),this.positionScrollBar(v),this.setState({top:v,bounds:u,contentBounds:w,animating:!0}),window.cancelAnimationFrame(this.animateScrollId),a!==0&&(this.animateScrollId=requestAnimationFrame(this.animateScrollOnce(v,p))),n&&u&&w&&this.container.current){const m=this.getScrollMetrics(u,w);n(r?this.container.current.scrollLeft:this.container.current.scrollTop,m.scrollSpace,u,w)}}else if(i&&d&&this.container.current&&this.currentScrollHeight!==c&&n){this.currentScrollHeight=c;const u=this.getScrollMetrics();n(r?this.container.current.scrollLeft:this.container.current.scrollTop,u.scrollSpace,i,d)}}componentWillUnmount(){window.removeEventListener("resize",this.handleResize),this.container.current&&(this.container.current.removeEventListener("wheel",this.handleWheel),this.container.current.removeEventListener("touchmove",this.handleTouchMove),this.container.current.removeEventListener("touchstart",this.handleTouchStart),this.container.current.removeEventListener("touchend",this.handleTouchEnd))}getScrollMetrics(r,n){const{horizontal:a}=this.props;let{bounds:c,contentBounds:i}=this.state;c=r||c,i=n||i;let d=0,f=1,h=0,u=0;return a?(c&&i&&(f=c.width/i.width,d=f*c.width,d=Math.max(d,30),d=Math.min(d,c.width)),f<1&&c&&i&&(h=c.width-d,u=i.width-c.width)):(c&&i&&(f=c.height/i.height,d=f*c.height,d=Math.max(d,30),d=Math.min(d,c.height)),f<1&&c&&i&&(h=c.height-d,u=i.height-c.height)),{barHeight:d,barRatio:f,barSpace:h,scrollSpace:u}}positionScrollBar(r){const n=this.scrollBarRef.current;if(!n)return;const{side:a=0,horizontal:c}=this.props;let i=r;const d=this.getScrollMetrics();i+=r/d.scrollSpace*d.barSpace,c?(n.style.left=`${i}px`,n.style.top=re(a===1,"0px",n.style.top),n.style.bottom=re(a===0,"0px",n.style.bottom)):(n.style.top=`${i}px`,n.style.left=re(a===1,"0px",n.style.left),n.style.right=re(a===0,"0px",n.style.right))}render(){const{isOpen:r,isDragging:n,bounds:a,top:c}=this.state,{className:i,contentClassName:d,containerProps:f,contentProps:h,children:u,scrollHeight:w,side:p=0,horizontal:v,alwaysShowScroll:m,mode:E=J8.DARK}=this.props;let C=c;const S=this.getScrollMetrics();C+=c/S.scrollSpace*S.barSpace,Number.isNaN(C)&&(C=0);const M=()=>v?{left:C,width:re((r||m||this.touch.animation>=0)&&a&&S.barRatio<1||n,S.barHeight,0),opacity:re((r||m||this.touch.animation>=0)&&a&&S.barRatio<1||n,1,0),top:re(p===1,"0px"),bottom:re(p===0,"0px")}:{top:C,height:re((r||m||this.touch.animation>=0)&&a&&S.barRatio<1||n,S.barHeight,0),opacity:re((r||m||this.touch.animation>=0)&&a&&S.barRatio<1||n,1,0),left:re(p===1,"0px"),right:re(p===0,"0px")};return l.jsxs("div",{className:ie("ScrollView",E,i),...f,ref:this.container,style:{...f==null?void 0:f.style,flexDirection:v?"row":void 0},onMouseOver:()=>{this.setState({top:c,isOpen:!0}),this.forceUpdate()},onMouseLeave:I=>{const Z=I.nativeEvent;let y=Z.toElement||Z.relatedTarget;for(;y;){if(y.parentNode===this.container.current||y===this.container.current)return;y=y.parentElement}this.setState({top:c,isOpen:!1})},children:[l.jsx("div",{ref:this.content,className:ie("ScrollView__Content",re(v,"ScrollView--horizontal-content"),d),style:{height:w,flex:`1 1 ${w}px`,minHeight:w},...h,children:u}),l.jsx("div",{ref:this.scrollBarRef,className:ie("ScrollView__Bar",v?"ScrollView--horizontal":void 0),style:M(),onPointerDown:this.handleBarDown})]})}}const H9="";class t9 extends o.Component{constructor(r){super(r);D(this,"state",{startIndex:0,endIndex:0});D(this,"container",o.createRef());D(this,"rowTop",[]);D(this,"lastRowHeight",0);D(this,"maxRowSize",-1);D(this,"rowUpdateContext");D(this,"mounted",!1);D(this,"willMeasure",new Set);D(this,"measuring",new Map);D(this,"hasAutoHeightRows",!1);D(this,"observer");D(this,"handleResize",()=>{const{total:r}=this.props;if(this.hasAutoHeightRows){for(let n=0;n<r;++n)this.willMeasure.add(n);this.forceUpdate()}});D(this,"handleScrollRegion",(r,n,a,c)=>{this.handleScroll(r[1],n[1],a,c)});D(this,"handleScroll",(r,n,a,c)=>{const{rowSize:i,total:d,onScroll:f,onRange:h}=this.props;let u=-1,w=-1;if(Ke(i))u=Math.floor(r/i)-1,w=Math.floor((r+a.height)/i)+1;else{u=0,w=0;let m=0,E=-1;const C=r+a.height;for(;m<r&&++E<this.rowTop.length;)m=this.rowTop[E];for(u=E-1;m<C&&++E<this.rowTop.length;)m=this.rowTop[E];w=E+1}u=Math.min(Math.max(u,0),d-1),w=Math.min(Math.max(w,0),d-1);const{startIndex:p,endIndex:v}=this.state;(u!==p||w!==v)&&(h==null||h(u,w,d,w===d-1),this.setState({startIndex:u,endIndex:w})),f&&f(r,n,a,c)});this.shouldComponentUpdate(this.props)}componentDidMount(){this.mounted=!0,this.forceUpdate(),window.addEventListener("resize",this.handleResize)}shouldComponentUpdate(r){const{total:n}=this.props;return Ke(r.rowSize)?(this.rowTop=[],this.maxRowSize=r.rowSize,!0):((r.rowUpdate!==this.rowUpdateContext||r.total!==n||!this.mounted)&&(this.queueRemeasure(r),setTimeout(()=>{this.queueRemeasure(r),this.forceUpdate()},500)),!0)}componentDidUpdate(){const{rowGap:r}=this.props;if(this.measuring.size>0){const n=Array.from(this.measuring.keys()),a=r||0;n.sort();let c=0;for(let i=0,d=n.length;i<d;++i){const f=n[i],h=n[i+1]||this.rowTop.length-1;if(f===this.rowTop.length-1){const E=this.measuring.get(f);if(!E||!E.current)continue;const C=E.current.getBoundingClientRect();this.lastRowHeight=C.height+a,this.willMeasure.delete(f);continue}const u=this.rowTop[f],w=this.rowTop[f+1],p=this.measuring.get(f);if(!p||!p.current)continue;const v=p.current.getBoundingClientRect();c=u+v.height+a-w,this.willMeasure.delete(f);for(let E=f+1;E<=h;++E)this.rowTop[E]+=c}this.measuring.clear(),this.forceUpdate()}}componentWillUnmount(){this.observer&&this.observer.disconnect(),window.removeEventListener("resize",this.handleResize)}get scrollHeight(){const{rowSize:r,total:n}=this.props;return Ke(r)?n*r:(this.rowTop[n-1]||0)+Math.abs(this.lastRowHeight)}get scrollStyle(){const{containerProps:r={},rowDisplayCount:n=0}=this.props,{style:a}=r,c={};return n>0&&(c.maxHeight=n*this.maxRowSize),{...c,...a}}queueRemeasure(r){if(Ke(r.rowSize))return;this.rowUpdateContext=r.rowUpdate;let n=0;this.willMeasure.clear(),this.rowTop=[];for(let a=0;a<r.total;++a){let c=r.rowSize(a,a===r.total-1);c<0?(c*=-1,this.willMeasure.add(a),this.hasAutoHeightRows=!0,this.rowTop[a]||(this.rowTop[a]=n)):this.rowTop[a]=n,a===r.total-1&&(this.lastRowHeight=c),this.maxRowSize=Math.max(this.maxRowSize,c),n+=c}}renderListItems(r){const{startIndex:n,endIndex:a}=this.state,{rowSize:c,total:i}=this.props;if(!r)return null;const d=[];let f;Ke(c)?f=h=>h*c:f=h=>this.rowTop[h];for(let h=n;h<=a&&h<i;++h){const u=f(h);let w;this.willMeasure.has(h)&&!this.measuring.has(h)&&(w=o.createRef(),this.measuring.set(h,w));const p={position:"absolute",width:"100%",left:0,top:u},v=r({index:h,style:{},isEnd:h===a||h===i-1,rowStyle:p});if(!v||!o.isValidElement(v))return null;d.push(l.jsx("div",{className:"ListView__Row",ref:w,style:p,children:v},h))}return d}render(){const{allowTouchInertia:r,children:n,className:a,containerProps:c,total:i,scrollToOnce:d,autoScrollDuration:f,useScrollRegion:h,emptyLabel:u}=this.props;return i<=0?l.jsx("div",{className:ie("ListView","ListView--empty",a),children:l.jsx("div",{className:"ListView__Empty",children:u})}):h?l.jsx(q8,{ref:this.container,allowTouchInertia:r,className:ie("ListView",a),scrollHeight:this.scrollHeight,containerProps:{...c,style:this.scrollStyle},autoScrollDuration:f,onScroll:this.handleScrollRegion,children:this.renderListItems(n)}):l.jsx(e9,{ref:this.container,allowTouchInertia:r,className:ie("ListView",a),scrollHeight:this.scrollHeight,containerProps:{...c,style:this.scrollStyle},scrollTopOnce:d,autoScrollDuration:f,onScroll:this.handleScroll,children:this.renderListItems(n)})}}const V9="",$1={NORMAL:"Loader--medium",SMALL:"Loader--small",TINY:"Loader--tiny"};function z2(e){const{className:t,containerProps:r,size:n=$1.NORMAL}=e;return l.jsx("div",{className:ie("Loader",n,t),...r})}const O9="",Ge={FIELD_INLINE:"Selection--field-inline",FIELD_INLINE_SUBTLE:"Selection--field-inline-subtle",FILTER_HEADER:"Selection--filter-header",TABLE:"Selection-table",DISABLED:"Selection--disabled"};class r9 extends o.Component{constructor(){super(...arguments);D(this,"state",{dropdownBounds:null,hovered:!1,focused:!1,internalValue:void 0});D(this,"container",o.createRef());D(this,"selectRef",o.createRef());D(this,"headerRef",o.createRef());D(this,"searchRef",o.createRef());D(this,"stopBlur",!1);D(this,"preventRefocus",!1);D(this,"willLoadMore",!1);D(this,"windowBlurred",!1);D(this,"handleWindowBlur",()=>{this.windowBlurred=!0});D(this,"handleClick",r=>{var i,d;const{disabled:n}=this.props,{dropdownBounds:a}=this.state;this.windowBlurred=!1,!(n||!D8(r.target,"Selection__Content"))&&(document.activeElement!==this.selectRef.current?(this.stopBlur=!0,setTimeout(()=>{this.stopBlur=!1},10),(i=this.selectRef.current)==null||i.focus()):a?(d=this.selectRef.current)==null||d.blur():this.handleOpen())});D(this,"handleOpen",()=>{const{disabled:r,dropdownPadding:n,onOpen:a}=this.props;if(!this.headerRef.current||r)return;const c=V8(this.headerRef.current.getBoundingClientRect(),{bottom:5,...n});c.top-=4,c.bottom+=4,c.height+=8,this.setState({dropdownBounds:c}),a==null||a()});D(this,"handleClose",()=>{const{onClose:r}=this.props;(r==null?void 0:r())!==!1&&this.setState({dropdownBounds:null,searchValue:""})});D(this,"handleFocus",r=>{const{disabled:n}=this.props;if(this.windowBlurred){this.windowBlurred=!1;return}n||r.target===this.selectRef.current&&this.handleOpen()});D(this,"handleBlur",r=>{var a;const{disabled:n}=this.props;if(!n&&r.target===this.selectRef.current){if(this.stopBlur){this.stopBlur=!1,this.preventRefocus||(a=this.selectRef.current)==null||a.focus();return}this.handleClose()}});D(this,"handleSelect",r=>()=>{const{disabled:n,onChange:a}=this.props;n||(a==null||a(r.value),this.setState({dropdownBounds:null,internalValue:r.value}))});D(this,"handleSearch",r=>{var i,d;const{disabled:n,onSearch:a}=this.props;if(n)return;const c=(d=(i=r.target)==null?void 0:i.value)==null?void 0:d.toLocaleLowerCase();this.setState({searchValue:c}),a==null||a(c)});D(this,"preventBlur",()=>{this.stopBlur=!0});D(this,"handleRange",async(r,n,a,c)=>{const{hasMore:i,onLoadMore:d,options:f}=this.props;c&&!this.willLoadMore&&i&&(this.willLoadMore=!0,await(d==null?void 0:d(f)),this.willLoadMore=!1)});D(this,"handleMouseDown",r=>{const{dropdownBounds:n}=this.state,{dropdownBounds:a}=this.props;(n||a)&&Ze(r)})}componentDidMount(){document.addEventListener("focusin",this.handleFocus),document.addEventListener("focusout",this.handleBlur),window.addEventListener("blur",this.handleWindowBlur)}componentDidUpdate(r,n){var i;const{dropdownBounds:a}=this.state,{hasSearch:c}=this.props;n.dropdownBounds!==a&&a&&c&&(this.stopBlur=!0,this.preventRefocus=!0,(i=this.searchRef.current)==null||i.focus())}componentWillUnmount(){document.removeEventListener("focusin",this.handleFocus),document.removeEventListener("focusout",this.handleBlur),window.removeEventListener("blur",this.handleWindowBlur)}get valueLabel(){var f;const{options:r,defaultValue:n,value:a,displayValue:c}=this.props;if(c!=null)return c;const{internalValue:i}=this.state,d=a??i??n;return((f=r.find(h=>h.value===d))==null?void 0:f.label)||""}get valueIndex(){const{options:r,defaultValue:n,value:a}=this.props,{internalValue:c}=this.state,i=a||c||n;return r.findIndex(d=>d.value===i)||0}get options(){const{searchValue:r}=this.state,{options:n}=this.props,a=r==null?void 0:r.toLocaleLowerCase();return a?n.filter(c=>c.search?c.search.toLocaleLowerCase().indexOf(a)>-1:O8(c.label)?c.label.toLocaleLowerCase().indexOf(a)>-1:!1):n}renderHeader(){const{decal:r,decalUp:n,disabled:a,error:c,label:i,mode:d=Ge.FIELD_INLINE,placeholder:f,onArrowClick:h,valueLabel:u}=this.props,{hovered:w,focused:p,dropdownBounds:v}=this.state,{valueLabel:m}=this;return l.jsx(l.Fragment,{children:l.jsxs("div",{className:ie("Selection__Content",re(p||v,"Selection--focus"),re(w,"Selection--hovered"),re(m&&!w,"Selection--filled","Selection--empty"),re(c,"Selection--error"),re(i,"Selection--has-label"),"Selection--single-row",d,re(a,Ge.DISABLED)),ref:this.headerRef,..._8(this),...k8(this),onMouseDown:this.handleMouseDown,onClick:this.handleClick,children:[re(r,l.jsx("div",{className:"Selection__Decal",children:r})),re(i,l.jsx("div",{className:"Selection__Label",children:i})),l.jsx("div",{className:"Selection__Left",children:l.jsxs("div",{className:ie("Selection__Value",re(m,"","Selection--placeholder")),children:[re(u,E=>l.jsx("b",{children:E})),m||f]})}),l.jsx("div",{className:ie("Selection__DecalRight",re(n,"Selection--up")),onClick:h,role:"button",tabIndex:0,children:l.jsx(i1,{})})]})})}renderDropdown(){const{customDropdown:r,defaultValue:n,dropdownBounds:a,hasMore:c,hasSearch:i,isLoading:d,mode:f=Ge.FIELD_INLINE,rowDisplayCount:h=5,value:u}=this.props,{internalValue:w}=this.state,p=u??w??n,v=this.options,{dropdownBounds:m}=this.state;return re(m||a,E=>re(r,()=>o.isValidElement(r)?r.type===U2?o.cloneElement(r,{...r.props,bounds:E,width:Math.max(200,E.width),onClose:this.handleClose,containerProps:{onMouseDown:this.preventBlur}}):o.cloneElement(r,{...r.props,containerProps:{bounds:E,width:Math.max(200,E.width),onClose:this.handleClose,containerProps:{onMouseDown:this.preventBlur}}}):(console.warn("Custom dropdown menu is invalid"),null),l.jsx(U2,{bounds:E,width:Math.max(200,E.width),onClose:this.handleClose,containerProps:{onMouseDown:this.preventBlur},className:f,children:l.jsxs("div",{className:ie("Selection__Panel",re(d,"Selection__Loader")),children:[re(i,()=>this.renderSearch()),re(d,l.jsx("div",{className:"Selection__LoaderContainer",children:l.jsx(z2,{size:$1.SMALL})}),l.jsx(t9,{className:"Selection__List",total:v.length+(c?1:0),rowSize:36,rowDisplayCount:h,scrollToOnce:Math.max(this.valueIndex-2,0)*36,onRange:c?this.handleRange:void 0,children:({index:C,style:S,isEnd:M})=>{const I=v[C];return M&&c?l.jsx("div",{className:ie("Selection__Option"),style:S,children:l.jsx(z2,{size:$1.TINY})},C):l.jsxs("div",{className:ie("Selection__Option",re(I.value===p,"Selection--selected"),re(I.divider,"Selection--divider")),style:S,onClick:this.handleSelect(I),role:"option","aria-selected":I.value===p,tabIndex:0,children:[l.jsx("span",{children:I.label}),l.jsx(c1,{className:"Icon Selection__Check"})]},C)}}))]})})))}renderSearch(){const{searchValue:r}=this.state;return l.jsxs("div",{className:"Selection__Search",children:[l.jsx(u1,{className:"Selection__SearchIcon"}),l.jsx("input",{value:r,spellCheck:"false",autoCorrect:"false",ref:this.searchRef,type:"text",placeholder:"Quick Search",onMouseDown:()=>{var n;this.stopBlur=!0,this.preventRefocus=!0,(n=this.searchRef.current)==null||n.focus()},onChange:this.handleSearch})]})}render(){const{className:r,containerProps:n,defaultValue:a,value:c,options:i,mode:d=Ge.FIELD_INLINE,size:f,children:h,disabled:u,selectProps:w}=this.props,{internalValue:p}=this.state,v=c||p||a;return l.jsxs("div",{ref:this.container,className:ie("Selection",d,f,re(u,Ge.DISABLED),r),...n,children:[l.jsx("select",{ref:this.selectRef,value:v,onChange:B8,disabled:u,...w,children:i.map(m=>l.jsx("option",{value:m.value,"aria-label":m.value},m.value))}),re(h===void 0,this.renderHeader()),this.renderDropdown()]})}}function n9(){const e=I0();if(!e)throw new Error("PaginationItemsPerPageSelector must be used within a PaginationContext.Provider");const{itemsPerPage:t,itemsPerPageOptions:r,onItemsPerPageChange:n}=e,a=(r||P8).map(c=>typeof c=="number"?{label:c.toString(),value:c}:c);return a.length<2?null:l.jsx(r9,{value:t,options:a,onChange:n,"aria-label":"Items per page selector"})}const _1="...";function A0(e,t){return Array(t).fill(0).map((r,n)=>n+e)}function o9(e,t){const r=[],n=t-1;return t<=Le?A0(0,t).map(a=>r.push(a)):(r.push(0),e<=Le-Se*2?A0(1,Le-Se-1).map(a=>r.push(a)):r.push(_1),e>Le-Se*2&&e<n-Se-1&&A0(e-Se,Le-Se*2).map(a=>r.push(a)),e>=n-Se-1?A0(t-(Le-Se),Le-Se-1).map(a=>r.push(a)):r.push(_1),r.push(n)),r}function a9({value:e}){const t=I0();if(!t)throw new Error("PaginationNavigationItem must be used within a PaginationContext.Provider");const{page:r,onPageChange:n}=t,a=typeof e=="number",c=a?(e+1).toLocaleString():e,i=e===_1||r===e,d=r===e,f=()=>{if(a)return d?`Current page, page ${c}`:`Go to page ${c}`},h=()=>{typeof e=="number"&&(n==null||n(e))};return l.jsx(be,{type:"tertiary","aria-current":d?!0:void 0,"aria-label":f(),className:te("rbui-pagination__navigation-item",{"rbui-pagination__navigation-item__selected":d}),disabled:i,onClick:h,children:c})}function l9(){const e=I0();if(!e)throw new Error("PaginationNavigation must be used within a PaginationContext.Provider");const{count:t,page:r,itemsPerPage:n,onPageChange:a}=e;if(t<=n)return null;const c=()=>{a==null||a(r+1)},i=()=>{a==null||a(r-1)},d=o9(r,Math.ceil(t/n));return l.jsx("nav",{role:"navigation","aria-label":"Pagination Navigation",className:"rbui-pagination__navigation",children:l.jsxs("ul",{children:[l.jsx("li",{children:l.jsx(be,{onClick:i,type:"tertiary","aria-label":"Go to previous page",disabled:r===0,children:l.jsx(s1,{})})}),d.map((f,h)=>l.jsx("li",{children:l.jsx(a9,{value:f})},`rbui-pagination-${f}-${h}`)),l.jsx("li",{children:l.jsx(be,{onClick:c,type:"tertiary","aria-label":"Go to next page",disabled:r>=Math.ceil(t/n)-1,children:l.jsx(d1,{})})})]})})}function c9(){const e=I0();if(!e)throw new Error("PaginationSummary must be used within a PaginationContext.Provider");const{count:t,page:r,itemsPerPage:n}=e,a=r*n+1,c=Math.min((r+1)*n,t);return l.jsxs("div",{className:"rbui-pagination__summary",children:["Showing"," ",a.toLocaleString()," ",a!==c?l.jsxs(l.Fragment,{children:["to"," ",c.toLocaleString()," "]}):null,"of"," ",t.toLocaleString()]})}const D9="",j2=s.forwardRef((e,t)=>{const{count:r,className:n,page:a,itemsPerPage:c,itemsPerPageOptions:i,onPageChange:d,onItemsPerPageChange:f,...h}=e;return r<1?null:l.jsx(T2.Provider,{value:e,children:l.jsxs("div",{...h,className:te("rbui-pagination",n),ref:t,children:[l.jsxs("div",{className:"rbui-pagination__left",children:[l.jsx(n9,{}),l.jsx(c9,{})]}),l.jsx(l9,{})]})})});j2.displayName="Pagination",g.AbTestIcon=nr,g.AggregateIcon=or,g.Alert=b8,g.AlertTitle=E8,g.AnalyticsIcon=ar,g.AndroidIcon=lr,g.AnonymizeIcon=cr,g.AppleIcon=ir,g.ArchiveAltIcon=sr,g.ArchiveIcon=dr,g.ArrowCollapseIcon=hr,g.ArrowDownIcon=fr,g.ArrowExpandIcon=ur,g.ArrowKeyboardNextIcon=wr,g.ArrowKeyboardPreviousIcon=pr,g.ArrowKeyboardUpIcon=gr,g.ArrowLeftIcon=vr,g.ArrowRightIcon=mr,g.ArrowUpIcon=br,g.AttributeSlotIcon=Er,g.AxisIcon=yr,g.AxisLimtIcon=Ir,g.BarChartIcon=Sr,g.BooleanIcon=Cr,g.BoostIcon=Mr,g.BracketsCancelIcon=xr,g.BracketsIcon=Zr,g.BrowserIcon=Ar,g.BrowserPushIcon=Tr,g.BuryIcon=Nr,g.Button=be,g.ButtonGroup=I1,g.CalendarAltIcon=Lr,g.CalendarIcon=Fr,g.CatalogIcon=Pr,g.ChatAddIcon=Br,g.ChatIcon=Hr,g.ChatsIcon=Vr,g.CheckCircleIcon=Or,g.CheckFilledIcon=$r,g.CheckIcon=c1,g.CheckSmallIcon=_r,g.ChevronDownFillIcon=kr,g.ChevronDownIcon=i1,g.ChevronLeftFillIcon=Rr,g.ChevronLeftIcon=s1,g.ChevronRightFillIcon=Ur,g.ChevronRightIcon=d1,g.ChevronUpFillIcon=Wr,g.ChevronUpIcon=zr,g.ClearFillIcon=jr,g.ClearIcon=Yr,g.ClipboardAddIcon=qr,g.ClockCircleIcon=Kr,g.CloneIcon=Gr,g.CloseIcon=u0,g.CloseSmallIcon=Qr,g.CloudCheckIcon=Jr,g.CloudDownloadIcon=en,g.CodeIcon=tn,g.ColorPickerAltIcon=rn,g.ColorPickerIcon=nn,g.ColumnsIcon=on,g.ConditionAltIcon=an,g.ConditionIcon=ln,g.ConsoleIcon=cn,g.ConstantAltIcon=sn,g.ConstantIcon=dn,g.ContextualPersonalizationIcon=hn,g.CopyIcon=fn,g.CopyToDashboardIcon=un,g.CsvIcon=wn,g.CustomRowIcon=pn,g.CustomerIcon=gn,g.CustomersFilterIcon=vn,g.CustomersSegmentationIcon=mn,g.DateTimeIcon=bn,g.DescriptionIcon=En,g.DesktopIcon=yn,g.DisabledIcon=In,g.DivideIcon=Sn,g.DocumentationIcon=Cn,g.DownloadIcon=Mn,g.DragHorizontalIcon=xn,g.DragVericalIcon=Zn,g.EditIcon=An,g.EducationHubIcon=Tn,g.EllipsisVerticalIcon=Nn,g.EllipsissHorizontalIcon=Ln,g.EmailIcon=Fn,g.EmojiPickerIcon=Pn,g.EmptyIcon=Bn,g.ErrorFillIcon=Vn,g.EventIcon=On,g.EventsSegmentationIcon=Dn,g.ExperimentIcon=$n,g.ExposeIcon=_n,g.ExpressionIcon=kn,g.ExternalLinkIcon=Rn,g.EyeCrossedIcon=Un,g.EyeIcon=Wn,g.FastForwardIcon=zn,g.FileIcon=jn,g.FileVideoIcon=Yn,g.FilterIcon=qn,g.FireIcon=Kn,g.FolderEmptyIcon=Gn,g.FolderFullIcon=Xn,g.ForceAddToRecallIcon=Qn,g.ForceAddToRecallUndoIcon=Jn,g.FormulaExpressionIcon=e5,g.FormulaIcon=t5,g.FromStartAltIcon=r5,g.FullscreenIcon=n5,g.GiftIcon=o5,g.GoToIcon=a5,g.GraphStatsIcon=l5,g.GridAltIcon=c5,g.GridIcon=i5,g.HelpIcon=s5,g.HistoryIcon=d5,g.HomeIcon=h5,g.HtmlIcon=f5,g.Icon=b,g.ImageSearchIcon=u5,g.ImagesIcon=w5,g.ImpactDownIcon=p5,g.InfoFilledIcon=h1,g.InfoIcon=v5,g.InfoSmallIcon=m5,g.InputField=x2,g.InternetIcon=b5,g.KeyIcon=E5,g.LayoutIcon=y5,g.LikeIcon=I5,g.LineChartIcon=S5,g.LinkIcon=C5,g.ListIcon=M5,g.LoaderIcon=f1,g.LockIcon=x5,g.MapIcon=Z5,g.Menu=l2,g.MenuButton=c2,g.MenuContent=i2,g.MenuGroup=s2,g.MenuGroupLabel=d2,g.MenuItem=h2,g.MenuSeparator=f2,g.MetricAltIcon=A5,g.MinusIcon=T5,g.MobileAppInboxIcon=N5,g.MobileImageMessageIcon=L5,g.MobilePhoneLandscapeIcon=F5,g.MobilePhonePortraitIcon=P5,g.MobilePushIcon=B5,g.MobileSmsIcon=H5,g.MobileTextMessageIcon=V5,g.Modal=b2,g.ModalBody=I2,g.ModalCloseButton=S1,g.ModalFooter=S2,g.ModalFooterActions=C2,g.ModalHeader=E2,g.ModalHeaderTitle=y2,g.MoveIcon=O5,g.MultiParentRejectedIcon=D5,g.MultiParentSelectedIcon=$5,g.MultiParentUnassignedIcon=_5,g.NegationIcon=k5,g.NextStepIcon=u2,g.NotificationIcon=R5,g.NumberIcon=U5,g.OfflineFillIcon=W5,g.OfflineIcon=z5,g.OutOfStockIcon=j5,g.PagesIcon=Y5,g.Pagination=j2,g.PaintIcon=q5,g.ParagraphCenterAlignIcon=K5,g.ParagraphLeftAlignIcon=G5,g.ParagraphRightAlignIcon=X5,g.PassDownIcon=Q5,g.PassThroughIcon=J5,g.PercentageIcon=eo,g.PersAlt1Icon=to,g.PersAlt2Icon=ro,g.PersAlt3Icon=no,g.PersAlt4Icon=oo,g.PictureAltIcon=ao,g.PictureIcon=lo,g.PinIcon=co,g.PlugPlayIcon=io,g.PlusCircleFillIcon=so,g.PlusCircleIcon=ho,g.PlusIcon=fo,g.PoverButtonIcon=uo,g.ProductSlotsIcon=wo,g.ReceiveIcon=po,g.RefreshIcon=go,g.ReleaseNotesIcon=vo,g.RenameAltIcon=mo,g.RenameIcon=bo,g.ReorderIcon=Eo,g.ReportIcon=yo,g.RetentionIcon=Io,g.RewertLeftIcon=So,g.RewertRightIcon=Co,g.RibbonIcon=Mo,g.RoadmapIcon=xo,g.RobotIcon=Zo,g.RuleLabelIcon=Ao,g.RunningAggregateIcon=To,g.SaveIcon=No,g.ScenarioIcon=Lo,g.SearchIcon=u1,g.SecurityShieldIcon=Fo,g.SendIcon=Po,g.SettingsAltIcon=Bo,g.SettingsIcon=Ho,g.ShareIcon=Vo,g.ShopIcon=Oo,g.ShrinkIcon=Do,g.SortAscIcon=w2,g.SortDescIcon=p2,g.SortIcon=$o,g.SortInactiveIcon=g2,g.SplitFlowIcon=_o,g.SqlIcon=ko,g.StarFillIcon=Ro,g.StarIcon=Uo,g.StartFillIcon=Wo,g.StartIcon=zo,g.StatusDotIcon=jo,g.StopIcon=Yo,g.StopwatchIcon=qo,g.StringComponentIcon=Ko,g.StringIcon=Go,g.SuggestionIcon=Xo,g.SurveyIcon=Qo,g.SwapIcon=Jo,g.TabletLangscapeIcon=ea,g.TabletPortraitIcon=ta,g.TagAltIcon=ra,g.TagIcon=na,g.TemplateIcon=oa,g.TextBoldIcon=aa,g.TextField=Z2,g.TextItalicIcon=la,g.TextStyleIcon=ca,g.ToggleButton=n2,g.ToggleButtonGroup=a2,g.ToggleField=A2,g.Tooltip=E0,g.TragetIcon=ia,g.TransferIcon=sa,g.TrashIcon=da,g.TrendIcon=ha,g.UnExposeIcon=fa,g.UnarchiveAltIcon=ua,g.UndoIcon=wa,g.UnlinkIcon=pa,g.UnlockIcon=ga,g.UntilNowAltIcon=va,g.UploadIcon=ma,g.UsagesIcon=ba,g.UsersIcon=Ea,g.VariantsIcon=ya,g.VisualIcon=Ia,g.VoucherIcon=Sa,g.WaitIcon=Ca,g.WalkthroughsIcon=Ma,g.WarningFillIcon=Za,g.WebhookIcon=Aa,g.WeblayerIcon=Ta,g.WrenchIcon=Na,Object.defineProperty(g,Symbol.toStringTag,{value:"Module"})});
54
+ */function n9(e,t){if(!W2.canUseDOM||t&&!("addEventListener"in document))return!1;var r="on"+e,n=r in document;if(!n){var a=document.createElement("div");a.setAttribute(r,"return;"),n=typeof a[r]=="function"}return!n&&z2&&e==="wheel"&&(n=document.implementation.hasFeature("Events.wheel","3.0")),n}var j2=!1,Oe,Ut,Wt,V0,O0,q2,D0,zt,jt,qt,Y2,Yt,Kt,K2,G2;function be(){if(!j2){j2=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),r=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(Yt=/\b(iPhone|iP[ao]d)/.exec(e),Kt=/\b(iP[ao]d)/.exec(e),qt=/Android/i.exec(e),K2=/FBAN\/\w+;/i.exec(e),G2=/Mobile/i.exec(e),Y2=!!/Win64/.exec(e),t){Oe=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,Oe&&document&&document.documentMode&&(Oe=document.documentMode);var n=/(?:Trident\/(\d+.\d+))/.exec(e);q2=n?parseFloat(n[1])+4:Oe,Ut=t[2]?parseFloat(t[2]):NaN,Wt=t[3]?parseFloat(t[3]):NaN,V0=t[4]?parseFloat(t[4]):NaN,V0?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),O0=t&&t[1]?parseFloat(t[1]):NaN):O0=NaN}else Oe=Ut=Wt=O0=V0=NaN;if(r){if(r[1]){var a=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);D0=a?parseFloat(a[1].replace("_",".")):!0}else D0=!1;zt=!!r[2],jt=!!r[3]}else D0=zt=jt=!1}}var Gt={ie:function(){return be()||Oe},ieCompatibilityMode:function(){return be()||q2>Oe},ie64:function(){return Gt.ie()&&Y2},firefox:function(){return be()||Ut},opera:function(){return be()||Wt},webkit:function(){return be()||V0},safari:function(){return Gt.webkit()},chrome:function(){return be()||O0},windows:function(){return be()||zt},osx:function(){return be()||D0},linux:function(){return be()||jt},iphone:function(){return be()||Yt},mobile:function(){return be()||Yt||Kt||qt||G2},nativeApp:function(){return be()||K2},android:function(){return be()||qt},ipad:function(){return be()||Kt}};const X2=10,Q2=40,J2=800;function Xt(e){let t=0,r=0,n=0,a=0;return"detail"in e&&(r=e.detail),"wheelDelta"in e&&(r=-e.wheelDelta/120),"wheelDeltaY"in e&&(r=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=r,r=0),n=t*X2,a=r*X2,"deltaY"in e&&(a=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||a)&&e.deltaMode&&(e.deltaMode===1?(n*=Q2,a*=Q2):(n*=J2,a*=J2)),n&&!t&&(t=n<1?-1:1),a&&!r&&(r=a<1?-1:1),{spinX:t,spinY:-r,pixelX:n,pixelY:-a}}Xt.getEventType=function(){return Gt.firefox()?"DOMMouseScroll":n9("wheel")?"wheel":"mousewheel"};function o9(e,t,r){return{onMouseOver:n=>{e.setState({hovered:!0}),t==null||t(n)},onMouseLeave:n=>{if(e.container&&e.container.current&&!Rt(e.container.current,n.nativeEvent.target)){r==null||r(n);return}e.setState({hovered:!1}),r==null||r(n)}}}function a9(e){return{onFocus:()=>e.setState({focused:!0}),onBlur:()=>e.setState({focused:!1})}}function Le(e){var t,r,n,a,i,s,d,h;try{const u=e;return(t=u.stopPropagation)==null||t.call(u),(r=u.preventDefault)==null||r.call(u),u.nativeEvent&&((a=(n=u.nativeEvent).stopImmediatePropagation)==null||a.call(n),(s=(i=u.nativeEvent).stopPropagation)==null||s.call(i),(h=(d=u.nativeEvent).preventDefault)==null||h.call(d)),!1}catch{return!1}}function el(e){return typeof e=="function"}function ae(e,t,r){if(e)return el(t)?t(e):t;if(r)return el(r)?r():r}const l9="__tooltip__",i9="__dropdown__",uw="";let $0=null;const Ue=[];class tl extends o.Component{constructor(){super(...arguments);k(this,"container",o.createRef());k(this,"state",{});k(this,"addQueueId",()=>{var r;this.isQueued||(this.isTopQueuedId?(r=this.topQueuedItem)==null||r[1].add(this):Ue.push([this.modalId,new Set([this])]))});k(this,"removeQueueId",()=>{const r=new Set;Ue.forEach((n,a)=>{n[1].delete(this),n[1].size===0&&r.add(a)}),Array.from(r.values()).sort().reverse().forEach(n=>Ue.splice(n,1))});k(this,"handleDocumentDown",r=>{var n,a,i;if(this.props.bounds&&this.isTopQueued){const{customModalRootId:s}=this.props;let{customModalRoot:d=$0}=this.props;if(s&&(d=document.getElementById(s)),this.props.dismissTestOnContainer){if(Rt(this.container.current,r.target)&&r.target!==this.container.current)return}else if(Rt(d,r.target)&&r.target!==this.container.current)return;(((n=this.topQueuedItem)==null?void 0:n[1].size)||0)<=1&&Le(r),(i=(a=this.props).onClose)==null||i.call(a,r),this.removeQueueId()}})}componentDidMount(){const{customModalRoot:r}=this.props;document.addEventListener("mousedown",this.handleDocumentDown),r||($0=U2(this.modalId)),U2(l9),!$0&&!r&&console.warn("Could not establish the modal root for the document to display Menus and modals"),this.isOpen&&this.addQueueId(),this.componentDidUpdate()}componentDidUpdate(){if(!this.container.current)return;const{dropdownWidth:r}=this.state;if(this.isOpen&&this.addQueueId(),r===void 0){const n=this.container.current.getBoundingClientRect();this.setState({dropdownWidth:n.width,dropdownHeight:n.height})}}componentWillUnmount(){this.removeQueueId(),document.removeEventListener("mousedown",this.handleDocumentDown)}get isOpen(){const{bounds:r}=this.props;return!!r}get modalId(){const{customModalRootId:r}=this.props;return r||i9}get topQueuedItem(){return Ue[Ue.length-1]}get isTopQueuedId(){var r;return((r=this.topQueuedItem)==null?void 0:r[0])===this.modalId}get isTopQueued(){const r=this.topQueuedItem;return(r==null?void 0:r[0])===this.modalId&&(r==null?void 0:r[1].has(this))}get isQueued(){return!!Ue.find(r=>r[1].has(this))}renderContent(r){const{className:n,containerProps:a={},children:i}=this.props;return l.jsx("div",{className:he("Dropdown",n),style:r,ref:this.container,...a,children:i})}render(){const{dropdownWidth:r,dropdownHeight:n}=this.state,{bounds:a,customModalRoot:i=$0,coverBounds:s,width:d=0,maxWidth:h,height:u,dropUp:f,dropLeft:w,dropRight:p,dropCenter:g,showWithNoBounds:m,shiftToMiddle:E,inline:S}=this.props;if(a){if(!i)return setTimeout(()=>this.forceUpdate(),200),null;let I=Math.max(d||0,0)||r||0,M=u||n||Number.NaN;const C=r||0;let Z,y,P,F;S?f?y=!0:w?F=!0:p?P=!0:Z=!0:f?(M<0&&(M=a.top-1),d<0&&(I=a.width),y=a.top+(s?a.height:0)>M,Z=!y&&window.innerHeight-a.bottom+(s?a.height:0)>M,P=!Z&&!y&&C<window.innerWidth-a.right,F=!Z&&!y&&!P&&C<a.left):w?(M<0&&(M=window.innerHeight-1),d<0&&(I=a.left-1),F=!Z&&!y&&!P&&C<a.left,y=!F&&a.top+(s?a.height:0)>M,Z=!F&&!y&&window.innerHeight-a.bottom+(s?a.height:0)>M,P=!F&&!Z&&!y&&C<window.innerWidth-a.right):p?(M<0&&(M=window.innerHeight-1),d<0&&(I=window.innerWidth-a.right-1),P=!Z&&!y&&!F&&C<window.innerWidth-a.right,F=!Z&&!y&&!P&&C<a.left,Z=!F&&!P&&!y&&window.innerHeight-a.bottom+(s?a.height:0)>M,y=!F&&!P&&!Z&&a.top+(s?a.height:0)>M):(M<0&&(M=window.innerHeight-a.bottom-1),d<0&&(I=a.width),Z=window.innerHeight-a.bottom+(s?a.height:0)>M,y=!Z&&a.top+(s?a.height:0)>M,P=!Z&&!y&&C<window.innerWidth-a.right,F=!Z&&!y&&!P&&C<a.left);let L=(Z||y)&&a.left>window.innerWidth/2;E&&(L=!1),I&&(I=Math.min(I||0,window.innerWidth)),s&&!d&&(I=Math.min(0,window.innerWidth)),h&&(I=Math.min(I,h));const B=Math.min(M,window.innerHeight)+1||0,$=Z?Math.max(s?a.top:a.bottom,0):y?Math.min(a.top-B+(s?a.height:0),window.innerHeight-B):w||p?a.top:0,K=Math.max(L?a.right-C:P?a.right-(s?a.width:0):F?a.left-C+(s?a.width:0):a.left,0)-(E?I/2:0),H={top:Math.max($,S?$:0),left:g?a.left+(a.width-C)/2:K,width:I||void 0,height:B||void 0};if(r||(H.left-=h||(g?4:0)),I!==void 0&&!S){if(H.left+I>window.innerWidth){const z=window.innerWidth-(H.left+I);H.left+=z}H.left<0&&(H.left=g?4:0),H.left+I>=window.innerWidth&&(g?H.left=window.innerWidth-(I+4):H.left+I>window.innerWidth&&(H.left=0,H.width=window.innerWidth))}if(B!==void 0&&!S){if(H.top+B>window.innerHeight){const z=window.innerHeight-(H.top+B);H.top+=z}H.top<0&&(H.top=0),H.top+B>window.innerHeight&&(H.top=0,H.height=window.innerHeight)}return S?this.renderContent(H):U0.createPortal(this.renderContent(H),i)}return m?this.renderContent():null}}const hw="",{min:s9,max:c9}=Math;function d9(e,t,r){return s9(c9(e,t),r)}function rl(e,t,r){r=d9(r,0,1);const n=r<.5?4*r*r*r:(r-1)*(2*r-2)*(2*r-2)+1;return(t-e)*n+e}const u9={LIGHT:"ScrollRegion--light",DARK:"ScrollRegion--dark"};class h9 extends o.Component{constructor(){super(...arguments);k(this,"state",{isOpen:!1,isDragging:!1,top:[0,0]});k(this,"container",o.createRef());k(this,"wrapper",o.createRef());k(this,"content",o.createRef());k(this,"scrolledToOnce");k(this,"currentScrollHeight");k(this,"initialized",!1);k(this,"childrenChanged",!1);k(this,"isUpdatingChildren",!1);k(this,"animateScrollId",-1);k(this,"touch",{id:0,position:[0,0],inertia:[0,0],animation:-1});k(this,"init",()=>{const{bounds:r,contentBounds:n}=this.state;if(!(!(r!=null&&r.width)||!(n!=null&&n.width)||r.width>=n.width)&&!(!(r!=null&&r.height)||!(n!=null&&n.height)||r.height>=n.height)&&!this.initialized&&r&&n&&this.content.current&&(this.initialized=!0,this.props.onScroll)){const a=this.getScrollMetrics();this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],a.scrollSpace,r,n)}});k(this,"updateRegionWidth",async()=>{const r=this.wrapper.current;if(!r)return;await J8(1);const n=Array.from(r.children);let a=-1;n.forEach(i=>{const{width:s}=i.getBoundingClientRect();s>a&&(a=s)}),this.state.regionWidth!==a&&this.setState({regionWidth:a})});k(this,"animateScrollOnce",(r,n)=>{let a=0;const i=this.props.autoScrollDuration||170,s=d=>{var g;if(!this.container.current||!this.content.current||!this.wrapper.current)return;const h=this.container.current.getBoundingClientRect(),u=(g=this.wrapper.current)==null?void 0:g.getBoundingClientRect(),f=this.getScrollMetrics(h,u);if(!this.container.current)return;a||(a=d);const w=(d-a)/i,p=[rl(r[0],n[0],w),rl(r[1],n[1],w)];this.content.current.scrollLeft=Math.max(Math.min(p[0]||0,f.scrollSpace[0]),0),this.content.current.scrollTop=Math.max(Math.min(p[1]||0,f.scrollSpace[1]),0),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop],bounds:h,contentBounds:u}),this.props.onScroll&&h&&u&&this.container.current&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],f.scrollSpace,h,u,!0),this.state.animating&&w<1&&(this.animateScrollId=requestAnimationFrame(s))};return s});k(this,"handleResize",()=>{this.setState({bounds:void 0,contentBounds:void 0}),this.updateRegionWidth()});k(this,"handleTouchStart",r=>{let n=null;for(let a=0,i=r.touches.length;a<i&&(n=r.touches.item(a),!n);++a);n&&(this.touch.position=[n.pageX,n.pageY],this.touch.id=n.identifier),this.setState(a=>({top:a.top,isOpen:!0,animating:!1})),cancelAnimationFrame(this.touch.animation),this.touch.animation=-1});k(this,"handleTouchEnd",r=>{let n=null;for(let a=0,i=r.touches.length;a<i;++a)if(n=r.touches.item(a),n){if(n.identifier===this.touch.id)break;n=null}if(!n){for(let a=0,i=r.targetTouches.length;a<i;++a)if(n=r.targetTouches.item(a),n){if(n.identifier===this.touch.id)break;n=null}}if(!n){for(let a=0,i=r.changedTouches.length;a<i;++a)if(n=r.changedTouches.item(a),n){if(n.identifier===this.touch.id)break;n=null}}if(n&&(this.setState(a=>({top:a.top,isOpen:!1})),(Math.abs(this.touch.inertia[0])>0||Math.abs(this.touch.inertia[1])>0)&&this.content.current)){const{bounds:a,contentBounds:i}=this.state,{current:s}=this.content;cancelAnimationFrame(this.touch.animation);const d=()=>{s.scrollLeft+=this.touch.inertia[0],s.scrollTop+=this.touch.inertia[1];const h=this.getScrollMetrics();s.scrollLeft=Math.min(s.scrollLeft,h.scrollSpace[0]),s.scrollTop=Math.min(s.scrollTop,h.scrollSpace[1]),this.setState({top:[s.scrollLeft,s.scrollTop]}),this.props.onScroll&&a&&i&&this.props.onScroll([s.scrollLeft,s.scrollTop],h.scrollSpace,a,i),this.touch.inertia[0]*=.95,this.touch.inertia[1]*=.95,Math.abs(this.touch.inertia[0])>.001||Math.abs(this.touch.inertia[1])>.001?requestAnimationFrame(d):this.touch.animation=-1};this.touch.animation=requestAnimationFrame(d)}});k(this,"handleTouchMove",r=>{if(!(r.currentTarget instanceof HTMLDivElement)||!this.content.current)return;const{bounds:n,contentBounds:a,isOpen:i}=this.state;let s=null;for(let h=0,u=r.touches.length;h<u&&(s=r.touches.item(h),!(s&&s.identifier===this.touch.id));++h);if(!s)return;this.content.current.scrollLeft+=this.touch.position[0]-s.pageX,this.content.current.scrollTop+=this.touch.position[1]-s.pageY,this.touch.inertia[0]=this.touch.position[0]-s.pageX,this.touch.inertia[1]=this.touch.position[1]-s.pageY,this.props.allowTouchInertia||(this.touch.inertia=[0,0]),this.touch.position=[s.pageX,s.pageY];const d=this.getScrollMetrics();this.content.current.scrollLeft=Math.min(this.content.current.scrollLeft,d.scrollSpace[0]),this.content.current.scrollTop=Math.min(this.content.current.scrollTop,d.scrollSpace[1]),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop],animating:!1}),this.props.onScroll&&n&&a&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],d.scrollSpace,n,a),i&&n&&(d.barRatio[0]<1||d.barRatio[1]<1)&&Le(r),cancelAnimationFrame(this.touch.animation)});k(this,"handleWheel",r=>{if(!(r.currentTarget instanceof HTMLDivElement)||this.props.preventWheel||!this.content.current)return!1;const{bounds:n,contentBounds:a,isOpen:i}=this.state,s=Xt(r),d=this.content.current.scrollLeft+s.pixelX,h=this.content.current.scrollTop-s.pixelY,u=this.getScrollMetrics(),f=Math.min(d,u.scrollSpace[0]),w=Math.min(h,u.scrollSpace[1]);if(this.content.current.scrollLeft=f,this.content.current.scrollTop=w,this.setState({top:[f,w],animating:!1}),this.props.onScroll&&n&&a&&this.props.onScroll([f,w],u.scrollSpace,n,a),i&&n&&(u.barRatio[0]<1||u.barRatio[1]<1))if(this.props.allowScrollFlowThrough){if(Math.floor(f)<Math.floor(u.scrollSpace[0])&&Math.floor(f)>0||Math.floor(w)<Math.floor(u.scrollSpace[1])&&Math.floor(w)>0)return r.preventDefault(),Le(r),!1}else return r.preventDefault(),Le(r),!1;return r.preventDefault(),!1});k(this,"handleHorizontalBarDown",r=>{const{bounds:n,contentBounds:a}=this.state,i=this.getScrollMetrics(),s=[i.scrollSpace[0]/i.barSpace[0],i.scrollSpace[1]/i.barSpace[1]];let d=[r.nativeEvent.clientX,r.nativeEvent.clientY];this.setState({isDragging:!0,animating:!1});const{pointerId:h,currentTarget:u}=r;u.setPointerCapture(h);const f=p=>{if("which"in p){if(!p.which){w();return}}else if(!p.buttons){w();return}const g=[p.clientX,p.clientY],m=[g[0]-d[0],g[1]-d[1]];if(d=g,this.content.current){const E=this.content.current.scrollLeft+m[0]*s[0];this.content.current.scrollLeft=Math.min(E,i.scrollSpace[0]),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop]})}p.stopPropagation&&p.stopPropagation(),p.preventDefault&&p.preventDefault(),p.cancelBubble=!0,p.returnValue=!1,this.props.onScroll&&n&&a&&this.content.current&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],i.scrollSpace,n,a)},w=()=>{document.removeEventListener("mousemove",f),document.removeEventListener("mouseup",w),u.removeEventListener("mouseup",w),u.releasePointerCapture(h),this.setState({isDragging:!1})};document.addEventListener("mousemove",f),document.addEventListener("mouseup",w),u.addEventListener("mouseup",w)});k(this,"handleVerticalBarDown",r=>{const{bounds:n,contentBounds:a}=this.state,i=this.getScrollMetrics(),s=[i.scrollSpace[0]/i.barSpace[0],i.scrollSpace[1]/i.barSpace[1]];let d=[r.nativeEvent.clientX,r.nativeEvent.clientY];this.setState({isDragging:!0,animating:!1});const{pointerId:h,currentTarget:u}=r;u.setPointerCapture(h);const f=p=>{if("which"in p){if(!p.which){w();return}}else if(!p.buttons){w();return}const g=[p.clientX,p.clientY],m=[g[0]-d[0],g[1]-d[1]];if(d=g,this.content.current){const E=this.content.current.scrollTop+m[1]*s[1];this.content.current.scrollTop=Math.min(E,i.scrollSpace[1]),this.setState({top:[this.content.current.scrollLeft,this.content.current.scrollTop]})}p.stopPropagation&&p.stopPropagation(),p.preventDefault&&p.preventDefault(),p.cancelBubble=!0,p.returnValue=!1,this.props.onScroll&&n&&a&&this.content.current&&this.props.onScroll([this.content.current.scrollLeft,this.content.current.scrollTop],i.scrollSpace,n,a)},w=()=>{document.removeEventListener("mousemove",f),document.removeEventListener("mouseup",w),u.removeEventListener("mouseup",w),u.releasePointerCapture(h),this.setState({isDragging:!1})};document.addEventListener("mousemove",f),document.addEventListener("mouseup",w),u.addEventListener("mouseup",w)})}getSnapshotBeforeUpdate(r){const{children:n}=this.props;return this.isUpdatingChildren||(this.childrenChanged=r.children===n),this.isUpdatingChildren=!1,null}componentDidMount(){this.componentDidUpdate(),window.addEventListener("resize",this.handleResize),setTimeout(()=>this.componentDidUpdate(),10),this.container.current&&(this.container.current.addEventListener("wheel",this.handleWheel,{passive:!1}),this.container.current.addEventListener("touchmove",this.handleTouchMove,{passive:!1}),this.container.current.addEventListener("touchstart",this.handleTouchStart),this.container.current.addEventListener("touchend",this.handleTouchEnd)),this.updateRegionWidth()}componentDidUpdate(){var h;const{bounds:r,contentBounds:n}=this.state,{onScroll:a,autoScrollDuration:i,scrollHeight:s}=this.props;if((!r||this.childrenChanged)&&this.wrapper.current&&this.content.current&&this.container.current){this.childrenChanged=!1,this.isUpdatingChildren=!0;const u=this.container.current.getBoundingClientRect(),f=this.wrapper.current.getBoundingClientRect();if(a){const w=this.getScrollMetrics();a([this.content.current.scrollLeft,this.content.current.scrollTop],w.scrollSpace,u,f)}this.setState({bounds:u,contentBounds:f})}if(r&&n&&this.wrapper.current&&this.container.current){const u=this.container.current.getBoundingClientRect(),f=this.wrapper.current.getBoundingClientRect();(u.width!==r.width||u.height!==r.height||f.width!==n.width||f.height!==n.height)&&this.setState({bounds:u,contentBounds:f})}const{scrollToOnce:d}=this.props;if(d!==void 0&&Number.isNaN(d[0])&&Number.isNaN(d[1])&&(d[0]=0,d[1]=0),r&&n&&this.content.current&&this.container.current&&this.scrolledToOnce!==d){const u=this.container.current.getBoundingClientRect(),f=(h=this.wrapper.current)==null?void 0:h.getBoundingClientRect();this.scrolledToOnce=d||[0,0];const w=this.scrolledToOnce;let p=[this.content.current.scrollLeft,this.content.current.scrollTop];if(i===0&&(p=this.scrolledToOnce,this.content.current.scrollLeft=p[0],this.content.current.scrollTop=p[1]),this.setState({top:p,bounds:u,contentBounds:f,animating:!0}),window.cancelAnimationFrame(this.animateScrollId),i!==0&&(this.animateScrollId=requestAnimationFrame(this.animateScrollOnce(p,w))),a&&u&&f&&this.container.current){const g=this.getScrollMetrics(u,f);a([this.content.current.scrollLeft,this.content.current.scrollTop],g.scrollSpace,u,f)}}else if(r&&n&&this.content.current&&this.currentScrollHeight!==s&&a){this.currentScrollHeight=s;const u=this.getScrollMetrics();a([this.content.current.scrollLeft,this.content.current.scrollTop],u.scrollSpace,r,n)}this.updateRegionWidth()}componentWillUnmount(){window.removeEventListener("resize",this.handleResize),this.container.current&&(this.container.current.removeEventListener("wheel",this.handleWheel),this.container.current.removeEventListener("touchmove",this.handleTouchMove),this.container.current.removeEventListener("touchstart",this.handleTouchStart),this.container.current.removeEventListener("touchend",this.handleTouchEnd))}getScrollMetrics(r,n){let{bounds:a,contentBounds:i}=this.state;a=r||a,i=n||i;const s=[0,0],d=[1,1],h=[0,0],u=[0,0];return a&&i&&(d[0]=a.width/i.width,s[0]=d[0]*a.width,s[0]=Math.max(s[0],30),s[0]=Math.min(s[0],a.width)),d[0]<1&&a&&i&&(h[0]=a.width-s[0],u[0]=i.width-a.width),a&&i&&(d[1]=a.height/i.height,s[1]=d[1]*a.height,s[1]=Math.max(s[1],30),s[1]=Math.min(s[1],a.height)),d[1]<1&&a&&i&&(h[1]=a.height-s[1],u[1]=i.height-a.height),{barSizes:s,barRatio:d,barSpace:h,scrollSpace:u}}render(){var M,C,Z,y,P;const{isOpen:r,isDragging:n,bounds:a,top:i,regionWidth:s}=this.state,{className:d,contentClassName:h,containerProps:u,contentProps:f,children:w,scrollHeight:p,alwaysShowScroll:g,mode:m=u9.DARK}=this.props,E=[((C=(M=this.content)==null?void 0:M.current)==null?void 0:C.scrollLeft)||0,((y=(Z=this.content)==null?void 0:Z.current)==null?void 0:y.scrollTop)||0],S=this.getScrollMetrics();E[0]=i[0]/S.scrollSpace[0]*S.barSpace[0],E[1]=i[1]/S.scrollSpace[1]*S.barSpace[1],Number.isNaN(E[0])&&(E[0]=0),Number.isNaN(E[1])&&(E[1]=0);const I=[{left:E[0],width:ae((r||g||this.touch.animation>=0)&&a&&S.barRatio[0]<1||n&&S.barRatio[0]<1,S.barSizes[0],0),opacity:ae((r||g||this.touch.animation>=0)&&a&&S.barRatio[0]<1||n&&S.barRatio[0]<1,1,0),bottom:"0px"},{top:E[1],height:ae((r||g||this.touch.animation>=0)&&a&&S.barRatio[1]<1||n&&S.barRatio[1]<1,S.barSizes[1],0),opacity:ae((r||g||this.touch.animation>=0)&&a&&S.barRatio[1]<1||n&&S.barRatio[1]<1,1,0),right:"0px"}];return l.jsxs("div",{className:he("ScrollRegion",m,d),...u,ref:this.container,style:u==null?void 0:u.style,onMouseOver:()=>{this.setState({top:i,isOpen:!0}),this.forceUpdate()},onMouseLeave:F=>{const L=F.nativeEvent;let B=L.toElement||L.relatedTarget;for(;B;){if(B.parentNode===this.container.current||B===this.container.current)return;B=B.parentElement}this.setState({top:i,isOpen:!1})},children:[l.jsx("div",{ref:this.content,className:he("ScrollRegion__Content",h),style:{},...f,children:l.jsx("div",{ref:this.wrapper,className:"ScrollRegion__Wrapper",style:{minWidth:Math.max(s||0,((P=this.content.current)==null?void 0:P.getBoundingClientRect().width)||0),height:p,flex:`1 1 ${p}px`,minHeight:p},children:w})}),l.jsx("div",{className:he("ScrollRegion__Bar","ScrollRegion--horizontal"),style:I[0],onPointerDown:this.handleHorizontalBarDown}),l.jsx("div",{className:he("ScrollRegion__Bar"),style:I[1],onPointerDown:this.handleVerticalBarDown})]})}}const fw="",{min:f9,max:w9}=Math;function p9(e,t,r){return f9(w9(e,t),r)}function g9(e,t,r){r=p9(r,0,1);const n=r<.5?4*r*r*r:(r-1)*(2*r-2)*(2*r-2)+1;return(t-e)*n+e}const v9={LIGHT:"ScrollView--light",DARK:"ScrollView--dark"};class m9 extends o.Component{constructor(){super(...arguments);k(this,"state",{isOpen:!1,isDragging:!1,top:0});k(this,"container",o.createRef());k(this,"scrollBarRef",o.createRef());k(this,"content",o.createRef());k(this,"scrolledToOnce");k(this,"currentScrollHeight");k(this,"initialized",!1);k(this,"childrenChanged",!1);k(this,"isUpdatingChildren",!1);k(this,"animateScrollId",-1);k(this,"touch",{id:0,y:0,inertia:0,animation:-1});k(this,"init",()=>{const{horizontal:r}=this.props,{bounds:n,contentBounds:a}=this.state;if(r){if(!(n!=null&&n.width)||!(a!=null&&a.width)||n.width>=a.width)return}else if(!(n!=null&&n.height)||!(a!=null&&a.height)||n.height>=a.height)return;if(!this.initialized&&n&&a&&this.container.current&&(this.initialized=!0,this.props.onScroll)){const i=this.getScrollMetrics();this.props.onScroll(r?this.container.current.scrollLeft:this.container.current.scrollTop,i.scrollSpace,n,a)}});k(this,"animateScrollOnce",(r,n)=>{let a=0;const i=this.props.autoScrollDuration||170,s=d=>{var m;if(!this.container.current||!this.content.current)return;const{horizontal:h}=this.props,u=this.container.current.getBoundingClientRect(),f=(m=this.content.current)==null?void 0:m.getBoundingClientRect(),w=this.getScrollMetrics(u,f);if(!this.container.current)return;a||(a=d);const p=(d-a)/i,g=g9(r,n,p);h?this.container.current.scrollLeft=Math.max(Math.min(g||0,w.scrollSpace),0):this.container.current.scrollTop=Math.max(Math.min(g||0,w.scrollSpace),0),this.positionScrollBar(h?this.container.current.scrollLeft:this.container.current.scrollTop),this.setState({top:h?this.container.current.scrollLeft:this.container.current.scrollTop,bounds:u,contentBounds:f}),this.props.onScroll&&u&&f&&this.container.current&&this.props.onScroll(h?this.container.current.scrollLeft:this.container.current.scrollTop,w.scrollSpace,u,f,!0),this.state.animating&&p<1&&(this.animateScrollId=requestAnimationFrame(s))};return s});k(this,"handleResize",()=>{this.setState({bounds:void 0,contentBounds:void 0})});k(this,"handleTouchStart",r=>{let n=null;for(let a=0,i=r.touches.length;a<i&&(n=r.touches.item(a),!n);++a);n&&(this.touch.y=n.pageY,this.touch.id=n.identifier),this.setState(a=>({top:a.top,isOpen:!0,animating:!1})),cancelAnimationFrame(this.touch.animation),this.touch.animation=-1});k(this,"handleTouchEnd",r=>{const{horizontal:n}=this.props;let a=null;for(let i=0,s=r.touches.length;i<s;++i)if(a=r.touches.item(i),a){if(a.identifier===this.touch.id)break;a=null}if(!a){for(let i=0,s=r.targetTouches.length;i<s;++i)if(a=r.targetTouches.item(i),a){if(a.identifier===this.touch.id)break;a=null}}if(!a){for(let i=0,s=r.changedTouches.length;i<s;++i)if(a=r.changedTouches.item(i),a){if(a.identifier===this.touch.id)break;a=null}}if(a&&(this.setState(i=>({top:i.top,isOpen:!1})),Math.abs(this.touch.inertia)>0&&this.container.current)){const{bounds:i,contentBounds:s}=this.state,{current:d}=this.container;cancelAnimationFrame(this.touch.animation);const h=()=>{n?d.scrollLeft+=this.touch.inertia:d.scrollTop+=this.touch.inertia;const u=this.getScrollMetrics();n?d.scrollLeft=Math.min(d.scrollLeft,u.scrollSpace):d.scrollTop=Math.min(d.scrollTop,u.scrollSpace),this.positionScrollBar(n?d.scrollLeft:d.scrollTop),this.setState({top:n?d.scrollLeft:d.scrollTop}),this.props.onScroll&&i&&s&&this.props.onScroll(n?d.scrollLeft:d.scrollTop,u.scrollSpace,i,s),this.touch.inertia*=.95,Math.abs(this.touch.inertia)>.001?requestAnimationFrame(h):this.touch.animation=-1};this.touch.animation=requestAnimationFrame(h)}});k(this,"handleTouchMove",r=>{if(!(r.currentTarget instanceof HTMLDivElement))return;const{horizontal:n}=this.props,{bounds:a,contentBounds:i,isOpen:s}=this.state;let d=null;for(let u=0,f=r.touches.length;u<f&&(d=r.touches.item(u),!(d&&d.identifier===this.touch.id));++u);if(!d)return;n?r.currentTarget.scrollLeft+=this.touch.y-d.pageX:r.currentTarget.scrollTop+=this.touch.y-d.pageY,this.touch.inertia=this.touch.y-d.pageY,this.props.allowTouchInertia||(this.touch.inertia=0),this.touch.y=n?d.pageX:d.pageY;const h=this.getScrollMetrics();n?r.currentTarget.scrollLeft=Math.min(r.currentTarget.scrollLeft,h.scrollSpace):r.currentTarget.scrollTop=Math.min(r.currentTarget.scrollTop,h.scrollSpace),this.positionScrollBar(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop),this.setState({top:n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,animating:!1}),this.props.onScroll&&a&&i&&this.props.onScroll(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,h.scrollSpace,a,i),s&&a&&h.barRatio<1&&Le(r),cancelAnimationFrame(this.touch.animation)});k(this,"handleWheel",r=>{if(!(r.currentTarget instanceof HTMLDivElement)||this.props.preventWheel)return;const{horizontal:n}=this.props,{bounds:a,contentBounds:i,isOpen:s}=this.state,d=Xt(r);if(n){if(this.props.onlyHorizontalWheel&&Math.abs(d.pixelX)<Math.abs(d.pixelY))return;r.currentTarget.scrollLeft+=d.pixelX,r.currentTarget.scrollLeft-=d.pixelY}else r.currentTarget.scrollTop-=d.pixelY;const h=this.getScrollMetrics();n?r.currentTarget.scrollLeft=Math.min(r.currentTarget.scrollLeft,h.scrollSpace):r.currentTarget.scrollTop=Math.min(r.currentTarget.scrollTop,h.scrollSpace),this.positionScrollBar(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop),this.setState({top:n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,animating:!1}),this.props.onScroll&&a&&i&&this.props.onScroll(n?r.currentTarget.scrollLeft:r.currentTarget.scrollTop,h.scrollSpace,a,i),s&&a&&h.barRatio<1&&(this.props.allowScrollFlowThrough?Math.floor(r.currentTarget.scrollTop)<Math.floor(h.scrollSpace)&&Math.floor(r.currentTarget.scrollTop)>0&&Le(r):Le(r))});k(this,"handleBarDown",r=>{const{horizontal:n}=this.props,{bounds:a,contentBounds:i}=this.state,s=this.getScrollMetrics(),d=s.scrollSpace/s.barSpace;let h=n?r.nativeEvent.clientX:r.nativeEvent.clientY;this.setState({isDragging:!0,animating:!1});const{pointerId:u,currentTarget:f}=r;f.setPointerCapture(u);const w=g=>{if("which"in g){if(!g.which){p();return}}else if(!(g!=null&&g.buttons)){p();return}const m=n?g.clientX:g.clientY,E=m-h;h=m,this.container.current&&(n?this.container.current.scrollLeft+=E*d:this.container.current.scrollTop+=E*d,n?this.container.current.scrollLeft=Math.min(this.container.current.scrollLeft,s.scrollSpace):this.container.current.scrollTop=Math.min(this.container.current.scrollTop,s.scrollSpace),this.positionScrollBar(n?this.container.current.scrollLeft:this.container.current.scrollTop),this.setState({top:n?this.container.current.scrollLeft:this.container.current.scrollTop})),g.stopPropagation&&g.stopPropagation(),g.preventDefault&&g.preventDefault(),g.cancelBubble=!0,g.returnValue=!1,this.props.onScroll&&a&&i&&this.container.current&&this.props.onScroll(n?this.container.current.scrollLeft:this.container.current.scrollTop,s.scrollSpace,a,i)},p=()=>{document.removeEventListener("mousemove",w),document.removeEventListener("mouseup",p),f.removeEventListener("mouseup",p),f.releasePointerCapture(u),this.setState({isDragging:!1})};document.addEventListener("mousemove",w),document.addEventListener("mouseup",p),f.addEventListener("mouseup",p)})}getSnapshotBeforeUpdate(r){const{children:n}=this.props;return this.isUpdatingChildren||(this.childrenChanged=r.children===n),this.isUpdatingChildren=!1,null}componentDidMount(){this.componentDidUpdate(),window.addEventListener("resize",this.handleResize),setTimeout(()=>this.componentDidUpdate(),10),this.container.current&&(this.container.current.addEventListener("wheel",this.handleWheel,{passive:!1}),this.container.current.addEventListener("touchmove",this.handleTouchMove,{passive:!1}),this.container.current.addEventListener("touchstart",this.handleTouchStart),this.container.current.addEventListener("touchend",this.handleTouchEnd))}componentDidUpdate(){var u;const{horizontal:r,onScroll:n,autoScrollDuration:a,scrollHeight:i}=this.props,{bounds:s,contentBounds:d}=this.state;if((!s||this.childrenChanged)&&this.content.current&&this.container.current){this.childrenChanged=!1,this.isUpdatingChildren=!0;const f=this.container.current.getBoundingClientRect(),w=this.content.current.getBoundingClientRect();if(n){const p=this.getScrollMetrics();n(r?this.container.current.scrollLeft:this.container.current.scrollTop,p.scrollSpace,f,w)}this.setState({bounds:f,contentBounds:w})}if(s&&d&&this.content.current&&this.container.current){const f=this.container.current.getBoundingClientRect(),w=this.content.current.getBoundingClientRect();(f.width!==s.width||f.height!==s.height||w.width!==d.width||w.height!==d.height)&&this.setState({bounds:f,contentBounds:w})}let{scrollTopOnce:h}=this.props;if(h!==void 0&&Number.isNaN(h)&&(h=0),s&&d&&this.container.current&&this.scrolledToOnce!==h){const f=this.container.current.getBoundingClientRect(),w=(u=this.content.current)==null?void 0:u.getBoundingClientRect();this.scrolledToOnce=h||0;const p=this.scrolledToOnce;let g=r?this.container.current.scrollLeft:this.container.current.scrollTop;if(a===0&&(g=this.scrolledToOnce,r?this.container.current.scrollLeft=g:this.container.current.scrollTop=g),this.positionScrollBar(g),this.setState({top:g,bounds:f,contentBounds:w,animating:!0}),window.cancelAnimationFrame(this.animateScrollId),a!==0&&(this.animateScrollId=requestAnimationFrame(this.animateScrollOnce(g,p))),n&&f&&w&&this.container.current){const m=this.getScrollMetrics(f,w);n(r?this.container.current.scrollLeft:this.container.current.scrollTop,m.scrollSpace,f,w)}}else if(s&&d&&this.container.current&&this.currentScrollHeight!==i&&n){this.currentScrollHeight=i;const f=this.getScrollMetrics();n(r?this.container.current.scrollLeft:this.container.current.scrollTop,f.scrollSpace,s,d)}}componentWillUnmount(){window.removeEventListener("resize",this.handleResize),this.container.current&&(this.container.current.removeEventListener("wheel",this.handleWheel),this.container.current.removeEventListener("touchmove",this.handleTouchMove),this.container.current.removeEventListener("touchstart",this.handleTouchStart),this.container.current.removeEventListener("touchend",this.handleTouchEnd))}getScrollMetrics(r,n){const{horizontal:a}=this.props;let{bounds:i,contentBounds:s}=this.state;i=r||i,s=n||s;let d=0,h=1,u=0,f=0;return a?(i&&s&&(h=i.width/s.width,d=h*i.width,d=Math.max(d,30),d=Math.min(d,i.width)),h<1&&i&&s&&(u=i.width-d,f=s.width-i.width)):(i&&s&&(h=i.height/s.height,d=h*i.height,d=Math.max(d,30),d=Math.min(d,i.height)),h<1&&i&&s&&(u=i.height-d,f=s.height-i.height)),{barHeight:d,barRatio:h,barSpace:u,scrollSpace:f}}positionScrollBar(r){const n=this.scrollBarRef.current;if(!n)return;const{side:a=0,horizontal:i}=this.props;let s=r;const d=this.getScrollMetrics();s+=r/d.scrollSpace*d.barSpace,i?(n.style.left=`${s}px`,n.style.top=ae(a===1,"0px",n.style.top),n.style.bottom=ae(a===0,"0px",n.style.bottom)):(n.style.top=`${s}px`,n.style.left=ae(a===1,"0px",n.style.left),n.style.right=ae(a===0,"0px",n.style.right))}render(){const{isOpen:r,isDragging:n,bounds:a,top:i}=this.state,{className:s,contentClassName:d,containerProps:h,contentProps:u,children:f,scrollHeight:w,side:p=0,horizontal:g,alwaysShowScroll:m,mode:E=v9.DARK}=this.props;let S=i;const I=this.getScrollMetrics();S+=i/I.scrollSpace*I.barSpace,Number.isNaN(S)&&(S=0);const M=()=>g?{left:S,width:ae((r||m||this.touch.animation>=0)&&a&&I.barRatio<1||n,I.barHeight,0),opacity:ae((r||m||this.touch.animation>=0)&&a&&I.barRatio<1||n,1,0),top:ae(p===1,"0px"),bottom:ae(p===0,"0px")}:{top:S,height:ae((r||m||this.touch.animation>=0)&&a&&I.barRatio<1||n,I.barHeight,0),opacity:ae((r||m||this.touch.animation>=0)&&a&&I.barRatio<1||n,1,0),left:ae(p===1,"0px"),right:ae(p===0,"0px")};return l.jsxs("div",{className:he("ScrollView",E,s),...h,ref:this.container,style:{...h==null?void 0:h.style,flexDirection:g?"row":void 0},onMouseOver:()=>{this.setState({top:i,isOpen:!0}),this.forceUpdate()},onMouseLeave:C=>{const Z=C.nativeEvent;let y=Z.toElement||Z.relatedTarget;for(;y;){if(y.parentNode===this.container.current||y===this.container.current)return;y=y.parentElement}this.setState({top:i,isOpen:!1})},children:[l.jsx("div",{ref:this.content,className:he("ScrollView__Content",ae(g,"ScrollView--horizontal-content"),d),style:{height:w,flex:`1 1 ${w}px`,minHeight:w},...u,children:f}),l.jsx("div",{ref:this.scrollBarRef,className:he("ScrollView__Bar",g?"ScrollView--horizontal":void 0),style:M(),onPointerDown:this.handleBarDown})]})}}const ww="";class b9 extends o.Component{constructor(r){super(r);k(this,"state",{startIndex:0,endIndex:0});k(this,"container",o.createRef());k(this,"rowTop",[]);k(this,"lastRowHeight",0);k(this,"maxRowSize",-1);k(this,"rowUpdateContext");k(this,"mounted",!1);k(this,"willMeasure",new Set);k(this,"measuring",new Map);k(this,"hasAutoHeightRows",!1);k(this,"observer");k(this,"handleResize",()=>{const{total:r}=this.props;if(this.hasAutoHeightRows){for(let n=0;n<r;++n)this.willMeasure.add(n);this.forceUpdate()}});k(this,"handleScrollRegion",(r,n,a,i)=>{this.handleScroll(r[1],n[1],a,i)});k(this,"handleScroll",(r,n,a,i)=>{const{rowSize:s,total:d,onScroll:h,onRange:u}=this.props;let f=-1,w=-1;if(t0(s))f=Math.floor(r/s)-1,w=Math.floor((r+a.height)/s)+1;else{f=0,w=0;let m=0,E=-1;const S=r+a.height;for(;m<r&&++E<this.rowTop.length;)m=this.rowTop[E];for(f=E-1;m<S&&++E<this.rowTop.length;)m=this.rowTop[E];w=E+1}f=Math.min(Math.max(f,0),d-1),w=Math.min(Math.max(w,0),d-1);const{startIndex:p,endIndex:g}=this.state;(f!==p||w!==g)&&(u==null||u(f,w,d,w===d-1),this.setState({startIndex:f,endIndex:w})),h&&h(r,n,a,i)});this.shouldComponentUpdate(this.props)}componentDidMount(){this.mounted=!0,this.forceUpdate(),window.addEventListener("resize",this.handleResize)}shouldComponentUpdate(r){const{total:n}=this.props;return t0(r.rowSize)?(this.rowTop=[],this.maxRowSize=r.rowSize,!0):((r.rowUpdate!==this.rowUpdateContext||r.total!==n||!this.mounted)&&(this.queueRemeasure(r),setTimeout(()=>{this.queueRemeasure(r),this.forceUpdate()},500)),!0)}componentDidUpdate(){const{rowGap:r}=this.props;if(this.measuring.size>0){const n=Array.from(this.measuring.keys()),a=r||0;n.sort();let i=0;for(let s=0,d=n.length;s<d;++s){const h=n[s],u=n[s+1]||this.rowTop.length-1;if(h===this.rowTop.length-1){const E=this.measuring.get(h);if(!E||!E.current)continue;const S=E.current.getBoundingClientRect();this.lastRowHeight=S.height+a,this.willMeasure.delete(h);continue}const f=this.rowTop[h],w=this.rowTop[h+1],p=this.measuring.get(h);if(!p||!p.current)continue;const g=p.current.getBoundingClientRect();i=f+g.height+a-w,this.willMeasure.delete(h);for(let E=h+1;E<=u;++E)this.rowTop[E]+=i}this.measuring.clear(),this.forceUpdate()}}componentWillUnmount(){this.observer&&this.observer.disconnect(),window.removeEventListener("resize",this.handleResize)}get scrollHeight(){const{rowSize:r,total:n}=this.props;return t0(r)?n*r:(this.rowTop[n-1]||0)+Math.abs(this.lastRowHeight)}get scrollStyle(){const{containerProps:r={},rowDisplayCount:n=0}=this.props,{style:a}=r,i={};return n>0&&(i.maxHeight=n*this.maxRowSize),{...i,...a}}queueRemeasure(r){if(t0(r.rowSize))return;this.rowUpdateContext=r.rowUpdate;let n=0;this.willMeasure.clear(),this.rowTop=[];for(let a=0;a<r.total;++a){let i=r.rowSize(a,a===r.total-1);i<0?(i*=-1,this.willMeasure.add(a),this.hasAutoHeightRows=!0,this.rowTop[a]||(this.rowTop[a]=n)):this.rowTop[a]=n,a===r.total-1&&(this.lastRowHeight=i),this.maxRowSize=Math.max(this.maxRowSize,i),n+=i}}renderListItems(r){const{startIndex:n,endIndex:a}=this.state,{rowSize:i,total:s}=this.props;if(!r)return null;const d=[];let h;t0(i)?h=u=>u*i:h=u=>this.rowTop[u];for(let u=n;u<=a&&u<s;++u){const f=h(u);let w;this.willMeasure.has(u)&&!this.measuring.has(u)&&(w=o.createRef(),this.measuring.set(u,w));const p={position:"absolute",width:"100%",left:0,top:f},g=r({index:u,style:{},isEnd:u===a||u===s-1,rowStyle:p});if(!g||!o.isValidElement(g))return null;d.push(l.jsx("div",{className:"ListView__Row",ref:w,style:p,children:g},u))}return d}render(){const{allowTouchInertia:r,children:n,className:a,containerProps:i,total:s,scrollToOnce:d,autoScrollDuration:h,useScrollRegion:u,emptyLabel:f}=this.props;return s<=0?l.jsx("div",{className:he("ListView","ListView--empty",a),children:l.jsx("div",{className:"ListView__Empty",children:f})}):u?l.jsx(h9,{ref:this.container,allowTouchInertia:r,className:he("ListView",a),scrollHeight:this.scrollHeight,containerProps:{...i,style:this.scrollStyle},autoScrollDuration:h,onScroll:this.handleScrollRegion,children:this.renderListItems(n)}):l.jsx(m9,{ref:this.container,allowTouchInertia:r,className:he("ListView",a),scrollHeight:this.scrollHeight,containerProps:{...i,style:this.scrollStyle},scrollTopOnce:d,autoScrollDuration:h,onScroll:this.handleScroll,children:this.renderListItems(n)})}}const pw="",Qt={NORMAL:"Loader--medium",SMALL:"Loader--small",TINY:"Loader--tiny"};function nl(e){const{className:t,containerProps:r,size:n=Qt.NORMAL}=e;return l.jsx("div",{className:he("Loader",n,t),...r})}const gw="",r0={FIELD_INLINE:"Selection--field-inline",FIELD_INLINE_SUBTLE:"Selection--field-inline-subtle",FILTER_HEADER:"Selection--filter-header",TABLE:"Selection-table",DISABLED:"Selection--disabled"};class E9 extends o.Component{constructor(){super(...arguments);k(this,"state",{dropdownBounds:null,hovered:!1,focused:!1,internalValue:void 0});k(this,"container",o.createRef());k(this,"selectRef",o.createRef());k(this,"headerRef",o.createRef());k(this,"searchRef",o.createRef());k(this,"stopBlur",!1);k(this,"preventRefocus",!1);k(this,"willLoadMore",!1);k(this,"windowBlurred",!1);k(this,"handleWindowBlur",()=>{this.windowBlurred=!0});k(this,"handleClick",r=>{var s,d;const{disabled:n}=this.props,{dropdownBounds:a}=this.state;this.windowBlurred=!1,!(n||!r9(r.target,"Selection__Content"))&&(document.activeElement!==this.selectRef.current?(this.stopBlur=!0,setTimeout(()=>{this.stopBlur=!1},10),(s=this.selectRef.current)==null||s.focus()):a?(d=this.selectRef.current)==null||d.blur():this.handleOpen())});k(this,"handleOpen",()=>{const{disabled:r,dropdownPadding:n,onOpen:a}=this.props;if(!this.headerRef.current||r)return;const i=e9(this.headerRef.current.getBoundingClientRect(),{bottom:5,...n});i.top-=4,i.bottom+=4,i.height+=8,this.setState({dropdownBounds:i}),a==null||a()});k(this,"handleClose",()=>{const{onClose:r}=this.props;(r==null?void 0:r())!==!1&&this.setState({dropdownBounds:null,searchValue:""})});k(this,"handleFocus",r=>{const{disabled:n}=this.props;if(this.windowBlurred){this.windowBlurred=!1;return}n||r.target===this.selectRef.current&&this.handleOpen()});k(this,"handleBlur",r=>{var a;const{disabled:n}=this.props;if(!n&&r.target===this.selectRef.current){if(this.stopBlur){this.stopBlur=!1,this.preventRefocus||(a=this.selectRef.current)==null||a.focus();return}this.handleClose()}});k(this,"handleSelect",r=>()=>{const{disabled:n,onChange:a}=this.props;n||(a==null||a(r.value),this.setState({dropdownBounds:null,internalValue:r.value}))});k(this,"handleSearch",r=>{var s,d;const{disabled:n,onSearch:a}=this.props;if(n)return;const i=(d=(s=r.target)==null?void 0:s.value)==null?void 0:d.toLocaleLowerCase();this.setState({searchValue:i}),a==null||a(i)});k(this,"preventBlur",()=>{this.stopBlur=!0});k(this,"handleRange",async(r,n,a,i)=>{const{hasMore:s,onLoadMore:d,options:h}=this.props;i&&!this.willLoadMore&&s&&(this.willLoadMore=!0,await(d==null?void 0:d(h)),this.willLoadMore=!1)});k(this,"handleMouseDown",r=>{const{dropdownBounds:n}=this.state,{dropdownBounds:a}=this.props;(n||a)&&Le(r)})}componentDidMount(){document.addEventListener("focusin",this.handleFocus),document.addEventListener("focusout",this.handleBlur),window.addEventListener("blur",this.handleWindowBlur)}componentDidUpdate(r,n){var s;const{dropdownBounds:a}=this.state,{hasSearch:i}=this.props;n.dropdownBounds!==a&&a&&i&&(this.stopBlur=!0,this.preventRefocus=!0,(s=this.searchRef.current)==null||s.focus())}componentWillUnmount(){document.removeEventListener("focusin",this.handleFocus),document.removeEventListener("focusout",this.handleBlur),window.removeEventListener("blur",this.handleWindowBlur)}get valueLabel(){var h;const{options:r,defaultValue:n,value:a,displayValue:i}=this.props;if(i!=null)return i;const{internalValue:s}=this.state,d=a??s??n;return((h=r.find(u=>u.value===d))==null?void 0:h.label)||""}get valueIndex(){const{options:r,defaultValue:n,value:a}=this.props,{internalValue:i}=this.state,s=a||i||n;return r.findIndex(d=>d.value===s)||0}get options(){const{searchValue:r}=this.state,{options:n}=this.props,a=r==null?void 0:r.toLocaleLowerCase();return a?n.filter(i=>i.search?i.search.toLocaleLowerCase().indexOf(a)>-1:t9(i.label)?i.label.toLocaleLowerCase().indexOf(a)>-1:!1):n}renderHeader(){const{decal:r,decalUp:n,disabled:a,error:i,label:s,mode:d=r0.FIELD_INLINE,placeholder:h,onArrowClick:u,valueLabel:f}=this.props,{hovered:w,focused:p,dropdownBounds:g}=this.state,{valueLabel:m}=this;return l.jsx(l.Fragment,{children:l.jsxs("div",{className:he("Selection__Content",ae(p||g,"Selection--focus"),ae(w,"Selection--hovered"),ae(m&&!w,"Selection--filled","Selection--empty"),ae(i,"Selection--error"),ae(s,"Selection--has-label"),"Selection--single-row",d,ae(a,r0.DISABLED)),ref:this.headerRef,...o9(this),...a9(this),onMouseDown:this.handleMouseDown,onClick:this.handleClick,children:[ae(r,l.jsx("div",{className:"Selection__Decal",children:r})),ae(s,l.jsx("div",{className:"Selection__Label",children:s})),l.jsx("div",{className:"Selection__Left",children:l.jsxs("div",{className:he("Selection__Value",ae(m,"","Selection--placeholder")),children:[ae(f,E=>l.jsx("b",{children:E})),m||h]})}),l.jsx("div",{className:he("Selection__DecalRight",ae(n,"Selection--up")),onClick:u,role:"button",tabIndex:0,children:l.jsx(C0,{})})]})})}renderDropdown(){const{customDropdown:r,defaultValue:n,dropdownBounds:a,hasMore:i,hasSearch:s,isLoading:d,mode:h=r0.FIELD_INLINE,rowDisplayCount:u=5,value:f}=this.props,{internalValue:w}=this.state,p=f??w??n,g=this.options,{dropdownBounds:m}=this.state;return ae(m||a,E=>ae(r,()=>o.isValidElement(r)?r.type===tl?o.cloneElement(r,{...r.props,bounds:E,width:Math.max(200,E.width),onClose:this.handleClose,containerProps:{onMouseDown:this.preventBlur}}):o.cloneElement(r,{...r.props,containerProps:{bounds:E,width:Math.max(200,E.width),onClose:this.handleClose,containerProps:{onMouseDown:this.preventBlur}}}):(console.warn("Custom dropdown menu is invalid"),null),l.jsx(tl,{bounds:E,width:Math.max(200,E.width),onClose:this.handleClose,containerProps:{onMouseDown:this.preventBlur},className:h,children:l.jsxs("div",{className:he("Selection__Panel",ae(d,"Selection__Loader")),children:[ae(s,()=>this.renderSearch()),ae(d,l.jsx("div",{className:"Selection__LoaderContainer",children:l.jsx(nl,{size:Qt.SMALL})}),l.jsx(b9,{className:"Selection__List",total:g.length+(i?1:0),rowSize:36,rowDisplayCount:u,scrollToOnce:Math.max(this.valueIndex-2,0)*36,onRange:i?this.handleRange:void 0,children:({index:S,style:I,isEnd:M})=>{const C=g[S];return M&&i?l.jsx("div",{className:he("Selection__Option"),style:I,children:l.jsx(nl,{size:Qt.TINY})},S):l.jsxs("div",{className:he("Selection__Option",ae(C.value===p,"Selection--selected"),ae(C.divider,"Selection--divider")),style:I,onClick:this.handleSelect(C),role:"option","aria-selected":C.value===p,tabIndex:0,children:[l.jsx("span",{children:C.label}),l.jsx(Et,{className:"Icon Selection__Check"})]},S)}}))]})})))}renderSearch(){const{searchValue:r}=this.state;return l.jsxs("div",{className:"Selection__Search",children:[l.jsx(xt,{className:"Selection__SearchIcon"}),l.jsx("input",{value:r,spellCheck:"false",autoCorrect:"false",ref:this.searchRef,type:"text",placeholder:"Quick Search",onMouseDown:()=>{var n;this.stopBlur=!0,this.preventRefocus=!0,(n=this.searchRef.current)==null||n.focus()},onChange:this.handleSearch})]})}render(){const{className:r,containerProps:n,defaultValue:a,value:i,options:s,mode:d=r0.FIELD_INLINE,size:h,children:u,disabled:f,selectProps:w}=this.props,{internalValue:p}=this.state,g=i||p||a;return l.jsxs("div",{ref:this.container,className:he("Selection",d,h,ae(f,r0.DISABLED),r),...n,children:[l.jsx("select",{ref:this.selectRef,value:g,onChange:Q8,disabled:f,...w,children:s.map(m=>l.jsx("option",{value:m.value,"aria-label":m.value},m.value))}),ae(u===void 0,this.renderHeader()),this.renderDropdown()]})}}function y9(){const e=B0();if(!e)throw new Error("PaginationItemsPerPageSelector must be used within a PaginationContext.Provider");const{itemsPerPage:t,itemsPerPageOptions:r,onItemsPerPageChange:n}=e,a=(r||X8).map(i=>typeof i=="number"?{label:i.toString(),value:i}:i);return a.length<2?null:l.jsx(E9,{value:t,options:a,onChange:n,"aria-label":"Items per page selector"})}const Jt="...";function k0(e,t){return Array(t).fill(0).map((r,n)=>n+e)}function I9(e,t){const r=[],n=t-1;return t<=Ve?k0(0,t).map(a=>r.push(a)):(r.push(0),e<=Ve-Ze*2?k0(1,Ve-Ze-1).map(a=>r.push(a)):r.push(Jt),e>Ve-Ze*2&&e<n-Ze-1&&k0(e-Ze,Ve-Ze*2).map(a=>r.push(a)),e>=n-Ze-1?k0(t-(Ve-Ze),Ve-Ze-1).map(a=>r.push(a)):r.push(Jt),r.push(n)),r}function C9({value:e}){const t=B0();if(!t)throw new Error("PaginationNavigationItem must be used within a PaginationContext.Provider");const{page:r,onPageChange:n}=t,a=typeof e=="number",i=a?(e+1).toLocaleString():e,s=e===Jt||r===e,d=r===e,h=()=>{if(a)return d?`Current page, page ${i}`:`Go to page ${i}`},u=()=>{typeof e=="number"&&(n==null||n(e))};return l.jsx(Se,{type:"tertiary","aria-current":d?!0:void 0,"aria-label":h(),className:ne("rbui-pagination__navigation-item",{"rbui-pagination__navigation-item__selected":d}),disabled:s,onClick:u,children:i})}function S9(){const e=B0();if(!e)throw new Error("PaginationNavigation must be used within a PaginationContext.Provider");const{count:t,page:r,itemsPerPage:n,onPageChange:a}=e;if(t<=n)return null;const i=()=>{a==null||a(r+1)},s=()=>{a==null||a(r-1)},d=I9(r,Math.ceil(t/n));return l.jsx("nav",{role:"navigation","aria-label":"Pagination Navigation",className:"rbui-pagination__navigation",children:l.jsxs("ul",{children:[l.jsx("li",{children:l.jsx(Se,{onClick:s,type:"tertiary","aria-label":"Go to previous page",disabled:r===0,children:l.jsx(yt,{})})}),d.map((h,u)=>l.jsx("li",{children:l.jsx(C9,{value:h})},`rbui-pagination-${h}-${u}`)),l.jsx("li",{children:l.jsx(Se,{onClick:i,type:"tertiary","aria-label":"Go to next page",disabled:r>=Math.ceil(t/n)-1,children:l.jsx(It,{})})})]})})}function M9(){const e=B0();if(!e)throw new Error("PaginationSummary must be used within a PaginationContext.Provider");const{count:t,page:r,itemsPerPage:n}=e,a=r*n+1,i=Math.min((r+1)*n,t);return l.jsxs("div",{className:"rbui-pagination__summary",children:["Showing"," ",a.toLocaleString()," ",a!==i?l.jsxs(l.Fragment,{children:["to"," ",i.toLocaleString()," "]}):null,"of"," ",t.toLocaleString()]})}const vw="",ol=c.forwardRef((e,t)=>{const{count:r,className:n,page:a,itemsPerPage:i,itemsPerPageOptions:s,onPageChange:d,onItemsPerPageChange:h,...u}=e;return r<1?null:l.jsx(_2.Provider,{value:e,children:l.jsxs("div",{...u,className:ne("rbui-pagination",n),ref:t,children:[l.jsxs("div",{className:"rbui-pagination__left",children:[l.jsx(y9,{}),l.jsx(M9,{})]}),l.jsx(S9,{})]})})});ol.displayName="Pagination",v.AbTestIcon=gr,v.AggregateIcon=vr,v.Alert=H8,v.AlertTitle=V8,v.AnalyticsIcon=mr,v.AndroidIcon=br,v.AnonymizeIcon=Er,v.AppleIcon=yr,v.ArchiveAltIcon=Ir,v.ArchiveIcon=Cr,v.ArrowCollapseIcon=Sr,v.ArrowDownIcon=Mr,v.ArrowExpandIcon=xr,v.ArrowKeyboardNextIcon=Zr,v.ArrowKeyboardPreviousIcon=Ar,v.ArrowKeyboardUpIcon=Tr,v.ArrowLeftIcon=Nr,v.ArrowRightIcon=Pr,v.ArrowUpIcon=Lr,v.AttributeSlotIcon=Fr,v.AxisIcon=Br,v.AxisLimtIcon=Hr,v.BarChartIcon=Vr,v.BooleanIcon=Or,v.BoostIcon=Dr,v.BracketsCancelIcon=$r,v.BracketsIcon=kr,v.BrowserIcon=_r,v.BrowserPushIcon=Rr,v.BuryIcon=Ur,v.Button=Se,v.ButtonGroup=Vt,v.CalendarAltIcon=Wr,v.CalendarIcon=zr,v.CatalogIcon=jr,v.ChatAddIcon=qr,v.ChatIcon=Yr,v.ChatsIcon=Kr,v.CheckCircleIcon=Gr,v.CheckFilledIcon=Qr,v.CheckIcon=Et,v.CheckSmallIcon=Jr,v.ChevronDownFillIcon=en,v.ChevronDownIcon=C0,v.ChevronLeftFillIcon=tn,v.ChevronLeftIcon=yt,v.ChevronRightFillIcon=rn,v.ChevronRightIcon=It,v.ChevronUpFillIcon=nn,v.ChevronUpIcon=Ct,v.ClearFillIcon=on,v.ClearIcon=an,v.ClipboardAddIcon=ln,v.ClockCircleIcon=sn,v.CloneIcon=cn,v.CloseIcon=S0,v.CloseSmallIcon=un,v.CloudCheckIcon=hn,v.CloudDownloadIcon=fn,v.CodeIcon=wn,v.ColorPickerAltIcon=pn,v.ColorPickerIcon=gn,v.ColumnsIcon=vn,v.ConditionAltIcon=mn,v.ConditionIcon=bn,v.ConsoleIcon=En,v.ConstantAltIcon=yn,v.ConstantIcon=In,v.ContextualPersonalizationIcon=Cn,v.CopyIcon=Sn,v.CopyToDashboardIcon=Mn,v.CsvIcon=xn,v.CustomRowIcon=Zn,v.CustomerIcon=An,v.CustomersFilterIcon=Tn,v.CustomersSegmentationIcon=Nn,v.DateTimeIcon=Pn,v.DescriptionIcon=Ln,v.DesktopIcon=Fn,v.DisabledIcon=Bn,v.DivideIcon=Hn,v.DocumentationIcon=Vn,v.DownloadIcon=On,v.DragHorizontalIcon=Dn,v.DragVericalIcon=$n,v.EditIcon=kn,v.EducationHubIcon=_n,v.EllipsisVerticalIcon=Rn,v.EllipsissHorizontalIcon=Un,v.EmailIcon=Wn,v.EmojiPickerIcon=zn,v.EmptyIcon=jn,v.ErrorFillIcon=Yn,v.EventIcon=Kn,v.EventsSegmentationIcon=Gn,v.ExperimentIcon=Xn,v.ExposeIcon=Qn,v.ExpressionIcon=Jn,v.ExternalLinkIcon=e5,v.EyeCrossedIcon=t5,v.EyeIcon=r5,v.FastForwardIcon=n5,v.FileIcon=o5,v.FileVideoIcon=a5,v.FilterIcon=l5,v.FireIcon=i5,v.FolderEmptyIcon=s5,v.FolderFullIcon=c5,v.ForceAddToRecallIcon=d5,v.ForceAddToRecallUndoIcon=u5,v.FormulaExpressionIcon=h5,v.FormulaIcon=f5,v.FromStartAltIcon=w5,v.FullscreenIcon=p5,v.GiftIcon=g5,v.GoToIcon=v5,v.GraphStatsIcon=m5,v.GridAltIcon=b5,v.GridIcon=E5,v.HelpIcon=y5,v.HistoryIcon=I5,v.HomeIcon=C5,v.HtmlIcon=S5,v.Icon=b,v.ImageSearchIcon=M5,v.ImagesIcon=x5,v.ImpactDownIcon=Z5,v.InfoFilledIcon=St,v.InfoIcon=T5,v.InfoSmallIcon=N5,v.InputField=D2,v.InternetIcon=P5,v.KeyIcon=L5,v.LayoutIcon=F5,v.LikeIcon=B5,v.LineChartIcon=H5,v.LinkIcon=V5,v.ListIcon=O5,v.LoaderIcon=Mt,v.LockIcon=D5,v.MapIcon=$5,v.Menu=v2,v.MenuButton=m2,v.MenuContent=b2,v.MenuGroup=E2,v.MenuGroupLabel=y2,v.MenuItem=I2,v.MenuSeparator=C2,v.MetricAltIcon=k5,v.MinusIcon=_5,v.MobileAppInboxIcon=R5,v.MobileImageMessageIcon=U5,v.MobilePhoneLandscapeIcon=W5,v.MobilePhonePortraitIcon=z5,v.MobilePushIcon=j5,v.MobileSmsIcon=q5,v.MobileTextMessageIcon=Y5,v.Modal=N2,v.ModalBody=F2,v.ModalCloseButton=Ot,v.ModalFooter=B2,v.ModalFooterActions=H2,v.ModalHeader=P2,v.ModalHeaderTitle=L2,v.MoveIcon=K5,v.MultiParentRejectedIcon=G5,v.MultiParentSelectedIcon=X5,v.MultiParentUnassignedIcon=Q5,v.NegationIcon=J5,v.NextStepIcon=S2,v.NotificationIcon=eo,v.NumberIcon=to,v.OfflineFillIcon=ro,v.OfflineIcon=no,v.OutOfStockIcon=oo,v.PagesIcon=ao,v.Pagination=ol,v.PaintIcon=lo,v.ParagraphCenterAlignIcon=io,v.ParagraphLeftAlignIcon=so,v.ParagraphRightAlignIcon=co,v.PassDownIcon=uo,v.PassThroughIcon=ho,v.PercentageIcon=fo,v.PersAlt1Icon=wo,v.PersAlt2Icon=po,v.PersAlt3Icon=go,v.PersAlt4Icon=vo,v.PictureAltIcon=mo,v.PictureIcon=bo,v.PinIcon=Eo,v.PlugPlayIcon=yo,v.PlusCircleFillIcon=Io,v.PlusCircleIcon=Co,v.PlusIcon=So,v.PoverButtonIcon=Mo,v.ProductSlotsIcon=xo,v.ReceiveIcon=Zo,v.RefreshIcon=Ao,v.ReleaseNotesIcon=To,v.RenameAltIcon=No,v.RenameIcon=Po,v.ReorderIcon=Lo,v.ReportIcon=Fo,v.RetentionIcon=Bo,v.RewertLeftIcon=Ho,v.RewertRightIcon=Vo,v.RibbonIcon=Oo,v.RoadmapIcon=Do,v.RobotIcon=$o,v.RuleLabelIcon=ko,v.RunningAggregateIcon=_o,v.SaveIcon=Ro,v.ScenarioIcon=Uo,v.SearchIcon=xt,v.SecurityShieldIcon=Wo,v.SendIcon=zo,v.SettingsAltIcon=jo,v.SettingsIcon=qo,v.ShareIcon=Yo,v.ShopIcon=Ko,v.ShrinkIcon=Go,v.SortAscIcon=M2,v.SortDescIcon=x2,v.SortIcon=Xo,v.SortInactiveIcon=Z2,v.SplitFlowIcon=Qo,v.SqlIcon=Jo,v.StarFillIcon=ea,v.StarIcon=ta,v.StartFillIcon=ra,v.StartIcon=na,v.StatusDotIcon=oa,v.StopIcon=aa,v.StopwatchIcon=la,v.StringComponentIcon=ia,v.StringIcon=sa,v.SuggestionIcon=ca,v.SurveyIcon=da,v.SwapIcon=ua,v.TabletLangscapeIcon=ha,v.TabletPortraitIcon=fa,v.TagAltIcon=wa,v.TagIcon=pa,v.TemplateIcon=ga,v.TextBoldIcon=va,v.TextField=$2,v.TextItalicIcon=ma,v.TextStyleIcon=ba,v.ToggleButton=w2,v.ToggleButtonGroup=g2,v.ToggleField=k2,v.Tooltip=P0,v.TragetIcon=Ea,v.TransferIcon=ya,v.TrashIcon=Ia,v.TrendIcon=Ca,v.UnExposeIcon=Sa,v.UnarchiveAltIcon=Ma,v.UndoIcon=xa,v.UnlinkIcon=Za,v.UnlockIcon=Aa,v.UntilNowAltIcon=Ta,v.UploadIcon=Na,v.UsagesIcon=Pa,v.UsersIcon=La,v.VariantsIcon=Fa,v.VisualIcon=Ba,v.VoucherIcon=Ha,v.WaitIcon=Va,v.WalkthroughsIcon=Oa,v.WarningFillIcon=$a,v.WebhookIcon=ka,v.WeblayerIcon=_a,v.WrenchIcon=Ra,Object.defineProperty(v,Symbol.toStringTag,{value:"Module"})});
55
55
  //# sourceMappingURL=bloomreach-react-banana-ui.umd.js.map