UNPKG

meistericons-react

Version:
19 lines 1.54 MB
import"node:fs";import"node:path";import"node:url";const a=a=>a.replace(/^([A-Z])|[\s-_]+(\w)/g,((a,c,e)=>e?e.toUpperCase():c.toLowerCase())),c=c=>a(c).charAt(0).toUpperCase()+a(c).slice(1);var e,l={exports:{}},r={}; /** * @license React * react.production.js * * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */function d(){if(e)return r;e=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),d=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),o=Symbol.for("react.consumer"),t=Symbol.for("react.context"),b=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),Z=Symbol.for("react.memo"),i=Symbol.for("react.lazy"),n=Symbol.iterator;var v={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},u=Object.assign,C={};function M(a,c,e){this.props=a,this.context=c,this.refs=C,this.updater=e||v}function p(){}function s(a,c,e){this.props=a,this.context=c,this.refs=C,this.updater=e||v}M.prototype.isReactComponent={},M.prototype.setState=function(a,c){if("object"!=typeof a&&"function"!=typeof a&&null!=a)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,a,c,"setState")},M.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")},p.prototype=M.prototype;var k=s.prototype=new p;k.constructor=s,u(k,M.prototype),k.isPureReactComponent=!0;var y=Array.isArray,m={H:null,A:null,T:null,S:null},A=Object.prototype.hasOwnProperty;function V(c,e,l,r,d,f){return l=f.ref,{$$typeof:a,type:c,key:e,ref:void 0!==l?l:null,props:f}}function H(c){return"object"==typeof c&&null!==c&&c.$$typeof===a}var B=/\/+/g;function g(a,c){return"object"==typeof a&&null!==a&&null!=a.key?function(a){var c={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,(function(a){return c[a]}))}(""+a.key):c.toString(36)}function S(){}function L(e,l,r,d,f){var o=typeof e;("undefined"===o||"boolean"===o)&&(e=null);var t=!1;if(null===e)t=!0;else switch(o){case"bigint":case"string":case"number":t=!0;break;case"object":switch(e.$$typeof){case a:case c:t=!0;break;case i:return L((t=e._init)(e._payload),l,r,d,f)}}if(t)return f=f(e),t=""===d?"."+g(e,0):d,y(f)?(r="",null!=t&&(r=t.replace(B,"$&/")+"/"),L(f,l,r,"",(function(a){return a}))):null!=f&&(H(f)&&(f=function(a,c){return V(a.type,c,void 0,0,0,a.props)}(f,r+(null==f.key||e&&e.key===f.key?"":(""+f.key).replace(B,"$&/")+"/")+t)),l.push(f)),1;t=0;var b=""===d?".":d+":";if(y(e))for(var h=0;h<e.length;h++)t+=L(d=e[h],l,r,o=b+g(d,h),f);else if(h=function(a){return null===a||"object"!=typeof a?null:"function"==typeof(a=n&&a[n]||a["@@iterator"])?a:null}(e),"function"==typeof h)for(e=h.call(e),h=0;!(d=e.next()).done;)t+=L(d=d.value,l,r,o=b+g(d,h++),f);else if("object"===o){if("function"==typeof e.then)return L(function(a){switch(a.status){case"fulfilled":return a.value;case"rejected":throw a.reason;default:switch("string"==typeof a.status?a.then(S,S):(a.status="pending",a.then((function(c){"pending"===a.status&&(a.status="fulfilled",a.value=c)}),(function(c){"pending"===a.status&&(a.status="rejected",a.reason=c)}))),a.status){case"fulfilled":return a.value;case"rejected":throw a.reason}}throw a}(e),l,r,d,f);throw l=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===l?"object with keys {"+Object.keys(e).join(", ")+"}":l)+"). If you meant to render a collection of children, use an array instead.")}return t}function w(a,c,e){if(null==a)return a;var l=[],r=0;return L(a,l,"","",(function(a){return c.call(e,a,r++)})),l}function q(a){if(-1===a._status){var c=a._result;(c=c()).then((function(c){(0===a._status||-1===a._status)&&(a._status=1,a._result=c)}),(function(c){(0===a._status||-1===a._status)&&(a._status=2,a._result=c)})),-1===a._status&&(a._status=0,a._result=c)}if(1===a._status)return a._result.default;throw a._result}var D="function"==typeof reportError?reportError:function(a){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var c=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof a&&null!==a&&"string"==typeof a.message?String(a.message):String(a),error:a});if(!window.dispatchEvent(c))return}else if("object"==typeof process&&"function"==typeof process.emit)return void process.emit("uncaughtException",a);console.error(a)};function P(){}return r.Children={map:w,forEach:function(a,c,e){w(a,(function(){c.apply(this,arguments)}),e)},count:function(a){var c=0;return w(a,(function(){c++})),c},toArray:function(a){return w(a,(function(a){return a}))||[]},only:function(a){if(!H(a))throw Error("React.Children.only expected to receive a single React element child.");return a}},r.Component=M,r.Fragment=l,r.Profiler=f,r.PureComponent=s,r.StrictMode=d,r.Suspense=h,r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=m,r.act=function(){throw Error("act(...) is not supported in production builds of React.")},r.cache=function(a){return function(){return a.apply(null,arguments)}},r.cloneElement=function(a,c,e){if(null==a)throw Error("The argument must be a React element, but you passed "+a+".");var l=u({},a.props),r=a.key;if(null!=c)for(d in void 0!==c.ref&&void 0,void 0!==c.key&&(r=""+c.key),c)!A.call(c,d)||"key"===d||"__self"===d||"__source"===d||"ref"===d&&void 0===c.ref||(l[d]=c[d]);var d=arguments.length-2;if(1===d)l.children=e;else if(1<d){for(var f=Array(d),o=0;o<d;o++)f[o]=arguments[o+2];l.children=f}return V(a.type,r,void 0,0,0,l)},r.createContext=function(a){return(a={$$typeof:t,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null}).Provider=a,a.Consumer={$$typeof:o,_context:a},a},r.createElement=function(a,c,e){var l,r={},d=null;if(null!=c)for(l in void 0!==c.key&&(d=""+c.key),c)A.call(c,l)&&"key"!==l&&"__self"!==l&&"__source"!==l&&(r[l]=c[l]);var f=arguments.length-2;if(1===f)r.children=e;else if(1<f){for(var o=Array(f),t=0;t<f;t++)o[t]=arguments[t+2];r.children=o}if(a&&a.defaultProps)for(l in f=a.defaultProps)void 0===r[l]&&(r[l]=f[l]);return V(a,d,void 0,0,0,r)},r.createRef=function(){return{current:null}},r.forwardRef=function(a){return{$$typeof:b,render:a}},r.isValidElement=H,r.lazy=function(a){return{$$typeof:i,_payload:{_status:-1,_result:a},_init:q}},r.memo=function(a,c){return{$$typeof:Z,type:a,compare:void 0===c?null:c}},r.startTransition=function(a){var c=m.T,e={};m.T=e;try{var l=a(),r=m.S;null!==r&&r(e,l),"object"==typeof l&&null!==l&&"function"==typeof l.then&&l.then(P,D)}catch(a){D(a)}finally{m.T=c}},r.unstable_useCacheRefresh=function(){return m.H.useCacheRefresh()},r.use=function(a){return m.H.use(a)},r.useActionState=function(a,c,e){return m.H.useActionState(a,c,e)},r.useCallback=function(a,c){return m.H.useCallback(a,c)},r.useContext=function(a){return m.H.useContext(a)},r.useDebugValue=function(){},r.useDeferredValue=function(a,c){return m.H.useDeferredValue(a,c)},r.useEffect=function(a,c){return m.H.useEffect(a,c)},r.useId=function(){return m.H.useId()},r.useImperativeHandle=function(a,c,e){return m.H.useImperativeHandle(a,c,e)},r.useInsertionEffect=function(a,c){return m.H.useInsertionEffect(a,c)},r.useLayoutEffect=function(a,c){return m.H.useLayoutEffect(a,c)},r.useMemo=function(a,c){return m.H.useMemo(a,c)},r.useOptimistic=function(a,c){return m.H.useOptimistic(a,c)},r.useReducer=function(a,c,e){return m.H.useReducer(a,c,e)},r.useRef=function(a){return m.H.useRef(a)},r.useState=function(a){return m.H.useState(a)},r.useSyncExternalStore=function(a,c,e){return m.H.useSyncExternalStore(a,c,e)},r.useTransition=function(){return m.H.useTransition()},r.version="19.0.0",r}var f,o,t={exports:{}}; /** * @license React * react.development.js * * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */function b(){return f||(f=1,a=t,c=t.exports,"production"!==process.env.NODE_ENV&&function(){function e(a,c){Object.defineProperty(d.prototype,a,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",c[0],c[1])}})}function l(a){return null===a||"object"!=typeof a?null:"function"==typeof(a=K&&a[K]||a["@@iterator"])?a:null}function r(a,c){var e=(a=(a=a.constructor)&&(a.displayName||a.name)||"ReactClass")+"."+c;W[e]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",c,a),W[e]=!0)}function d(a,c,e){this.props=a,this.context=c,this.refs=Q,this.updater=e||J}function f(){}function o(a,c,e){this.props=a,this.context=c,this.refs=Q,this.updater=e||J}function t(a){return""+a}function b(a){try{t(a);var c=!1}catch{c=!0}if(c){var e=(c=console).error,l="function"==typeof Symbol&&Symbol.toStringTag&&a[Symbol.toStringTag]||a.constructor.name||"Object";return e.call(c,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",l),t(a)}}function h(a){if(null==a)return null;if("function"==typeof a)return a.$$typeof===ba?null:a.displayName||a.name||null;if("string"==typeof a)return a;switch(a){case x:return"Fragment";case E:return"Portal";case U:return"Profiler";case _:return"StrictMode";case N:return"Suspense";case j:return"SuspenseList"}if("object"==typeof a)switch("number"==typeof a.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),a.$$typeof){case I:return(a.displayName||"Context")+".Provider";case F:return(a._context.displayName||"Context")+".Consumer";case O:var c=a.render;return(a=a.displayName)||(a=""!==(a=c.displayName||c.name||"")?"ForwardRef("+a+")":"ForwardRef"),a;case $:return null!==(c=a.displayName||null)?c:h(a.type)||"Memo";case G:c=a._payload,a=a._init;try{return h(a(c))}catch{}}return null}function Z(a){return"string"==typeof a||"function"==typeof a||a===x||a===U||a===_||a===N||a===j||a===z||"object"==typeof a&&null!==a&&(a.$$typeof===G||a.$$typeof===$||a.$$typeof===I||a.$$typeof===F||a.$$typeof===O||a.$$typeof===ia||void 0!==a.getModuleId)}function i(){}function n(a){if(void 0===va)try{throw Error()}catch(a){var c=a.stack.trim().match(/\n( *(at )?)/);va=c&&c[1]||"",ua=-1<a.stack.indexOf("\n at")?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return"\n"+va+a+ua}function v(a,c){if(!a||pa)return"";var e,l=sa.get(a);if(void 0!==l)return l;pa=!0,l=Error.prepareStackTrace,Error.prepareStackTrace=void 0,e=ha.H,ha.H=null,function(){if(0===na){ca=console.log,ea=console.info,la=console.warn,ra=console.error,da=console.group,fa=console.groupCollapsed,oa=console.groupEnd;var a={configurable:!0,enumerable:!0,value:i,writable:!0};Object.defineProperties(console,{info:a,log:a,warn:a,error:a,group:a,groupCollapsed:a,groupEnd:a})}na++}();try{var r={DetermineComponentFrameRoot:function(){try{if(c){var e=function(){throw Error()};if(Object.defineProperty(e.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(e,[])}catch(a){var l=a}Reflect.construct(a,[],e)}else{try{e.call()}catch(a){l=a}a.call(e.prototype)}}else{try{throw Error()}catch(a){l=a}(e=a())&&"function"==typeof e.catch&&e.catch((function(){}))}}catch(a){if(a&&l&&"string"==typeof a.stack)return[a.stack,l.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var d=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,"name");d&&d.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var f=r.DetermineComponentFrameRoot(),o=f[0],t=f[1];if(o&&t){var b=o.split("\n"),h=t.split("\n");for(f=d=0;d<b.length&&!b[d].includes("DetermineComponentFrameRoot");)d++;for(;f<h.length&&!h[f].includes("DetermineComponentFrameRoot");)f++;if(d===b.length||f===h.length)for(d=b.length-1,f=h.length-1;1<=d&&0<=f&&b[d]!==h[f];)f--;for(;1<=d&&0<=f;d--,f--)if(b[d]!==h[f]){if(1!==d||1!==f)do{if(d--,0>--f||b[d]!==h[f]){var Z="\n"+b[d].replace(" at new "," at ");return a.displayName&&Z.includes("<anonymous>")&&(Z=Z.replace("<anonymous>",a.displayName)),"function"==typeof a&&sa.set(a,Z),Z}}while(1<=d&&0<=f);break}}}finally{pa=!1,ha.H=e,function(){if(0==--na){var a={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Y({},a,{value:ca}),info:Y({},a,{value:ea}),warn:Y({},a,{value:la}),error:Y({},a,{value:ra}),group:Y({},a,{value:da}),groupCollapsed:Y({},a,{value:fa}),groupEnd:Y({},a,{value:oa})})}0>na&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}(),Error.prepareStackTrace=l}return b=(b=a?a.displayName||a.name:"")?n(b):"","function"==typeof a&&sa.set(a,b),b}function u(a){if(null==a)return"";if("function"==typeof a){var c=a.prototype;return v(a,!(!c||!c.isReactComponent))}if("string"==typeof a)return n(a);switch(a){case N:return n("Suspense");case j:return n("SuspenseList")}if("object"==typeof a)switch(a.$$typeof){case O:return a=v(a.render,!1);case $:return u(a.type);case G:c=a._payload,a=a._init;try{return u(a(c))}catch{}}return""}function C(){var a=ha.A;return null===a?null:a.getOwner()}function M(a){if(Za.call(a,"key")){var c=Object.getOwnPropertyDescriptor(a,"key").get;if(c&&c.isReactWarning)return!1}return void 0!==a.key}function p(){var a=h(this.type);return ya[a]||(ya[a]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(a=this.props.ref)?a:null}function s(a,c,e,l,r,d){return e=d.ref,a={$$typeof:R,type:a,key:c,props:d,_owner:r},null!==(void 0!==e?e:null)?Object.defineProperty(a,"ref",{enumerable:!1,get:p}):Object.defineProperty(a,"ref",{enumerable:!1,value:null}),a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(a,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a}function k(a,c){if("object"==typeof a&&a&&a.$$typeof!==ka)if(ta(a))for(var e=0;e<a.length;e++){var r=a[e];y(r)&&m(r,c)}else if(y(a))a._store&&(a._store.validated=1);else if("function"==typeof(e=l(a))&&e!==a.entries&&(e=e.call(a))!==a)for(;!(a=e.next()).done;)y(a.value)&&m(a.value,c)}function y(a){return"object"==typeof a&&null!==a&&a.$$typeof===R}function m(a,c){if(a._store&&!a._store.validated&&null==a.key&&(a._store.validated=1,c=function(a){var c="",e=C();return e&&(e=h(e.type))&&(c="\n\nCheck the render method of `"+e+"`."),c||(a=h(a))&&(c="\n\nCheck the top-level render call using <"+a+">."),c}(c),!ma[c])){ma[c]=!0;var e="";a&&null!=a._owner&&a._owner!==C()&&(e=null,"number"==typeof a._owner.tag?e=h(a._owner.type):"string"==typeof a._owner.name&&(e=a._owner.name),e=" It was passed a child from "+e+".");var l=ha.getCurrentStack;ha.getCurrentStack=function(){var c=u(a.type);return l&&(c+=l()||""),c},console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',c,e),ha.getCurrentStack=l}}function A(a,c){return"object"==typeof a&&null!==a&&null!=a.key?(b(a.key),function(a){var c={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,(function(a){return c[a]}))}(""+a.key)):c.toString(36)}function V(){}function H(a,c,e,r,d){var f=typeof a;("undefined"===f||"boolean"===f)&&(a=null);var o=!1;if(null===a)o=!0;else switch(f){case"bigint":case"string":case"number":o=!0;break;case"object":switch(a.$$typeof){case R:case E:o=!0;break;case G:return H((o=a._init)(a._payload),c,e,r,d)}}if(o){d=d(o=a);var t=""===r?"."+A(o,0):r;return ta(d)?(e="",null!=t&&(e=t.replace(Va,"$&/")+"/"),H(d,c,e,"",(function(a){return a}))):null!=d&&(y(d)&&(null!=d.key&&(o&&o.key===d.key||b(d.key)),e=function(a,c){return(c=s(a.type,c,void 0,0,a._owner,a.props))._store.validated=a._store.validated,c}(d,e+(null==d.key||o&&o.key===d.key?"":(""+d.key).replace(Va,"$&/")+"/")+t),""!==r&&null!=o&&y(o)&&null==o.key&&o._store&&!o._store.validated&&(e._store.validated=2),d=e),c.push(d)),1}if(o=0,t=""===r?".":r+":",ta(a))for(var h=0;h<a.length;h++)o+=H(r=a[h],c,e,f=t+A(r,h),d);else if("function"==typeof(h=l(a)))for(h===a.entries&&(Aa||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Aa=!0),a=h.call(a),h=0;!(r=a.next()).done;)o+=H(r=r.value,c,e,f=t+A(r,h++),d);else if("object"===f){if("function"==typeof a.then)return H(function(a){switch(a.status){case"fulfilled":return a.value;case"rejected":throw a.reason;default:switch("string"==typeof a.status?a.then(V,V):(a.status="pending",a.then((function(c){"pending"===a.status&&(a.status="fulfilled",a.value=c)}),(function(c){"pending"===a.status&&(a.status="rejected",a.reason=c)}))),a.status){case"fulfilled":return a.value;case"rejected":throw a.reason}}throw a}(a),c,e,r,d);throw c=String(a),Error("Objects are not valid as a React child (found: "+("[object Object]"===c?"object with keys {"+Object.keys(a).join(", ")+"}":c)+"). If you meant to render a collection of children, use an array instead.")}return o}function B(a,c,e){if(null==a)return a;var l=[],r=0;return H(a,l,"","",(function(a){return c.call(e,a,r++)})),l}function g(a){if(-1===a._status){var c=a._result;(c=c()).then((function(c){(0===a._status||-1===a._status)&&(a._status=1,a._result=c)}),(function(c){(0===a._status||-1===a._status)&&(a._status=2,a._result=c)})),-1===a._status&&(a._status=0,a._result=c)}if(1===a._status)return void 0===(c=a._result)&&console.error("lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))\n\nDid you accidentally put curly braces around the import?",c),"default"in c||console.error("lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))",c),c.default;throw a._result}function S(){var a=ha.H;return null===a&&console.error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem."),a}function L(){}function w(c){if(null===ga)try{var e=("require"+Math.random()).slice(0,7);ga=(a&&a[e]).call(a,"timers").setImmediate}catch{ga=function(a){!1===Ba&&(Ba=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var c=new MessageChannel;c.port1.onmessage=a,c.port2.postMessage(void 0)}}return ga(c)}function q(a){return 1<a.length&&"function"==typeof AggregateError?new AggregateError(a):a[0]}function D(a,c){c!==Sa-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Sa=c}function P(a,c,e){var l=ha.actQueue;if(null!==l)if(0!==l.length)try{return T(l),void w((function(){return P(a,c,e)}))}catch(a){ha.thrownErrors.push(a)}else ha.actQueue=null;0<ha.thrownErrors.length?(l=q(ha.thrownErrors),ha.thrownErrors.length=0,e(l)):c(a)}function T(a){if(!wa){wa=!0;var c=0;try{for(;c<a.length;c++)for(var e=a[c];;){ha.didUsePromise=!1;var l=e(!1);if(null===l)break;if(ha.didUsePromise)return a[c]=e,void a.splice(0,c);e=l}a.length=0}catch(e){a.splice(0,c+1),ha.thrownErrors.push(e)}finally{wa=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var R=Symbol.for("react.transitional.element"),E=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),_=Symbol.for("react.strict_mode"),U=Symbol.for("react.profiler"),F=Symbol.for("react.consumer"),I=Symbol.for("react.context"),O=Symbol.for("react.forward_ref"),N=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),$=Symbol.for("react.memo"),G=Symbol.for("react.lazy"),z=Symbol.for("react.offscreen"),K=Symbol.iterator,W={},J={isMounted:function(){return!1},enqueueForceUpdate:function(a){r(a,"forceUpdate")},enqueueReplaceState:function(a){r(a,"replaceState")},enqueueSetState:function(a){r(a,"setState")}},Y=Object.assign,Q={};Object.freeze(Q),d.prototype.isReactComponent={},d.prototype.setState=function(a,c){if("object"!=typeof a&&"function"!=typeof a&&null!=a)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,a,c,"setState")},d.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};var X,aa={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(X in aa)aa.hasOwnProperty(X)&&e(X,aa[X]);f.prototype=d.prototype,(aa=o.prototype=new f).constructor=o,Y(aa,d.prototype),aa.isPureReactComponent=!0;var ca,ea,la,ra,da,fa,oa,ta=Array.isArray,ba=Symbol.for("react.client.reference"),ha={H:null,A:null,T:null,S:null,actQueue:null,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null},Za=Object.prototype.hasOwnProperty,ia=Symbol.for("react.client.reference"),na=0;i.__reactDisabledLog=!0;var va,ua,Ca,Ma,pa=!1,sa=new("function"==typeof WeakMap?WeakMap:Map),ka=Symbol.for("react.client.reference"),ya={},ma={},Aa=!1,Va=/\/+/g,Ha="function"==typeof reportError?reportError:function(a){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var c=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof a&&null!==a&&"string"==typeof a.message?String(a.message):String(a),error:a});if(!window.dispatchEvent(c))return}else if("object"==typeof process&&"function"==typeof process.emit)return void process.emit("uncaughtException",a);console.error(a)},Ba=!1,ga=null,Sa=0,La=!1,wa=!1,qa="function"==typeof queueMicrotask?function(a){queueMicrotask((function(){return queueMicrotask(a)}))}:w;c.Children={map:B,forEach:function(a,c,e){B(a,(function(){c.apply(this,arguments)}),e)},count:function(a){var c=0;return B(a,(function(){c++})),c},toArray:function(a){return B(a,(function(a){return a}))||[]},only:function(a){if(!y(a))throw Error("React.Children.only expected to receive a single React element child.");return a}},c.Component=d,c.Fragment=x,c.Profiler=U,c.PureComponent=o,c.StrictMode=_,c.Suspense=N,c.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=ha,c.act=function(a){var c=ha.actQueue,e=Sa;Sa++;var l=ha.actQueue=null!==c?c:[],r=!1;try{var d=a()}catch(a){ha.thrownErrors.push(a)}if(0<ha.thrownErrors.length)throw D(0,e),a=q(ha.thrownErrors),ha.thrownErrors.length=0,a;if(null!==d&&"object"==typeof d&&"function"==typeof d.then){var f=d;return qa((function(){r||La||(La=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))})),{then:function(a,c){r=!0,f.then((function(r){if(D(0,e),0===e){try{T(l),w((function(){return P(r,a,c)}))}catch(a){ha.thrownErrors.push(a)}if(0<ha.thrownErrors.length){var d=q(ha.thrownErrors);ha.thrownErrors.length=0,c(d)}}else a(r)}),(function(a){D(0,e),0<ha.thrownErrors.length&&(a=q(ha.thrownErrors),ha.thrownErrors.length=0),c(a)}))}}}var o=d;if(D(0,e),0===e&&(T(l),0!==l.length&&qa((function(){r||La||(La=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))})),ha.actQueue=null),0<ha.thrownErrors.length)throw a=q(ha.thrownErrors),ha.thrownErrors.length=0,a;return{then:function(a,c){r=!0,0===e?(ha.actQueue=l,w((function(){return P(o,a,c)}))):a(o)}}},c.cache=function(a){return function(){return a.apply(null,arguments)}},c.cloneElement=function(a,c,e){if(null==a)throw Error("The argument must be a React element, but you passed "+a+".");var l,r=Y({},a.props),d=a.key,f=a._owner;if(null!=c)for(o in(l=!(Za.call(c,"ref")&&(l=Object.getOwnPropertyDescriptor(c,"ref").get)&&l.isReactWarning)&&void 0!==c.ref)&&(f=C()),M(c)&&(b(c.key),d=""+c.key),c)!Za.call(c,o)||"key"===o||"__self"===o||"__source"===o||"ref"===o&&void 0===c.ref||(r[o]=c[o]);var o=arguments.length-2;if(1===o)r.children=e;else if(1<o){l=Array(o);for(var t=0;t<o;t++)l[t]=arguments[t+2];r.children=l}for(r=s(a.type,d,void 0,0,f,r),d=2;d<arguments.length;d++)k(arguments[d],r.type);return r},c.createContext=function(a){return(a={$$typeof:I,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null}).Provider=a,a.Consumer={$$typeof:F,_context:a},a._currentRenderer=null,a._currentRenderer2=null,a},c.createElement=function(a,c,e){if(Z(a))for(var l=2;l<arguments.length;l++)k(arguments[l],a);else{if(l="",(void 0===a||"object"==typeof a&&null!==a&&0===Object.keys(a).length)&&(l+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),null===a)var r="null";else ta(a)?r="array":void 0!==a&&a.$$typeof===R?(r="<"+(h(a.type)||"Unknown")+" />",l=" Did you accidentally export a JSX literal instead of a component?"):r=typeof a;console.error("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",r,l)}var d;if(l={},r=null,null!=c)for(d in Ma||!("__self"in c)||"key"in c||(Ma=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),M(c)&&(b(c.key),r=""+c.key),c)Za.call(c,d)&&"key"!==d&&"__self"!==d&&"__source"!==d&&(l[d]=c[d]);var f=arguments.length-2;if(1===f)l.children=e;else if(1<f){for(var o=Array(f),t=0;t<f;t++)o[t]=arguments[t+2];Object.freeze&&Object.freeze(o),l.children=o}if(a&&a.defaultProps)for(d in f=a.defaultProps)void 0===l[d]&&(l[d]=f[d]);return r&&function(a,c){function e(){Ca||(Ca=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",c))}e.isReactWarning=!0,Object.defineProperty(a,"key",{get:e,configurable:!0})}(l,"function"==typeof a?a.displayName||a.name||"Unknown":a),s(a,r,void 0,0,C(),l)},c.createRef=function(){var a={current:null};return Object.seal(a),a},c.forwardRef=function(a){null!=a&&a.$$typeof===$?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):"function"!=typeof a?console.error("forwardRef requires a render function but was given %s.",null===a?"null":typeof a):0!==a.length&&2!==a.length&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",1===a.length?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),null!=a&&null!=a.defaultProps&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var c,e={$$typeof:O,render:a};return Object.defineProperty(e,"displayName",{enumerable:!1,configurable:!0,get:function(){return c},set:function(e){c=e,a.name||a.displayName||(Object.defineProperty(a,"name",{value:e}),a.displayName=e)}}),e},c.isValidElement=y,c.lazy=function(a){return{$$typeof:G,_payload:{_status:-1,_result:a},_init:g}},c.memo=function(a,c){var e;return Z(a)||console.error("memo: The first argument must be a component. Instead received: %s",null===a?"null":typeof a),c={$$typeof:$,type:a,compare:void 0===c?null:c},Object.defineProperty(c,"displayName",{enumerable:!1,configurable:!0,get:function(){return e},set:function(c){e=c,a.name||a.displayName||(Object.defineProperty(a,"name",{value:c}),a.displayName=c)}}),c},c.startTransition=function(a){var c=ha.T,e={};ha.T=e,e._updatedFibers=new Set;try{var l=a(),r=ha.S;null!==r&&r(e,l),"object"==typeof l&&null!==l&&"function"==typeof l.then&&l.then(L,Ha)}catch(a){Ha(a)}finally{null===c&&e._updatedFibers&&(a=e._updatedFibers.size,e._updatedFibers.clear(),10<a&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),ha.T=c}},c.unstable_useCacheRefresh=function(){return S().useCacheRefresh()},c.use=function(a){return S().use(a)},c.useActionState=function(a,c,e){return S().useActionState(a,c,e)},c.useCallback=function(a,c){return S().useCallback(a,c)},c.useContext=function(a){var c=S();return a.$$typeof===F&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),c.useContext(a)},c.useDebugValue=function(a,c){return S().useDebugValue(a,c)},c.useDeferredValue=function(a,c){return S().useDeferredValue(a,c)},c.useEffect=function(a,c){return S().useEffect(a,c)},c.useId=function(){return S().useId()},c.useImperativeHandle=function(a,c,e){return S().useImperativeHandle(a,c,e)},c.useInsertionEffect=function(a,c){return S().useInsertionEffect(a,c)},c.useLayoutEffect=function(a,c){return S().useLayoutEffect(a,c)},c.useMemo=function(a,c){return S().useMemo(a,c)},c.useOptimistic=function(a,c){return S().useOptimistic(a,c)},c.useReducer=function(a,c,e){return S().useReducer(a,c,e)},c.useRef=function(a){return S().useRef(a)},c.useState=function(a){return S().useState(a)},c.useSyncExternalStore=function(a,c,e){return S().useSyncExternalStore(a,c,e)},c.useTransition=function(){return S().useTransition()},c.version="19.0.0",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),t.exports;var a,c}t.exports;var h=(o||(o=1,"production"===process.env.NODE_ENV?l.exports=d():l.exports=b()),l.exports),Z={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",fillRule:"evenodd",clipRule:"evenodd"};const i=(a,e)=>{const l=h.forwardRef((({color:l="currentColor",size:r=24,children:d,...f},o)=>h.createElement("svg",{ref:o,className:`mni mni-${c(a)}`,color:l,...Z,...f},[...e.map((([a,c])=>h.createElement(a,c))),Array.isArray(d??[d])||[]])));return l.displayName=a,l},n=i("add",[["path",{fill:"currentColor",d:"M12 3.25a.75.75 0 0 1 .75.75v16a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75Z",key:"bb82b19aa6f5808a9d6c0f606df5dd3c4a4fa9b8"}],["path",{fill:"currentColor",d:"M3.25 12a.75.75 0 0 1 .75-.75h16a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75Z",key:"7955846aaac974b02e95d0c281c859293d43d654"}]]),v=i("add-block",[["path",{fill:"currentColor",d:"M10.35 3.7a.575.575 0 0 0-.55.55v4.8a.75.75 0 1 1-1.5 0v-4.8c0-1.114.936-2.05 2.05-2.05h3.4c1.114 0 2.05.936 2.05 2.05v4.8a.75.75 0 0 1-1.5 0v-4.8a.575.575 0 0 0-.55-.55h-3.4Zm-1.3 10.5a.75.75 0 0 1 .75.75v4.8c0 .286.264.55.55.55h3.3c.286 0 .55-.264.55-.55v-4.8a.75.75 0 0 1 1.5 0v4.8c0 1.114-.936 2.05-2.05 2.05h-3.3a2.073 2.073 0 0 1-2.05-2.05v-4.8a.75.75 0 0 1 .75-.75Z",key:"e32c72aa219f08ebce877a4be180c07daeb95d68"}],["path",{fill:"currentColor",d:"M14.2 9.05a.75.75 0 0 1 .75-.75h4.8c1.114 0 2.05.936 2.05 2.05v3.4c0 1.114-.936 2.05-2.05 2.05h-4.8a.75.75 0 1 1 0-1.5h4.8c.286 0 .55-.264.55-.55v-3.4a.575.575 0 0 0-.55-.55h-4.8a.75.75 0 0 1-.75-.75Zm-9.95.75a.575.575 0 0 0-.55.55v3.3c0 .286.264.55.55.55h4.8a.75.75 0 0 1 0 1.5h-4.8a2.073 2.073 0 0 1-2.05-2.05v-3.3c0-1.114.936-2.05 2.05-2.05h4.8a.75.75 0 1 1 0 1.5h-4.8Z",key:"a3832b71bb709698e905b62cc86c561f474aabe3"}]]),u=i("add-block-b",[["path",{fill:"currentColor",d:"M9.05 9.05v-4.8c0-.7.6-1.3 1.3-1.3h3.4c.7 0 1.3.6 1.3 1.3v4.8",key:"e3d0284c77d74cdf8460618811dc8771a8d4fa02"}],["path",{fill:"currentColor",d:"M10.35 3.7a.575.575 0 0 0-.55.55v4.8a.75.75 0 1 1-1.5 0v-4.8c0-1.114.936-2.05 2.05-2.05h3.4c1.114 0 2.05.936 2.05 2.05v4.8a.75.75 0 0 1-1.5 0v-4.8a.575.575 0 0 0-.55-.55h-3.4Zm4.6 11.25v4.8c0 .7-.6 1.3-1.3 1.3h-3.3c-.7 0-1.3-.6-1.3-1.3v-4.8",key:"fc16ca8ef56b75876feff4931b1cc6b5c0706abd"}],["path",{fill:"currentColor",d:"M9.05 14.2a.75.75 0 0 1 .75.75v4.8c0 .286.264.55.55.55h3.3c.286 0 .55-.264.55-.55v-4.8a.75.75 0 0 1 1.5 0v4.8c0 1.114-.936 2.05-2.05 2.05h-3.3a2.073 2.073 0 0 1-2.05-2.05v-4.8a.75.75 0 0 1 .75-.75Z",key:"3c7875870ad6aa0deb7686fcd676b0b4aa91ab7d"}],["path",{fill:"currentColor",d:"M14.95 9.05h4.8c.7 0 1.3.6 1.3 1.3v3.4c0 .7-.6 1.3-1.3 1.3h-4.8",key:"5d7c68276f633e5b682d7f8422d44a5c6e62d0ec"}],["path",{fill:"currentColor",d:"M14.2 9.05a.75.75 0 0 1 .75-.75h4.8c1.114 0 2.05.936 2.05 2.05v3.4c0 1.114-.936 2.05-2.05 2.05h-4.8a.75.75 0 1 1 0-1.5h4.8c.286 0 .55-.264.55-.55v-3.4a.575.575 0 0 0-.55-.55h-4.8a.75.75 0 0 1-.75-.75Z",key:"632c67b1b159c60a5e8f2505bb81e142c7f83c42"}],["path",{fill:"currentColor",d:"M14.95 9.05h-5.9v5.9h5.9v-5.9Z",key:"1a5c41068740d48f1e8ce37aec7fc67987257c1a"}],["path",{fill:"currentColor",d:"M8.3 8.3h7.4v7.4H8.3V8.3Zm1.5 1.5v4.4h4.4V9.8H9.8Z",key:"fbc29273c412a9874adfc396cfc7e5973ea49aeb"}],["path",{fill:"currentColor",d:"M9.05 9.05v5.9h-4.8c-.7 0-1.3-.6-1.3-1.3v-3.3c0-.7.6-1.3 1.3-1.3h4.8Z",key:"c74b2e2666d22352caae66b3fa65724fd9a3d537"}],["path",{fill:"currentColor",d:"M4.25 9.8a.575.575 0 0 0-.55.55v3.3c0 .286.264.55.55.55H8.3V9.8H4.25Zm-2.05.55c0-1.114.936-2.05 2.05-2.05H9.8v7.4H4.25a2.073 2.073 0 0 1-2.05-2.05v-3.3Z",key:"3b4e1d2c00b38df2d8c595c3870e0f18c5995914"}]]),C=i("add-sqaure",[["path",{fill:"currentColor",d:"M9 3.75C6.114 3.75 3.75 6.114 3.75 9v6c0 2.886 2.364 5.25 5.25 5.25h6c2.886 0 5.25-2.364 5.25-5.25V9c0-2.886-2.364-5.25-5.25-5.25H9ZM2.25 9c0-3.714 3.036-6.75 6.75-6.75h6c3.714 0 6.75 3.036 6.75 6.75v6c0 3.714-3.036 6.75-6.75 6.75H9c-3.714 0-6.75-3.036-6.75-6.75V9Zm6 3a.75.75 0 0 1 .75-.75h2.25V9a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1-.75-.75Z",key:"66b51288adb7e0cf004d8f68cbd03fe9fab47a15"}]]),M=i("add-sqaure-b",[["path",{fill:"currentColor",d:"M15 21H9c-3.3 0-6-2.7-6-6V9c0-3.3 2.7-6 6-6h6c3.3 0 6 2.7 6 6v6c0 3.3-2.7 6-6 6Z",key:"77fa475d99550de1bf34d2cea5ca1483da95b2a2"}],["path",{fill:"currentColor",d:"M9 3.75C6.114 3.75 3.75 6.114 3.75 9v6c0 2.886 2.364 5.25 5.25 5.25h6c2.886 0 5.25-2.364 5.25-5.25V9c0-2.886-2.364-5.25-5.25-5.25H9ZM2.25 9c0-3.714 3.036-6.75 6.75-6.75h6c3.714 0 6.75 3.036 6.75 6.75v6c0 3.714-3.036 6.75-6.75 6.75H9c-3.714 0-6.75-3.036-6.75-6.75V9Z",key:"3ff41bd726c38e5a42335ea51f4c8d36a99617d5"}],["path",{fill:"#fff",d:"M8.25 12a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Z",key:"cce8c4cc01f66cbf9b8484a14cec43402119bd13"}],["path",{fill:"#fff",d:"M12 8.25a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Z",key:"4c01902adbe07e58ec1000695fa2bd095694737a"}]]),p=i("airpods",[["path",{fill:"currentColor",d:"M8 2.1a4.762 4.762 0 0 0-4.75 4.75c0 1.683.849 3.204 2.235 4.026l.468 5.24v.009c.14 1.39 1.368 2.475 2.747 2.475 1.379 0 2.607-1.086 2.746-2.475l.604-6.037v-.056c0-.202 0-.405-.042-.642a4.75 4.75 0 0 0 .742-2.54A4.762 4.762 0 0 0 8 2.1Zm2.637 6.647-.047.067-.004.006c-.55.785-1.512 1.28-2.586 1.28-.64 0-1.082-.093-1.414-.293l-.008-.005.017-.041C5.486 9.285 4.75 8.167 4.75 6.85A3.262 3.262 0 0 1 8 3.6a3.262 3.262 0 0 1 3.25 3.25c0 .694-.22 1.322-.613 1.896ZM8 11.6c.88 0 1.732-.234 2.458-.667l-.504 5.043c-.061.61-.633 1.124-1.254 1.124-.62 0-1.19-.512-1.253-1.121l-.398-4.45c.312.052.631.071.951.071Zm5.25 1.25c0-2.114 1.636-3.75 3.75-3.75s3.75 1.636 3.75 3.75c0 1.351-.709 2.492-1.74 3.157l-.364 3.825-.002.011c-.14 1.124-1.016 2.057-2.244 2.057-1.228 0-2.104-.933-2.244-2.057l-.002-.013-.404-4.547v-.061c0-.104 0-.258.029-.436-.357-.571-.529-1.224-.529-1.936Zm1.8 1.139.16.225c.36.503 1.033.886 1.79.886.297 0 .68-.079.965-.22l.005-.004c.766-.385 1.28-1.137 1.28-2.026 0-1.286-.964-2.25-2.25-2.25s-2.25.964-2.25 2.25c0 .451.104.823.3 1.139Zm.596 5.68-.307-3.455c.5.245 1.067.386 1.661.386.142 0 .294-.01.45-.03l-.295 3.097c-.063.47-.385.733-.755.733s-.691-.263-.754-.731Z",key:"359a487c4d1b395ebcf81c9788d2170e7728c6c8"}]]),s=i("airpods-alt",[["path",{fill:"currentColor",d:"M8.05 2.1A4.762 4.762 0 0 0 3.3 6.85c0 .896.25 1.704.667 2.416-.067.292-.067.53-.067.766v.055l.604 6.038C4.643 17.515 5.87 18.6 7.25 18.6s2.607-1.086 2.746-2.475l.465-5.202c1.351-.798 2.339-2.33 2.339-4.073A4.762 4.762 0 0 0 8.05 2.1Zm1.969 7.314C10.772 8.833 11.3 7.89 11.3 6.85A3.262 3.262 0 0 0 8.05 3.6 3.262 3.262 0 0 0 4.8 6.85c0 .722.238 1.373.66 1.964l-.066.048c.554.76 1.501 1.238 2.556 1.238.64 0 1.082-.093 1.414-.293l.655-.393Zm-4.023 6.562-.504-5.043a4.81 4.81 0 0 0 2.458.667c.32 0 .639-.019.95-.07l-.397 4.449c-.062.609-.633 1.121-1.253 1.121-.62 0-1.193-.514-1.254-1.125ZM13.2 12.85c0-2.114 1.636-3.75 3.75-3.75s3.75 1.636 3.75 3.75c0 .712-.172 1.365-.529 1.936.03.178.03.332.03.436v.061l-.405 4.547-.002.013c-.14 1.124-1.016 2.057-2.244 2.057-1.227 0-2.104-.933-2.244-2.057l-.001-.01-.365-3.826c-1.031-.665-1.74-1.806-1.74-3.157Zm2.78 2.027.005.002c.285.142.668.221.965.221.757 0 1.43-.383 1.79-.886l.161-.226c.195-.315.3-.687.3-1.138 0-1.286-.965-2.25-2.25-2.25-1.287 0-2.25.964-2.25 2.25 0 .889.513 1.641 1.28 2.027Zm.97 1.723c.594 0 1.161-.14 1.661-.386l-.307 3.455c-.063.468-.385.731-.754.731-.37 0-.692-.263-.755-.733l-.294-3.096c.155.02.307.03.45.03Z",key:"5afb72d814004c59f142b8a5e47bc2150345ecb0"}]]),k=i("airpods-alt-b",[["path",{fill:"currentColor",d:"M12.05 6.9c0 1.6-.9 2.9-2.3 3.6-.5.2-1.1.4-1.7.4-1.3 0-2.5-.6-3.2-1.6-.5-.7-.8-1.6-.8-2.4 0-2.2 1.8-4 4-4s4 1.7 4 4Z",key:"17bef8a0509a6c4a73dc31e03695cb5c6a73f06d"}],["path",{fill:"currentColor",d:"M8.05 3.65A3.262 3.262 0 0 0 4.8 6.9c0 .632.244 1.381.66 1.964l.004.006c.55.785 1.512 1.28 2.586 1.28.44 0 .918-.147 1.392-.335C10.598 9.226 11.3 8.177 11.3 6.9c0-1.874-1.452-3.25-3.25-3.25ZM3.3 6.9a4.762 4.762 0 0 1 4.75-4.75c2.602 0 4.75 2.024 4.75 4.75 0 1.913-1.087 3.457-2.715 4.27l-.028.015-.029.011c-.516.207-1.228.454-1.978.454-1.525 0-2.961-.703-3.812-1.917C3.655 8.916 3.3 7.867 3.3 6.9Z",key:"624af2328353722fd8973326107976eb92e116fa"}],["path",{fill:"currentColor",d:"m4.51 7.549.854 1.22c.55.785 1.512 1.281 2.586 1.281h.053l.053.007c.485.07.911-.062 1.308-.3l1.264-.759-.632 7.077c-.139 1.39-1.367 2.475-2.746 2.475-1.38 0-2.607-1.086-2.746-2.475L3.9 10.037v-.055c0-.301 0-.603.138-1.02L4.51 7.55Zm.982 3.334.504 5.042c.061.61.633 1.125 1.254 1.125.62 0 1.19-.512 1.253-1.121l.394-4.406c-.31.057-.644.072-1 .027a4.808 4.808 0 0 1-2.405-.667ZM13.2 12.8c0-2.114 1.636-3.75 3.75-3.75s3.75 1.636 3.75 3.75c0 .853-.248 1.623-.764 2.269l-1.172-.937c.284-.355.436-.785.436-1.332 0-1.286-.964-2.25-2.25-2.25s-2.25.964-2.25 2.25c0 .89.516 1.645 1.285 2.03l-.67 1.34c-1.231-.615-2.115-1.86-2.115-3.37Z",key:"57453b13dfa8dff414e675506dc2b0c7270c1adb"}],["path",{fill:"currentColor",d:"m15.65 15.5.4 4.2c.1.8.7 1.4 1.5 1.4s1.4-.6 1.5-1.4l.4-4.5c0-.2 0-.4-.1-.6-.5.7-1.4 1.2-2.4 1.2-.4 0-.9-.1-1.3-.3Z",key:"1c2a4878b7ce1a0e8aed202346706ed67e4f33e3"}],["path",{fill:"currentColor",d:"m19.464 13.15.557 1.115c.18.361.18.717.179.907v.061l-.404 4.547-.002.013c-.14 1.124-1.017 2.057-2.244 2.057-1.228 0-2.104-.933-2.244-2.057l-.002-.01-.529-5.559 1.21.605c.285.142.668.221.965.221.757 0 1.43-.383 1.79-.886l.724-1.014Zm-.853 3.014c-.5.245-1.067.386-1.661.386-.142 0-.294-.01-.45-.03l.295 3.097c.063.47.385.733.755.733s.69-.263.754-.731l.307-3.455Z",key:"daaf97bd74b73bd61b515ae9bc50ccdfe2bb0e20"}]]),y=i("airpods-b",[["path",{fill:"currentColor",d:"M3.2 6.9a4.762 4.762 0 0 1 4.75-4.75A4.762 4.762 0 0 1 12.7 6.9c0 1.078-.362 2.027-.94 2.836l-1.22-.872c.422-.591.66-1.242.66-1.964a3.262 3.262 0 0 0-3.25-3.25A3.262 3.262 0 0 0 4.7 6.9c0 1.287.713 2.343 1.885 2.93l-.67 1.34C4.287 10.358 3.2 8.814 3.2 6.9Z",key:"92e4b6f1b1774aca5f4686ed32200d10916f8635"}],["path",{fill:"currentColor",d:"m6.25 10.4.5 5.6c.1 1 1 1.8 2 1.8s1.9-.8 2-1.8l.6-6c-.1-.3-.1-.5-.1-.8-.7 1-1.9 1.6-3.2 1.6-.7.1-1.3-.1-1.8-.4Z",key:"931a8713decee6208f1db351aa282cd539703d12"}],["path",{fill:"currentColor",d:"M12 6.82V9.2c0 .293.003.387.062.563l.05.152-.616 6.16c-.139 1.39-1.367 2.475-2.746 2.475s-2.607-1.086-2.746-2.475l-.001-.008-.631-7.068 1.264.758c.396.238.823.37 1.308.3l.053-.007h.053c1.074 0 2.036-.495 2.586-1.28L12 6.82Zm-3.898 4.73c-.355.045-.689.03-.999-.027l.394 4.406c.063.609.633 1.121 1.253 1.121.621 0 1.193-.514 1.254-1.125l.504-5.042a4.807 4.807 0 0 1-2.406.667ZM18.35 15.5c1-.5 1.7-1.5 1.7-2.7 0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .7.2 1.3.6 1.8",key:"9cc7786041dd0abfed0143f51d18b55f3bbb9fc0"}],["path",{fill:"currentColor",d:"M13.3 12.8c0-2.114 1.636-3.75 3.75-3.75s3.75 1.636 3.75 3.75c0 1.51-.884 2.755-2.114 3.37l-.671-1.34c.769-.385 1.285-1.14 1.285-2.03 0-1.286-.964-2.25-2.25-2.25s-2.25.964-2.25 2.25c0 .547.152.977.436 1.332l-1.172.937c-.516-.646-.764-1.416-.764-2.269Z",key:"6a33553af39f0eb060047ebeae3d38536fbf5275"}],["path",{fill:"currentColor",d:"m14.536 13.15.724 1.014c.36.504 1.033.886 1.79.886.297 0 .68-.079.965-.22l1.21-.606-.53 5.558v.011c-.141 1.124-1.017 2.057-2.245 2.057-1.227 0-2.104-.933-2.244-2.057l-.002-.013-.404-4.547v-.061c0-.19-.002-.546.18-.907l.556-1.115Zm.853 3.014.307 3.455c.063.468.385.731.754.731.37 0 .692-.264.755-.733l.295-3.096c-.156.02-.308.03-.45.03-.594 0-1.16-.142-1.661-.387Z",key:"2e48c77259b03dbf00bb7b4ac4acc6704a2dc034"}]]),m=i("airpods-dot",[["path",{fill:"currentColor",d:"M3.3 6.85A4.762 4.762 0 0 1 8.05 2.1a4.762 4.762 0 0 1 4.75 4.75c0 1.91-1.186 3.566-2.736 4.28l-.628-1.36c1.05-.485 1.864-1.628 1.864-2.919A3.262 3.262 0 0 0 8.05 3.6 3.262 3.262 0 0 0 4.8 6.85c0 .722.238 1.373.66 1.964l-1.22.872c-.578-.809-.94-1.758-.94-2.836Z",key:"eee1d55a9086b6c684b6a6fb06bbb8e6f0c3e5dc"}],["path",{fill:"currentColor",d:"m4.51 7.599.854 1.22c.55.786 1.512 1.281 2.586 1.281h.053l.053.008c.485.069.911-.063 1.308-.301l1.264-.758-.632 7.076C9.857 17.515 8.63 18.6 7.25 18.6c-1.348 0-2.606-.956-2.747-2.479L3.9 10.088v-.056c0-.301 0-.603.138-1.02L4.51 7.6Zm.982 3.334.505 5.05c.061.675.601 1.117 1.253 1.117.62 0 1.19-.512 1.253-1.121l.394-4.406c-.31.057-.644.072-1 .027a4.808 4.808 0 0 1-2.405-.667ZM13.2 12.85c0-2.114 1.636-3.75 3.75-3.75s3.75 1.636 3.75 3.75c0 .853-.248 1.623-.764 2.268l-1.172-.937c.284-.354.436-.784.436-1.331 0-1.286-.964-2.25-2.25-2.25s-2.25.964-2.25 2.25c0 .89.516 1.645 1.285 2.03l-.67 1.34c-1.231-.615-2.115-1.86-2.115-3.37Z",key:"556f8c5d1176162f6fe654f3cb659cfd69facc8d"}],["path",{fill:"currentColor",d:"m19.464 13.2.557 1.115c.18.361.18.717.179.907v.061l-.404 4.547-.002.013c-.14 1.124-1.017 2.057-2.244 2.057-1.228 0-2.104-.933-2.244-2.057l-.002-.01-.529-5.559 1.21.605c.285.142.668.221.965.221.757 0 1.43-.383 1.79-.886l.724-1.014Zm-.853 3.014c-.5.245-1.067.386-1.661.386-.142 0-.294-.01-.45-.03l.295 3.097c.063.47.385.733.755.733s.69-.263.754-.731l.307-3.455ZM7.95 8.05a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",key:"305c39b7d149a0dda8f2b710a411a23b41e7c695"}]]),A=i("airpod-single",[["path",{fill:"currentColor",d:"M12 3.75A4.762 4.762 0 0 0 7.25 8.5c0 .896.25 1.704.667 2.416-.067.292-.067.53-.067.766v.055l.604 6.038c.139 1.39 1.367 2.475 2.746 2.475s2.607-1.086 2.746-2.475l.465-5.202c1.351-.798 2.339-2.33 2.339-4.073A4.762 4.762 0 0 0 12 3.75Zm1.969 7.314c.753-.581 1.281-1.525 1.281-2.564A3.262 3.262 0 0 0 12 5.25 3.262 3.262 0 0 0 8.75 8.5c0 .722.238 1.373.66 1.964l-.066.047c.554.76 1.501 1.239 2.556 1.239h.053l.053.008c.485.069.912-.063 1.308-.301l.655-.393Zm-4.023 6.561-.504-5.042a4.808 4.808 0 0 0 2.406.667c.355.045.689.03.999-.027l-.394 4.406c-.062.609-.633 1.121-1.253 1.121-.621 0-1.193-.514-1.254-1.125Z",key:"43780fd07a76254e443f3155090b643943c3440c"}]]),V=i("airpod-single-b",[["path",{fill:"currentColor",d:"M16 8.55c0 1.6-.9 3-2.3 3.6-.5.2-1.1.4-1.7.4-1.3 0-2.5-.6-3.2-1.6-.5-.7-.8-1.6-.8-2.4 0-2.2 1.8-4 4-4s4 1.7 4 4Z",key:"53143447419f7eb0b5d5b5958486f3e3ebaef38f"}],["path",{fill:"currentColor",d:"M12 5.3a3.262 3.262 0 0 0-3.25 3.25c0 .632.244 1.381.66 1.964l.004.006c.55.784 1.512 1.28 2.586 1.28.447 0 .932-.151 1.413-.343 1.104-.477 1.837-1.594 1.837-2.907 0-1.874-1.452-3.25-3.25-3.25ZM7.25 8.55A4.762 4.762 0 0 1 12 3.8c2.602 0 4.75 2.023 4.75 4.75 0 1.883-1.064 3.565-2.755 4.29l-.008.003-.008.003c-.517.207-1.229.454-1.979.454-1.525 0-2.961-.703-3.812-1.917-.583-.817-.938-1.866-.938-2.833Z",key:"72b21e95406f75d730a00e54a6b083b7e2df6831"}],["path",{fill:"currentColor",d:"m8.46 9.199.854 1.22c.55.785 1.512 1.28 2.586 1.28h.053l.053.008c.485.07.912-.062 1.308-.3l1.264-.759-.632 7.076c-.139 1.39-1.367 2.476-2.746 2.476-1.348 0-2.606-.956-2.747-2.479l-.603-6.034v-.055c0-.301 0-.604.138-1.02L8.46 9.2Zm.982 3.334.505 5.049c.061.676.602 1.118 1.253 1.118.62 0 1.19-.512 1.253-1.121l.394-4.406c-.31.057-.644.072-1 .027a4.808 4.808 0 0 1-2.405-.667Z",key:"fe8ea45f8c40d4d5682a12f5b74a7e4a9693778e"}]]),H=i("alarm",[["path",{fill:"currentColor",d:"M12 5.05a7.15 7.15 0 1 0 0 14.3 7.15 7.15 0 0 0 0-14.3ZM3.35 12.2a8.65 8.65 0 1 1 17.3 0 8.65 8.65 0 0 1-17.3 0Zm2.88-9.13a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Z",key:"4dc34715bee7305e5ec7f478bbf70ae0cd0bce0d"}],["path",{fill:"currentColor",d:"M7.847 18.387a.75.75 0 0 1-.034 1.06l-1.6 1.5a.75.75 0 0 1-1.026-1.094l1.6-1.5a.75.75 0 0 1 1.06.034Zm9.906-15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06Zm-1.6 15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06Z",key:"a135a258644350191202a0047bed4a25b14ecc9b"}]]),B=i("alarm-add",[["path",{fill:"currentColor",d:"M12 5.05a7.15 7.15 0 1 0 0 14.3 7.15 7.15 0 0 0 0-14.3ZM3.35 12.2a8.65 8.65 0 1 1 17.3 0 8.65 8.65 0 0 1-17.3 0Zm2.88-9.13a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Z",key:"16aad052991ac5ea3e57002506a755f7053e8490"}],["path",{fill:"currentColor",d:"M7.847 18.387a.75.75 0 0 1-.034 1.06l-1.6 1.5a.75.75 0 0 1-1.026-1.094l1.6-1.5a.75.75 0 0 1 1.06.034Zm9.906-15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06Zm-1.6 15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06ZM12 9.05a.75.75 0 0 1 .75.75v4.9a.75.75 0 0 1-1.5 0V9.8a.75.75 0 0 1 .75-.75Z",key:"77722510889f389fa5d83294269ba55966e7bee3"}],["path",{fill:"currentColor",d:"M8.85 12.2a.75.75 0 0 1 .75-.75h4.9a.75.75 0 0 1 0 1.5H9.6a.75.75 0 0 1-.75-.75Z",key:"bf900d342dcfe9fed3c20118f562942235585801"}]]),g=i("alarm-add-b",[["path",{fill:"currentColor",d:"M12 20.1a7.9 7.9 0 1 0 0-15.8 7.9 7.9 0 0 0 0 15.8Z",key:"5fd415758bba682e5aa57d9285e51b90b101f61f"}],["path",{fill:"currentColor",d:"M12 5.05a7.15 7.15 0 1 0 0 14.3 7.15 7.15 0 0 0 0-14.3ZM3.35 12.2a8.65 8.65 0 1 1 17.3 0 8.65 8.65 0 0 1-17.3 0Zm2.88-9.13a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Z",key:"845b1e9c656d8508c0db9e14293ee32a039299a7"}],["path",{fill:"currentColor",d:"M7.847 18.387a.75.75 0 0 1-.034 1.06l-1.6 1.5a.75.75 0 0 1-1.026-1.094l1.6-1.5a.75.75 0 0 1 1.06.034Zm9.906-15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06Zm-1.6 15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06Z",key:"69ce4b7bc024d21038ddbe9bc0a5bb742c621b4e"}],["path",{fill:"#fff",d:"M12 9.05a.75.75 0 0 1 .75.75v4.9a.75.75 0 0 1-1.5 0V9.8a.75.75 0 0 1 .75-.75Z",key:"5188963725bd91192879b41994b25c7793c7883b"}],["path",{fill:"#fff",d:"M8.85 12.2a.75.75 0 0 1 .75-.75h4.9a.75.75 0 0 1 0 1.5H9.6a.75.75 0 0 1-.75-.75Z",key:"690087f9c7477ab2f4b2d6b4c738e73f038b40c1"}]]),S=i("alarm-arrow-down",[["path",{fill:"currentColor",d:"M12 5.05a7.15 7.15 0 1 0 0 14.3 7.15 7.15 0 0 0 0-14.3ZM3.35 12.2a8.65 8.65 0 1 1 17.3 0 8.65 8.65 0 0 1-17.3 0Zm2.88-9.13a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Z",key:"a838bfbb45861ffb2e9cce2e2079abfd3f554fce"}],["path",{fill:"currentColor",d:"M7.847 18.387a.75.75 0 0 1-.034 1.06l-1.6 1.5a.75.75 0 0 1-1.026-1.094l1.6-1.5a.75.75 0 0 1 1.06.034Zm9.906-15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06Zm-1.6 15.3a.75.75 0 0 1 1.06-.034l1.6 1.5a.75.75 0 1 1-1.026 1.094l-1.6-1.5a.75.75 0 0 1-.034-1.06ZM12 8.55a.75.75 0 0 1 .75.75v5.3a.75.75 0 0 1-1.5 0V9.3a.75.75 0 0 1 .75-.75Z",key:"cdfe530473eaf057cb8d0c05e941c61f0f1fdfe5"}],["path",{fill:"currentColor",d:"M8.97 12.27a.75.75 0 0 1 1.06 0L12 14.24l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.2 2.2c-.228.229-.54.37-.867.37a1.04 1.04 0 0 1-.853-.43l-2.14-2.14a.75.75 0 0 1 0-1.06Z",key:"e1d05291e60764e3f12d52461e7133573aee153d"}]]),L=i("alarm-arrow-down-b",[["path",{fill:"currentColor",d:"M12 20.1a7.9 7.9 0 1 0 0-15.8 7.9 7.9 0 0 0 0 15.8Z",key:"ae72670b05de57978691bbe18cf578ef55e5d3c7"}],["path",{fill:"currentColor",d:"M12 5.05a7.15 7.15 0 1 0 0 14.3 7.15 7.15 0 0 0 0-14.3ZM3.35 12.2a8.65 8.65 0 1 1 17.3 0 8.65 8.65 0 0 1-17.3 0Zm2.88-9.13a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Z",key:"4e48fc456ede60320f86de0defc3528d026f9f70"}],["path",{fill:"currentColor",d:"M7.847 18.387a.75.75 0 0 1-.034 1.06l-1.6 1.5a.75.75 0 0 1-1.026-1.094l1.6-1.5a.75.75